@charset "UTF-8";
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

/*@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}*/
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  /*@supports (padding: max(0px)) {
      .fancybox-caption {
          padding-left: max(12px, env(safe-area-inset-left));
          padding-right: max(12px, env(safe-area-inset-right));
      }
  }*/
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

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

.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca;
}

.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url("img/vendor/lightslider/controls_black.png");
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
  opacity: 1;
}

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}

.lSAction > a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/*! lightgallery - v1.6.11 - 2018-05-22
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2018 Sachin N; Licensed GPLv3 */
.lg-icon {
  font-family: "lg";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */
@font-face {
  font-family: "lg";
  src: url("fonts/lg.eot?n1z373");
  src: url("fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("fonts/lg.woff?n1z373") format("woff"), url("fonts/lg.ttf?n1z373") format("truetype"), url("fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*!
 * Bootstrap v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #e72d2e;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #e72d2e;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1570px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1570px) {
  .container {
    max-width: 1550px;
  }
}

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

.row, .model-list--grid, .product-list--grid.product-list--catalog, .product-list--grid.product-list--4 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters, .model-list--grid, .product-list--grid.product-list--catalog, .product-list--grid.product-list--4 {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .model-list--grid > .col, .product-list--grid.product-list--catalog > .col, .product-list--grid.product-list--4 > .col,
.no-gutters > [class*=col-],
.model-list--grid > [class*=col-],
.product-list--grid.product-list--catalog > [class*=col-],
.product-list--grid.product-list--4 > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

  .col-sm-4, .model-list-item--grid {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .col-sm-6, .product-list--4 .model-list-item--grid, .product-list--4 .product-list-item--grid, .product-list--catalog .product-list-item--grid {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

  .col-md-4, .model-list-item--grid {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .col-md-6, .product-list--4 .model-list-item--grid, .product-list--4 .product-list-item--grid, .product-list--catalog .product-list-item--grid {
    flex: 0 0 50%;
    max-width: 50%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

  .col-lg-3, .product-list--4 .model-list-item--grid, .model-list-item--grid, .product-list--4 .product-list-item--grid {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4, .product-list--catalog .product-list-item--grid {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1570px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

  .col-xxl-3, .model-list-item--grid, .product-list--catalog .product-list-item--grid {
    flex: 0 0 25%;
    max-width: 25%;
  }

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

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

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

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

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

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

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

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

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

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1569.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control, .lb-input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control, .lb-input {
    transition: none;
  }
}
.form-control::-ms-expand, .lb-input::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .lb-input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #f49fa0;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(231, 45, 46, 0.3);
}
.form-control::placeholder, .lb-input::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .lb-input:disabled, .form-control[readonly], [readonly].lb-input {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]), select.lb-input:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value, select.lb-input:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .form-control-plaintext.lb-input,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .form-control-plaintext.lb-input,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .lb-input,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.lb-input:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .lb-input,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.lb-input:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(231, 45, 46, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .was-validated .lb-input:invalid, .form-control.is-invalid, .is-invalid.lb-input,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #e72d2e;
}
.was-validated .form-control:invalid:focus, .was-validated .lb-input:invalid:focus, .form-control.is-invalid:focus, .is-invalid.lb-input:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #e72d2e;
  box-shadow: 0 0 0 0.2rem rgba(231, 45, 46, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .lb-input:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .lb-input:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .is-invalid.lb-input ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.is-invalid.lb-input ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #e72d2e;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #f49fa0;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #ec5b5c;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(231, 45, 46, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e72d2e;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(231, 45, 46, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline .lb-input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(231, 45, 46, 0.3);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #e72d2e;
  border-color: #e72d2e;
}
.btn-danger:hover {
  color: #fff;
  background-color: #d51819;
  border-color: #ca1718;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 45, 46, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #e72d2e;
  border-color: #e72d2e;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ca1718;
  border-color: #be1617;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 45, 46, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #e72d2e;
  background-color: transparent;
  background-image: none;
  border-color: #e72d2e;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #e72d2e;
  border-color: #e72d2e;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 45, 46, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #e72d2e;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e72d2e;
  border-color: #e72d2e;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 45, 46, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

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

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

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

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

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .lb-input,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, .input-group > .lb-input + .form-control, .input-group > .form-control + .lb-input, .input-group > .lb-input + .lb-input,
.input-group > .form-control + .custom-select,
.input-group > .lb-input + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .lb-input + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .lb-input,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .lb-input,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, .input-group > .lb-input:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .form-control:not(:last-child), .input-group > .lb-input:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child), .input-group > .lb-input:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #e72d2e;
  background-color: transparent;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(231, 45, 46, 0.3);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: transparent;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: -8.25px;
  left: -27px;
  display: block;
  width: 18px;
  height: 18px;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: transparent;
}
.custom-control-label::after {
  position: absolute;
  top: -8.25px;
  left: -27px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 5px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23e72d2e' d='M7.1,1.3L2.8,5.8L0.9,3.7L0,4.5l2.8,3L8,2.2L7.1,1.3z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23e72d2e' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23e72d2e'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #f49fa0;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(244, 159, 160, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #f49fa0;
  box-shadow: 0 0 0 0.2rem rgba(231, 45, 46, 0.3);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #f49fa0;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

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

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(231, 45, 46, 0.3);
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(231, 45, 46, 0.3);
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(231, 45, 46, 0.3);
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

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

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

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1569.98px) {
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1570px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
.card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
.card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
.card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
.card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
.card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
.card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(231, 45, 46, 0.3);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #e72d2e;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #ca1718;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

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

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

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

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

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

.list-group-item-danger {
  color: #781718;
  background-color: #f8c4c4;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #781718;
  background-color: #f5adad;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #781718;
  border-color: #781718;
}

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

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

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

.modal-open {
  overflow: hidden;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

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

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

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

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

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .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: 1200px) {
  .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 (min-width: 1570px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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;
  }
}
@media (min-width: 1570px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1570px) {
  .float-xxl-left {
    float: left !important;
  }

  .float-xxl-right {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-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: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

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

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

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

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

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

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

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

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

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

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

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

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

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

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

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

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

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

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

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

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

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

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

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

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

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

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

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

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

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

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

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

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

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1570px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

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

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

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

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

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

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }

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

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }

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

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }

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

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

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

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

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1570px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

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

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

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

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

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

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

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

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

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

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

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

.text-danger {
  color: #e72d2e !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #ca1718 !important;
}

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

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

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

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

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

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

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* Receives the number of pixels, return calculated rem  */
/* Receives font style, return font-family statement (need to change the font and adapt to new styles)*/
/* Main serif font */
/* Takes the value from photoshop, return css letter-spacing expression */
/*pow($number, $exp) {
    $value = 1;
    if ($exp > 0) {
        for $i in (1..$exp) {
            $value = $value * $number;
        }
    } else if ($exp < 0) {
        for $i in (1 .. -$exp) {
            $value = $value / $number;
        }
    }

    return $value;
}*/
/*fact($number) {
    $value = 1;
    if ($number > 0) {
        for $i in (1..$number) {
            $value = $value * $i;
        }
    }

    return $value;
}*/
/*pi() {
    return 3.14159265359;
}*/
/*rad($angle) {
    $unit = unit($angle);
    $unitless = $angle / ($angle * 0 + 1);

    // If the angle has 'deg' as unit, convert to radians.
    if ($unit == deg) {
        $unitless = $unitless / 180 * pi();
    }

    return $unitless;
}*/
/*sin($angle) {
    $sin = 0;
    $angle = rad($angle);

    // Iterate a bunch of times.
    for $i in (0..10) {
        $sin = $sin + pow(-1, $i) * pow($angle, (2 * $i + 1)) / fact(2 * $i + 1);
    }

    return $sin;
}

@function cos($angle) {
$cos: 0;
$angle: rad($angle);
// Iterate a bunch of times.
@for $i from 0 through 10 {
$cos: $cos + pow(-1, $i) * pow($angle, 2 * $i) / fact(2 * $i);
}
@return $cos;
}

@function tan($angle) {
@return sin($angle) / cos($angle);
}*/
/*drop-shadow($color = #000, $opacity = 100, $angle = 0, $distance = 0, $spread = 0, $size = 0, $is-text-shadow = false) {
    $result = "";
    // calculate angle ∠
    $__ang = (180 - $angle) * 3.14 / 180; //convert to radians

    // vertical shadow: offset-y = Sin(∠) * Hypotenuse
    $__offset-y = round(sin($__ang) * $distance);

    // horizontal shadow: offset-x = Cos(∠) * Hypotenuse
    $__offset-x = round(cos($__ang) * $distance);

    // spread-radius equals the Photoshop Size multiplied by the Photoshop Spread percentage
    $__spread-rad = $size * $spread / 100;

    // blur-radius is equal to the Photoshop Size minus the <spread-radius>
    $__blur-rad = $size - $__spread-rad;

    // variable for scope context
    if ($is-text-shadow) {
        $result = $__offset-x $__offset-y $__blur-rad $__spread-rad rgba(red($color), green($color), blue($color), $opacity);
    } else {
        $result = $__offset-x $__offset-y $__blur-rad rgba(red($color), green($color), blue($color), $opacity);
    }

    box-shadow: $result;
}*/
.hidden {
  display: none !important;
}

.color-warning {
  color: #e72d2e;
}

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  color: #262626;
  height: 100vh !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #e72d2e;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}
a:hover {
  color: #e72d2e;
}

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

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

p {
  line-height: 1.4;
}
.wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.content-container {
  flex: 1 0 auto;
}

.slick-track {
  display: flex;
}
.slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: flex-start;
  justify-content: center;
}
.slick-track .slick-slide:focus {
  outline: none;
}
.slick-track .slick-slide *:focus {
  outline: none;
}

.sort-select__icon {
  width: 21px;
  height: 21px;
  margin-right: 5px;
}
.sort-select__text-span {
  padding-left: 31px;
}
.sort-select__block .sort-select__inner-selection {
  border: 1px solid #d7d7d7;
  border-radius: 0 !important;
  font-size: 16px;
  color: #262626;
  padding-top: 4px;
  padding-bottom: 4px;
  height: auto;
  position: relative;
}
.sort-select__block .sort-select__inner-selection .select2-selection__arrow {
  width: 12px;
  height: 12px;
  right: 10px;
  top: calc(50% - 6px);
}
.sort-select__block .sort-select__inner-selection .select2-selection__arrow b {
  width: 12px;
  height: 12px;
  background-image: url("img/icons/angle-bottom.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  margin: 0;
  left: auto;
  top: auto;
  transition: all 0.2s ease;
}
.sort-select__block .select2-container--open .sort-select__inner-selection .select2-selection__arrow b {
  transform: rotate(180deg);
}

.content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.content--catalog-list, .content--product {
  padding-top: 0px;
  padding-bottom: 0px;
}

/*#panel {
    @media ({breakpointOnly(xs)}) {
        display: none;
    }
}*/
.content-concealer {
  display: none;
}

button:focus {
  outline: none;
}

.error {
  color: #ff0000;
}

.mf-ok-text {
  color: #55bb22;
  margin-bottom: 10px;
}

.pseudolink {
  text-decoration: none;
  border-bottom: 1px dashed currentColor;
  cursor: pointer;
}
.pseudolink:hover {
  text-decoration: none;
}

.open-delete-acc-popup {
  appearance: none;
  background-color: transparent;
  border: none;
  color: red;
  padding-left: 0;
  cursor: pointer;
}

.gui-button {
  display: inline-block;
  height: 37px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.1em;
  color: #ffffff;
  background-color: #e72d2e;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}
.gui-button:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #cc2929;
}
.gui-button--blue {
  background-color: #19283f;
}
.gui-button--sm {
  height: 29px;
  padding: 5px 10px;
}
.gui-button--disabled, .gui-button--disabled:hover {
  background-color: #c0c0c0;
  cursor: default;
}
.gui-button--red-border {
  background-color: transparent;
  border: 1px solid #e72d2e;
  color: #e72d2e;
}
.gui-button--red-border:hover {
  background-color: transparent;
  border-color: #cc2929;
  color: #cc2929;
}
.gui-button .loading-state {
  display: none;
}
.gui-button--loading {
  position: relative;
}
.gui-button--loading .gui-button__caption {
  visibility: hidden;
}
.gui-button--loading .loading-state {
  display: block;
}

.gui-checkbox__label--black {
  color: #262626;
}

.number-spinner {
  position: relative;
  display: inline-block;
  width: 102px;
  height: 32px;
  box-sizing: border-box;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
}
.number-spinner__decrease, .number-spinner__increase {
  position: absolute;
  top: -1px;
  width: 32px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  -webkit-tap-highlight-color: transparent;
}
.number-spinner__decrease:focus, .number-spinner__increase:focus {
  outline: none;
}
.number-spinner__decrease:before, .number-spinner__increase:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 15px;
  height: 15px;
  margin-top: -6px;
  content: "";
}
.number-spinner__decrease {
  left: -1px;
}
.number-spinner__decrease:before {
  margin-left: -6px;
  content: "";
  background: url("img/icons/spinner-minus.svg") 50% 50% no-repeat;
  background-size: 100%;
}
.number-spinner__increase {
  right: -1px;
}
.number-spinner__increase:before {
  margin-left: -8px;
  content: "";
  background: url("img/icons/spinner-plus.svg") 50% 50% no-repeat;
  background-size: 100%;
}
.number-spinner__input {
  display: inline-block;
  width: 35px;
  height: 30px;
  padding: 0px !important;
  font-size: 14px;
  text-align: center;
  color: #333333;
  background: transparent;
  border: 0px;
}
.number-spinner--disabled {
  opacity: 0.5;
}
.number-spinner--disabled .number-spinner__decrease,
.number-spinner--disabled .number-spinner__increase {
  cursor: default;
}

.loading-state {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 6px;
}
.loading-state div {
  position: absolute;
  top: 0px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loading-state div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.loading-state div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.loading-state div:nth-child(3) {
  left: 21px;
  animation: lds-ellipsis2 0.6s infinite;
}
.loading-state div:nth-child(4) {
  left: 35px;
  animation: lds-ellipsis3 0.6s infinite;
}
.loading-state--button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(14px, 0);
  }
}
.u-inline {
  display: inline-block !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-left {
  text-align: left !important;
}

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

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

.u-ml-0 {
  margin-left: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

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

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

.u-ml-n0 {
  margin-left: 0px !important;
}

.u-mr-n0 {
  margin-right: 0px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-mt-n5 {
  margin-top: -5px !important;
}

.u-mb-n5 {
  margin-bottom: -5px !important;
}

.u-ml-n5 {
  margin-left: -5px !important;
}

.u-mr-n5 {
  margin-right: -5px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mt-n10 {
  margin-top: -10px !important;
}

.u-mb-n10 {
  margin-bottom: -10px !important;
}

.u-ml-n10 {
  margin-left: -10px !important;
}

.u-mr-n10 {
  margin-right: -10px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-mt-n15 {
  margin-top: -15px !important;
}

.u-mb-n15 {
  margin-bottom: -15px !important;
}

.u-ml-n15 {
  margin-left: -15px !important;
}

.u-mr-n15 {
  margin-right: -15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mt-n20 {
  margin-top: -20px !important;
}

.u-mb-n20 {
  margin-bottom: -20px !important;
}

.u-ml-n20 {
  margin-left: -20px !important;
}

.u-mr-n20 {
  margin-right: -20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-mt-n25 {
  margin-top: -25px !important;
}

.u-mb-n25 {
  margin-bottom: -25px !important;
}

.u-ml-n25 {
  margin-left: -25px !important;
}

.u-mr-n25 {
  margin-right: -25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-mt-n30 {
  margin-top: -30px !important;
}

.u-mb-n30 {
  margin-bottom: -30px !important;
}

.u-ml-n30 {
  margin-left: -30px !important;
}

.u-mr-n30 {
  margin-right: -30px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mt-n40 {
  margin-top: -40px !important;
}

.u-mb-n40 {
  margin-bottom: -40px !important;
}

.u-ml-n40 {
  margin-left: -40px !important;
}

.u-mr-n40 {
  margin-right: -40px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-mt-n50 {
  margin-top: -50px !important;
}

.u-mb-n50 {
  margin-bottom: -50px !important;
}

.u-ml-n50 {
  margin-left: -50px !important;
}

.u-mr-n50 {
  margin-right: -50px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-mt-n60 {
  margin-top: -60px !important;
}

.u-mb-n60 {
  margin-bottom: -60px !important;
}

.u-ml-n60 {
  margin-left: -60px !important;
}

.u-mr-n60 {
  margin-right: -60px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-mt-n70 {
  margin-top: -70px !important;
}

.u-mb-n70 {
  margin-bottom: -70px !important;
}

.u-ml-n70 {
  margin-left: -70px !important;
}

.u-mr-n70 {
  margin-right: -70px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-mt-n80 {
  margin-top: -80px !important;
}

.u-mb-n80 {
  margin-bottom: -80px !important;
}

.u-ml-n80 {
  margin-left: -80px !important;
}

.u-mr-n80 {
  margin-right: -80px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-mt-n90 {
  margin-top: -90px !important;
}

.u-mb-n90 {
  margin-bottom: -90px !important;
}

.u-ml-n90 {
  margin-left: -90px !important;
}

.u-mr-n90 {
  margin-right: -90px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-mt-n100 {
  margin-top: -100px !important;
}

.u-mb-n100 {
  margin-bottom: -100px !important;
}

.u-ml-n100 {
  margin-left: -100px !important;
}

.u-mr-n100 {
  margin-right: -100px !important;
}

.lb-clear-button, .search-page__search-button, .header-middle__search-barcode-button, .header-middle__search-voice-button, .header-middle__search-button, .header-middle__m-cart, .header-middle__m-acc-button, .header-middle__phone-button, .header-middle__m-search-button, .header-middle__m-menu-toggler {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.button-base {
  border: none;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 11px 25px;
  transition: all 0.3s ease;
  line-height: 1;
}
.button-base:hover, .button-base:focus, .button-base:active {
  color: #fff;
}

.button_red {
  @expand button-base;
  background-color: #e72d2e;
  border: 1px solid #e72d2e;
}
.button_red:hover, .button_red:focus, .button_red:active {
  background-color: #cc2929;
}

.button_tr {
  @expand button-base;
  background-color: #fff;
  border: 2px solid #e72d2e;
  color: #e72d2e;
  padding: 9px 6px;
}
.button_tr:hover {
  background-color: #e72d2e;
  color: #fff;
}

.button-icon {
  border-radius: 5px;
  overflow: hidden;
  display: inline-flex;
  align-items: stretch;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  height: 40px;
}
.button-icon__left {
  background-color: #19283f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 8px;
  transition: all 0.3s ease;
}
.button-icon__icon {
  display: block;
  width: 24px;
  height: 24px;
}
.button-icon__right {
  background-color: #e72d2e;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 9px;
  flex-grow: 2;
  transition: all 0.3s ease;
}
.button-icon:hover .button-icon__left {
  background-color: #cc2929;
}
.button-icon:hover .button-icon__right {
  background-color: #cc2929;
}
.button-icon:focus {
  outline: none;
}

.lb-slick-dots, .front-reviews .slick-dots, .front-brands .slick-dots, .front-slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.lb-slick-dots li:not(:last-child), .front-reviews .slick-dots li:not(:last-child), .front-brands .slick-dots li:not(:last-child), .front-slider .slick-dots li:not(:last-child) {
  margin-right: 10px;
}

.slick-dot-button, .front-reviews .slick-dots button, .front-brands .slick-dots button, .front-slider .slick-dots button {
  display: block;
  background-color: transparent;
  border: 1px solid transparent;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  cursor: pointer;
  position: relative;
}
.slick-dot-button:before, .front-reviews .slick-dots button:before, .front-brands .slick-dots button:before, .front-slider .slick-dots button:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background-color: transparent;
  font-size: 6px;
  opacity: 1;
  border: 3px solid #000;
}
.slick-dot-button:focus, .front-reviews .slick-dots button:focus, .front-brands .slick-dots button:focus, .front-slider .slick-dots button:focus {
  outline: none;
}

.slick-dot-li, .front-reviews .slick-dots li, .front-brands .slick-dots li, .front-slider .slick-dots li {
  margin: 0;
}
.slick-dot-li:focus, .front-reviews .slick-dots li:focus, .front-brands .slick-dots li:focus, .front-slider .slick-dots li:focus {
  outline: none;
}
.slick-dot-li.slick-active button:before, .front-reviews .slick-dots li.slick-active button:before, .front-brands .slick-dots li.slick-active button:before, .front-slider .slick-dots li.slick-active button:before {
  background-color: #e72d2e;
}

.lb-slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0;
}
.lb-slick-arrow:focus {
  outline: none;
}
.lb-slick-arrow:hover .slick__arrow-img {
  fill: #e72d2e;
}
.lb-slick-arrow_prev {
  left: 0;
}
.lb-slick-arrow_prev .slick__arrow-img {
  transform: rotate(90deg);
}
.lb-slick-arrow_next {
  right: 0;
}
.lb-slick-arrow_next .slick__arrow-img {
  transform: rotate(-90deg);
}
.lb-slick-arrow .slick__arrow-img {
  width: 28px;
  height: 28px;
  fill: #262626;
}

.lb-input {
  border-color: #d7d7d7;
  color: #262626;
  font-size: 17px;
  padding: 10px 20px;
}

/* Chrome/Opera/Safari */
.lb-input::-webkit-input-placeholder {
  color: #808080;
  font-size: 17px;
}

/* Firefox 19+ */
.lb-input::-moz-placeholder {
  color: #808080;
  font-size: 17px;
}

/* IE 10+ */
.lb-input:-ms-input-placeholder {
  color: #808080;
  font-size: 17px;
}

/*  Microsoft Edge+ */
.lb-input::-ms-input-placeholder {
  color: #808080;
  font-size: 17px;
}

/* Firefox 18- */
.lb-input:-moz-placeholder {
  color: #808080;
  font-size: 17px;
}

/* Chrome, Firefox, Opera, Safari 10.1+ */
.lb-input::placeholder {
  color: #808080;
  font-size: 17px;
}

.custom-checkbox {
  margin-bottom: 5px;
  min-height: 20px;
}
.custom-checkbox .custom-control-label {
  font-size: 14px;
  line-height: 1;
  color: #808080;
}
.custom-checkbox .custom-control-label:before, .custom-checkbox .custom-control-label:after {
  top: -2px;
}
.custom-checkbox .custom-control-label:before {
  border: 2px solid #d7d7d7;
}
.custom-checkbox .custom-control-label:after {
  background-size: 70% 70%;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border: 2px solid #d7d7d7;
}

.content.content--sidebar {
  display: flex;
  padding-top: 0px;
  flex-flow: row nowrap;
}
@media (max-width: 767.98px) {
  .content.content--sidebar {
    flex-flow: column nowrap;
  }
}

.content__sidebar {
  flex: 0 0 240px;
  padding-top: 35px;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .content__sidebar {
    flex: 0 0 200px;
    padding-top: 25px;
  }
}
@media (max-width: 767.98px) {
  .content__sidebar {
    margin-top: 10px;
    flex-basis: auto;
    padding-top: 0px;
  }
}
.content__main-column {
  padding-left: 27px;
  padding-top: 27px;
  flex: 1 1 auto;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .content__main-column {
    padding-left: 20px;
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .content__main-column {
    padding-left: 0px;
    padding-top: 0px;
  }
}

.content--catalog-menu-sidebar .content__sidebar {
  padding-top: 0px;
}
@media (max-width: 991.98px) {
  .content--catalog-menu-sidebar .content__sidebar {
    display: none;
  }
}

.product-buy-button {
  overflow: hidden;
  display: inline-flex;
  height: 37px;
  margin: 0px;
  padding: 0px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  align-items: stretch;
  outline: none;
}
.product-buy-button__icon-container {
  background-color: #19283f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 8px;
  transition: all 0.3s ease;
  /*@include media-breakpoint-only(lg) {
      display: none;
  }

  @include media-breakpoint-only(md) {
      display: none;
  }*/
}
.product-buy-button__icon {
  width: 22px;
  height: 22px;
  display: block;
}
.product-buy-button__label {
  display: flex;
  padding: 7px 9px;
  flex-grow: 2;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  white-space: nowrap;
  background-color: #e72d2e;
  transition: all 0.3s ease;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-buy-button__label {
    padding: 7px 4px;
  }
}
.product-buy-button:hover .product-buy-button__icon-container {
  background-color: #cc2929;
}
.product-buy-button:hover .product-buy-button__label {
  background-color: #cc2929;
}
.product-buy-button--in-basket .product-buy-button__icon-container {
  background-color: #e72d2e;
}
.product-buy-button--transition .product-buy-button__label,
.product-buy-button--transition .product-buy-button__icon-container, .product-buy-button--transition:hover .product-buy-button__label,
.product-buy-button--transition:hover .product-buy-button__icon-container {
  background-color: #19283f;
}

.lb-breadcrumbs {
  background-color: #f7f7f7;
  padding-top: 13px;
  padding-bottom: 8px;
}
.lb-breadcrumbs__holder {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.lb-breadcrumbs-item {
  position: relative;
  margin-right: 15px;
  margin-bottom: 5px;
  padding-right: 15px;
  font-size: 12px;
  color: #262626;
}
.lb-breadcrumbs-item__link {
  color: #808080;
}
.lb-breadcrumbs-item__link:hover {
  color: #262626;
}
.lb-breadcrumbs-item::after {
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  transform: rotate(-90deg);
  background-image: url("img/icons/angle-bottom-bc.svg");
  background-size: 100% 100%;
}
.lb-breadcrumbs-item:last-child {
  margin-right: 0px;
}
.lb-breadcrumbs-item:last-child::after {
  content: unset;
}

.content__main-column .lb-breadcrumbs {
  margin-left: -15px;
  padding-top: 0px;
  background-color: transparent;
}

.filters__block {
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 18px;
}
.filters__av-block {
  padding-bottom: 5px;
  border-bottom: 1px solid #d7d7d7;
  padding-left: 18px;
  padding-right: 30px;
  margin-bottom: 18px;
  position: relative;
}
.filters__av-checkbox .custom-control-label {
  color: #262626;
}
.filters__av-help {
  position: absolute;
  right: 18px;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  font-size: 10px;
  color: #d7d7d7;
  border: 1px solid #d7d7d7;
  text-align: center;
  line-height: 14px;
  cursor: pointer;
}
.filters__title {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.filters__title.closed .filters__title-img {
  transform: rotate(-90deg);
}
.filters__title-img {
  width: 12px;
  height: 12px;
  background-image: url("img/icons/angle-bottom-grey.svg");
  background-size: 100% 100%;
  margin-right: 11px;
  margin-left: 3px;
  transition: all 0.3s ease;
}
.filters__result {
  padding: 12px 18px;
  text-align: center;
  color: #808080;
  font-size: 14px;
  line-height: 1.1;
  background-color: #f7f7f7;
  border-top: 1px solid #d7d7d7;
}
.filters__price-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filters__price-input {
  width: 45%;
  text-align: center;
  padding: 5px 15px;
}

.section-filter__container {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 8px;
  margin-bottom: 10px;
}
.section-filter__item {
  padding: 5px;
  border: 1px #e72d2e solid;
  color: #e72d2e;
  cursor: pointer;
}
.section-filter__item:hover, .section-filter__item--active {
  background: #e72d2e;
  color: #fff;
}

.search-filter__title {
  padding-right: 18px;
  padding-left: 18px;
  margin-bottom: 18px;
}
.search-filter__availability {
  padding-bottom: 5px;
  border-bottom: 1px solid #d7d7d7;
  padding-left: 18px;
  padding-right: 30px;
  margin-bottom: 18px;
  position: relative;
}

.lb-pagination__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lb-pagination__item {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #262626;
  font-size: 16px;
  margin-left: 3px;
  margin-right: 3px;
}
.lb-pagination div.lb-pagination__item {
  width: 34px;
  height: 34px;
  background-color: #e72d2e;
  color: #fff;
}
.lb-pagination a.lb-pagination__item:hover {
  background-color: #f7f7f7;
  color: #262626;
}
.lb-pagination__arrow {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
  margin-right: 3px;
  background-color: #19283f;
  border-radius: 50%;
}
.lb-pagination__arrow:hover svg {
  fill: #e72d2e;
}
.lb-pagination__arrow_prev svg {
  transform: rotate(90deg);
}
.lb-pagination__arrow_next svg {
  transform: rotate(-90deg);
}
.lb-pagination__arrow svg {
  width: 12px;
  height: 12px;
  fill: #fff;
  transition: all 0.3s ease;
}

.specs__title {
  font-size: 16px;
  margin-bottom: 15px;
}
.specs__files {
  margin-bottom: 8px;
}
.specs__file {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}
.specs__file img {
  width: 68px;
  margin-right: 20px;
  margin-left: 20px;
  flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .specs__file img {
    margin-left: 0;
    margin-right: 8px;
    width: 45px;
  }
}
@media (max-width: 575.98px) {
  .specs__file img {
    margin-left: 0;
    margin-right: 8px;
    width: 40px;
  }
}
.specs__file-name {
  font-size: 14px;
  color: #262626;
}
.specs__file-name span {
  color: #808080;
}
.specs__imgs img {
  margin-bottom: 15px;
}
.specs__table td {
  border-color: #d7d7d7;
  font-size: 14px;
  padding: 6px 10px 6px 20px;
}
@media (min-width: 992px) {
  .specs__table td {
    width: 50%;
  }
}
.specs__table tr:last-child td {
  border-bottom: 1px solid #d7d7d7;
}

.overview {
  padding: 10px 15px;
}
.overview:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}
.overview__header {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .overview__header {
    flex-direction: column;
  }
}
.overview__header-left {
  margin-bottom: 15px;
  margin-right: 10px;
}
.overview__title {
  display: block;
  font-size: 16px;
  color: #262626;
  text-decoration: underline;
}
.overview__title:hover {
  color: #e72d2e;
}
.overview__name {
  font-size: 12px;
  color: #e72d2e;
}
.overview__date {
  margin-bottom: 15px;
  font-size: 12px;
  color: #808080;
  flex-shrink: 0;
}
.overview__text {
  font-size: 14px;
  margin-bottom: 5px;
}
.overview__more-link {
  display: inline-flex;
  align-items: center;
}
.overview__more-link:hover svg {
  fill: #e72d2e;
}
.overview__more-link:hover span {
  text-decoration: underline;
}
.overview__more-link svg {
  width: 12px;
  height: 12px;
  fill: #262626;
  margin-left: 3px;
  transform: rotate(-90deg);
  margin-bottom: -3px;
}
.overview__more-link span {
  color: #e72d2e;
}
.overview__bottom {
  display: flex;
  align-items: center;
}
.overview__rating {
  margin-right: 10px;
}
.overview__views {
  display: flex;
  align-items: center;
}
.overview__views img {
  width: 17px;
  height: 17px;
  margin-right: 5px;
}
.overview__views span {
  font-size: 12px;
  color: #808080;
}

.store-manager {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .store-manager {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .store-manager {
    position: static;
  }
}
@media (max-width: 575.98px) {
  .store-manager {
    position: static;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    flex-flow: row nowrap;
  }
}
.store-manager__text {
  font-size: 11px;
  margin-bottom: 2px;
}
@media (max-width: 575.98px) {
  .store-manager__text {
    margin-right: 10px;
    margin-bottom: 0px;
    font-size: 13px;
  }
}
.store-manager__link-block {
  position: relative;
  padding-right: 15px;
  cursor: pointer;
  flex-direction: column;
}
@media (max-width: 575.98px) {
  .store-manager__link-block {
    display: flex;
    flex-direction: column;
  }
}
.store-manager__city, .store-manager__store {
  display: flex;
  position: relative;
  font-size: 14px;
  color: #e72d2e;
  white-space: nowrap;
}
.store-manager__city--disabled, .store-manager__store--disabled {
  color: #262626;
  cursor: default;
}
@media (max-width: 575.98px) {
  .store-manager__city, .store-manager__store {
    font-size: 14px;
  }
}
.store-manager__store {
  /*&::after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      content: '';
      width: 2px;
      height: 14px;
      background-color: #fff;
      left: -2px;

      @include media-breakpoint-only(xs) {
          content: unset;
      }
  }*/
}
@media (max-width: 575.98px) {
  .store-manager__store {
    margin-left: 10px;
  }
}
.store-manager__store--single::after {
  content: unset;
}
.store-manager__down {
  position: absolute;
  top: calc(50% - 6px);
  right: 0px;
  color: #e72d2e;
  font-size: 10px;
  content: "▽";
}

.store-manager-popup {
  /*&__city-column {
      position: relative;
      width: 100%;
      max-width: 100%;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
      margin-bottom: 20px;

      flex-basis: 0;
      flex-grow: 1;

      @include media-breakpoint-only(xs) {
          flex: 0 0 100%;
          max-width: 100%;
          margin-bottom: 12px;
      }

      @include media-breakpoint-only(sm) {
          flex: 0 0 50%;
          max-width: 50%;
          margin-bottom: 12px;
      }

      @include media-breakpoint-only(md) {
          flex: 0 0 50%;
          max-width: 50%;
          margin-bottom: 12px;
      }
  }*/
}
.store-manager-popup__close {
  position: absolute;
  top: 10px;
  right: 15px;
  margin: 0 !important;
  background: none !important;
}
.store-manager-popup__close span {
  font-size: 29px;
}
.store-manager-popup__body {
  padding: 35px 15px 30px 15px;
  position: relative;
}
@media (max-width: 575.98px) {
  .store-manager-popup__body {
    padding: 25px 15px 10px 15px;
  }
}
.store-manager-popup__title {
  font-size: 36px;
  color: #404040;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.1;
}
@media (max-width: 575.98px) {
  .store-manager-popup__title {
    font-size: 26px;
  }
}
.store-manager-popup__subtitle {
  font-size: 14px;
  color: #404040;
  text-align: center;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  line-height: 1.2;
}
.store-manager-popup__search-block {
  position: relative;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.store-manager-popup__search-btn {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
.store-manager-popup__search-icon {
  width: 25px;
  height: 25px;
}
.store-manager-popup__search-input {
  border: 1px solid #d7d7d7;
  height: 48px;
  width: 100%;
  margin: 0;
  font-size: 18px;
  padding: 12px 35px 12px 15px;
  background: none;
  color: #262626;
}
.store-manager-popup__search-input:focus {
  outline: none;
  border-color: #e72d2e;
}
.store-manager-popup__city-list {
  /*display: flex;
  flex-wrap: wrap;*/
  padding-left: 20px;
  margin-right: -15px;
  margin-left: -15px;
  column-count: 4;
  list-style-type: none;
  box-decoration-break: clone;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .store-manager-popup__city-list {
    column-count: 2;
  }
}
@media (max-width: 767.98px) {
  .store-manager-popup__city-list {
    column-count: unset;
  }
}
.store-manager-popup__city-item-link, .store-manager-popup__store-item-link, .store-manager-popup__search-result-item-link {
  font-size: 16px;
  color: #404040;
  text-decoration: none;
  line-height: 1.2;
  cursor: pointer;
}
.store-manager-popup__city-item-link:hover, .store-manager-popup__store-item-link:hover, .store-manager-popup__search-result-item-link:hover {
  color: #e72d2e;
}
.store-manager-popup__city-list-wrapper {
  list-style-type: none;
  padding-left: 20px;
}
.store-manager-popup__city-item {
  padding: 0 15px;
  margin-bottom: 12px;
  position: relative;
}
.store-manager-popup__city-item:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 7px;
  font-size: 18px;
  color: #e72d2e;
}
@media (max-width: 575.98px) {
  .store-manager-popup__city-item:before {
    top: -1px;
  }
}
.store-manager-popup__city-item--no-break {
  break-inside: avoid;
}
.store-manager-popup__store-list {
  list-style-type: none;
  padding-left: 14px;
  margin-top: 12px;
}
.store-manager-popup__store-item {
  margin-bottom: 12px;
  position: relative;
}
.store-manager-popup__store-item:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -10px;
  width: 4px;
  height: 4px;
  background-color: #e72d2e;
  border-radius: 50%;
}
.store-manager-popup__search-result {
  padding: 0px 15px;
}
.store-manager-popup__search-result-item {
  margin-bottom: 12px;
}

/* Chrome/Opera/Safari */
.city-modal__search-input::-webkit-input-placeholder {
  color: #808080;
}

.city-modal__search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #808080;
}

.city-modal__search-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #808080;
}

.city-modal__search-input::-ms-input-placeholder {
  /*  Microsoft Edge+ */
  color: #808080;
}

.city-modal__search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #808080;
}

.city-modal__search-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #808080;
}

.store-manager-confirm-popup {
  position: absolute;
  z-index: 30;
  top: 75px;
  left: 0;
  width: 370px;
  padding: 10px 10px 6px 10px;
  border: 1px solid #d7d7d7;
  background-color: #ffffff;
  box-shadow: 9px 9px 19px 0px rgba(0, 0, 0, 0.28);
  display: block;
}
.store-manager-confirm-popup:before, .store-manager-confirm-popup:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  transform: translateY(0);
}
.store-manager-confirm-popup:before {
  left: 54px;
  border-color: transparent transparent #d7d7d7 transparent;
  border-width: 11px;
}
.store-manager-confirm-popup:after {
  left: 55px;
  border-color: transparent transparent #fff transparent;
  border-width: 10px;
}
.store-manager-confirm-popup__text {
  font-size: 16px;
  color: #404040;
  margin-bottom: 8px;
}
.store-manager-confirm-popup__buttons {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.store-manager-confirm-popup__button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  display: flex !important;
  align-items: stretch;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  text-decoration: none !important;
}
.store-manager-confirm-popup__button--yes {
  margin-right: 10px;
}
.store-manager-confirm-popup__button:hover .store-manager-confirm-popup__button-right {
  background-color: #e72d2e;
  color: #fff !important;
}
.store-manager-confirm-popup__button-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #19283f;
  font-size: 18px;
  color: #fff !important;
  text-transform: uppercase;
  padding: 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
}
.store-manager-confirm-popup__button-right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 16px;
  color: #404040 !important;
  text-align: center;
  border: 1px solid #d7d7d7;
  border-left: none;
  padding: 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.fast-order-modal__form {
  position: relative;
  margin-top: 25px;
  margin-bottom: 10px;
}
.fast-order-modal__input {
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 26px 26px;
  padding-right: 33px;
}
.fast-order-modal__input--name {
  background-image: url("img/icons/user.svg");
}
.fast-order-modal__input--phone {
  background-image: url("img/icons/smartphone-red-black.svg");
}
.fast-order-modal__input--email {
  background-image: url("img/icons/mail.svg");
}
.fast-order-modal__subtitle {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
.fast-order-modal__product {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 575.98px) {
  .fast-order-modal__product {
    flex-direction: column;
  }
}
.fast-order-modal__product-img {
  width: 90px;
  flex-shrink: 0;
  margin-right: 15px;
}
@media (max-width: 575.98px) {
  .fast-order-modal__product-img {
    margin-right: 0;
    margin-bottom: 15px;
    align-self: center;
  }
}
.fast-order-modal__product-title {
  display: block;
  color: #262626;
  margin-bottom: 5px;
}
.fast-order-modal__product-price {
  font-size: 18px;
  color: #808080;
}
.fast-order-modal__product-price span {
  font-size: 24px;
  color: #e72d2e;
}
.fast-order-modal__btn-block {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
}
.fast-order-modal__notice {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
}
.fast-order-modal__submit .button-icon__icon {
  transform: rotate(15deg);
}
.fast-order-modal__submit .button-icon__right {
  padding-left: 45px;
  padding-right: 45px;
}
.fast-order-modal__success {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding-top: 70px;
  font-size: 20px;
  color: #e72d2e;
  text-align: center;
  background-color: #ffffff;
}

.modal {
  z-index: 105;
}

.modal-backdrop {
  z-index: 104;
}

/* модальное окно с поиском города */
.city-modal {
  /*&__title {
      font-size: 36px;
      color: #404040;
      text-align: center;
      margin-bottom: 10px;
      line-height: 1.1;

      @include media-breakpoint-only(xs) {
          font-size: 26px;
      }
  }

  &__subtitle {
      font-size: 14px;
      color: #404040;
      text-align: center;
      max-width: 360px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px;
      line-height: 1.2;
  }*/
}
.city-modal .city-modal__close {
  position: absolute;
  top: 10px;
  right: 15px;
  margin: 0 !important;
  background: none !important;
}
.city-modal .city-modal__close span {
  font-size: 29px;
}
.city-modal .modal-body {
  padding: 35px 15px 30px 15px;
  position: relative;
}
@media (max-width: 575.98px) {
  .city-modal .modal-body {
    padding: 25px 15px 10px 15px;
  }
}
.city-modal__search-block {
  position: relative;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.city-modal__search-btn {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}
.city-modal__search-icon {
  width: 25px;
  height: 25px;
}
.city-modal__search-input {
  border: 1px solid #d7d7d7 !important;
  height: 48px !important;
  width: 100% !important;
  margin: 0 !important;
  font-size: 18px;
  padding: 12px 35px 12px 15px !important;
  background: none !important;
  color: #262626;
}
.city-modal__search-input:focus {
  outline: none;
  border-color: #e72d2e;
}

/* Chrome/Opera/Safari */
.city-modal__search-input::-webkit-input-placeholder {
  color: #808080;
}

.city-modal__search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #808080;
}

.city-modal__search-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #808080;
}

.city-modal__search-input::-ms-input-placeholder {
  /*  Microsoft Edge+ */
  color: #808080;
}

.city-modal__search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #808080;
}

.city-modal__search-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #808080;
}

.simple-modal .simple-modal__close {
  position: absolute;
  top: 10px;
  right: 15px;
  margin: 0 !important;
  background: none;
}
.simple-modal .simple-modal__close span {
  font-size: 29px;
}
.simple-modal .modal-body {
  padding: 35px 30px 30px 30px;
  position: relative;
}
@media (max-width: 575.98px) {
  .simple-modal .modal-body {
    padding: 25px 15px 10px 15px;
  }
}
.simple-modal__title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.1;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .simple-modal__title {
    font-size: 26px;
  }
}
.simple-modal__subtitle {
  font-size: 14px;
  text-align: center;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  line-height: 1.2;
}

.review-modal__form {
  margin-top: 25px;
}
.review-modal__input {
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 26px 26px;
  padding-right: 33px;
}
.review-modal__input_name {
  background-image: url("img/icons/user.svg");
}
.review-modal__input_phone {
  background-image: url("img/icons/smartphone-red-black.svg");
}
.review-modal__textarea {
  background-repeat: no-repeat;
  background-position: right 10px top 10px;
  background-size: 26px 26px;
  padding-right: 33px;
  background-image: url("img/icons/notes.svg");
}
.review-modal__btn-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 25px;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .review-modal__btn-block {
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
  }
}
.review-modal__rating {
  margin-right: 5px;
}
@media (max-width: 575.98px) {
  .review-modal__rating {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.review-modal__rating-text {
  font-size: 14px;
  margin-bottom: 3px;
}
@media (max-width: 575.98px) {
  .review-modal__rating-text {
    text-align: center;
    font-size: 16px;
  }
}
.product-review-modal__form {
  margin-top: 25px;
}
.product-review-modal__input {
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 26px 26px;
  padding-right: 33px;
}
.product-review-modal__input_name {
  background-image: url("img/icons/user.svg");
}
.product-review-modal__input_phone {
  background-image: url("img/icons/smartphone-red-black.svg");
}
.product-review-modal__message {
  background-repeat: no-repeat;
  background-position: right 10px top 10px;
  background-size: 26px 26px;
  padding-right: 33px;
  background-image: url("img/icons/notes.svg");
}
.product-review-modal__pros {
  background-repeat: no-repeat;
  background-position: right 10px top 10px;
  background-size: 26px 26px;
  padding-right: 33px;
  background-image: url("img/icons/plus.svg");
}
.product-review-modal__cons {
  background-repeat: no-repeat;
  background-position: right 10px top 10px;
  background-size: 26px 26px;
  padding-right: 33px;
  background-image: url("img/icons/minus.svg");
}
.product-review-modal__btn-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 25px;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .product-review-modal__btn-block {
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
  }
}
.product-review-modal__rating {
  margin-right: 5px;
}
@media (max-width: 575.98px) {
  .product-review-modal__rating {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.product-review-modal__rating-text {
  font-size: 14px;
  margin-bottom: 3px;
}
@media (max-width: 575.98px) {
  .product-review-modal__rating-text {
    text-align: center;
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .catalog-menu-modal .modal-body {
    padding-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .catalog-menu-modal .modal-body {
    padding: 35px 20px 20px 20px;
  }
}
.catalog-menu-modal .catalog-menu:first-child {
  border-top: 1px solid #d7d7d7;
}
.catalog-menu-modal .simple-modal__title {
  text-align: left;
}
@media (max-width: 575.98px) {
  .catalog-menu-modal .simple-modal__title {
    padding-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .catalog-menu-modal .simple-modal__title {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .catalog-menu-modal .simple-modal .simple-modal__close span {
    font-size: 31px;
  }
}

.callback-modal__form {
  margin-top: 25px;
}
.callback-modal__form-body {
  position: relative;
}
.callback-modal__input {
  padding-right: 33px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 26px 26px;
}
.callback-modal__input--name {
  background-image: url("img/icons/user.svg");
}
.callback-modal__input--phone {
  background-image: url("img/icons/smartphone-red-black.svg");
}
.callback-modal__btn-block {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
}
.callback-modal__submit .button-icon__icon {
  transform: rotate(20deg);
}
.callback-modal__submit .button-icon__right {
  padding-left: 35px;
  padding-right: 35px;
}
.callback-modal__success {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding-top: 30px;
  font-size: 20px;
  color: #e72d2e;
  text-align: center;
  background-color: #ffffff;
}

.auth-popup__form {
  margin-top: 25px;
  margin-bottom: 10px;
}
.auth-popup__input {
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 26px 26px;
  padding-right: 33px;
}
.auth-popup__input--login {
  background-image: url("img/icons/user.svg");
}
.auth-popup__input--password {
  background-image: url("img/icons/lock.svg");
}
.auth-popup__btn-block {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
}
.auth-popup__submit .button-icon__right {
  padding-left: 45px;
  padding-right: 45px;
}
.auth-popup__links {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.auth-popup__link {
  color: #262626;
}
.auth-popup__or-block {
  position: relative;
  margin-bottom: 15px;
}
.auth-popup__or-block:before {
  position: absolute;
  z-index: 1;
  width: 80%;
  height: 1px;
  background-color: #d7d7d7;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  transform: translateY(-50%);
  content: "";
}
.auth-popup__or {
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 12px;
  color: #808080;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 5;
}
.auth-popup__socials-text {
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
}
.auth-popup__socials {
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-popup__social img {
  width: 40px;
  height: 40px;
  display: block;
}
.auth-popup__social:not(:last-child) {
  margin-right: 20px;
}
.auth-popup__error {
  margin-top: 20px;
  padding: 10px;
  color: red;
  font-size: 18px;
  border-left: 1px solid red;
}

.delete-acc-modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 500px;
}
.delete-acc-modal .modal-content {
  height: 100%;
}
.delete-acc-modal__error {
  margin-top: 20px;
  padding: 10px;
  color: red;
  font-size: 18px;
  border-left: 1px solid red;
}
.delete-acc-modal .modal__text--success {
  text-align: center;
  color: green;
  margin-bottom: 0;
  font-size: 20px;
  margin-top: 2rem;
}
.delete-acc-modal__success-img {
  width: 60px;
  display: block;
  margin-inline: auto;
}

.sidebar-menu {
  border: 1px solid #d7d7d7;
  box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.0007);
}

.sidebar-menu-item {
  font-size: 14px;
  color: #262626;
  padding: 10px 10px;
  display: block;
  border-bottom: 1px solid #d7d7d7;
}
.sidebar-menu-item:last-child {
  border-bottom: none;
}
.sidebar-menu-item--active {
  font-weight: bold;
}
.sidebar-menu-item__submenu {
  display: none;
  background-color: #ebebeb;
}
.sidebar-menu-item--level-1 .sidebar-menu-item__link {
  display: block;
  position: relative;
  font-size: 17px;
  color: #262626;
  line-height: 1.1;
  padding: 11px 9px 11px 10px;
  background-color: #fff;
}
.sidebar-menu-item--level-1 .sidebar-menu-item__link:after {
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  right: 5px;
  top: calc(50% - 5px);
  background-image: url("img/icons/angle-bottom-grey.svg");
  background-size: 100% 100%;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
.sidebar-menu-item--level-1 .sidebar-menu-item__link:hover {
  color: #e72d2e;
  text-decoration: underline;
}
.sidebar-menu-item--level-1.sidebar-menu-item--selected .sidebar-menu-item__link:after {
  transform: rotate(0deg);
}
.sidebar-menu-item--level-1.sidebar-menu-item--selected .sidebar-menu-item__submenu {
  display: block;
}
.sidebar-menu-item--level-2 {
  display: block;
  font-size: 14px;
  color: #262626;
  padding: 7px 10px 7px 15px;
}
.sidebar-menu-item--level-2:hover {
  color: #e72d2e;
  text-decoration: underline;
}
.sidebar-menu-item--level-2.sidebar-menu-item--selected {
  color: #e72d2e;
}
.sidebar-menu-item--selected .sidebar-menu-item__link {
  background-color: #e72d2e;
  color: #fff;
}
.sidebar-menu-item--selected .sidebar-menu-item__link:hover {
  color: #fff;
  text-decoration: none;
}

.product-list-view-mode {
  display: flex;
  align-items: stretch;
  border-radius: 5px;
  overflow: hidden;
}
.product-list-view-mode__item {
  padding: 8px 7px;
  background-color: #fff;
  border: 1px solid #d7d7d7;
}
.product-list-view-mode__item:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none;
}
.product-list-view-mode__item:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: none;
}
.product-list-view-mode__item.active, .product-list-view-mode__item:hover {
  background-color: #e72d2e;
  border-color: #e72d2e;
}
.product-list-view-mode__item-icon {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.product-list-view-mode__item--grid .product-list-view-mode__item-icon {
  width: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20965.2%20965.2%22%20style%3D%22enable-background%3Anew%200%200%20965.2%20965.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23E62D2D%22%20d%3D%22M263.9%2C30c0-16.6-13.4-30-30-30h-202c-16.6%2C0-30%2C13.4-30%2C30v202.1c0%2C16.6%2C13.4%2C30%2C30%2C30H234%0D%0A%09%09c16.6%2C0%2C30-13.4%2C30-30V30H263.9z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23E62D2D%22%20d%3D%22M613.5%2C30c0-16.6-13.4-30-30-30h-202c-16.6%2C0-30%2C13.4-30%2C30v202.1c0%2C16.6%2C13.4%2C30%2C30%2C30h202%0D%0A%09%09c16.6%2C0%2C30-13.4%2C30-30V30z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23E62D2D%22%20d%3D%22M963.3%2C30c0-16.6-13.4-30-30-30h-202c-16.6%2C0-30%2C13.4-30%2C30v202.1c0%2C16.6%2C13.4%2C30%2C30%2C30h202.1%0D%0A%09%09c16.6%2C0%2C30-13.4%2C30-30L963.3%2C30L963.3%2C30z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M263.9%2C381.6c0-16.6-13.4-30-30-30h-202c-16.6%2C0-30%2C13.4-30%2C30v202c0%2C16.6%2C13.4%2C30%2C30%2C30H234%0D%0A%09%09c16.6%2C0%2C30-13.4%2C30-30v-202L263.9%2C381.6L263.9%2C381.6z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M613.5%2C381.6c0-16.6-13.4-30-30-30h-202c-16.6%2C0-30%2C13.4-30%2C30v202c0%2C16.6%2C13.4%2C30%2C30%2C30h202%0D%0A%09%09c16.6%2C0%2C30-13.4%2C30-30V381.6z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M963.3%2C381.6c0-16.6-13.4-30-30-30h-202c-16.6%2C0-30%2C13.4-30%2C30v202c0%2C16.6%2C13.4%2C30%2C30%2C30h202.1%0D%0A%09%09c16.6%2C0%2C30-13.4%2C30-30L963.3%2C381.6L963.3%2C381.6L963.3%2C381.6z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M233.9%2C703.1h-202c-16.6%2C0-30%2C13.4-30%2C30v202.1c0%2C16.6%2C13.4%2C30%2C30%2C30H234c16.6%2C0%2C30-13.4%2C30-30V733.1%0D%0A%09%09C263.9%2C716.6%2C250.4%2C703.1%2C233.9%2C703.1z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M583.5%2C703.1h-202c-16.6%2C0-30%2C13.4-30%2C30v202.1c0%2C16.6%2C13.4%2C30%2C30%2C30h202c16.6%2C0%2C30-13.4%2C30-30V733.1%0D%0A%09%09C613.5%2C716.6%2C600.1%2C703.1%2C583.5%2C703.1z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M933.3%2C703.1h-202c-16.6%2C0-30%2C13.4-30%2C30v202.1c0%2C16.6%2C13.4%2C30%2C30%2C30h202.1c16.6%2C0%2C30-13.4%2C30-30V733.1%0D%0A%09%09C963.3%2C716.6%2C949.8%2C703.1%2C933.3%2C703.1z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.product-list-view-mode__item--grid:hover .product-list-view-mode__item-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20965.2%20965.2%22%20style%3D%22enable-background%3Anew%200%200%20965.2%20965.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20fill%3D%22%23ffffff%22%3E%0D%0A%09%3Cpath%20d%3D%22M263.9%2C30c0-16.6-13.4-30-30-30h-202c-16.6%2C0-30%2C13.4-30%2C30v202.1c0%2C16.6%2C13.4%2C30%2C30%2C30H234%0D%0A%09%09c16.6%2C0%2C30-13.4%2C30-30V30H263.9z%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M613.5%2C30c0-16.6-13.4-30-30-30h-202c-16.6%2C0-30%2C13.4-30%2C30v202.1c0%2C16.6%2C13.4%2C30%2C30%2C30h202%0D%0A%09%09c16.6%2C0%2C30-13.4%2C30-30V30z%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M963.3%2C30c0-16.6-13.4-30-30-30h-202c-16.6%2C0-30%2C13.4-30%2C30v202.1c0%2C16.6%2C13.4%2C30%2C30%2C30h202.1%0D%0A%09%09c16.6%2C0%2C30-13.4%2C30-30L963.3%2C30L963.3%2C30z%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M263.9%2C381.6c0-16.6-13.4-30-30-30h-202c-16.6%2C0-30%2C13.4-30%2C30v202c0%2C16.6%2C13.4%2C30%2C30%2C30H234%0D%0A%09%09c16.6%2C0%2C30-13.4%2C30-30v-202L263.9%2C381.6L263.9%2C381.6z%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M613.5%2C381.6c0-16.6-13.4-30-30-30h-202c-16.6%2C0-30%2C13.4-30%2C30v202c0%2C16.6%2C13.4%2C30%2C30%2C30h202%0D%0A%09%09c16.6%2C0%2C30-13.4%2C30-30V381.6z%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M963.3%2C381.6c0-16.6-13.4-30-30-30h-202c-16.6%2C0-30%2C13.4-30%2C30v202c0%2C16.6%2C13.4%2C30%2C30%2C30h202.1%0D%0A%09%09c16.6%2C0%2C30-13.4%2C30-30L963.3%2C381.6L963.3%2C381.6L963.3%2C381.6z%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M233.9%2C703.1h-202c-16.6%2C0-30%2C13.4-30%2C30v202.1c0%2C16.6%2C13.4%2C30%2C30%2C30H234c16.6%2C0%2C30-13.4%2C30-30V733.1%0D%0A%09%09C263.9%2C716.6%2C250.4%2C703.1%2C233.9%2C703.1z%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M583.5%2C703.1h-202c-16.6%2C0-30%2C13.4-30%2C30v202.1c0%2C16.6%2C13.4%2C30%2C30%2C30h202c16.6%2C0%2C30-13.4%2C30-30V733.1%0D%0A%09%09C613.5%2C716.6%2C600.1%2C703.1%2C583.5%2C703.1z%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M933.3%2C703.1h-202c-16.6%2C0-30%2C13.4-30%2C30v202.1c0%2C16.6%2C13.4%2C30%2C30%2C30h202.1c16.6%2C0%2C30-13.4%2C30-30V733.1%0D%0A%09%09C963.3%2C716.6%2C949.8%2C703.1%2C933.3%2C703.1z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.product-list-view-mode__item--table .product-list-view-mode__item-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23E62D2D%22%20d%3D%22M3%2C2H1C0.4%2C2%2C0%2C2.4%2C0%2C3v2c0%2C0.6%2C0.4%2C1%2C1%2C1h2c0.6%2C0%2C1-0.4%2C1-1V3C4%2C2.4%2C3.6%2C2%2C3%2C2z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M3%2C10H1c-0.6%2C0-1%2C0.4-1%2C1v2c0%2C0.6%2C0.4%2C1%2C1%2C1h2c0.6%2C0%2C1-0.4%2C1-1v-2C4%2C10.4%2C3.6%2C10%2C3%2C10z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M3%2C18H1c-0.6%2C0-1%2C0.4-1%2C1v2c0%2C0.6%2C0.4%2C1%2C1%2C1h2c0.6%2C0%2C1-0.4%2C1-1v-2C4%2C18.4%2C3.6%2C18%2C3%2C18z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23E62D2D%22%20d%3D%22M23%2C2H9C8.4%2C2%2C8%2C2.4%2C8%2C3v2c0%2C0.6%2C0.4%2C1%2C1%2C1h14c0.6%2C0%2C1-0.4%2C1-1V3C24%2C2.4%2C23.6%2C2%2C23%2C2z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M23%2C10H9c-0.6%2C0-1%2C0.4-1%2C1v2c0%2C0.6%2C0.4%2C1%2C1%2C1h14c0.6%2C0%2C1-0.4%2C1-1v-2C24%2C10.4%2C23.6%2C10%2C23%2C10z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M23%2C18H9c-0.6%2C0-1%2C0.4-1%2C1v2c0%2C0.6%2C0.4%2C1%2C1%2C1h14c0.6%2C0%2C1-0.4%2C1-1v-2C24%2C18.4%2C23.6%2C18%2C23%2C18z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.product-list-view-mode__item--table:hover .product-list-view-mode__item-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%09%3Cg%20fill%3D%22%23ffffff%22%3E%0D%0A%09%09%3Cpath%20d%3D%22M3%2C2H1C0.4%2C2%2C0%2C2.4%2C0%2C3v2c0%2C0.6%2C0.4%2C1%2C1%2C1h2c0.6%2C0%2C1-0.4%2C1-1V3C4%2C2.4%2C3.6%2C2%2C3%2C2z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M3%2C10H1c-0.6%2C0-1%2C0.4-1%2C1v2c0%2C0.6%2C0.4%2C1%2C1%2C1h2c0.6%2C0%2C1-0.4%2C1-1v-2C4%2C10.4%2C3.6%2C10%2C3%2C10z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M3%2C18H1c-0.6%2C0-1%2C0.4-1%2C1v2c0%2C0.6%2C0.4%2C1%2C1%2C1h2c0.6%2C0%2C1-0.4%2C1-1v-2C4%2C18.4%2C3.6%2C18%2C3%2C18z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M23%2C2H9C8.4%2C2%2C8%2C2.4%2C8%2C3v2c0%2C0.6%2C0.4%2C1%2C1%2C1h14c0.6%2C0%2C1-0.4%2C1-1V3C24%2C2.4%2C23.6%2C2%2C23%2C2z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M23%2C10H9c-0.6%2C0-1%2C0.4-1%2C1v2c0%2C0.6%2C0.4%2C1%2C1%2C1h14c0.6%2C0%2C1-0.4%2C1-1v-2C24%2C10.4%2C23.6%2C10%2C23%2C10z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M23%2C18H9c-0.6%2C0-1%2C0.4-1%2C1v2c0%2C0.6%2C0.4%2C1%2C1%2C1h14c0.6%2C0%2C1-0.4%2C1-1v-2C24%2C18.4%2C23.6%2C18%2C23%2C18z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.product-list-view-mode__item--selected {
  background-color: #e72d2e;
  border-color: #e72d2e;
}
.product-list-view-mode__item--selected.product-list-view-mode__item--grid .product-list-view-mode__item-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20965.2%20965.2%22%20style%3D%22enable-background%3Anew%200%200%20965.2%20965.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20fill%3D%22%23ffffff%22%3E%0D%0A%09%3Cpath%20d%3D%22M263.9%2C30c0-16.6-13.4-30-30-30h-202c-16.6%2C0-30%2C13.4-30%2C30v202.1c0%2C16.6%2C13.4%2C30%2C30%2C30H234%0D%0A%09%09c16.6%2C0%2C30-13.4%2C30-30V30H263.9z%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M613.5%2C30c0-16.6-13.4-30-30-30h-202c-16.6%2C0-30%2C13.4-30%2C30v202.1c0%2C16.6%2C13.4%2C30%2C30%2C30h202%0D%0A%09%09c16.6%2C0%2C30-13.4%2C30-30V30z%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M963.3%2C30c0-16.6-13.4-30-30-30h-202c-16.6%2C0-30%2C13.4-30%2C30v202.1c0%2C16.6%2C13.4%2C30%2C30%2C30h202.1%0D%0A%09%09c16.6%2C0%2C30-13.4%2C30-30L963.3%2C30L963.3%2C30z%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M263.9%2C381.6c0-16.6-13.4-30-30-30h-202c-16.6%2C0-30%2C13.4-30%2C30v202c0%2C16.6%2C13.4%2C30%2C30%2C30H234%0D%0A%09%09c16.6%2C0%2C30-13.4%2C30-30v-202L263.9%2C381.6L263.9%2C381.6z%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M613.5%2C381.6c0-16.6-13.4-30-30-30h-202c-16.6%2C0-30%2C13.4-30%2C30v202c0%2C16.6%2C13.4%2C30%2C30%2C30h202%0D%0A%09%09c16.6%2C0%2C30-13.4%2C30-30V381.6z%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M963.3%2C381.6c0-16.6-13.4-30-30-30h-202c-16.6%2C0-30%2C13.4-30%2C30v202c0%2C16.6%2C13.4%2C30%2C30%2C30h202.1%0D%0A%09%09c16.6%2C0%2C30-13.4%2C30-30L963.3%2C381.6L963.3%2C381.6L963.3%2C381.6z%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M233.9%2C703.1h-202c-16.6%2C0-30%2C13.4-30%2C30v202.1c0%2C16.6%2C13.4%2C30%2C30%2C30H234c16.6%2C0%2C30-13.4%2C30-30V733.1%0D%0A%09%09C263.9%2C716.6%2C250.4%2C703.1%2C233.9%2C703.1z%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M583.5%2C703.1h-202c-16.6%2C0-30%2C13.4-30%2C30v202.1c0%2C16.6%2C13.4%2C30%2C30%2C30h202c16.6%2C0%2C30-13.4%2C30-30V733.1%0D%0A%09%09C613.5%2C716.6%2C600.1%2C703.1%2C583.5%2C703.1z%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M933.3%2C703.1h-202c-16.6%2C0-30%2C13.4-30%2C30v202.1c0%2C16.6%2C13.4%2C30%2C30%2C30h202.1c16.6%2C0%2C30-13.4%2C30-30V733.1%0D%0A%09%09C963.3%2C716.6%2C949.8%2C703.1%2C933.3%2C703.1z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.product-list-view-mode__item--selected.product-list-view-mode__item--table .product-list-view-mode__item-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%09%3Cg%20fill%3D%22%23ffffff%22%3E%0D%0A%09%09%3Cpath%20d%3D%22M3%2C2H1C0.4%2C2%2C0%2C2.4%2C0%2C3v2c0%2C0.6%2C0.4%2C1%2C1%2C1h2c0.6%2C0%2C1-0.4%2C1-1V3C4%2C2.4%2C3.6%2C2%2C3%2C2z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M3%2C10H1c-0.6%2C0-1%2C0.4-1%2C1v2c0%2C0.6%2C0.4%2C1%2C1%2C1h2c0.6%2C0%2C1-0.4%2C1-1v-2C4%2C10.4%2C3.6%2C10%2C3%2C10z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M3%2C18H1c-0.6%2C0-1%2C0.4-1%2C1v2c0%2C0.6%2C0.4%2C1%2C1%2C1h2c0.6%2C0%2C1-0.4%2C1-1v-2C4%2C18.4%2C3.6%2C18%2C3%2C18z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M23%2C2H9C8.4%2C2%2C8%2C2.4%2C8%2C3v2c0%2C0.6%2C0.4%2C1%2C1%2C1h14c0.6%2C0%2C1-0.4%2C1-1V3C24%2C2.4%2C23.6%2C2%2C23%2C2z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M23%2C10H9c-0.6%2C0-1%2C0.4-1%2C1v2c0%2C0.6%2C0.4%2C1%2C1%2C1h14c0.6%2C0%2C1-0.4%2C1-1v-2C24%2C10.4%2C23.6%2C10%2C23%2C10z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M23%2C18H9c-0.6%2C0-1%2C0.4-1%2C1v2c0%2C0.6%2C0.4%2C1%2C1%2C1h14c0.6%2C0%2C1-0.4%2C1-1v-2C24%2C18.4%2C23.6%2C18%2C23%2C18z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}

.product-list-sort-block {
  display: flex;
  flex-wrap: wrap;
}

.product-list-sort-item {
  color: #808080;
  position: relative;
  margin-bottom: 5px;
  border: 1px solid black;
  border-radius: 6px;
  text-align: center;
  padding: 0.5rem 1.2rem 0.5rem 0.8rem;
}
.product-list-sort-item:hover {
  color: #808080;
}
.product-list-sort-item:not(:last-child) {
  margin-right: 20px;
}
.product-list-sort-item--selected {
  color: #262626;
}
.product-list-sort-item--selected:hover {
  color: #262626;
}
.product-list-sort-item--selected:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("img/icons/angle-bottom.svg");
  background-size: contain;
  translate: 0 -50%;
}
.product-list-sort-item--price_asc, .product-list-sort-item--price_desc {
  padding-right: 2rem;
}
.product-list-sort-item--asc.product-list-sort-item--selected:after {
  transform: rotate(180deg);
}
.product-list-sort-item--repair_asc.product-list-sort-item--selected:after {
  transform: rotate(0deg);
}

.catalog-sort {
  border-radius: 0.375rem;
  border: 0.0625rem solid black;
  position: relative;
  display: inline-block;
  width: auto;
  outline: none;
}
.catalog-sort__selected {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 2.375rem 0.625rem 1rem;
  cursor: pointer;
  transition: border-color 0.2s;
}
.catalog-sort__selected-text {
  color: #ef2528;
  font-size: inherit;
}
.catalog-sort__selected-text span {
  color: black;
  font-size: inherit;
}
.catalog-sort__arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  left: auto;
  translate: 0 -50%;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("/local/templates/liberti2018/img/icons/angle-bottom.svg");
  background-size: contain;
  transition: transform 0.2s;
}
.catalog-sort__dropdown {
  width: 17.6rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid #e0e0e0;
  position: absolute;
  top: 120%;
  left: 0;
  right: 0;
  background: white;
  border-top: none;
  box-shadow: var(--box-shadow-y-plus), var(--box-shadow-y-mines), var(--box-shadow-x-plus), var(--box-shadow-x-mines);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
  z-index: 100;
}
.catalog-sort__options {
  overflow-y: auto;
}
.catalog-sort__option {
  display: block;
  padding: 0.625rem 0.9375rem;
  color: #333333;
  font-size: inherit;
  text-decoration: none;
  transition: background-color 0.2s;
}
.catalog-sort__option:hover {
  background-color: whitesmoke;
}
.catalog-sort__option--active {
  background-color: #d9d9d9;
  color: black;
  font-size: inherit;
  border-radius: 0.25rem;
  border: 0.0625rem solid black;
  box-shadow: 0 -0.125rem 0.25rem 0 var(--default-shadow), var(--box-shadow-y-plus);
}
.catalog-sort--open .catalog-sort__dropdown {
  opacity: 1;
  visibility: visible;
}
.catalog-sort--open .catalog-sort__arrow {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .catalog-sort {
    order: 1;
    width: auto;
  }
  .catalog-sort__selected {
    padding: 0.625rem 1.4rem 0.625rem 0.5rem;
  }
  .catalog-sort__selected-text {
    font-size: 0.875rem;
  }
  .catalog-sort__selected-text span {
    font-size: 0.875rem;
  }
  .catalog-sort__options {
    font-size: 0.875rem;
  }
  .catalog-sort__option {
    padding: 0.625rem 1.4rem 0.625rem 0.5rem;
  }
  .catalog-sort__arrow {
    right: 0.45rem;
  }
  .catalog-sort__dropdown {
    width: auto;
  }
}
@media (max-width: 350px) {
  .catalog-sort__selected-text, .catalog-sort__options {
    font-size: 13px;
  }
  .catalog-sort__selected-text span {
    font-size: 13px;
  }
}

.catalog__header-right {
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 767px) {
  .catalog__header-right {
    order: 0;
    margin: auto 0;
  }
}

.search-page__body {
  overflow: visible !important;
}

.product-list--catalog {
  margin-bottom: 17px;
}
.product-list--4 {
  width: 100%;
}

.product-list-empty {
  padding: 0px 10px;
}

.product-list--table {
  display: flex;
  flex-flow: column nowrap;
  border-top: 1px solid #d7d7d7;
}

.product-list-item {
  position: relative;
}

.product-list--catalog .product-list-item--grid {
  padding-right: 0;
  padding-left: 0;
}
.product-list--4 .product-list-item--grid {
  padding-right: 0;
  padding-left: 0;
}
.product-list-item--grid .product-list-item__container {
  border: 1px solid #d7d7d7;
  padding: 2px;
  background-color: #fff;
  border-radius: 0;
  height: 100%;
}
.product-list-item--grid .product-list-item__container:hover {
  background-color: #d7d7d7;
}
.product-list-item--grid .product-list-item__container:hover .card__title {
  color: #262626;
}
.product-list-item--grid .product-list-item__container:focus {
  outline: none;
}
.product-list-item--grid .product-list-item__container2 {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 8px 8px;
}
@media (min-width: 1200px) and (max-width: 1569.98px) {
  .product-list-item--grid .product-list-item__container2 {
    padding: 8px 6px;
  }
}
.product-list-item--grid .product-list-item__image-link {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
.product-list-item--grid .product-list-item__image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.product-list-item--grid .product-list-item__desc-block {
  display: flex;
  flex-flow: column nowrap;
}
.product-list-item--grid .product-list-item__unavailable-button-stub {
  color: #e72d2e;
}
.product-list-item--grid .product-list-item__category {
  width: 100%;
  order: 1;
  font-size: 12px;
  color: #808080;
}
.product-list-item--grid .product-list-item__article {
  width: 100%;
  margin-bottom: 5px;
  order: 2;
  font-size: 12px;
  color: #808080;
}
.product-list-item--grid .product-list-item__finded-fields {
  font-size: 14px;
  margin-bottom: 3px;
  color: #cc2929;
}
.product-list-item--grid .product-list-item__name-link {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  order: 3;
  font-size: 16px;
  color: #262626;
  word-break: break-word;
  /*word-break: break-all;*/
}
.product-list-item--grid .product-list-item__name-link:hover {
  text-decoration: underline;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-list-item--grid .product-list-item__name-link {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-list-item--grid .product-list-item__name-link {
    font-size: 15px;
  }
}
.product-list-item--grid .product-list-item__props {
  display: none;
}
.product-list-item--grid .product-list-item__reviews {
  display: none;
}
.product-list-item--grid .product-list-item__block1 {
  display: flex;
  flex-flow: row wrap;
  margin-top: auto;
}
.product-list-item--grid .product-list-item__prices-block {
  display: flex;
  margin-top: auto;
  flex: 1 0 100%;
  align-items: flex-end;
  margin-bottom: 5px;
}
.product-list-item--grid .product-list-item__prices-block--landing {
  margin-top: 5px;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .product-list-item--grid .product-list-item__prices-block--landing {
    flex-flow: column wrap;
    margin-bottom: 0px;
  }
  .product-list-item--grid .product-list-item__prices-block--landing .product-list-item__action-block {
    margin-top: 5px;
  }
}
.product-list-item--grid .product-list-item__price {
  max-width: 100%;
  flex: 1 0 0;
  text-align: center;
}
.product-list-item--grid .product-list-item__price-value {
  line-height: 1;
}
.product-list-item--grid .product-list-item__price-name {
  font-size: 12px;
}
.product-list-item--grid .product-list-item__price--main {
  color: #e72d2e;
}
.product-list-item--grid .product-list-item__price--main .product-list-item__price-value {
  font-size: 30px;
}
.product-list-item--grid .product-list-item__price--other {
  color: #808080;
}
.product-list-item--grid .product-list-item__price--other .product-list-item__price-value {
  font-size: 24px;
}
.product-list-item--grid .product-list-item__basket-block {
  display: flex;
  flex: 1 0 50%;
}
@media (max-width: 575.98px) {
  .product-list-item--grid .product-list-item__basket-block {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product-list-item--grid .product-list-item__basket-block {
    flex-direction: column;
    align-items: center;
  }
}
.product-list-item--grid .product-list-item__quantity-block {
  padding-right: 3px;
  flex: 1 0 50%;
}
@media (max-width: 575.98px) {
  .product-list-item--grid .product-list-item__quantity-block {
    padding-right: 0;
    margin-bottom: 8px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product-list-item--grid .product-list-item__quantity-block {
    padding-right: 0;
    margin-bottom: 8px;
  }
}
.product-list-item--grid .product-list-item__counter-block {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 37px;
  margin: 0 auto;
}
.product-list-item--grid .product-list-item__minus, .product-list-item--grid .product-list-item__plus {
  width: 37px;
  height: 100%;
  border: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .product-list-item--grid .product-list-item__minus, .product-list-item--grid .product-list-item__plus {
    width: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product-list-item--grid .product-list-item__minus, .product-list-item--grid .product-list-item__plus {
    width: 32px;
  }
}
.product-list-item--grid .product-list-item__minus:active, .product-list-item--grid .product-list-item__plus:active {
  border-color: #e72d2e;
}
.product-list-item--grid .product-list-item__minus {
  border-top-left-radius: 0.25rem 0.25rem;
  border-bottom-left-radius: 0.25rem 0.25rem;
  border-right-color: transparent;
}
.product-list-item--grid .product-list-item__plus {
  border-top-right-radius: 0.25rem 0.25rem;
  border-bottom-right-radius: 0.25rem 0.25rem;
  border-left-color: transparent;
}
.product-list-item--grid .product-list-item__quantity-block-available .product-list-item__plus {
  border-bottom-right-radius: unset;
}
.product-list-item--grid .product-list-item__quantity-block-available .product-list-item__minus {
  border-bottom-left-radius: unset;
}
.product-list-item--grid .product-list-item__quantity-block-available .product-list-item__availability {
  border-bottom-right-radius: 0.25rem 0.25rem;
  border-bottom-left-radius: 0.25rem 0.25rem;
  background: #2FC94F;
  color: #FFF;
  width: 121px;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .product-list-item--grid .product-list-item__quantity-block-available .product-list-item__availability {
    width: 111px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product-list-item--grid .product-list-item__quantity-block-available .product-list-item__availability {
    width: 111px;
  }
}
.product-list-item--grid .product-list-item__quantity-zero .product-list-item__availability {
  background: #e72d2e;
}
.product-list-item--grid .product-list-item__quantity-input {
  border-radius: unset;
  display: block;
  width: 47px;
  height: 100%;
  border: 1px solid #d7d7d7;
  color: #808080;
  text-align: center;
  padding: 6px 12px;
}
.product-list-item--grid .product-list-item__quantity-input:focus {
  outline: none;
  border-color: #e72d2e;
}
.product-list-item--grid .product-list-item__availability {
  text-align: center;
  font-size: 12px;
  color: #808080;
}
.product-list-item--grid .product-list-item__stores {
  display: none;
}
.product-list-item--grid .product-list-item__action-block {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 3px;
}
.product-list-item--grid .product-list-item__fast-order-button {
  display: none;
}
.product-list-item--grid .product-list-item__action2-block {
  display: none;
}
.product-list-item--grid .product-list-item__badges {
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 5px 13px 5px 11px;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom-right-radius: 20px;
}
.product-list-item--grid .product-list-item__badges--desc {
  display: none;
}
.product-list-item--grid.product-list-item--unavailable .product-list-item__action-block {
  margin-top: 8px;
  color: #808080;
  text-align: center;
}
.product-list-item--grid:hover .product-list-item__badges {
  top: 3px;
  left: 3px;
  padding-top: 3px;
  padding-left: 9px;
}

@media (min-width: 1200px) {
  .product-list-item--table .product-list-item__on-the-way, .product-list-item--search-suggest .product-list-item__on-the-way {
    font-size: 20px;
  }
}
.product-list-item--table .product-list-item__container, .product-list-item--search-suggest .product-list-item__container {
  border: none;
}
.product-list-item--table .product-list-item__container2, .product-list-item--search-suggest .product-list-item__container2 {
  display: flex;
  padding: 15px 13px;
  border-bottom: 1px solid #d7d7d7;
}
@media (min-width: 1200px) and (max-width: 1569.98px) {
  .product-list-item--table .product-list-item__container2, .product-list-item--search-suggest .product-list-item__container2 {
    padding: 15px 0;
  }
}
@media (max-width: 1199.98px) {
  .product-list-item--table .product-list-item__container2, .product-list-item--search-suggest .product-list-item__container2 {
    flex-wrap: wrap;
  }
}
.product-list-item--table .product-list-item__counter-block, .product-list-item--search-suggest .product-list-item__counter-block {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.product-list-item--table .product-list-item__minus, .product-list-item--search-suggest .product-list-item__minus, .product-list-item--table .product-list-item__plus, .product-list-item--search-suggest .product-list-item__plus {
  width: 40px;
  height: 100%;
  border: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product-list-item--table .product-list-item__minus:active, .product-list-item--search-suggest .product-list-item__minus:active, .product-list-item--table .product-list-item__plus:active, .product-list-item--search-suggest .product-list-item__plus:active {
  border-color: #e72d2e;
}
.product-list-item--table .product-list-item__quantity-block-available .product-list-item__plus, .product-list-item--search-suggest .product-list-item__quantity-block-available .product-list-item__plus {
  border-bottom-right-radius: unset;
}
.product-list-item--table .product-list-item__quantity-block-available .product-list-item__minus, .product-list-item--search-suggest .product-list-item__quantity-block-available .product-list-item__minus {
  border-bottom-left-radius: unset;
}
.product-list-item--table .product-list-item__quantity-block-available .product-list-item__availability, .product-list-item--search-suggest .product-list-item__quantity-block-available .product-list-item__availability {
  border-bottom-right-radius: 0.25rem 0.25rem;
  border-bottom-left-radius: 0.25rem 0.25rem;
  background: #2FC94F;
  color: #FFF;
  width: 100%;
  max-width: 190px;
  margin: 0 auto;
}
.product-list-item--table .product-list-item__quantity-zero .product-list-item__availability, .product-list-item--search-suggest .product-list-item__quantity-zero .product-list-item__availability {
  background: #e72d2e;
}
.product-list-item--table .product-list-item__minus, .product-list-item--search-suggest .product-list-item__minus {
  border-top-left-radius: 0.25rem 0.25rem;
  border-bottom-left-radius: 0.25rem 0.25rem;
  border-right-color: transparent;
}
.product-list-item--table .product-list-item__plus, .product-list-item--search-suggest .product-list-item__plus {
  border-top-right-radius: 0.25rem 0.25rem;
  border-bottom-right-radius: 0.25rem 0.25rem;
  border-left-color: transparent;
}
.product-list-item--table .product-list-item__base-block, .product-list-item--search-suggest .product-list-item__base-block {
  display: flex;
  flex-grow: 1;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-list-item--table .product-list-item__base-block, .product-list-item--search-suggest .product-list-item__base-block {
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .product-list-item--table .product-list-item__base-block, .product-list-item--search-suggest .product-list-item__base-block {
    flex-flow: column nowrap;
  }
}
.product-list-item--table .product-list-item__image-link, .product-list-item--search-suggest .product-list-item__image-link {
  flex-basis: 96px;
  flex-shrink: 0;
  margin-right: 15px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-list-item--table .product-list-item__image-link, .product-list-item--search-suggest .product-list-item__image-link {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-list-item--table .product-list-item__image-link, .product-list-item--search-suggest .product-list-item__image-link {
    margin-left: auto;
    margin-right: auto;
    flex-basis: 150px;
  }
}
@media (max-width: 575.98px) {
  .product-list-item--table .product-list-item__image-link, .product-list-item--search-suggest .product-list-item__image-link {
    flex-basis: auto;
    margin-right: 0px;
  }
}
.product-list-item--table .product-list-item__desc-block, .product-list-item--search-suggest .product-list-item__desc-block {
  display: flex;
  flex-flow: row wrap;
  flex-grow: 1;
  align-items: flex-start;
  align-content: flex-start;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-list-item--table .product-list-item__desc-block, .product-list-item--search-suggest .product-list-item__desc-block {
    flex-basis: calc(100% - 96px - 15px);
  }
}
@media (max-width: 1199.98px) {
  .product-list-item--table .product-list-item__desc-block, .product-list-item--search-suggest .product-list-item__desc-block {
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product-list-item--table .product-list-item__desc-block, .product-list-item--search-suggest .product-list-item__desc-block {
    flex-basis: calc(100% - 96px - 15px);
  }
}
.product-list-item--table .product-list-item__name-link, .product-list-item--search-suggest .product-list-item__name-link {
  display: block;
  margin-bottom: 8px;
  flex: 1 0 100%;
  font-size: 16px;
  color: #262626;
}
.product-list-item--table .product-list-item__props, .product-list-item--search-suggest .product-list-item__props {
  margin-bottom: 8px;
  flex: 1 0 100%;
  font-size: 12px;
  color: #808080;
  word-break: break-word;
}
.product-list-item--table .product-list-item__bottom, .product-list-item--search-suggest .product-list-item__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-list-item--table .product-list-item__category, .product-list-item--search-suggest .product-list-item__category {
  display: none;
}
.product-list-item--table .product-list-item__article, .product-list-item--search-suggest .product-list-item__article {
  margin-right: 10px;
  font-size: 12px;
  color: #808080;
  /*&:after {
      color: $colorTextLight;
      content: '\2022';
      font-size: 14px;
      margin-left: 6px;
  }*/
}
.product-list-item--table .product-list-item__finded-fields, .product-list-item--search-suggest .product-list-item__finded-fields {
  font-size: 12px;
  margin-right: 10px;
  flex: 1 0 100%;
  margin-bottom: 3px;
  color: #cc2929;
}
.product-list-item--table .product-list-item__reviews, .product-list-item--search-suggest .product-list-item__reviews {
  display: flex;
  margin-top: 1px;
  order: 3;
  align-items: center;
}
.product-list-item--table .product-list-item__rateyo, .product-list-item--search-suggest .product-list-item__rateyo {
  margin-right: 5px;
}
.product-list-item--table .product-list-item__reviews-text, .product-list-item--search-suggest .product-list-item__reviews-text {
  font-size: 12px;
  color: #808080;
}
.product-list-item--table .product-list-item__block1, .product-list-item--search-suggest .product-list-item__block1 {
  flex-shrink: 0;
  display: flex;
  flex-basis: 390px;
}
@media (min-width: 1200px) and (max-width: 1569.98px) {
  .product-list-item--table .product-list-item__block1, .product-list-item--search-suggest .product-list-item__block1 {
    flex-basis: 380px;
  }
}
@media (max-width: 1199.98px) {
  .product-list-item--table .product-list-item__block1, .product-list-item--search-suggest .product-list-item__block1 {
    flex-basis: 100%;
  }
}
@media (max-width: 991.98px) {
  .product-list-item--table .product-list-item__block1, .product-list-item--search-suggest .product-list-item__block1 {
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .product-list-item--table .product-list-item__block1, .product-list-item--search-suggest .product-list-item__block1 {
    color: blue;
    flex-flow: column nowrap;
  }
}
.product-list-item--table .product-list-item__prices-block, .product-list-item--search-suggest .product-list-item__prices-block {
  display: flex;
  flex-flow: column nowrap;
  flex: 0 0 105px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-list-item--table .product-list-item__prices-block, .product-list-item--search-suggest .product-list-item__prices-block {
    flex-basis: 50%;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .product-list-item--table .product-list-item__prices-block, .product-list-item--search-suggest .product-list-item__prices-block {
    margin-bottom: 10px;
    flex-flow: row nowrap;
    flex-basis: auto;
    justify-content: center;
  }
}
.product-list-item--table .product-list-item__price--main, .product-list-item--search-suggest .product-list-item__price--main {
  order: 2;
  color: #e72d2e;
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .product-list-item--table .product-list-item__price--main, .product-list-item--search-suggest .product-list-item__price--main {
    margin-left: 7px;
  }
}
.product-list-item--table .product-list-item__price--main .product-list-item__price-value, .product-list-item--search-suggest .product-list-item__price--main .product-list-item__price-value {
  font-size: 30px;
  display: block;
}
.product-list-item--table .product-list-item__price--other, .product-list-item--search-suggest .product-list-item__price--other {
  margin-bottom: 4px;
  order: 1;
  color: #808080;
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .product-list-item--table .product-list-item__price--other, .product-list-item--search-suggest .product-list-item__price--other {
    margin-right: 7px;
  }
}
.product-list-item--table .product-list-item__price--other .product-list-item__price-value, .product-list-item--search-suggest .product-list-item__price--other .product-list-item__price-value {
  font-size: 24px;
  display: block;
}
.product-list-item--table .product-list-item__basket-block, .product-list-item--search-suggest .product-list-item__basket-block {
  display: flex;
  flex: 1 0 100%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product-list-item--table .product-list-item__basket-block, .product-list-item--search-suggest .product-list-item__basket-block {
    flex: 1 0 155px;
  }
}
@media (max-width: 575.98px) {
  .product-list-item--table .product-list-item__basket-block, .product-list-item--search-suggest .product-list-item__basket-block {
    justify-content: space-around;
  }
}
.product-list-item--table .product-list-item__quantity-block, .product-list-item--search-suggest .product-list-item__quantity-block {
  flex-basis: 128px;
  flex-shrink: 0;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}
@media (min-width: 1200px) and (max-width: 1569.98px) {
  .product-list-item--table .product-list-item__quantity-block, .product-list-item--search-suggest .product-list-item__quantity-block {
    flex-basis: 115px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-list-item--table .product-list-item__quantity-block, .product-list-item--search-suggest .product-list-item__quantity-block {
    flex-basis: 50%;
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .product-list-item--table .product-list-item__quantity-block, .product-list-item--search-suggest .product-list-item__quantity-block {
    flex-basis: auto;
    margin-bottom: 10px;
  }
}
.product-list-item--table .product-list-item__quantity-input, .product-list-item--search-suggest .product-list-item__quantity-input {
  border-radius: unset;
  text-align: center;
  padding: 5px 10px;
  max-width: 110px;
  height: 100%;
}
.product-list-item--table .product-list-item__availability, .product-list-item--search-suggest .product-list-item__availability {
  font-size: 12px;
  color: #808080;
  margin-bottom: 5px;
}
.product-list-item--table .product-list-item__stores, .product-list-item--search-suggest .product-list-item__stores {
  font-size: 12px;
  color: #e72d2e;
}
.product-list-item--table .product-list-item__action-block, .product-list-item--search-suggest .product-list-item__action-block {
  display: flex;
  flex-flow: column nowrap;
  flex: 0 0 155px;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-list-item--table .product-list-item__action-block, .product-list-item--search-suggest .product-list-item__action-block {
    flex-basis: 50%;
  }
}
@media (max-width: 575.98px) {
  .product-list-item--table .product-list-item__action-block, .product-list-item--search-suggest .product-list-item__action-block {
    flex-basis: auto;
    margin-bottom: 10px;
  }
}
.product-list-item--table .product-list-item__buy-button, .product-list-item--search-suggest .product-list-item__buy-button {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.product-list-item--table .product-list-item__fast-order-button, .product-list-item--search-suggest .product-list-item__fast-order-button {
  display: block;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-list-item--table .product-list-item__fast-order-button, .product-list-item--search-suggest .product-list-item__fast-order-button {
    width: auto;
  }
}
.product-list-item--table .product-list-item__unavailable-button-stub, .product-list-item--search-suggest .product-list-item__unavailable-button-stub {
  color: #e72d2e;
  text-align: center;
}
.product-list-item--table .product-list-item__action2-block, .product-list-item--search-suggest .product-list-item__action2-block {
  display: none;
  text-align: center;
}
.product-list-item--table .product-list-item__action2-block.active .hcard__action-text, .product-list-item--search-suggest .product-list-item__action2-block.active .hcard__action-text, .product-list-item--table .product-list-item__action2-block:hover .hcard__action-text, .product-list-item--search-suggest .product-list-item__action2-block:hover .hcard__action-text {
  color: #e72d2e;
}
@media (max-width: 575.98px) {
  .product-list-item--table .product-list-item__action2-block, .product-list-item--search-suggest .product-list-item__action2-block {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.product-list-item--table .product-list-item__fav, .product-list-item--search-suggest .product-list-item__fav {
  margin-bottom: 7px;
}
.product-list-item--table .product-list-item__fav .hcard__action-icon, .product-list-item--search-suggest .product-list-item__fav .hcard__action-icon {
  width: 31px;
  height: 31px;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M472.1%2C81.1c-27-27.6-63-42.8-101.5-42.8c-37.9%2C0-73.6%2C14.8-100.4%2C41.6l-13.8%2C13.9L242.4%2C80%0D%0A%09C215.6%2C53.1%2C179.9%2C38.4%2C142%2C38.4c-37.9%2C0-73.6%2C14.8-100.4%2C41.6C14.8%2C106.8%2C0%2C142.4%2C0%2C180.4S14.8%2C254%2C41.6%2C280.8l177.5%2C177.5%0D%0A%09c10.3%2C10.3%2C23.7%2C15.4%2C37.2%2C15.4c13.5%2C0%2C26.9-5.1%2C37.2-15.4l176.3-176.3C525.2%2C226.6%2C526.2%2C136.5%2C472.1%2C81.1z%20M451.2%2C263.3%0D%0A%09L274.8%2C439.7c-10.3%2C10.3-26.9%2C10.3-37.2%2C0L60.2%2C262.2c-21.9-21.9-33.9-50.9-33.9-81.8s12-60%2C33.9-81.8%0D%0A%09C82%2C76.7%2C111.1%2C64.7%2C142%2C64.7c30.9%2C0%2C59.9%2C12%2C81.8%2C33.9l13.9%2C13.9l-21.2%2C21.2c-5.1%2C5.1-5.1%2C13.5%2C0%2C18.6c2.6%2C2.6%2C5.9%2C3.8%2C9.3%2C3.8%0D%0A%09c3.4%2C0%2C6.7-1.3%2C9.3-3.9l53.7-53.7c21.9-21.9%2C50.9-33.9%2C81.8-33.9c31.4%2C0%2C60.8%2C12.4%2C82.7%2C34.8C497.4%2C144.6%2C496.4%2C218.1%2C451.2%2C263.3%0D%0A%09z%22%2F%3E%0D%0A%0D%0A%3Cpath%20fill%3D%22%23E62E2F%22%20d%3D%22M466.3%2C174.4c-1.4-23.4-11.4-45.4-27.9-61.9c-11.7-11.7-26.2-20.2-42-24.6c-7-1.9-14.2%2C2.1-16.2%2C9.1%0D%0A%09c-1.9%2C7%2C2.1%2C14.2%2C9.1%2C16.2c11.4%2C3.2%2C22%2C9.4%2C30.5%2C17.9c12%2C12%2C19.2%2C28%2C20.2%2C44.9c0.4%2C7%2C6.2%2C12.3%2C13.1%2C12.3c0.3%2C0%2C0.5%2C0%2C0.8%2C0%0D%0A%09C461.2%2C187.9%2C466.7%2C181.6%2C466.3%2C174.4z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-size: contain;
}
.product-list-item--table .product-list-item__fav:hover .hcard__action-icon, .product-list-item--search-suggest .product-list-item__fav:hover .hcard__action-icon, .product-list-item--table .product-list-item__fav.active .hcard__action-icon, .product-list-item--search-suggest .product-list-item__fav.active .hcard__action-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%09%3Cpath%20fill%3D%22%23E62E2F%22%20d%3D%22M472.1%2C81.1c-27-27.6-63-42.8-101.5-42.8c-37.9%2C0-73.6%2C14.8-100.4%2C41.6l-13.8%2C13.9L242.4%2C80%0D%0A%09%09C215.6%2C53.1%2C179.9%2C38.4%2C142%2C38.4c-37.9%2C0-73.6%2C14.8-100.4%2C41.6C14.8%2C106.8%2C0%2C142.4%2C0%2C180.4S14.8%2C254%2C41.6%2C280.8l177.5%2C177.5%0D%0A%09%09c10.3%2C10.3%2C23.7%2C15.4%2C37.2%2C15.4c13.5%2C0%2C26.9-5.1%2C37.2-15.4l176.3-176.3C525.2%2C226.6%2C526.2%2C136.5%2C472.1%2C81.1z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M466.3%2C174.4c-1.4-23.4-11.4-45.4-27.9-61.9c-11.7-11.7-26.2-20.2-42-24.6c-7-1.9-14.2%2C2.1-16.2%2C9.1%0D%0A%09%09c-1.9%2C7%2C2.1%2C14.2%2C9.1%2C16.2c11.4%2C3.2%2C22%2C9.4%2C30.5%2C17.9c12%2C12%2C19.2%2C28%2C20.2%2C44.9c0.4%2C7%2C6.2%2C12.3%2C13.1%2C12.3c0.3%2C0%2C0.5%2C0%2C0.8%2C0%0D%0A%09%09C461.2%2C187.9%2C466.7%2C181.6%2C466.3%2C174.4z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.product-list-item--table .product-list-item__compare .hcard__action-icon, .product-list-item--search-suggest .product-list-item__compare .hcard__action-icon {
  width: 31px;
  height: 31px;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2033%2033%22%20style%3D%22enable-background%3Anew%200%200%2033%2033%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M19.6%2C7.7c-0.2%2C0-0.5-0.2-0.5-0.4c0-0.3%2C0.1-0.5%2C0.4-0.6l10.8-1.8c0.3%2C0%2C0.5%2C0.1%2C0.6%2C0.4%0D%0A%09%09c0%2C0.3-0.1%2C0.5-0.4%2C0.6L19.6%2C7.7C19.6%2C7.7%2C19.6%2C7.7%2C19.6%2C7.7z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M2.6%2C10.5c-0.2%2C0-0.5-0.2-0.5-0.4c0-0.3%2C0.1-0.5%2C0.4-0.6l10.9-1.8c0.3%2C0%2C0.5%2C0.1%2C0.6%2C0.4%0D%0A%09%09c0%2C0.3-0.1%2C0.5-0.4%2C0.6L2.6%2C10.5C2.7%2C10.5%2C2.6%2C10.5%2C2.6%2C10.5z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23E62D2D%22%20d%3D%22M26.8%2C23.3c-3.4%2C0-6.2-2.8-6.2-6.2c0-0.3%2C0.2-0.5%2C0.5-0.5h11.3c0.3%2C0%2C0.5%2C0.2%2C0.5%2C0.5%0D%0A%09%09C33%2C20.5%2C30.2%2C23.3%2C26.8%2C23.3z%20M21.7%2C17.6c0.3%2C2.6%2C2.5%2C4.7%2C5.1%2C4.7c2.7%2C0%2C4.9-2%2C5.1-4.7H21.7z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23E62D2D%22%20d%3D%22M21.2%2C17.6c-0.1%2C0-0.2%2C0-0.2-0.1c-0.2-0.1-0.3-0.4-0.2-0.7l5.7-10.9c0.2-0.3%2C0.7-0.3%2C0.9%2C0l5.7%2C10.9%0D%0A%09%09c0.1%2C0.2%2C0%2C0.5-0.2%2C0.7c-0.2%2C0.1-0.5%2C0-0.7-0.2l-5.2-10l-5.2%2C10C21.5%2C17.5%2C21.4%2C17.6%2C21.2%2C17.6z%22%2F%3E%0D%0A%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M6.2%2C26.5c-3.4%2C0-6.2-2.8-6.2-6.2c0-0.3%2C0.2-0.5%2C0.5-0.5h11.3c0.3%2C0%2C0.5%2C0.2%2C0.5%2C0.5%0D%0A%09%09C12.3%2C23.8%2C9.6%2C26.5%2C6.2%2C26.5z%20M1%2C20.9c0.3%2C2.6%2C2.5%2C4.7%2C5.1%2C4.7c2.7%2C0%2C4.9-2%2C5.1-4.7H1z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M11.8%2C20.9c-0.2%2C0-0.4-0.1-0.4-0.3l-5.2-10l-5.2%2C10c-0.1%2C0.2-0.4%2C0.3-0.7%2C0.2c-0.2-0.1-0.3-0.4-0.2-0.7%0D%0A%09%09L5.7%2C9.3C5.9%2C9%2C6.4%2C9%2C6.6%2C9.3l5.7%2C10.9c0.1%2C0.2%2C0%2C0.5-0.2%2C0.7C12%2C20.9%2C11.9%2C20.9%2C11.8%2C20.9z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M16.5%2C11.3c-2%2C0-3.6-1.6-3.6-3.6c0-2%2C1.6-3.5%2C3.6-3.5s3.6%2C1.6%2C3.6%2C3.6C20.1%2C9.7%2C18.5%2C11.3%2C16.5%2C11.3z%0D%0A%09%09%20M16.5%2C5.2c-1.4%2C0-2.6%2C1.1-2.6%2C2.5s1.1%2C2.6%2C2.6%2C2.6s2.6-1.1%2C2.6-2.6S17.9%2C5.2%2C16.5%2C5.2z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M16.5%2C30.1c-0.3%2C0-0.5-0.2-0.5-0.5V10.8c0-0.3%2C0.2-0.5%2C0.5-0.5s0.5%2C0.2%2C0.5%2C0.5v18.8%0D%0A%09%09C17%2C29.8%2C16.8%2C30.1%2C16.5%2C30.1z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M16.5%2C5.2c-0.3%2C0-0.5-0.2-0.5-0.5V3.4c0-0.3%2C0.2-0.5%2C0.5-0.5S17%2C3.2%2C17%2C3.4v1.2C17%2C4.9%2C16.8%2C5.2%2C16.5%2C5.2z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M23.1%2C30.1H9.9c-0.3%2C0-0.5-0.2-0.5-0.5s0.2-0.5%2C0.5-0.5h13.2c0.3%2C0%2C0.5%2C0.2%2C0.5%2C0.5S23.4%2C30.1%2C23.1%2C30.1z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-size: contain;
}
.product-list-item--table .product-list-item__compare:hover .hcard__action-icon, .product-list-item--search-suggest .product-list-item__compare:hover .hcard__action-icon, .product-list-item--table .product-list-item__compare.active .hcard__action-icon, .product-list-item--search-suggest .product-list-item__compare.active .hcard__action-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2033%2033%22%20style%3D%22enable-background%3Anew%200%200%2033%2033%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%09%3Cg%20fill%3D%22%23E62D2D%22%3E%0D%0A%09%09%3Cpath%20%20d%3D%22M19.6%2C7.7c-0.2%2C0-0.5-0.2-0.5-0.4c0-0.3%2C0.1-0.5%2C0.4-0.6l10.8-1.8c0.3%2C0%2C0.5%2C0.1%2C0.6%2C0.4%0D%0A%09%09c0%2C0.3-0.1%2C0.5-0.4%2C0.6L19.6%2C7.7L19.6%2C7.7z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M2.6%2C10.5c-0.2%2C0-0.5-0.2-0.5-0.4c0-0.3%2C0.1-0.5%2C0.4-0.6l10.9-1.8c0.3%2C0%2C0.5%2C0.1%2C0.6%2C0.4%0D%0A%09%09%09c0%2C0.3-0.1%2C0.5-0.4%2C0.6L2.6%2C10.5C2.7%2C10.5%2C2.6%2C10.5%2C2.6%2C10.5z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M26.8%2C23.3c-3.4%2C0-6.2-2.8-6.2-6.2c0-0.3%2C0.2-0.5%2C0.5-0.5h11.3c0.3%2C0%2C0.5%2C0.2%2C0.5%2C0.5%0D%0A%09%09%09C33%2C20.5%2C30.2%2C23.3%2C26.8%2C23.3z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M21.2%2C17.6c-0.1%2C0-0.2%2C0-0.2-0.1c-0.2-0.1-0.3-0.4-0.2-0.7l5.7-10.9c0.2-0.3%2C0.7-0.3%2C0.9%2C0l5.7%2C10.9%0D%0A%09%09%09c0.1%2C0.2%2C0%2C0.5-0.2%2C0.7c-0.2%2C0.1-0.5%2C0-0.7-0.2L27%2C7.3l-5.2%2C10C21.5%2C17.5%2C21.4%2C17.6%2C21.2%2C17.6z%22%2F%3E%0D%0A%0D%0A%09%09%3Cpath%20d%3D%22M6.2%2C26.5c-3.4%2C0-6.2-2.8-6.2-6.2c0-0.3%2C0.2-0.5%2C0.5-0.5h11.3c0.3%2C0%2C0.5%2C0.2%2C0.5%2C0.5%0D%0A%09%09%09C12.3%2C23.8%2C9.6%2C26.5%2C6.2%2C26.5z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M11.8%2C20.9c-0.2%2C0-0.4-0.1-0.4-0.3l-5.2-10L1%2C20.6c-0.1%2C0.2-0.4%2C0.3-0.7%2C0.2c-0.2-0.1-0.3-0.4-0.2-0.7%0D%0A%09%09%09L5.7%2C9.3C5.9%2C9%2C6.4%2C9%2C6.6%2C9.3l5.7%2C10.9c0.1%2C0.2%2C0%2C0.5-0.2%2C0.7C12%2C20.9%2C11.9%2C20.9%2C11.8%2C20.9z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M16.5%2C11.3c-2%2C0-3.6-1.6-3.6-3.6s1.6-3.5%2C3.6-3.5s3.6%2C1.6%2C3.6%2C3.6C20.1%2C9.7%2C18.5%2C11.3%2C16.5%2C11.3z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M16.5%2C30.1c-0.3%2C0-0.5-0.2-0.5-0.5V10.8c0-0.3%2C0.2-0.5%2C0.5-0.5s0.5%2C0.2%2C0.5%2C0.5v18.8%0D%0A%09%09%09C17%2C29.8%2C16.8%2C30.1%2C16.5%2C30.1z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M16.5%2C5.2C16.2%2C5.2%2C16%2C5%2C16%2C4.7V3.4c0-0.3%2C0.2-0.5%2C0.5-0.5S17%2C3.2%2C17%2C3.4v1.2C17%2C4.9%2C16.8%2C5.2%2C16.5%2C5.2z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M23.1%2C30.1H9.9c-0.3%2C0-0.5-0.2-0.5-0.5s0.2-0.5%2C0.5-0.5h13.2c0.3%2C0%2C0.5%2C0.2%2C0.5%2C0.5S23.4%2C30.1%2C23.1%2C30.1z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.product-list-item--table .product-list-item__action-icon, .product-list-item--search-suggest .product-list-item__action-icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3px;
}
.product-list-item--table .product-list-item__action-text, .product-list-item--search-suggest .product-list-item__action-text {
  font-size: 10px;
  color: #808080;
}
.product-list-item--table .product-list-item__badges, .product-list-item--search-suggest .product-list-item__badges {
  display: flex;
  padding: 5px 0px 0px 0px;
  flex-basis: 100%;
  align-items: center;
  justify-content: flex-start;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom-right-radius: 20px;
}
.product-list-item--table .product-list-item__badges--image, .product-list-item--search-suggest .product-list-item__badges--image {
  display: none;
}
.product-list-item--table .product-list-item__badges .product-badge, .product-list-item--search-suggest .product-list-item__badges .product-badge {
  margin-right: 15px;
}
.product-list-item--table.product-list-item--unavailable .product-list-item__action-block, .product-list-item--unavailable.product-list-item--search-suggest .product-list-item__action-block {
  align-self: center;
}

.barcode-scanner-product .product-list-item--search-suggest .product-list-item__image-link {
  width: 100px;
}
.barcode-scanner-product .product-list-item--table .product-list-item__base-block, .barcode-scanner-product .product-list-item--search-suggest .product-list-item__base-block {
  flex-flow: row nowrap;
}
.barcode-scanner-product .product-list-item__container2 {
  flex-direction: column;
}
.barcode-scanner-product .product-list-item--search-suggest .product-list-item__prices-block {
  flex-basis: 100px;
}

.product-list-item--search-suggest {
  border-top: 1px solid #d7d7d7;
  border-bottom: none;
}
.product-list-item--search-suggest .product-list-item__container2 {
  border-bottom: none;
}
.product-list-item--search-suggest .product-list-item__name-link {
  margin-bottom: 7px;
}
.product-list-item--search-suggest .product-list-item__image-link {
  width: 60px;
  margin-right: 30px;
  flex: 0 0 auto;
}
.product-list-item--search-suggest .product-list-item__article::after {
  content: unset;
}
.product-list-item--search-suggest .product-list-item__block1 {
  flex-basis: 340px;
}
.product-list-item--search-suggest .product-list-item__prices-block {
  margin-right: 15px;
  flex-flow: row wrap;
  flex-basis: 175px;
  align-items: flex-end;
  justify-content: center;
}
.product-list-item--search-suggest .product-list-item__price--main {
  margin-right: 15px;
  margin-bottom: 0px;
  order: unset;
}
.product-list-item--search-suggest .product-list-item__price--other {
  margin-bottom: 0px;
  order: unset;
}
.product-list-item--search-suggest .product-list-item__availability {
  margin-top: 5px;
  flex: 1 0 100%;
}
.product-list-item--search-suggest .product-list-item__action-block {
  padding-top: 5px;
}

.product-section-list-title {
  display: inline-flex;
  padding: 8px 15px 8px 30px;
  margin-right: 8px;
  align-items: center;
  justify-content: space-between;
  line-height: 1.1;
  background-color: #e72d2e;
}
.product-section-list-title:hover {
  background-color: #cc2929;
}
.product-section-list-title:hover .subcat__section-title-right {
  opacity: 1;
}
@media (max-width: 575.98px) {
  .product-section-list-title {
    padding: 5px 8px 5px 8px;
    margin-right: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product-section-list-title {
    padding: 8px 10px 8px 10px;
  }
}
.product-section-list-title__title {
  margin-right: 20px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .product-section-list-title__title {
    font-size: 20px;
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product-section-list-title__title {
    font-size: 22px;
  }
}
.product-section-list-title__extra {
  display: flex;
  align-items: center;
  opacity: 0.6;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.product-section-list-title__extra-text {
  font-size: 14px;
  color: #ffffff;
  margin-right: 5px;
}
@media (max-width: 575.98px) {
  .product-section-list-title__extra-text br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .product-section-list-title__extra-text span {
    margin-right: 5px;
  }
}
.product-section-list-title__extra-icon {
  width: 12px;
  height: 12px;
  transform: rotate(-90deg);
  fill: #ffffff;
}

.subcat__title {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .subcat__title {
    font-size: 28px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .subcat__title {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .subcat__title {
    font-size: 24px;
  }
}
.subcat__filters-holder {
  border: none;
}
.subcat__cats {
  border: 1px solid #d7d7d7;
  box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.0007);
}
.subcat__cats-item {
  color: #262626;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 10px 7px 10px 10px;
}
.subcat__cats-item:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}
.subcat__cats-item-title {
  flex-grow: 1;
}
.subcat__cats-item-count {
  flex-shrink: 0;
  flex-basis: 25px;
  text-align: right;
}
.subcat__section {
  margin-bottom: 20px;
}
@media (min-width: 1200px) and (max-width: 1569.98px) {
  .subcat__section .catalog__grid > div:nth-child(4n) {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .subcat__section .catalog__grid > div:nth-child(4n) {
    display: none;
  }
}

.product-list--section-extended {
  margin-bottom: 20px;
}

.product-section-list-sidebar.product-filter-container {
  border: none;
}

.product-section-list-menu {
  border: 1px solid #d7d7d7;
  box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.0007);
}

.product-section-list-menu-item {
  display: flex;
  padding: 10px 7px 10px 10px;
  align-items: center;
  color: #262626;
  font-size: 14px;
  border-bottom: 1px solid #d7d7d7;
}
.product-section-list-menu-item:last-child {
  border-bottom: none;
}
.product-section-list-menu-item__title {
  flex: 1 1 auto;
  flex-grow: 1;
}
.product-section-list-menu-item__count {
  flex: 0 1 25px;
  text-align: right;
}

.model-list-item {
  padding: 2px;
}
.model-list-item__container {
  text-align: center;
  padding: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.model-list-item__image-block {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
.model-list-item__image-block img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.model-list-item__name-block {
  margin-top: auto;
}
.model-list-item--grid {
  padding-right: 2px;
  padding-left: 2px;
  border: 1px solid #d7d7d7;
}
.product-list--4 .model-list-item--grid {
  padding-right: 2px;
  padding-left: 2px;
}
.model-list-item--grid:hover {
  background-color: #d7d7d7;
}
.model-list-item__container-border {
  background: #fff;
  height: 100%;
  width: 100%;
}

.model-list--table .model-list-item__container {
  flex-direction: row;
  justify-content: start;
}
.model-list--table .model-list-item.model-list-item--grid {
  width: 100%;
  min-width: 100%;
}
.model-list--table .model-list-item__image-block img {
  width: 60px;
  height: 60px;
  margin-right: 30px;
  flex: 0 0 auto;
}
.model-list--table .model-list-item__name-block {
  margin-top: unset;
}
.model-list--table .model-list-item__name-block a {
  font-size: 16px;
  color: #262626;
}
.model-list--table .model-list-item--grid {
  border: unset;
  border-top: 1px solid #d7d7d7;
  border-bottom: none;
}

.product-list--grid-safe .product-list-item--grid {
  flex: 0 0 20%;
  max-width: 20%;
}

@media (max-width: 1569px) {
  .product-list--grid-safe .product-list-item--grid {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1199px) {
  .product-list--grid-safe .product-list-item--grid {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .product-list--grid-safe .product-list-item--grid {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .product-list--grid-safe .product-list-item--grid .product-list-item__name-link,
.product-list--grid-safe .model-list-item--grid .product-list-item__name-link {
    font-size: 0.938rem;
  }
  .product-list--grid-safe .product-list-item--grid .product-list-item__action-block,
.product-list--grid-safe .model-list-item--grid .product-list-item__action-block {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 501px) and (max-width: 535px) {
  .product-list--grid-safe .product-list-item--grid .product-list-item__price--main .product-list-item__price-value,
.product-list--grid-safe .model-list-item--grid .product-list-item__price--main .product-list-item__price-value {
    font-size: 1.688rem;
  }
  .product-list--grid-safe .product-list-item--grid .product-list-item__price--other .product-list-item__price-value,
.product-list--grid-safe .model-list-item--grid .product-list-item__price--other .product-list-item__price-value {
    font-size: 1.313rem;
  }
}
@media (min-width: 767.99px) and (max-width: 991px) {
  .product-list--grid-safe .product-list-item--grid .product-list-item__basket-block,
.product-list--grid-safe .model-list-item--grid .product-list-item__basket-block {
    flex-direction: column;
    align-items: center;
    padding-top: 0.5rem;
  }
  .product-list--grid-safe .product-list-item--grid .product-list-item__action-block,
.product-list--grid-safe .model-list-item--grid .product-list-item__action-block {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 0;
  }
  .product-list--grid-safe .product-list-item--grid .product-list-item__price--main .product-list-item__price-value,
.product-list--grid-safe .model-list-item--grid .product-list-item__price--main .product-list-item__price-value {
    font-size: 1.688rem;
  }
  .product-list--grid-safe .product-list-item--grid .product-list-item__price--other .product-list-item__price-value,
.product-list--grid-safe .model-list-item--grid .product-list-item__price--other .product-list-item__price-value {
    font-size: 1.313rem;
  }
}
@media (max-width: 500px) {
  .product-list--grid-safe .product-list-item--grid .product-list-item__price--other .product-list-item__price-value,
.product-list--grid-safe .model-list-item--grid .product-list-item__price--other .product-list-item__price-value {
    font-size: 0.875rem;
  }
  .product-list--grid-safe .product-list-item--grid .product-list-item__price--main .product-list-item__price-value,
.product-list--grid-safe .model-list-item--grid .product-list-item__price--main .product-list-item__price-value {
    font-size: 1.188rem;
  }
  .product-list--grid-safe .product-list-item--grid .product-list-item__price-name,
.product-list--grid-safe .model-list-item--grid .product-list-item__price-name {
    font-size: 0.5rem;
  }
  .product-list--grid-safe .product-list-item--grid .product-list-item__name-link,
.product-list--grid-safe .model-list-item--grid .product-list-item__name-link {
    font-size: 0.875rem;
  }
}
.news-menu {
  border: 1px solid #d7d7d7;
  box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.0007);
}

.news-menu-item:last-child {
  border-bottom: none;
}
.news-menu-item__submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.news-menu-item--level-1 {
  position: relative;
}
.news-menu-item--level-1 .news-menu-item__link {
  display: block;
  font-size: 17px;
  color: #262626;
  line-height: 1.1;
  padding: 11px 34px 11px 10px;
  background-color: #fff;
  border-bottom: 1px solid #d7d7d7;
  transition: border-bottom-color 0.5s ease;
}
.news-menu-item--level-1 .news-menu-item__link:hover {
  color: #e72d2e;
  text-decoration: underline;
}
.news-menu-item--level-1 .news-menu-item__link:last-child {
  border-bottom: none;
}
.news-menu-item--level-1 .news-menu-item__toggle {
  position: absolute;
  right: 5px;
  top: 20px;
  transform: translateY(-50%) rotate(-90deg);
  width: 24px;
  height: 24px;
  border: none;
  background: transparent url("img/icons/angle-bottom-grey.svg") center/12px 12px no-repeat;
  cursor: pointer;
  transition: transform 0.5s ease;
  padding: 0;
  appearance: none;
}
.news-menu-item--level-1 .news-menu-item__toggle:focus {
  outline-offset: 2px;
}
.news-menu-item--level-1.news-menu-item--open .news-menu-item__toggle {
  transform: translateY(-50%) rotate(0deg);
}
.news-menu-item--level-1.news-menu-item--open .news-menu-item__submenu {
  max-height: 1000px;
}
.news-menu-item--level-1.news-menu-item--open .news-menu-item__link {
  font-weight: 700;
  border-bottom-color: transparent;
}
.news-menu-item--level-1.news-menu-item--parent-selected .news-menu-item__link {
  font-weight: 700;
}
.news-menu-item--level-1.news-menu-item--selected .news-menu-item__link {
  background-color: #e72d2e;
  color: black;
  font-weight: 700;
}
.news-menu-item--level-2 {
  display: block;
  font-size: 14px;
  color: #262626;
  padding: 7px 10px 7px 25px;
}
.news-menu-item--level-2:hover {
  color: #e72d2e;
  text-decoration: underline;
}
.news-menu-item--level-2.news-menu-item--selected {
  color: black;
  background-color: #e72d2e;
  font-weight: 700;
}
.news-menu-item--level-2.news-menu-item:last-child {
  border-bottom: 1px solid #d7d7d7;
}
.news-menu-item--selected .news-menu-item__link {
  background-color: #e72d2e;
  color: #fff;
}
.news-menu-item--selected .news-menu-item__link:hover {
  color: #fff;
  text-decoration: none;
}

.news-list-item {
  display: flex;
  flex-flow: row nowrap;
}
.news-list-item__image-container {
  width: 200px;
  margin-right: 20px;
  flex: 0 0 auto;
}
.news-list-item__image-link {
  display: block;
}
.news-list-item__image {
  width: 100%;
  padding: 1px;
  border: 1px solid #c9c9c6;
}
.news-list-item__body {
  flex: 1 1 auto;
}
.news-list-item__name-link {
  display: block;
  margin-bottom: 10px;
  text-decoration: underline;
}
.news-list-item__date {
  margin-bottom: 7px;
  font-size: 12px;
  color: #7e7b7a;
}

.news-detail__date {
  margin: 7px 0px;
  font-size: 12px;
  color: #7e7b7a;
}
.news-detail__spoiler-trigger-link {
  display: inline-block;
  padding: 10px 15px;
  margin-top: 0px;
  background-color: #e72d2e;
  color: #ffffff;
}
.news-detail__spoiler-trigger-link:hover {
  color: #ffffff;
}

.soa-order .col-xs-12, .soa-order .col-xs-11, .soa-order .col-xs-10, .soa-order .col-xs-9, .soa-order .col-xs-8, .soa-order .col-xs-7, .soa-order .col-xs-6, .soa-order .col-xs-5, .soa-order .col-xs-4, .soa-order .col-xs-3, .soa-order .col-xs-2, .soa-order .col-xs-1 {
  padding-right: 15px;
  padding-left: 15px;
}
.soa-order .radio-inline,
.soa-order .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.soa-order .radio input[type=radio],
.soa-order .radio-inline input[type=radio],
.soa-order .checkbox input[type=checkbox],
.soa-order .checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px;
  margin-left: -20px;
}
.soa-order .visible-xs,
.soa-order .visible-sm,
.soa-order .visible-md,
.soa-order .visible-lg {
  display: none !important;
}
.soa-order .pull-right {
  float: right !important;
}
.soa-order .radio label,
.soa-order .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.soa-order .bx-slst .dropdown-fade2white {
  background: #f9f9f9;
}
.soa-order .bx-ui-sls-tree-trunk {
  display: none;
}
.soa-order .bx-soa-section-title-container {
  display: flex;
}
.soa-order .bx-sls .bx-ui-sls-container {
  min-height: 32px;
}
.soa-order #bx-soa-basket .bx-soa-editstep {
  display: none;
}
.soa-order #bx-soa-orderSave input[type=checkbox] {
  margin-top: 1px;
}
.soa-order #bx-soa-orderSave label {
  font-size: 13px;
}
.soa-order .bx-soa-pp-company {
  z-index: unset;
}
.soa-order input[type=checkbox].bx-soa-pp-company-checkbox {
  z-index: 1;
}
.soa-order .SDEK_selectPVZ {
  padding: 0px !important;
}

.wholesale-request-modal__form {
  position: relative;
  margin-top: 25px;
  margin-bottom: 10px;
}
.wholesale-request-modal__input {
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 26px 26px;
  padding-right: 33px;
}
.wholesale-request-modal__input--name {
  background-image: url("img/icons/user.svg");
}
.wholesale-request-modal__input--phone {
  background-image: url("img/icons/smartphone-red-black.svg");
}
.wholesale-request-modal__input--email {
  background-image: url("img/icons/mail.svg");
}
.wholesale-request-modal__subtitle {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
.wholesale-request-modal__btn-block {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
}
.wholesale-request-modal__submit .button-icon__icon {
  transform: rotate(15deg);
}
.wholesale-request-modal__submit .button-icon__right {
  padding-left: 45px;
  padding-right: 45px;
}
.wholesale-request-modal__success {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding-top: 70px;
  font-size: 20px;
  color: #e72d2e;
  text-align: center;
  background-color: #ffffff;
}

.default-form-popup__form {
  position: relative;
  margin-top: 25px;
  margin-bottom: 10px;
}
.default-form-popup__input {
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 26px 26px;
  padding-right: 33px;
}
.default-form-popup__input--name {
  background-image: url("img/icons/user.svg");
}
.default-form-popup__input--phone {
  background-image: url("img/icons/smartphone-red-black.svg");
}
.default-form-popup__input--email {
  background-image: url("img/icons/mail.svg");
}
.default-form-popup__subtitle {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
.default-form-popup__btn-block {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
}
.default-form-popup__submit .button-icon__icon {
  transform: rotate(15deg);
}
.default-form-popup__submit .button-icon__right {
  padding-left: 45px;
  padding-right: 45px;
}
.default-form-popup__success {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding-top: 70px;
  font-size: 20px;
  color: #e72d2e;
  text-align: center;
  background-color: #ffffff;
}

.reserve-product-modal__form {
  position: relative;
  margin-top: 25px;
  margin-bottom: 20px;
}
.reserve-product-modal__input {
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 26px 26px;
  padding-right: 33px;
}
.reserve-product-modal__input--name {
  background-image: url("img/icons/user.svg");
}
.reserve-product-modal__input--phone {
  background-image: url("img/icons/smartphone-red-black.svg");
}
.reserve-product-modal__input--email {
  background-image: url("img/icons/mail.svg");
}
.reserve-product-modal__subtitle {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
.reserve-product-modal__product {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 575.98px) {
  .reserve-product-modal__product {
    flex-direction: column;
  }
}
.reserve-product-modal__product-img {
  width: 90px;
  flex-shrink: 0;
  margin-right: 15px;
}
@media (max-width: 575.98px) {
  .reserve-product-modal__product-img {
    margin-right: 0;
    margin-bottom: 15px;
    align-self: center;
  }
}
.reserve-product-modal__product-title {
  display: block;
  color: #262626;
  margin-bottom: 5px;
}
.reserve-product-modal__product-price {
  font-size: 18px;
  color: #808080;
}
.reserve-product-modal__product-price span {
  font-size: 24px;
  color: #e72d2e;
}
.reserve-product-modal__quantity {
  font-size: 18px;
}
.reserve-product-modal__quantity span {
  font-size: 24px;
  color: #e72d2e;
}
.reserve-product-modal__btn-block {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
}
.reserve-product-modal__notice {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
}
.reserve-product-modal__submit {
  height: 48px;
}
.reserve-product-modal__submit .button-icon__icon {
  transform: rotate(15deg);
}
.reserve-product-modal__submit .button-icon__right {
  padding-left: 45px;
  padding-right: 45px;
}
.reserve-product-modal__success {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding-top: 70px;
  font-size: 20px;
  color: #e72d2e;
  text-align: center;
  background-color: #ffffff;
}

.go-up {
  position: fixed;
  bottom: 10px;
  left: 15px;
  padding: 10px 10px 10px 26px;
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.3s ease;
}
.go-up:hover {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .go-up {
    display: none;
  }
}
.go-up:before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 20px;
  height: 14px;
  content: "";
  background: url("/local/templates/liberti2018/img/icons/angle-bottom.svg") 0 0/100% 100% no-repeat;
  transform: rotate(180deg);
}
.go-up--hidden {
  bottom: -50px;
}

@media (max-width: 767.98px) {
  .main-user-consent-request-popup .main-user-consent-request-popup-text {
    width: 80vw;
  }
}
@media (max-width: 767.98px) {
  .main-user-consent-request-popup .main-user-consent-request-popup-cont {
    max-height: 90vh;
  }
}

.barcode-scanner {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 150;
  background-color: #ffffff;
}
.barcode-scanner__title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin: 12px 10px;
}
.barcode-scanner__viewport {
  height: 25vh;
  text-align: center;
  position: relative;
}
.barcode-scanner video,
.barcode-scanner canvas {
  max-height: 100%;
  object-fit: fill;
  width: auto;
  max-width: 50vh;
}
.barcode-scanner canvas.drawing,
.barcode-scanner canvas.drawingBuffer {
  position: absolute;
  left: 0;
  top: 1px;
}
.barcode-scanner__result {
  margin: 12px 10px;
}
.barcode-scanner__close {
  position: absolute;
  right: -1px;
  top: -3px;
  display: block;
  padding: 8px;
  cursor: pointer;
}
.barcode-scanner__close::after {
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  background: url("/local/templates/liberti2018/img/icons/close.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}

.barcode-scanner-product {
  margin: 0px 10px;
}
.barcode-scanner-product__link {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
.barcode-scanner-product__image {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}
.barcode-scanner-product__name {
  color: #262626;
  font-size: 16px;
}
.barcode-scanner-product__article {
  color: #808080;
  font-size: 12px;
}

.model__container {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .model__container {
    flex-direction: column;
  }
}
.model__image {
  width: 250px;
  height: 250px;
  flex: 0 0 auto;
}
@media (max-width: 991.98px) {
  .model__image {
    width: 200px;
    height: 200px;
  }
}
.model__description {
  flex: 1 1 auto;
  font-size: 16px;
}

.messengers {
  position: fixed;
  right: 5px;
  bottom: 50px;
}
.messengers .messenger-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  animation: bottomOpen 0.3s;
  -webkit-animation: bottomOpen 0.3s;
  visibility: visible;
}
.messengers .messenger-item {
  width: 45px;
  height: 45px;
  margin: 0 10px 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #a284bf;
}
.messengers .messengers-hide {
  display: none;
}

.messenger-widget {
  visibility: visible;
  cursor: pointer;
  width: 66px;
  height: 66px;
  margin: 0 10px 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #e72d2e;
}

.messenger-widget__close {
  display: none;
}

.messengers-open .messenger-widget__close {
  animation: socialRotate 0.3s;
  -webkit-animation: socialRotate 0.3s;
  visibility: visible;
  display: flex;
}

.messengers-open .messenger-widget__open {
  display: none;
}

@keyframes bottomOpen {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes socialRotate {
  0% {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
.messengers-layer {
  z-index: 10000;
  position: relative;
}

.cookie-consent {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 63%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  padding: 20px;
  z-index: 9999;
  display: none;
  /* По умолчанию скрыто */
  animation: slideUp 0.4s ease;
  border: 1px solid #e9ecef;
}

.cookie-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

#cookieConsent .cookie-content p {
  margin: 0;
  flex: 1;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

#cookieConsent .cookie-content a {
  color: #e72d2e;
  text-decoration: none;
  font-weight: 500;
}

#cookieConsent .cookie-content a:hover {
  color: #cc2929;
  text-decoration: none;
  font-weight: 500;
}

#cookieConsent .cookie-content a:hover {
  text-decoration: underline;
}

#cookieConsent .cookie-buttons {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

#cookieConsent .cookie-btn {
  padding: 10px 24px;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
}

#cookieConsent .accept-btn {
  background: #e72d2e;
  color: white;
}

#cookieConsent .accept-btn:hover {
  background: #cc2929;
  transform: translateY(-1px);
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@media (max-width: 768px) {
  .cookie-content {
    flex-direction: column;
    text-align: center;
  }

  .cookie-buttons {
    width: 100%;
  }

  .cookie-btn {
    flex: 1;
  }
}
.privacy-policy h3, .privacy-policy h2 {
  color: #000000;
}

.privacy-policy p, .privacy-policy tbody, .privacy-policy ul {
  font-family: Arial, Helvetica;
  font-size: 12pt;
  color: #000000;
}

.privacy-policy ul li:before {
  content: "-";
  color: #000000;
}

.privacy-table td {
  padding: 10px;
}

.header-top {
  display: flex;
  justify-content: space-between;
}
.header-top__city-holder {
  width: 370px;
  height: 30px;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .header-top__city-holder {
    margin-left: auto;
    margin-right: auto;
  }
}
.header-top__city-block {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  background-color: #e72d2e;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.header-top__city-block:hover {
  box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, 0.07);
}
.header-top__city-item {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  position: relative;
}
.header-top__city-item:not(:first-child) {
  margin-left: 2px;
}
.header-top__city-item:not(:first-child):after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 2px;
  height: 14px;
  background-color: #fff;
  left: -2px;
}
.header-top__city-icon {
  width: 16px;
  height: 20px;
  margin-right: 7px;
}
.header-top__city-link {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.header-top__city-link:hover, .header-top__city-link:focus, .header-top__city-link:active {
  color: #fff;
}
.header-top__city-dd {
  position: absolute;
  z-index: 30;
  top: 45px;
  left: 0;
  width: 290px;
  padding: 10px 10px 6px 10px;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  box-shadow: 9px 9px 19px 0px rgba(0, 0, 0, 0.28);
  display: none;
}
.header-top__city-dd_show {
  display: block;
}
.header-top__city-dd:before, .header-top__city-dd:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  transform: translateY(0);
}
.header-top__city-dd:before {
  left: 54px;
  border-color: transparent transparent #d7d7d7 transparent;
  border-width: 11px;
}
.header-top__city-dd:after {
  left: 55px;
  border-color: transparent transparent #fff transparent;
  border-width: 10px;
}
.header-top__city-dd-text {
  font-size: 16px;
  color: #404040;
  margin-bottom: 8px;
}
.header-top__city-dd-buttons {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.header-top__city-dd-btn {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  display: flex !important;
  align-items: stretch;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  text-decoration: none !important;
}
.header-top__city-dd-btn:first-child {
  margin-right: 10px;
}
.header-top__city-dd-btn:hover .header-top__city-dd-btn-right {
  background-color: #e72d2e;
  color: #fff !important;
}
.header-top__city-dd-btn-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #19283f;
  font-size: 18px;
  color: #fff !important;
  text-transform: uppercase;
  padding: 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
}
.header-top__city-dd-btn-right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 16px;
  color: #404040 !important;
  text-align: center;
  border: 1px solid #d7d7d7;
  border-left: none;
  padding: 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .header-top__menu {
    width: 100%;
    display: none;
  }
}
.header-top__menu-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .header-top__menu-nav {
    width: 100%;
    justify-content: center;
  }
}
.header-top__menu-item {
  position: relative;
}
.header-top__menu-item:not(:last-child):after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #808080;
}
.header-top__menu-item.active {
  background-color: #636363;
}
.header-top__menu-item.active .header-top__submenu {
  display: block;
}
.header-top__menu-item.active .header-top__menu-arrow {
  transform: translateY(-50%) rotate(180deg);
}
.header-top__menu-item.has-submenu .header-top__menu-link {
  padding-right: 25px;
}
.header-top__menu-link {
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 7px 20px;
}
.header-top__menu-link-enter {
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 7px 20px;
  height: 100%;
  background-color: #e72d2e;
}
.header-top__menu-link-enter:hover {
  background-color: #cc2929;
  color: #fff;
}
.header-top__menu-arrow {
  width: 12px;
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.header-top__submenu {
  display: none;
  position: absolute;
  z-index: 30;
  top: 100%;
  right: 0;
  width: 260px;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.0008);
}
.header-top__submenu:before, .header-top__submenu:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  transform: translateY(0);
}
.header-top__submenu:before {
  right: 7px;
  border-color: transparent transparent #d7d7d7 transparent;
  border-width: 8px;
}
.header-top__submenu:after {
  right: 8px;
  border-color: transparent transparent #fff transparent;
  border-width: 7px;
}
.header-top__submenu_acc {
  width: 135px;
}
.header-top__submenu_acc .header-top__submenu-inner {
  flex-direction: column;
}
.header-top__submenu-inner {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
}
.header-top__submenu-link {
  font-size: 14px;
  margin-bottom: 9px;
  color: #262626;
  flex-basis: 50%;
  padding-left: 7px;
  padding-right: 7px;
  line-height: 1.1;
}
.header-top__submenu-link:hover {
  text-decoration: underline;
  color: #262626;
}
.header-top__submenu-link_grey {
  color: #808080;
}

@media (max-width: 575.98px) {
  .header-top {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
  .header-top__city-holder {
    width: auto;
    height: auto;
  }
  .header-top__city-block {
    position: static;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
  }
  .header-top__city-item {
    padding: 6px 6px;
  }
  .header-top__city-icon {
    margin-right: 1px;
  }
  .header-top__city-link {
    font-size: 14px;
  }
  .header-top__submenu {
    width: 100%;
  }
  .header-top__menu-item.has-submenu .header-top__menu-link {
    padding-right: 15px;
  }
  .header-top__menu-link {
    padding: 7px 4px;
    font-size: 13px;
  }
  .header-top__menu-arrow {
    right: 2px;
  }
  .header-top__submenu-link {
    padding-left: 3px;
    padding-right: 3px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .header-top__city-holder {
    width: auto;
    height: auto;
  }
  .header-top__city-block {
    position: static;
  }
  .header-top__menu-link {
    padding: 7px 10px;
  }
  .header-top__submenu {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-top__city-holder {
    width: 290px;
  }
  .header-top__city-block {
    padding-left: 0;
    padding-right: 0;
  }
  .header-top__city-item {
    padding: 8px 6px;
  }
  .header-top__city-icon {
    margin-right: 1px;
  }
  .header-top__city-link {
    font-size: 14px;
  }
  .header-top__menu-item.has-submenu .header-top__menu-link {
    padding-right: 15px;
  }
  .header-top__menu-link {
    padding: 7px 4px;
    font-size: 13px;
  }
  .header-top__menu-arrow {
    right: 2px;
  }
}
.header-middle {
  background-color: #f7f7f7;
  position: relative;
}
.header-middle__title {
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
  background-color: #f7f7f7;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
}
.header-middle__holder {
  display: flex;
}
@media (max-width: 575.98px) {
  .header-middle__holder {
    padding-top: 5px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.header-middle__logo-block-wrapper {
  flex-basis: 170px;
  flex-shrink: 0;
  padding-left: 0;
  margin-right: 10px;
}
@media (min-width: 1570px) {
  .header-middle__logo-block-wrapper {
    margin-right: 55px;
  }
}
@media (max-width: 575.98px) {
  .header-middle__logo-block-wrapper {
    margin-bottom: 8px;
    margin-top: 5px;
    margin-right: 0px;
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.header-middle__logo-block {
  height: 100%;
  display: flex;
  align-items: center;
}
.header-middle__logo-block img {
  width: 100%;
}
@media (max-width: 575.98px) {
  .header-middle__logo {
    max-width: 110px;
  }
}
.header-middle__m-menu-toggler {
  padding: 6px 4px;
}
.header-middle__m-menu-toggler img {
  width: 19px;
  height: 19px;
  display: block;
}
@media (min-width: 576px) {
  .header-middle__m-menu-toggler {
    display: none;
  }
}
.header-middle__m-search-button img {
  width: 27px;
  height: 27px;
  display: block;
}
@media (min-width: 576px) {
  .header-middle__m-search-button {
    display: none;
  }
}
.header-middle__phone-button img {
  width: 27px;
  height: 27px;
  display: block;
}
@media (min-width: 576px) {
  .header-middle__phone-button {
    display: none;
  }
}
.header-middle__m-acc-button img {
  width: 27px;
  height: 27px;
  display: block;
}
@media (min-width: 576px) {
  .header-middle__m-acc-button {
    display: none;
  }
}
.header-middle__m-cart {
  position: relative;
}
.header-middle__m-cart img {
  width: 27px;
  height: 27px;
  display: block;
}
.header-middle__m-cart span {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 18px;
  height: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e72d2e;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
}
@media (min-width: 576px) {
  .header-middle__m-cart {
    display: none;
  }
}
.header-middle__search-block {
  margin-left: auto;
  margin-right: 15px;
  position: relative;
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-basis: 100%;
}
@media (min-width: 1570px) {
  .header-middle__search-block {
    margin-right: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header-middle__search-block {
    flex-basis: 70%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .header-middle__search-block {
    margin-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .header-middle__search-block {
    display: none;
  }
}
.header-middle__search-form {
  display: flex;
  position: relative;
  z-index: 5;
  width: 100%;
}
.header-middle__search-input {
  position: relative;
  z-index: 5;
  display: block;
  width: calc(100% - 70px);
  border: 1px solid #d7d7d7;
  border-right: none;
  padding: 6px 12px;
  height: 48px;
  font-size: 18px;
  flex: 1 1 auto;
}
.header-middle__search-input:focus, .header-middle__search-input.focus {
  outline: none;
  border: 1px solid #e62d2d;
  border-right: none;
}
.header-middle__search-button {
  position: relative;
  z-index: 7;
  flex-basis: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.header-middle__search-button:hover {
  border-color: #e72d2e;
}
.header-middle__search-button-icon {
  width: 22px;
  height: 22px;
}
.header-middle__search-voice-button {
  position: relative;
  z-index: 7;
  flex-basis: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  margin-right: -1px;
}
@media (min-width: 992px) {
  .header-middle__search-voice-button {
    display: none;
  }
}
.header-middle__search-voice-button-icon {
  width: 22px;
  height: 22px;
}
.header-middle__search-barcode-button {
  position: relative;
  z-index: 7;
  flex-basis: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #d7d7d7;
  background-color: #fff;
  margin-right: -1px;
}
@media (min-width: 992px) {
  .header-middle__search-barcode-button {
    display: none;
  }
}
.header-middle__search-barcode-button::after {
  position: absolute;
  right: 100%;
  width: 55px;
  margin-right: 7px;
  font-size: 10px;
  text-align: right;
  content: "сканер штрихкода";
  color: #999;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .header-middle__search-barcode-button::after {
    display: none;
  }
}
.header-middle__search-barcode-button-icon {
  width: 22px;
  height: 22px;
}
.header-middle__socials {
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
}
@media (min-width: 1570px) {
  .header-middle__socials {
    margin-right: 25px;
  }
}
.header-middle__socials-row {
  display: flex;
}
.header-middle__socials-row:not(:last-child) {
  margin-bottom: 5px;
}
.header-middle__social-link {
  flex-basis: 30px;
  flex-shrink: 0;
  text-align: center;
}
.header-middle__phones {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 15px;
}
@media (max-width: 575.98px) {
  .header-middle__phones {
    display: none;
  }
}
.header-middle__phones-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .header-middle__phones-inner {
    width: 100%;
  }
}
.header-middle__phones-left {
  margin-right: 8px;
}
.header-middle__phones-icon {
  width: 30px;
  height: 35px;
  transform: rotate(20deg);
}
@media (max-width: 575.98px) {
  .header-middle__phones-right {
    width: 100%;
  }
}
.header-middle__phones-content {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
}
@media (max-width: 1569.98px) {
  .header-middle__phones-content {
    flex-flow: column wrap;
    align-items: flex-start;
  }
}
@media (max-width: 991.98px) {
  .header-middle__phones-content {
    flex-flow: row nowrap;
    align-items: flex-start;
  }
}
@media (max-width: 575.98px) {
  .header-middle__phones-content {
    margin-bottom: 3px;
    justify-content: space-around;
  }
}
.header-middle__phone {
  flex-shrink: 0;
  text-align: right;
  padding-right: 10px;
  position: relative;
}
@media (max-width: 1569.98px) {
  .header-middle__phone {
    padding-right: 0px;
    text-align: left;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header-middle__phone {
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .header-middle__phone {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .header-middle__phone:first-child {
    margin-right: 10px;
  }
}
@media (max-width: 767.98px) {
  .header-middle__phone:first-child {
    padding-right: 0;
    margin-bottom: 7px;
  }
  .header-middle__phone:first-child:after {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .header-middle__phone:first-child {
    padding-right: 0;
    margin-right: 0px;
  }
  .header-middle__phone:first-child:after {
    display: none;
  }
}
.header-middle__phone:last-child:before {
  position: absolute;
  top: 0px;
  bottom: 2px;
  left: -6px;
  width: 1px;
  content: "";
  background-color: #808080;
}
@media (max-width: 1569.98px) {
  .header-middle__phone:last-child:before {
    content: unset;
  }
}
.header-middle__phone-text {
  font-size: 12px;
  color: #808080;
  min-height: 1em;
}
@media (max-width: 1569.98px) {
  .header-middle__phone-text {
    font-size: 11px;
  }
}
.header-middle__phone-number {
  display: block;
  color: #262626;
}
.header-middle__phone-number:hover {
  text-decoration: underline;
  color: #262626;
}
@media (max-width: 1569.98px) {
  .header-middle__phone-number {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .header-middle__phone-number {
    font-size: 14px;
    font-weight: 500;
  }
}
.header-middle__callback-block {
  margin-bottom: 4px;
  line-height: 12px;
  text-align: center;
}
.header-middle__callback-link {
  color: #e72d2e;
  border-bottom: 1px solid #f3d1d1;
  font-size: 12px;
}
@media (max-width: 575.98px) {
  .header-middle__callback-link {
    font-size: 13px;
  }
}
.header-middle__callback-link:hover {
  border-bottom: 1px solid transparent;
  color: #e72d2e;
}
.header-middle__cart-block {
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 10px;
  flex-basis: 250px;
  flex-shrink: 0;
}
.header-middle__cart-block:hover {
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  background-color: #ebebeb;
}
@media (max-width: 575.98px) {
  .header-middle__cart-block {
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
  }
}
.header-middle__cart-icon-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  flex-basis: 47px;
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .header-middle__cart-icon-block {
    margin-right: 0;
  }
}
.header-middle__cart-icon {
  width: 47px;
  height: 47px;
}
@media (max-width: 575.98px) {
  .header-middle__cart-icon {
    width: 35px;
    height: 35px;
  }
}
.header-middle__cart-title {
  font-size: 18px;
  color: #262626;
}
.header-middle__cart-text {
  font-size: 12px;
  color: #262626;
  margin-bottom: 3px;
}
@media (max-width: 575.98px) {
  .header-middle__cart-text {
    display: none;
  }
}
.header-middle__cart-small-text {
  font-size: 12px;
  color: #808080;
}
@media (max-width: 575.98px) {
  .header-middle__cart-small-text {
    display: none;
  }
}
.header-middle__store-manager {
  position: relative;
  display: flex;
  margin-right: 20px;
  flex-flow: column;
  justify-content: space-around;
  flex: 1 1 0;
  max-width: 200px;
}
@media (max-width: 991.98px) {
  .header-middle__store-manager {
    flex: 0 1 auto;
  }
}
@media (max-width: 575.98px) {
  .header-middle__store-manager {
    margin-bottom: 10px;
  }
}
.header-middle__phone-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: white;
  border-bottom: 1px solid #F7F7F7;
}
.header-middle__fake-checkbox--callback {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.header-middle__fake-checkbox--callback .header-middle__phone-dropdown-menu {
  display: block;
}
.header-middle__call-back {
  display: none;
}
@media (max-width: 575.98px) {
  .header-middle__call-back {
    display: inline;
    margin-left: auto;
    vertical-align: top;
  }
  .header-middle__call-back .header-middle__callback-link {
    display: inline;
    vertical-align: top;
  }
}
.header-middle__phone--mobile {
  padding: 1rem;
  border-top: 1px solid #F7F7F7;
}
.header-middle__phone--mobile .header-middle__phone-text {
  font-size: 14px;
}
.header-middle__phone--mobile .header-middle__phone-number {
  font-size: 20px;
}

.header-middle__search-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #808080;
  font-size: 18px;
}

.header-middle__search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #808080;
  font-size: 18px;
}

.header-middle__search-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #808080;
  font-size: 18px;
}

.header-middle__search-input::-ms-input-placeholder {
  /*  Microsoft Edge+ */
  color: #808080;
  font-size: 18px;
}

.header-middle__search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #808080;
  font-size: 18px;
}

.header-middle__search-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #808080;
  font-size: 18px;
}

.search-popup {
  position: absolute;
  top: 100%;
  background: white;
  display: flex;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 0px rgba(17, 17, 17, 0.34) inset;
}
.search-popup__item {
  width: 90px;
  cursor: pointer;
  padding: 13px;
  border: 1px solid #d7d7d7;
}
.search-popup__item:hover {
  background: #e72d2e;
  color: #fff;
}
.search-popup__item--selected {
  background: #e72d2e;
  color: #fff;
}

.search-changer__arrow {
  margin-bottom: 3px;
}
.search-changer__container {
  height: 48px;
}
.search-changer__item {
  width: 90px;
  cursor: pointer;
  padding: 0 10px;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  text-align: center;
  display: none;
  font-size: 14px;
}
.search-changer__item--selected {
  background: #e72d2e;
  display: flex;
  height: 100%;
}

@media (max-width: 575.98px) {
  .header-middle__search-block {
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .header-middle__search-form {
    width: 100%;
  }
  .header-middle__socials {
    display: none;
  }
  .header-middle__phones {
    margin-right: 0;
    flex-basis: 100%;
    padding-right: 0;
    justify-content: center;
  }
  .header-middle__phones-left {
    display: none;
  }
  .header-middle__cart-block {
    flex-basis: 100%;
    border: none;
    justify-content: center;
  }
  .header-middle__cart-block:hover {
    border: none;
  }
  .header-middle__cart-content {
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header-middle__holder {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
  }
  .header-middle__logo-block-wrapper {
    flex-basis: 25%;
  }
  .header-middle__search-block {
    flex-basis: 70%;
    margin-left: 0;
    margin-right: 0;
  }
  .header-middle__search-form {
    width: 100%;
  }
  .header-middle__socials {
    margin-right: 0;
    flex-basis: 23%;
  }
  .header-middle__phones {
    margin-right: 0;
    flex-basis: 42%;
    padding-right: 5px;
  }
  .header-middle__phones-left {
    display: none;
  }
  .header-middle__cart-block {
    flex-basis: 25%;
    margin-top: 6px;
    border: 1px solid transparent;
  }
  .header-middle__cart-block:hover {
    border: 1px solid #d7d7d7;
  }
  .header-middle__cart-icon-block {
    display: none;
  }
  .header-middle__callback-link {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-middle__holder {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
  }
  .header-middle__logo-block-wrapper {
    flex-basis: 25%;
  }
  .header-middle__search-block {
    flex-basis: 70%;
    margin-left: 0;
    margin-right: 5px;
  }
  .header-middle__search-form {
    width: 100%;
  }
  .header-middle__socials {
    margin-right: 0;
    flex-basis: 15%;
  }
  .header-middle__phones {
    margin-right: 0;
    flex-basis: 42%;
    padding-right: 5px;
  }
  .header-middle__phones-left {
    display: none;
  }
  .header-middle__cart-block {
    flex-basis: 33%;
    margin-top: 6px;
    border: 1px solid transparent;
  }
  .header-middle__cart-block:hover {
    border: 1px solid #d7d7d7;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-middle__wrapper {
    flex-basis: 105px;
  }
  .header-middle__search-block {
    margin-right: 5px;
  }
  .header-middle__socials {
    margin-right: 5px;
  }
  .header-middle__phones {
    margin-right: 7px;
  }
  .header-middle__phones-left {
    display: none;
  }
  .header-middle__cart-block {
    flex-basis: 220px;
  }
}
div.btn-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

div.btn-container i {
  display: inline-block;
  position: relative;
  top: -9px;
}

label {
  font-size: 13px;
  color: #424242;
  font-weight: 500;
}

.btn-color-mode-switch {
  display: inline-block;
  margin: 0px;
  position: relative;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner {
  margin: 0px;
  width: 140px;
  height: 48px;
  background: #E0E0E0;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  /*box-shadow: 0px 0px 8px 0px rgba(17, 17, 17, 0.34) inset;*/
  display: block;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: attr(data-on);
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  color: black;
  top: 7px;
  height: 44px;
  right: 20px;
}

.btn-color-mode-switch > label.btn-color-mode-switch-inner:after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: attr(data-off);
  width: 70px;
  height: 44px;
  background: #fff;
  position: absolute;
  left: 2px;
  top: 2px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 6px -2px #111;
  padding: 5px 0px;
}

.btn-color-mode-switch input[type=checkbox] {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 50px;
  height: 48px;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  margin: 0px;
}

.btn-color-mode-switch input[type=checkbox]:checked + label.btn-color-mode-switch-inner {
  background: #E0E0E0;
  color: #fff;
}

.btn-color-mode-switch input[type=checkbox]:checked + label.btn-color-mode-switch-inner:after {
  content: attr(data-on);
  left: 68px;
  background: #e72d2e;
}

.btn-color-mode-switch input[type=checkbox]:checked + label.btn-color-mode-switch-inner:before {
  content: attr(data-off);
  right: auto;
  left: 20px;
}

.btn-color-mode-switch input[type=checkbox]:checked + label.btn-color-mode-switch-inner {
  /*background: #66BB6A; */
  /*color: #fff;*/
}

.btn-color-mode-switch input[type=checkbox]:checked ~ .alert {
  display: block;
}

/*mode preview*/
.dark-preview {
  background: #e72d2e;
}

.dark-preview div.btn-container i.fa-sun-o {
  color: #777;
}

.dark-preview div.btn-container i.fa-moon-o {
  color: #fff;
  text-shadow: 0px 0px 11px #fff;
}

.white-preview {
  background: #fff;
}

.white-preview div.btn-container i.fa-sun-o {
  color: #ffa500;
  text-shadow: 0px 0px 16px #ffa500;
}

.white-preview div.btn-container i.fa-moon-o {
  color: #777;
}

p.by a {
  text-decoration: none;
  color: #000;
}

.dark-preview p.by a {
  color: #777;
}

.white-preview p.by a {
  color: #000;
}

.profile {
  padding: 20px 10px 0 10px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: max-content;
  min-width: 145px;
  /* Минимальная ширина */
  max-width: 150px;
  /* Максимальная ширина */
}

.profile_mobile {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 80px;
}
.profile_mobile > a {
  margin: unset;
}

.profile-image {
  width: 100%;
  height: auto;
  /* Сохраняет пропорции */
  max-height: 47px;
  /* Пример максимальной высоты */
  max-width: 47px;
  /* Пример максимальной ширины */
  cursor: pointer;
}

.profile-switcher {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.profile-selected {
  text-align: center;
  font-size: 12px;
}

.profile-dropdown {
  display: none;
  position: absolute;
  list-style: none;
  padding: 0;
  /*border: 1px solid #ccc;*/
  background: white;
  z-index: 10;
  text-align: center;
  top: 100%;
  /* Список появится сразу под .profile-selected */
  left: 50%;
  transform: translateX(-50%);
  /* Центрирование */
  margin: 5px 0 0;
  width: max-content;
  /* Автоматическая ширина по содержимому */
  min-width: 150px;
  /* Минимальная ширина */
  /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
}

.profile-dropdown.open {
  display: block;
}

.profile-option {
  padding: 10px;
  cursor: pointer;
  background-color: #f7f7f7;
  font-size: 12px;
}

.profile-option:hover {
  background: #f0f0f0;
}

.profile:has(.profile-selected) {
  padding-top: 20px;
  /* По умолчанию */
}

.profile:has(.profile-selected.line-2) {
  padding-top: 26px;
}

.profile:has(.profile-selected.line-3) {
  padding-top: 40px;
}

@media (min-width: 576px) {
  .profile_mobile {
    display: none;
  }

  .header-middle__mobile-auth-link {
    padding: 20px 10px 0 10px;
    position: relative;
    align-items: center;
    flex-direction: column;
    width: max-content;
    min-width: 100px;
    text-align: center;
  }
  .header-middle__mobile-auth-link > img {
    height: auto;
    /* Сохраняет пропорции */
    max-height: 50px;
    /* Пример максимальной высоты */
    cursor: pointer;
  }

  .profile-dropdown {
    margin: unset;
  }
}
@media (min-width: 992px) and (max-width: 1569px) {
  .header-middle__holder {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header-middle__search-block {
    order: 99;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .header-middle__store-manager {
    align-items: flex-start;
    max-width: 150px;
  }

  .favorites.header-middle__cart-block {
    flex-basis: 80px;
  }

  .small-basket.header-middle__cart-block {
    flex-basis: 213px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .desktop-profile__unauthorized {
    padding-top: 24px;
  }

  .header-middle {
    padding-bottom: 10px;
  }
  .header-middle__phones {
    flex-basis: 20%;
  }
  .header-middle__search-block {
    min-width: 100%;
  }

  .profile:has(.profile-selected) {
    padding-top: 28px;
    /* По умолчанию */
  }

  .profile:has(.profile-selected.line-2) {
    padding-top: 32px;
  }

  .profile:has(.profile-selected.line-3) {
    padding-top: 46px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .desktop-profile__unauthorized {
    padding-top: 40px;
  }

  .profile:has(.profile-selected) {
    padding-top: 41px;
    /* По умолчанию */
  }

  .profile:has(.profile-selected.line-2) {
    padding-top: 41px;
  }

  .profile:has(.profile-selected.line-3) {
    padding-top: 48px;
  }
}
@media (max-width: 575px) {
  .profile {
    display: none;
  }

  .profile-selected {
    font-size: 9px;
  }

  .profile-image {
    width: 27px;
    height: 27px;
    display: block;
  }

  .profile-option {
    font-size: 9px;
    padding: 5px;
  }

  .desktop-profile__unauthorized {
    display: none;
  }

  .profile_mobile:has(.profile-selected) {
    padding-top: 11px;
    /* По умолчанию */
  }

  .profile_mobile:has(.profile-selected.line-2) {
    padding-top: 20px;
  }

  .profile_mobile:has(.profile-selected.line-3) {
    padding-top: 32px;
  }
}
@media (max-width: 352px) {
  .profile_mobile:has(.profile-selected) {
    padding-top: 11px;
    /* По умолчанию */
  }

  .profile_mobile:has(.profile-selected.line-2) {
    padding-top: 20px;
  }

  .profile_mobile:has(.profile-selected.line-3) {
    padding-top: 32px;
  }
}
.header-bottom {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.0007);
  background-color: #fff;
  position: relative;
}
@media (max-width: 575.98px) {
  .header-bottom {
    border-top: none;
  }
}
.header-bottom__holder {
  position: relative;
  display: flex;
}
@media (max-width: 575.98px) {
  .header-bottom__holder {
    padding-left: 0;
    padding-right: 0;
  }
}
.header-bottom__menu-btn-block {
  flex-basis: 240px;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 575.98px) {
  .header-bottom__menu-btn-block {
    display: none;
  }
}
@media (min-width: 992px) {
  .header-bottom__menu-btn-block:hover .header-bottom__dd-menu {
    display: block;
  }
}
.header-bottom__dd-menu {
  width: 240px;
  position: absolute;
  z-index: 20;
  top: 100%;
  left: 0;
}
.header-bottom__menu-btn {
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  background-color: #e72d2e;
  display: flex;
  align-items: center;
  padding: 7px 14px 7px 14px;
  height: 100%;
  cursor: pointer;
}
.header-bottom__menu-btn-bars {
  margin-right: 10px;
}
.header-bottom__menu-btn-icon {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.header-bottom__menu-btn-text {
  font-size: 16px;
  color: #fff;
}
.header-bottom__menu {
  position: relative;
  flex-grow: 5;
  width: 100%;
}

[data-menu=models] .header-catalog-menu-button {
  background-color: #fff;
  border: 1px solid #e72d2e;
}
[data-menu=models] .header-catalog-menu-button__icon {
  fill: #e72d2e;
}
[data-menu=models] .header-catalog-menu-button__text {
  color: #e72d2e;
}

.header-catalog-menu-button {
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  background-color: #e72d2e;
  display: flex;
  align-items: center;
  padding: 7px 14px 7px 14px;
  height: 100%;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .header-catalog-menu-button {
    border: 1px solid #d7d7d7;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header-catalog-menu-button {
    border: 1px solid #d7d7d7;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-catalog-menu-button {
    border: 1px solid #d7d7d7;
  }
}
.header-catalog-menu-button__icon-container {
  margin-right: 10px;
}
.header-catalog-menu-button__icon {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.header-catalog-menu-button__text {
  font-size: 16px;
  color: #fff;
}
@media (min-width: 992px) {
  .header-catalog-menu-button--stub {
    background-color: #ebebeb;
    cursor: default;
  }
  .header-catalog-menu-button--stub .header-catalog-menu-button__icon {
    fill: #262626;
  }
  .header-catalog-menu-button--stub .header-catalog-menu-button__text {
    color: #262626;
  }
}

/*.front-page .header-bottom {
    &__menu-btn-block {
        &:hover {
            @include media-breakpoint-up(lg) {
                .header-bottom__dd-menu {
                    display: none;
                }
            }
        }
    }

    &__menu-btn {
        background-color: #ebebeb;
        cursor: default;
    }

    &__menu-btn-icon {
        fill: $colorText;
    }

    &__menu-btn-text {
        color: $colorText;
    }
}*/
@media (max-width: 575.98px) {
  .header-bottom__holder {
    flex-direction: column;
  }
  .header-bottom__menu-btn-block {
    flex-basis: auto;
  }
  .header-bottom__menu-btn {
    border: 1px solid #d7d7d7;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header-bottom__holder {
    flex-direction: column;
  }
  .header-bottom__menu-btn-block {
    flex-basis: auto;
  }
  .header-bottom__menu-btn {
    border: 1px solid #d7d7d7;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-bottom__holder {
    flex-direction: column;
  }
  .header-bottom__menu-btn-block {
    order: 2;
    flex-basis: auto;
  }
  .header-bottom__menu-btn {
    border: 1px solid #d7d7d7;
  }
  .header-bottom__menu {
    order: 1;
  }
}
@media (max-width: 767.98px) {
  .header-catalog-menu-button-container {
    display: none;
  }
}

.header-bottom-menu {
  display: flex;
  height: 100%;
}
@media (max-width: 575.98px) {
  .header-bottom-menu {
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header-bottom-menu {
    flex-wrap: wrap;
  }
}

.header-bottom-menu-item {
  padding-left: 7px;
  padding-right: 7px;
  text-align: center;
  flex-basis: 0;
  flex-grow: 1;
}
.header-bottom-menu-item:not(:last-child) .header-bottom-menu-item__link:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: #757575;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .header-bottom-menu-item:not(:last-child) .header-bottom-menu-item__link:after {
    content: unset;
  }
}
.header-bottom-menu-item--active .header-bottom-menu-item__link, .header-bottom-menu-item:hover .header-bottom-menu-item__link {
  color: #fff;
}
.header-bottom-menu-item:nth-child(1) .header-bottom-menu-item__link:before {
  background-color: #e72d2e;
}
.header-bottom-menu-item--active:nth-child(1) .header-bottom-menu-item__link, .header-bottom-menu-item:hover:nth-child(1) .header-bottom-menu-item__link {
  background-color: #e72d2e;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header-bottom-menu-item:nth-child(1) .header-bottom-menu-item__link {
    background-color: #e72d2e;
  }
}
.header-bottom-menu-item:nth-child(2) .header-bottom-menu-item__link:before {
  background-color: #5a51a2;
}
.header-bottom-menu-item--active:nth-child(2) .header-bottom-menu-item__link, .header-bottom-menu-item:hover:nth-child(2) .header-bottom-menu-item__link {
  background-color: #5a51a2;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header-bottom-menu-item:nth-child(2) .header-bottom-menu-item__link {
    background-color: #5a51a2;
  }
}
.header-bottom-menu-item:nth-child(3) .header-bottom-menu-item__link:before {
  background-color: #91cfff;
}
.header-bottom-menu-item--active:nth-child(3) .header-bottom-menu-item__link, .header-bottom-menu-item:hover:nth-child(3) .header-bottom-menu-item__link {
  background-color: #91cfff;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header-bottom-menu-item:nth-child(3) .header-bottom-menu-item__link {
    background-color: #91cfff;
  }
}
.header-bottom-menu-item:nth-child(4) .header-bottom-menu-item__link:before {
  background-color: #ff7700;
}
.header-bottom-menu-item--active:nth-child(4) .header-bottom-menu-item__link, .header-bottom-menu-item:hover:nth-child(4) .header-bottom-menu-item__link {
  background-color: #ff7700;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header-bottom-menu-item:nth-child(4) .header-bottom-menu-item__link {
    background-color: #ff7700;
  }
}
.header-bottom-menu-item:nth-child(5) .header-bottom-menu-item__link:before {
  background-color: #78463b;
}
.header-bottom-menu-item--active:nth-child(5) .header-bottom-menu-item__link, .header-bottom-menu-item:hover:nth-child(5) .header-bottom-menu-item__link {
  background-color: #78463b;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header-bottom-menu-item:nth-child(5) .header-bottom-menu-item__link {
    background-color: #78463b;
  }
}
.header-bottom-menu-item:nth-child(6) .header-bottom-menu-item__link:before {
  background-color: #df5a93;
}
.header-bottom-menu-item--active:nth-child(6) .header-bottom-menu-item__link, .header-bottom-menu-item:hover:nth-child(6) .header-bottom-menu-item__link {
  background-color: #df5a93;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header-bottom-menu-item:nth-child(6) .header-bottom-menu-item__link {
    background-color: #df5a93;
  }
}
.header-bottom-menu-item:nth-child(7) .header-bottom-menu-item__link:before {
  background-color: #46cc67;
}
.header-bottom-menu-item--active:nth-child(7) .header-bottom-menu-item__link, .header-bottom-menu-item:hover:nth-child(7) .header-bottom-menu-item__link {
  background-color: #46cc67;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header-bottom-menu-item:nth-child(7) .header-bottom-menu-item__link {
    background-color: #46cc67;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header-bottom-menu-item .header-bottom-menu-item__link {
    color: #fff;
  }
}
@media (max-width: 575.98px) {
  .header-bottom-menu-item {
    border-top: 1px solid #d7d7d7;
    min-height: 50px;
  }
  .header-bottom-menu-item:nth-child(odd) {
    border-right: 1px solid #d7d7d7;
  }
}
@media (min-width: 1570px) {
  .header-bottom-menu-item {
    flex-basis: auto;
  }
}
.header-bottom-menu-item__inner {
  height: 100%;
  position: relative;
}
.header-bottom-menu-item__link {
  font-size: 16px;
  color: #262626;
  text-align: center;
  padding: 15px 10px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1570px) {
  .header-bottom-menu-item__link {
    padding: 13px 0px;
  }
}
.header-bottom-menu-item__link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 575.98px) {
  .header-bottom-menu-item__link:before {
    height: 3px;
    width: 55px;
    border-radius: 0;
  }
}
.header-bottom-menu-item__submenu {
  display: none;
  position: absolute;
  z-index: 15;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  border: 1px solid #d7d7d7;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #fff;
}
.header-bottom-menu-item--active .header-bottom-menu-item__inner:before, .header-bottom-menu-item--active .header-bottom-menu-item__inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  transform: translateY(0);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.header-bottom-menu-item--active .header-bottom-menu-item__inner:before {
  border-color: transparent transparent #d7d7d7 transparent;
  border-width: 11px;
}
.header-bottom-menu-item--active .header-bottom-menu-item__inner:after {
  border-color: transparent transparent #fff transparent;
  border-width: 10px;
}
.header-bottom-menu-item--active .header-bottom-menu-item__submenu {
  display: block;
}

.header-bottom-submenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.header-bottom-menu-item--right-submenu .header-bottom-submenu {
  justify-content: flex-end;
}

.header-bottom-submenu .hide {
  display: none;
}
.header-bottom-submenu__item {
  display: flex;
  align-items: center;
  padding: 7px 10px 7px 10px;
  border: 1px solid transparent;
  flex-basis: 20%;
  justify-content: center;
}
.header-bottom-submenu__item:hover {
  border: 1px solid #d7d7d7;
}
.header-bottom-submenu__item:hover .header-bottom-submenu__item-text {
  text-decoration: underline;
}
.header-bottom-submenu__item-image {
  width: 35px;
  margin-right: 5px;
}
.header-bottom-submenu__item-text {
  font-size: 14px;
  color: #262626;
  text-align: left;
}
.header-bottom-submenu__brand {
  position: relative;
  padding: 20px 10px;
  text-align: center;
  justify-content: space-around;
}
.header-bottom-submenu__brand:hover .header-bottom-submenu__brand-faded-image {
  opacity: 0;
}
.header-bottom-submenu__brand-image {
  width: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-bottom-submenu__brand-faded-image {
  position: absolute;
  width: 100px;
  transition: 1s;
}

@media (max-width: 575.98px) {
  .header-bottom-menu-item {
    padding-left: 0;
    padding-right: 0;
    flex-basis: 50%;
  }
  .header-bottom-menu-item:not(:last-child) .header-bottom-menu-item__link:after {
    width: 1px;
    right: -2px;
  }
  .header-bottom-menu-item__link {
    padding: 7px 3px;
    font-size: 15px;
  }
  .header-bottom-menu-item__link:after {
    display: none;
  }

  .header-bottom-menu-item__submenu {
    display: none;
  }

  .header-bottom-submenu {
    justify-content: unset;
  }

  .header-bottom-submenu__item {
    flex-basis: 100%;
    justify-content: unset;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .header-bottom-menu-item {
    padding-left: 0;
    padding-right: 0;
    flex-basis: 33.3332%;
  }
  .header-bottom-menu-item:not(:last-child) .header-bottom-menu-item__link:after {
    width: 1px;
    right: -2px;
  }

  .header-bottom-menu-item-link {
    padding: 7px 3px;
    font-size: 15px;
  }
  .header-bottom-menu-item-link:after {
    display: none;
  }

  .header-bottom-menu-item__submenu__submenu {
    display: none;
  }

  .header-bottom-submenu__item {
    flex-basis: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header-bottom-menu-item {
    padding-left: 2px;
    padding-right: 2px;
  }
  .header-bottom-menu-item:not(:last-child) .header-bottom-menu-item__link:after {
    width: 1px;
    right: -2px;
  }

  .header-bottom-menu-item__link {
    padding: 10px 3px;
    font-size: 15px;
  }

  .header-bottom-menu-item__submenu {
    padding-left: 0;
    padding-right: 0;
  }

  .header-bottom-submenu__item {
    flex-basis: 16%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-bottom-menu-item {
    padding-left: 2px;
    padding-right: 2px;
  }
  .header-bottom-menu-item:not(:last-child) .header-bottom-menu-item__link:after {
    width: 1px;
    right: -2px;
  }

  .header-bottom-menu-item__link {
    padding: 10px 3px;
    font-size: 15px;
  }

  .header-bottom-menu-item__submenu {
    padding-left: 0;
    padding-right: 0;
  }

  .header-bottom-submenu__item {
    flex-basis: 16%;
  }
}
@media (min-width: 1200px) and (max-width: 1569.98px) {
  .header-bottom-menu-item__link {
    padding: 10px 10px;
  }
}
.catalog-menu {
  border: 1px solid #d7d7d7;
  border-top: none;
  box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.0007);
}

.catalog-menu-item {
  border-bottom: 1px solid #d7d7d7;
}
.catalog-menu-item:last-child {
  border-bottom: none;
}
.catalog-menu-item__submenu {
  display: none;
  background-color: #ebebeb;
}
.catalog-menu-item--level-1 .catalog-menu-item__link {
  display: block;
  position: relative;
  font-size: 17px;
  color: #262626;
  line-height: 1.1;
  padding: 11px 9px 11px 5px;
  background-color: #fff;
}
.catalog-menu-item--level-1 .catalog-menu-item__link:hover {
  color: #e72d2e;
  text-decoration: underline;
}
.catalog-menu-item--level-2 {
  display: block;
  font-size: 14px;
  color: #262626;
  padding: 7px 10px 7px 15px;
}
.catalog-menu-item--level-2:hover {
  color: #e72d2e;
  text-decoration: underline;
}
.catalog-menu-item--node .catalog-menu-item__link:after {
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  right: 1px;
  top: calc(50% - 5px);
  background-image: url("img/icons/angle-bottom-grey.svg");
  background-size: 100% 100%;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
.catalog-menu-item--node.catalog-menu-item--selected .catalog-menu-item__link:after {
  transform: rotate(0deg);
}
.catalog-menu-item--selected .catalog-menu-item__link {
  background-color: #e72d2e;
  color: #fff;
}
.catalog-menu-item--selected .catalog-menu-item__link:hover {
  color: #fff;
  text-decoration: none;
}

.catalog-wide-menu {
  position: absolute;
  top: 100%;
  z-index: 101;
  clip-path: inset(0px -5px -5px -5px);
  display: flex;
  width: 100%;
  padding: 20px;
  flex-flow: row wrap;
  background-color: #ffffff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
.catalog-wide-menu--modal {
  position: static;
  padding: 0px;
  margin-top: 18px;
  flex-flow: column wrap;
  box-shadow: unset;
  clip-path: unset;
}

.catalog-wide-menu-item--level-1 {
  position: relative;
  width: calc(33.3% - 16px);
  min-height: 64px;
  padding-left: 79px;
  margin-right: 24px;
  margin-bottom: 32px;
}
.catalog-wide-menu-item--level-1:nth-of-type(3n) {
  margin-right: 0px;
}
.catalog-wide-menu-item__link--level-1 {
  display: inline-block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #262626;
}
.catalog-wide-menu-item__link--level-1:hover {
  color: #262626;
  text-decoration: underline;
}
.catalog-wide-menu-item__link--level-2 {
  font-size: 15px;
}
.catalog-wide-menu-item--level-2 {
  padding: 2px 0px;
}
.catalog-wide-menu-item__image {
  position: absolute;
  width: 64px;
  left: 0px;
}

.catalog-wide-menu--modal .catalog-wide-menu-item--level-1 {
  width: 100%;
  min-height: unset;
  padding-left: 0px;
  margin-bottom: 24px;
}
.catalog-wide-menu--modal .catalog-wide-menu-item__image {
  display: none;
}
.catalog-wide-menu--modal .catalog-wide-menu-item__link--level-1 {
  margin-bottom: 0px;
}

.dd-search {
  box-sizing: border-box;
  position: absolute;
  z-index: 30;
  top: 103%;
  top: calc(100% + 5px);
  width: 1000px;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  max-height: 500px;
}
.dd-search:before, .dd-search:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  transform: translateY(0);
}
.dd-search:before {
  left: 15px;
  border-color: transparent transparent #d7d7d7 transparent;
  border-width: 11px;
}
.dd-search:after {
  left: 15px;
  border-color: transparent transparent #fff transparent;
  border-width: 10px;
}
.dd-search__top {
  padding: 0px 0px 5px 0px;
}
.dd-search__link {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: #404040;
}
.dd-search__link span {
  font-size: 14px;
  color: #999999;
}
.dd-search__link:hover {
  color: #e72d2e;
}
.dd-search__item {
  border-top: 1px solid #d7d7d7;
  display: flex;
  padding: 10px 20px 10px 30px;
  line-height: 1.2;
}
.dd-search__item-img-block {
  width: 60px;
  flex-shrink: 0;
  margin-right: 30px;
}
.dd-search__item-img {
  max-width: 100%;
  height: auto;
}
.dd-search__item-text-block {
  line-height: 1.2;
  margin-right: 10px;
}
.dd-search__item-title {
  font-size: 16px;
  color: #404040;
  display: inline-block;
  margin-bottom: 7px;
  text-decoration: none;
}
.dd-search__item-title:hover {
  color: #e72d2e;
}
.dd-search__item-cat {
  font-size: 12px;
  color: #999999;
  margin-bottom: 5px;
}
.dd-search__item-art {
  font-size: 12px;
  color: #999999;
}
.dd-search__item-right {
  margin-left: auto;
  display: flex;
  flex-basis: 340px;
  flex-shrink: 0;
}
.dd-search__item-prices {
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-right: 15px;
  flex-basis: 175px;
}
.dd-search__item-opt-block {
  color: #e72d2e;
  text-align: center;
  margin-right: 15px;
}
.dd-search__item-opt-number {
  font-size: 30px;
  line-height: 1.1;
}
.dd-search__item-opt-text {
  font-size: 12px;
}
.dd-search__item-price-block {
  color: #999999;
  text-align: center;
}
.dd-search__item-price-number {
  font-size: 16px;
}
.dd-search__item-price-text {
  font-size: 12px;
}
.dd-search__item-prices-text {
  font-size: 12px;
  color: #999999;
  flex-basis: 100%;
  margin-top: 5px;
  text-align: center;
}
.dd-search__item-btn-block {
  flex-basis: 145px;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 15px;
}
.dd-search__item-btn-block.with-text {
  justify-content: center;
}
.dd-search__item-btn {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
}
.dd-search__item-btn:hover .dd-search__item-btn-right {
  background-color: #ca2b2c;
}
.dd-search__item-btn-left {
  background-color: #19283f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
}
.dd-search__item-btn-icon {
  width: 23px;
  height: 23px;
}
.dd-search__item-btn-right {
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #e72d2e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
}
.dd-search__item-await-text {
  text-align: center;
  color: #999999;
  font-size: 14px;
}
.dd-search .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #a7a7a7;
}
.dd-search .mCSB_scrollTools {
  width: 6px;
}
.dd-search__header {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  height: 40px;
  background: #E6E6E6;
  text-align: center;
  align-items: center;
  padding: 0 10px;
  text-align: center;
}
.dd-search__title {
  color: #808080;
}
.dd-search__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 263px;
  height: 31px;
  border-radius: 6px;
  background: #E72D2E;
  color: #FFFFFF;
  cursor: pointer;
}
.dd-search .mCSB_inside > .mCSB_container {
  margin-right: 6px;
}
.dd-search__models .dd-search__links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px;
  gap: 10px;
}
.dd-search__models .dd-search__link {
  position: relative;
  margin-right: 10px;
  color: #000000;
}
.dd-search__models .dd-search__link:after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  width: 7px;
  height: 7px;
  background: #808080;
  border-radius: 3px;
  transform: translateY(-50%);
}
.dd-search__items.search-suggest-product-list .product-list-item__block1 {
  flex-basis: 290px;
}
.dd-search__items.search-suggest-product-list .product-list-item__base-block {
  margin-right: 20px;
  flex-wrap: nowrap;
}
.dd-search__items.search-suggest-product-list .product-list-item__action-block {
  flex: 0 0 80px;
}
.dd-search__items.search-suggest-product-list .product-list-item--search-suggest .product-list-item__availability {
  margin-top: 0px;
  flex: 1 0 50%;
  text-align: end;
}
.dd-search__items.search-suggest-product-list .product-list-item--search-suggest .product-list-item__prices-block {
  margin-right: 15px;
  flex-direction: row;
  flex-flow: unset;
  flex-basis: unset;
  width: 190px;
  align-items: start;
  justify-content: center;
}
.dd-search__items.search-suggest-product-list .product-list-item--search-suggest .product-list-item__price--other {
  margin-right: 15px;
  margin-bottom: 0px;
  order: unset;
}
.dd-search__top--hints {
  padding: 0 !important;
}
.dd-search__header--hints {
  background: linear-gradient(90deg, #f8f9fa 0%, #fff 100%);
  border-bottom: 1px solid #e9ecef;
  padding: 12px 20px;
  height: auto;
  justify-content: space-between;
}
.dd-search__title--hints {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #333;
}
.dd-search__title-icon {
  width: 20px;
  height: 20px;
}
.dd-search__button--hints {
  width: auto;
  padding: 0 12px;
  background: #E72D2E;
  border-radius: 20px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.dd-search__button--hints:hover {
  background: #ca2b2c;
  transform: translateY(-1px);
}
.dd-search__button-text {
  font-size: 13px;
}
.dd-search__button-icon {
  margin-left: 6px;
}
.dd-search__hints-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
  padding: 12px 16px;
  max-height: none;
  overflow: visible;
}
.dd-search__hint-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #f8f9fa;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}
.dd-search__hint-card:hover {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateX(4px);
}
.dd-search__hint-card:hover .dd-search__hint-card-arrow svg path {
  stroke: #E72D2E;
}
.dd-search__hint-card--model {
  border-left: 3px solid #E72D2E;
}
.dd-search__hint-card--query {
  border-left: 3px solid #999;
}
.dd-search__hint-card-number {
  font-size: 12px;
  font-weight: 600;
  color: #999;
  min-width: 28px;
}
.dd-search__hint-card-content {
  flex: 1;
}
.dd-search__hint-card-name {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
}
.dd-search__hint-card-icon {
  font-size: 14px;
}
.dd-search__hint-card-query {
  font-size: 11px;
  color: #999;
  margin-left: 20px;
}
.dd-search__hint-card-arrow {
  flex-shrink: 0;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.dd-search__hint-card:hover .dd-search__hint-card-arrow {
  opacity: 1;
}
.dd-search__hints-footer {
  padding: 10px 20px;
  border-top: 1px solid #e9ecef;
  text-align: center;
}
.dd-search__hints-showall {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #E72D2E;
  text-decoration: none;
  transition: all 0.2s ease;
}
.dd-search__hints-showall:hover {
  gap: 12px;
  text-decoration: underline;
}

@media (max-width: 575.98px) {
  .dd-search__models .dd-search__links {
    gap: 4px;
  }
  .dd-search__items.search-suggest-product-list .product-list-item--search-suggest .product-list-item__availability {
    text-align: start;
  }
  .dd-search__items.search-suggest-product-list .product-list-item__block1 {
    flex-flow: row nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
  .dd-search__items.search-suggest-product-list .product-list-item__block1 .product-list-item__prices-block {
    display: flex;
    gap: 20px;
    flex: 1;
    justify-content: center;
  }
  .dd-search__items.search-suggest-product-list .product-list-item__block1 .product-list-item__quantity-basket-block {
    flex-shrink: 0;
    right: 5%;
    position: absolute;
  }
  .dd-search__items.search-suggest-product-list .product-list-item__base-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
  }
  .dd-search__items.search-suggest-product-list .product-list-item__image-link {
    align-self: center;
  }
  .dd-search__items.search-suggest-product-list .product-list-item__desc-block {
    align-self: center;
    align-items: center;
  }
  .dd-search__items.search-suggest-product-list .product-list-item__article,
.dd-search__items.search-suggest-product-list .product-list-item__availability {
    font-size: 12px;
    margin-bottom: 0;
  }
  .dd-search__hints-grid {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 8px 12px;
  }
  .dd-search__hint-card {
    padding: 10px 12px;
  }
  .dd-search__header--hints {
    padding: 10px 12px;
  }
}
@media (max-width: 575.98px) {
  .dd-search {
    width: 100%;
    left: 0;
    max-height: 300px;
  }
  .dd-search__link {
    margin-bottom: 5px;
  }
  .dd-search__item {
    flex-wrap: wrap;
    padding: 10px 10px;
  }
  .dd-search__item-img-block {
    margin-right: 10px;
  }
  .dd-search__item-text-block {
    margin-right: 0;
  }
  .dd-search__item-right {
    flex-basis: 100%;
    margin-top: 10px;
  }
  .dd-search__item-prices {
    justify-content: center;
  }
  .dd-search__item-btn-block {
    padding-top: 30px;
  }
  .dd-search__item-opt-block {
    margin-right: 0;
  }
  .dd-search__item-opt-number {
    font-size: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .dd-search {
    width: 500px;
    left: auto;
    right: 0;
    max-height: 360px;
  }
  .dd-search__item {
    flex-wrap: wrap;
    padding: 10px 10px;
  }
  .dd-search__item-img-block {
    margin-right: 15px;
  }
  .dd-search__item-text-block {
    margin-right: 0;
    flex-basis: 82%;
  }
  .dd-search__item-right {
    flex-basis: 100%;
    margin-top: 10px;
  }
  .dd-search__hints-grid {
    grid-template-columns: 1fr;
  }
  .dd-search__items.search-suggest-product-list .product-list-item__block1 {
    flex-flow: row nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    flex-basis: 100%;
  }
  .dd-search__items.search-suggest-product-list .product-list-item__block1 .product-list-item__prices-block {
    display: flex;
    gap: 20px;
    flex: 1;
    justify-content: center;
  }
  .dd-search__items.search-suggest-product-list .product-list-item__block1 .product-list-item__quantity-basket-block {
    flex-shrink: 0;
    right: 5%;
    position: absolute;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .dd-search {
    width: 650px;
    left: auto;
    right: 0;
    max-height: 360px;
  }
  .dd-search__item {
    padding: 10px 10px;
  }
  .dd-search__item-prices {
    align-self: flex-start;
  }
  .dd-search__item-img-block {
    margin-right: 15px;
  }
  .dd-search__items.search-suggest-product-list .product-list-item__block1 {
    flex-flow: row nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    flex-basis: 100%;
  }
  .dd-search__items.search-suggest-product-list .product-list-item__block1 .product-list-item__prices-block {
    display: flex;
    gap: 20px;
    flex: 1;
    justify-content: center;
  }
  .dd-search__items.search-suggest-product-list .product-list-item__block1 .product-list-item__quantity-basket-block {
    flex-shrink: 0;
    right: 5%;
    position: absolute;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .dd-search {
    width: 880px;
    max-height: 450px;
  }
  .dd-search__items.search-suggest-product-list .product-list-item__block1 {
    flex-flow: row nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    flex-basis: 100%;
  }
  .dd-search__items.search-suggest-product-list .product-list-item__block1 .product-list-item__prices-block {
    display: flex;
    gap: 20px;
    flex: 1;
    justify-content: center;
  }
  .dd-search__items.search-suggest-product-list .product-list-item__block1 .product-list-item__quantity-basket-block {
    flex-shrink: 0;
    right: 5%;
    position: absolute;
  }
}
.header {
  background-color: #252525;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@media (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}
@media (max-width: 575.98px) {
  body #bx-panel {
    display: none !important;
  }
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #252525;
}
.footer__logo-col {
  text-align: center;
}
@media (max-width: 991.98px) {
  .footer__logo-col {
    margin-bottom: 15px;
  }
}
.footer__logo-link {
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.footer__logo-title {
  margin-bottom: 10px;
  font-size: 14px;
  color: #fff;
}
.footer__socials {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__social:not(:last-child) {
  margin-right: 5px;
}
.footer__social-img {
  display: block;
}
.footer__phones {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .footer__phones {
    justify-content: center;
  }
}
.footer__phones-left {
  flex-shrink: 0;
  padding-right: 4px;
}
@media (max-width: 575.98px) {
  .footer__phones-left {
    display: none;
  }
}
.footer__phones-img {
  width: 28px;
  height: 28px;
  transform: rotate(20deg);
}
.footer__phones-right {
  text-align: right;
}
@media (max-width: 991.98px) {
  .footer__phones-right {
    text-align: center;
  }
}
.footer__phones-text {
  font-size: 12px;
  color: #808080;
}
.footer__phones-number {
  font-size: 18px;
  color: #fff;
  display: block;
  margin-bottom: 3px;
}
.footer__phones-number:hover {
  color: #e72d2e;
}
.footer__callback {
  display: block;
  font-size: 12px;
  color: #e72d2e;
  text-decoration: underline;
}
.footer__dev-text {
  font-size: 12px;
  text-align: right;
  color: #000;
  margin-bottom: 4px;
}
@media (max-width: 991.98px) {
  .footer__dev-text {
    text-align: center;
  }
}
.footer__info-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .footer__info-links {
    justify-content: center;
  }
}
.footer__sitemap {
  margin-right: 20px;
  font-size: 14px;
  color: #808080;
}
.footer__privacy-link {
  display: inline-block;
  font-size: 12px;
}

.footer-menu {
  display: flex;
  justify-content: space-between;
  /*&__menu-big-link {
      font-size: 16px;
      color: #fff;
      padding-top: 3px;
      padding-bottom: 3px;
      margin-top: 3px;
      margin-bottom: 3px;

      &:hover {
          text-decoration: underline;
          color: $colorRed;
      }
  }*/
}
@media (max-width: 575.98px) {
  .footer-menu {
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-menu {
    margin-bottom: 15px;
  }
}
.footer-menu__column {
  margin-right: 10px;
}
.footer-menu__column:last-of-type {
  margin-right: 0px;
}
@media (max-width: 575.98px) {
  .footer-menu__column {
    text-align: center;
    margin-bottom: 15px;
  }
}
.footer-menu__item {
  display: block;
  margin-bottom: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1.1;
  font-size: 14px;
  color: #808080;
}
.footer-menu__item:hover {
  text-decoration: underline;
  color: #e72d2e;
}
.footer-menu__item--section {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  color: #ffffff;
}
.footer-menu__item--section:first-child {
  margin-top: 0px;
}
.footer-menu__item--no-link:hover {
  text-decoration: none;
  color: #808080;
}
.footer-menu__item--no-link.footer-menu__item--section:hover {
  color: #ffffff;
}

.top-notice {
  position: relative;
  z-index: 2;
  padding: 10px 30px;
  color: #ffffff;
  text-align: center;
  background-color: #d00000;
  box-shadow: 0px 3px 3px rgba(30, 0, 0, 0.5);
}
.top-notice--red {
  background-color: #d00000;
}
.top-notice--red a {
  color: #ffffff;
}
.top-notice--orange {
  background-color: #ff7700;
}
.top-notice--orange a {
  color: #ffffff;
}
.top-notice--violet {
  background-color: #8b00ff;
}
.top-notice--violet a {
  color: #ffffff;
}
.top-notice--blue {
  background-color: #00B7EB;
}
.top-notice--blue a {
  color: #ffffff;
}
.top-notice--dark_blue {
  background-color: #0000FF;
}
.top-notice--dark_blue a {
  color: #ffffff;
}
.top-notice a {
  text-decoration: underline;
}
.top-notice p {
  margin: 0px;
}
.top-notice__close {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url("img/icons/delete-white.svg") no-repeat 0px 0px;
  background-size: 100% 100%;
  cursor: pointer;
}

.mobile-sidebar-menu {
  position: fixed;
  z-index: 100;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transition: visibility 0.3s ease;
  visibility: hidden;
}
.mobile-sidebar-menu__overlay {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1b1b1b;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mobile-sidebar-menu__menu {
  display: block;
  width: calc(100% - 85px);
  min-width: 320px;
  max-width: 350px;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: auto;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  color: #191919;
  background-color: #ffffff;
  border-radius: 0;
  transform: translateX(-100%);
  transition: all 0.3s;
  /*@media screen and (max-width: 500px) {
      display: flex;
  }*/
}
.mobile-sidebar-menu__scroll {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  overflow: auto;
}
.mobile-sidebar-menu__basket {
  position: relative !important;
  display: block !important;
  height: 64px !important;
  padding-left: 10px !important;
  background: none !important;
}
.mobile-sidebar-menu--active {
  visibility: visible;
}
.mobile-sidebar-menu--active .mobile-sidebar-menu__overlay {
  opacity: 0.4;
}
.mobile-sidebar-menu--active .mobile-sidebar-menu__menu {
  transform: translateX(0);
}

.mobile-sidebar-menu-item {
  width: 100%;
  box-sizing: border-box;
  padding: 0px;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  vertical-align: middle;
}
.mobile-sidebar-menu-item--level-1 {
  border-top: 1px solid #d0cece;
  /*&:last-child {
      border-bottom: 1px solid #d0cece;
  }*/
}
.mobile-sidebar-menu-item--level-2 {
  min-height: 40px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border: 0px;
}
.mobile-sidebar-menu-item__link {
  position: relative;
  display: block;
  padding: 0px 10px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: left;
}
.mobile-sidebar-menu-item--with-children .mobile-sidebar-menu-item__link::after {
  right: 5px;
  top: 20px;
  transform: translateY(-50%) rotate(-90deg);
  width: 24px;
  height: 24px;
  border: none;
  background: transparent url(img/icons/angle-bottom-grey.svg) center/12px 12px no-repeat;
  cursor: pointer;
  transition: transform 0.5s ease;
  padding: 0;
  appearance: none;
}
.mobile-sidebar-menu-item__link--level-1 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  color: #000;
}
.mobile-sidebar-menu-item__submenu {
  display: none;
  padding-left: 16px;
}
.mobile-sidebar-menu-item--custom {
  height: 64px;
  padding: 0px 0px;
  background-color: #ffffff;
  border-top: 1px solid #edebeb;
}
.mobile-sidebar-menu-item--custom .mobile-sidebar-menu-item__link {
  padding: 0px 10px;
  background-color: #ffffff;
}
.mobile-sidebar-menu-item--expanded.mobile-sidebar-menu-item--with-children .mobile-sidebar-menu-item__link::after {
  transform: rotate(0deg);
}

.mobile-sidebar-city {
  border-top: 1px solid #edebeb;
}
.mobile-sidebar-city .mobile-sidebar-menu-item__link {
  background-color: #ffffff;
}
.mobile-sidebar-city__label1 {
  color: #777777;
  font-weight: normal;
}

.mobile-sidebar-store-manager {
  position: relative;
  padding: 15px 15px;
  font-size: 16px;
  background-color: #f7f7f7;
}
.mobile-sidebar-store-manager::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 90px;
  left: calc(50% - 45px);
  height: 4px;
  background-color: #e72d2e;
  z-index: 1;
  border-radius: 5px 5px 0px 0px;
}
.mobile-sidebar-store-manager .store-manager__text,
.mobile-sidebar-store-manager .store-manager__city,
.mobile-sidebar-store-manager .store-manager__store {
  font-size: 16px;
}

.mobile-sidebar-menu-item__link.mobile-sidebar-menu-item__link--level-0 {
  padding: 10px 15px;
}

.mobile-sidebar-menu-item.mobile-sidebar-menu-item--level-0.mobile-sidebar-menu-item--with-children {
  border-top: 1px solid #D7D7D7;
}

.mobile-sidebar-menu-item.mobile-sidebar-menu-item--level-0.mobile-sidebar-menu-item--with-children:last-child {
  border-bottom: 1px solid #D7D7D7;
}

.mobile-sidebar-menu-item--expanded .mobile-sidebar-menu-item__link.mobile-sidebar-menu-item__link--level-0 {
  font-weight: 700;
}

.model-menu-item__toggle {
  position: absolute;
  right: 5px;
  top: 20px;
  transform: translateY(-50%) rotate(-90deg);
  width: 24px;
  height: 24px;
  border: none;
  background: transparent url(img/icons/angle-bottom-grey.svg) center/12px 12px no-repeat;
  cursor: pointer;
  transition: transform 0.5s ease;
  padding: 0;
  appearance: none;
}

.mobile-sidebar-menu-item--expanded .model-menu-item__toggle {
  transform: translateY(-50%) rotate(0deg);
}

.mobile-sidebar-menu-item__link {
  position: relative;
}

.mobile-sidebar-menu-item__link.mobile-sidebar-menu-item__link--level-0 a {
  all: unset;
  cursor: pointer;
}

.content.content--main {
  padding-top: 0px;
  padding-bottom: 0px;
}

.front__top {
  position: relative;
}
.front__holder {
  display: flex;
}
.front__menu-holder {
  flex-basis: 240px;
  flex-shrink: 0;
  padding-bottom: 15px;
}
@media (max-width: 991.98px) {
  .front__menu-holder {
    display: none;
  }
}
.front__banner-block {
  border: 1px solid #d7d7d7;
  display: flex;
  text-align: center;
  margin-top: 20px;
}
.front__content {
  overflow: hidden;
  flex-grow: 1;
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .front__content {
    padding-top: 10px;
  }
}

.front-slider {
  width: 100%;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 20px;
  /*@include media-breakpoint-only(xs) {
      display: none;
  }*/
}
.front-slider__outer {
  position: relative;
}
.front-slider__slide {
  height: 303px !important;
  overflow: hidden;
}
.front-slider__slide:not(.slick-slide):nth-of-type(n+2) {
  display: none;
}
@media (max-width: 575.98px) {
  .front-slider__slide {
    height: 98px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .front-slider__slide {
    height: 140px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .front-slider__slide {
    height: 200px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .front-slider__slide {
    height: 254px !important;
  }
}
@media (min-width: 1570px) {
  .front-slider__slide {
    height: 415px !important;
  }
}
.front-slider__slide-inner {
  display: block;
  height: 100%;
  position: relative;
}
.front-slider__slide-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  height: 100%;
  width: auto;
  max-width: none;
}
.front-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #d7d7d7;
}
.front-slider__arrow:focus {
  outline: none;
}
.front-slider__arrow:hover .front-slider__arrow-img {
  fill: #e72d2e;
}
.front-slider__arrow_prev {
  left: 0;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 26px 12px 26px 6px;
}
.front-slider__arrow_prev .front-slider__arrow-img {
  transform: rotate(90deg);
}
.front-slider__arrow_next {
  right: 0;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 26px 6px 26px 12px;
}
.front-slider__arrow_next .front-slider__arrow-img {
  transform: rotate(-90deg);
}
@media (max-width: 575.98px) {
  .front-slider__arrow_prev {
    padding: 15px 6px 15px 3px;
  }
  .front-slider__arrow_next {
    padding: 15px 3px 15px 6px;
  }
}
.front-slider__arrow-img {
  width: 28px;
  height: 28px;
  fill: rgba(0, 0, 0, 0.1);
  display: block;
  transition: all 0.3s ease;
}
.front-slider .slick-dots {
  position: absolute;
  width: auto;
  margin: 0 auto;
  right: 25px;
  bottom: 10px;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .front-slider .slick-dots {
    bottom: 3px;
    right: 15px;
  }
}

.front-products {
  margin-bottom: 20px;
}
.front-products__top {
  display: flex;
  justify-content: space-between;
}
.front-products__title-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.1;
  padding: 8px 15px 8px 30px;
  margin-right: 8px;
}
.front-products__title-block:hover .front-products__title-right {
  opacity: 1;
}
.front-products__title-block_red {
  background-color: #e72d2e;
}
.front-products__title-block_red:hover {
  background-color: #cc2929;
}
.front-products__title-block_violet {
  background-color: #5a51a2;
}
a.front-products__title-block_violet:hover {
  background-color: #474080;
}

.front-products__title-block_blue {
  background-color: #1cb5e7;
}
.front-products__title-block_blue:hover {
  background-color: #1493bc;
}
.front-products__title-block_rose {
  background-color: #df5a93;
}
.front-products__title-block_rose:hover {
  background-color: #d72f77;
}
@media (max-width: 575.98px) {
  .front-products__title-block {
    padding: 5px 8px 5px 8px;
    flex-direction: column;
    margin-right: 0;
    align-items: flex-start;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .front-products__title-block {
    padding: 8px 10px 8px 10px;
  }
}
.front-products__title {
  font-size: 36px;
  color: #fff;
  margin-right: 20px;
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .front-products__title {
    font-size: 23px;
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .front-products__title {
    font-size: 25px;
  }
}
.front-products__title-right {
  display: flex;
  align-items: center;
  opacity: 0.6;
}
.front-products__title-link-text {
  font-size: 14px;
  color: #fff;
  margin-right: 5px;
}
.front-products__title-link-icon {
  width: 12px;
  height: 12px;
  transform: rotate(-90deg);
  fill: #fff;
}
.front-products__top-arrows {
  display: flex;
  align-items: center;
}
.front-products__arrow {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 10px 10px;
}
.front-products__arrow:focus {
  outline: none;
}
.front-products__arrow:hover .front-products__arrow-img {
  fill: #e72d2e;
}
.front-products__arrow_prev {
  margin-right: 10px;
}
.front-products__arrow_prev .front-products__arrow-img {
  transform: rotate(90deg);
}
.front-products__arrow_next .front-products__arrow-img {
  transform: rotate(-90deg);
}
@media (max-width: 575.98px) {
  .front-products__arrow {
    padding: 3px 3px;
  }
  .front-products__arrow_prev {
    margin-right: 0;
  }
}
.front-products__arrow-img {
  width: 28px;
  height: 28px;
  fill: #000;
  display: block;
  transition: all 0.3s ease;
}
.front-products__arrow2 {
  position: absolute;
  top: 40%;
  z-index: 1;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #f9bfc1;
}
.front-products__arrow2:focus {
  outline: none;
}
.front-products__arrow2:hover .front-products__arrow2-img {
  fill: #cc2929;
}
.front-products__arrow2_prev {
  left: 3px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 26px 12px 26px 6px;
}
@media (max-width: 991.98px) {
  .front-products__arrow2_prev {
    left: 0px;
  }
}
.front-products__arrow2_prev .front-products__arrow2-img {
  transform: rotate(90deg);
}
.front-products__arrow2_next {
  right: 3px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 26px 6px 26px 12px;
}
@media (max-width: 991.98px) {
  .front-products__arrow2_next {
    right: 0px;
  }
}
.front-products__arrow2_next .front-products__arrow2-img {
  transform: rotate(-90deg);
}
@media (max-width: 575.98px) {
  .front-products__arrow2_prev {
    padding: 15px 6px 15px 3px;
  }
  .front-products__arrow2_next {
    padding: 15px 3px 15px 6px;
  }
}
.front-products__arrow2-img {
  width: 28px;
  height: 28px;
  fill: #e72d2e;
  display: block;
  transition: all 0.3s ease;
}
.front-products__products {
  position: relative;
  padding-left: 3px;
  padding-right: 3px;
}
@media (max-width: 991.98px) {
  .front-products__products {
    padding-left: 0;
    padding-right: 0;
  }
}
.front-cats {
  padding-top: 20px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  /*&__col {
      margin-bottom: 25px;

      @include media-breakpoint-only(xs) {
          margin-bottom: 15px;
      }

      @include media-breakpoint-only(xl) {
          padding-left: 7px;
          padding-right: 7px;
      }
  }*/
}
@media (max-width: 767.98px) {
  .front-cats {
    display: none;
  }
}
.front-cats__square {
  position: absolute;
  width: 790px;
  left: -525px;
  top: -50px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .front-cats__square {
    top: 50px;
  }
}
@media (min-width: 1570px) {
  .front-cats__square {
    top: 110px;
  }
}
.front-cats__title {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1.1;
  position: relative;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .front-cats__title {
    line-height: 1;
    font-size: 28px;
  }
}
.front-cats__item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  text-align: center;
  padding: 10px 15px;
}
.front-cats__item:hover::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border: 2px solid #d7d7d7;
  content: "";
}
.front-cats__item:hover .front-cats__item-title {
  color: #262626;
  text-decoration: underline;
}
.front-cats__item-img {
  width: 100%;
  margin-bottom: 10px;
}
.front-cats__item-title {
  font-size: 18px;
  color: #262626;
  display: block;
}

@media (max-width: 767.98px) {
  .front-desc {
    display: none;
  }
}
.front-desc__content {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.front-desc__title {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 5px;
}
@media (max-width: 575.98px) {
  .front-desc__title {
    line-height: 1.1;
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .front-desc__title {
    line-height: 1.1;
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .front-desc__title {
    line-height: 1.2;
    font-size: 30px;
  }
}
.front-desc__desc {
  font-size: 14px;
  margin-bottom: 10px;
}
.front-desc__subtitle {
  font-size: 24px;
  margin-bottom: 20px;
}
.front-desc__subtitle_mt {
  margin-top: 15px;
}
@media (max-width: 575.98px) {
  .front-desc__subtitle {
    line-height: 1.1;
    margin-bottom: 10px;
  }
}
.front-desc__first-row {
  border-bottom: 1px solid #d7d7d7;
}
@media (max-width: 991.98px) {
  .front-desc__first-row {
    border-bottom: none;
  }
}
.front-desc__col {
  margin-bottom: 10px;
}
.front-desc__item {
  display: block;
  height: 100%;
  text-align: center;
  padding-top: 15px;
}
.front-desc__item-img {
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
}
@media (max-width: 575.98px) {
  .front-desc__item-img {
    width: 80px;
    height: 80px;
  }
}
.front-desc__item-desc {
  font-size: 14px;
  text-align: center;
}
.front-desc__text p {
  font-size: 14px;
}

.front-brands {
  padding-top: 15px;
  padding-bottom: 20px;
  background-color: #f9f9f8;
  position: relative;
}
@media (max-width: 767.98px) {
  .front-brands {
    display: none;
  }
}
.front-brands__square {
  position: absolute;
  z-index: 1;
  width: 790px;
  right: -555px;
  top: -50px;
  transform: rotate(180deg);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .front-brands__square {
    right: -605px;
    top: -80px;
  }
}
@media (min-width: 1570px) {
  .front-brands__square {
    top: 50px;
  }
}
.front-brands__title-block {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.front-brands__title {
  margin-bottom: 3px;
  font-size: 36px;
  font-weight: 400;
}
.front-brands__subtitle {
  margin-bottom: 15px;
  font-size: 14px;
}
.front-brands__slider-outer {
  position: relative;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 27px;
}
.front-brands__slide {
  padding-left: 11px;
  padding-right: 11px;
  flex-direction: column;
  padding-bottom: 13px;
}
.front-brands__brand {
  display: flex;
  width: 100%;
  height: 136px;
  padding: 10px;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  border: 1px solid #d7d7d7;
  background-color: #ffffff;
}
@media (max-width: 991.98px) {
  .front-brands__brand {
    height: 100px;
  }
}
@media (max-width: 991.98px) {
  .front-brands__brand {
    height: 90px;
  }
}
.front-brands__brand:first-child {
  margin-bottom: 15px;
}
.front-brands__brand:hover {
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.003);
}
.front-brands .slick-dots {
  position: absolute;
  width: auto;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: 0;
  justify-content: center;
}
.front-reviews-discussion {
  position: relative;
}
.front-reviews-discussion:after {
  width: 50%;
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fafafa;
}
@media (max-width: 991.98px) {
  .front-reviews-discussion:after {
    display: none;
  }
}

.front-reviews {
  padding-top: 20px;
  padding-bottom: 17px;
  background-color: #fafafa;
  padding-left: 15px;
}
.front-reviews__title {
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: 400;
}
.front-reviews__slider-outer {
  margin-bottom: 20px;
  position: relative;
}
.front-reviews__slide {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 14px;
}
@media (max-width: 575.98px) {
  .front-reviews__slide {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.front-reviews__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}
@media (max-width: 767.98px) {
  .front-reviews__bottom {
    flex-direction: column;
    align-items: center;
  }
}
.front-reviews__dots-block {
  margin-right: 8px;
}
@media (max-width: 767.98px) {
  .front-reviews__dots-block {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.front-reviews__new-review-button {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  margin-right: 8px;
}
.front-reviews__new-review-button img {
  width: 23px;
  height: 23px;
  margin-right: 12px;
  display: block;
}
@media (max-width: 767.98px) {
  .front-reviews__new-review-button {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.front-reviews__more-link:hover span {
  text-decoration: underline;
}
.front-reviews__more-link:hover svg {
  fill: #e72d2e;
}
.front-reviews__more-link span {
  color: #e72d2e;
}
.front-reviews__more-link svg {
  width: 14px;
  height: 14px;
  transform: rotate(-90deg);
  fill: #262626;
}
.front-reviews .slick-dots {
  width: auto;
  margin: 0 auto;
  justify-content: center;
}
.front-reviews .slick-dots li {
  margin-right: 3px !important;
}
.front-reviews__arrow {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 2px 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.front-reviews__arrow:focus {
  outline: none;
}
.front-reviews__arrow:hover .front-reviews__arrow-img {
  fill: #e72d2e;
}
.front-reviews__arrow_prev {
  left: 0;
}
.front-reviews__arrow_prev .front-reviews__arrow-img {
  transform: rotate(90deg);
}
@media (max-width: 575.98px) {
  .front-reviews__arrow_prev {
    left: -15px;
  }
}
.front-reviews__arrow_next {
  right: 0;
}
.front-reviews__arrow_next .front-reviews__arrow-img {
  transform: rotate(-90deg);
}
@media (max-width: 575.98px) {
  .front-reviews__arrow_next {
    right: -15px;
  }
}
.front-reviews__arrow-img {
  width: 28px;
  height: 28px;
  fill: #000;
  display: block;
  transition: all 0.3s ease;
}

.front-review {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  padding: 25px 20px;
  position: relative;
}
.front-review__rating {
  position: absolute;
  top: 0;
  transform: translateY(-55%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.front-review__rateyo {
  margin-left: auto;
  margin-right: auto;
}
.front-review__name {
  margin-bottom: 20px;
  color: #48291e;
  text-align: center;
}
.front-review__text {
  font-size: 14px;
  color: #5c5c5c;
}

.front-discussion {
  padding-top: 20px;
  padding-bottom: 17px;
  padding-left: 2px;
}
.front-discussion__title {
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .front-discussion__title {
    padding-left: 15px;
  }
}
.front-discussion__item {
  padding: 10px 10px 15px 15px;
}
.front-discussion__item:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}
.front-discussion__item-title {
  color: #48291e;
  text-decoration: underline;
  margin-bottom: 3px;
}
.front-discussion__item-title:hover {
  color: #e72d2e;
  text-decoration: underline;
}
.front-discussion__item-date {
  font-size: 12px;
  color: #808080;
  margin-bottom: 10px;
}
.front-discussion__item-text {
  font-size: 14px;
  color: #5c5c5c;
}
.front-discussion__item-more-link {
  display: inline-flex;
  align-items: center;
}
.front-discussion__item-more-link span {
  color: #e72d2e;
}
.front-discussion__item-more-link svg {
  width: 12px;
  height: 12px;
  fill: #262626;
  margin-left: 3px;
  transform: rotate(-90deg);
}
.front-discussion__item-more-link:hover span {
  text-decoration: underline;
}
.front-discussion__item-more-link:hover svg {
  fill: #e72d2e;
}

.main-page-news {
  padding-top: 20px;
  padding-bottom: 30px;
}
@media (max-width: 767.98px) {
  .main-page-news {
    display: none;
  }
}
.main-page-news__title {
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 400;
}
.main-page-news__col {
  margin-bottom: 15px;
}
.main-page-news__button-block {
  text-align: center;
}

.main-page-news-item {
  position: relative;
  border: 3px solid transparent;
  display: block;
  height: 100%;
}
.main-page-news-item:hover {
  border-color: #d7d7d7;
}
.main-page-news-item:hover .front-news__item-date {
  color: #fff;
}
.main-page-news-item:hover .front-news__item-title {
  color: #fff;
  text-decoration: underline;
}
.main-page-news-item__image {
  border: 1px solid #d7d7d7;
  position: relative;
  width: 100%;
}
.main-page-news-item__body {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  line-height: 1.1;
  padding: 35px 12px 15px 12px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 5%, rgba(0, 0, 0, 0) 100%);
}
.main-page-news-item__date {
  color: #fff;
  font-size: 12px;
  margin-bottom: 3px;
}
.main-page-news-item__title {
  color: #fff;
  font-size: 18px;
  min-height: 38px;
}
.main-page-news-item:hover .main-page-news-item__title {
  text-decoration: underline;
}

.main-section-list {
  margin-top: 15px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .main-section-list {
    display: none;
  }
}
.main-section-list__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 767.98px) {
  .main-section-list__list {
    grid-template-columns: 1fr 1fr;
  }
}
.main-section-list__title-block {
  display: inline-flex;
  padding: 8px 15px 8px 30px;
  margin-right: 8px;
  align-items: center;
  justify-content: space-between;
  line-height: 1.1;
  background-color: #e72d2e;
}
.main-section-list__title {
  margin-right: 20px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}

.main-section-list-item {
  display: block;
  box-sizing: border-box;
  padding: 20px 20px 10px 20px;
  border: 1px solid #d7d7d7;
}
.main-section-list-item__image-container {
  display: block;
  margin-bottom: 10px;
}
.main-section-list-item__image {
  width: 100%;
  display: block;
}
.main-section-list-item__name {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 16px;
  color: #262626;
  hyphens: auto;
}

.product-filter-container {
  flex-basis: 240px;
  flex-shrink: 0;
  padding-top: 35px;
  border: 1px solid #d7d7d7;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .product-filter-container {
    padding-top: 15px;
    flex-basis: auto;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .product-filter-container .filters {
    display: none;
  }
}

.product-filter__reset {
  color: #606060;
}
.product-filter__reset:hover {
  color: currentColor;
}

.product-filter-param {
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 18px;
}
.product-filter-param--tracked .product-filter-param__options-wrapper {
  padding-left: 4px;
  padding-right: 4px;
}
.product-filter-param__title {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.product-filter-param__icon {
  width: 12px;
  height: 12px;
  background-image: url("img/icons/angle-bottom-grey.svg");
  background-size: 100% 100%;
  margin-right: 11px;
  margin-left: 3px;
  transition: all 0.3s ease;
}
.product-filter-param__summary {
  padding: 12px 18px;
  text-align: center;
  color: #808080;
  font-size: 14px;
  line-height: 1.1;
  background-color: #f7f7f7;
  border-top: 1px solid #d7d7d7;
}
.product-filter-param__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-filter-param__price-input {
  width: 45%;
  padding: 5px 15px;
  font-size: 14px;
  text-align: center;
}
.product-filter-param__price-input:-ms-input-placeholder {
  font-size: 14px;
}
.product-filter-param__price-input::-ms-input-placeholder {
  font-size: 14px;
}
.product-filter-param__price-input::placeholder {
  font-size: 14px;
}
.product-filter-param__fake-link, .product-filter-param__fake-link:hover {
  font-size: 14px;
  line-height: 1;
  color: #808080;
  cursor: default;
}
.product-filter-param__show-all {
  padding-top: 3px;
  font-size: 13px;
  color: #707070;
  cursor: pointer;
}
.product-filter-param--collapsed .product-filter-param__icon {
  transform: rotate(-90deg);
}
.product-filter-param--filled .product-filter-param__title {
  color: #e72d2e;
}
.product-filter-param--filled .product-filter-param__icon {
  background-image: url(img/icons/angle-bottom-red.svg);
}

.product-filter-result-popup {
  height: 0px;
  position: relative;
}
.product-filter-result-popup__container {
  position: absolute;
  top: -3px;
  left: 0px;
  z-index: 1;
  padding: 5px 10px;
  font-size: 13px;
  white-space: nowrap;
  border: 1px solid #C0C0C0;
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  /*&::before {
      position: absolute;
      top: -8px;
      left: 20px;
      width: 15px;
      height: 8px;
      background: url('images/product-filter-result-corner.png') 0 0 no-repeat;
      background-size: 100%;
      content: '';
  }*/
}
.product-filter-result-popup__apply {
  color: #e72d2e;
}

.product-availability-filter {
  padding-bottom: 5px;
  border-bottom: 1px solid #d7d7d7;
  padding-left: 18px;
  padding-right: 30px;
  margin-bottom: 18px;
  position: relative;
}
.product-availability-filter__option__av-checkbox .custom-control-label {
  color: #262626;
}

.filters__av-block {
  padding-bottom: 5px;
  border-bottom: 1px solid #d7d7d7;
  padding-left: 18px;
  padding-right: 30px;
  margin-bottom: 18px;
  position: relative;
}
.filters__av-checkbox .custom-control-label {
  color: #262626;
}
.filters__av-help {
  position: absolute;
  right: 18px;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  font-size: 10px;
  color: #d7d7d7;
  border: 1px solid #d7d7d7;
  text-align: center;
  line-height: 14px;
  cursor: pointer;
}

.product-filter-root-section {
  padding: 0 18px;
  margin-bottom: 18px;
}
.product-filter-root-section__name {
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 400;
}
.product-filter-root-section__name--back {
  position: relative;
  display: block;
  padding-left: 25px;
  color: #000;
}
.product-filter-root-section__name--back::before {
  position: absolute;
  top: 3px;
  left: 2px;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("/local/templates/liberti2018/img/icons/angle-bottom-grey.svg");
  background-size: 100% 100%;
  transform: rotate(90deg);
}
.product-filter-root-section__item {
  display: block;
  margin-left: 8px;
  margin-bottom: 8px;
  color: #000;
  font-size: 14px;
}
.product-filter-root-section__item--active {
  color: #e72d2e;
}
.product-filter-root-section__item-count {
  position: relative;
  top: -3px;
  display: inline-block;
  margin-left: -2px;
  color: #808080;
  font-size: 11px;
  font-weight: normal;
}

.catalog-filter-mobile-trigger {
  display: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  padding: 5px 15px;
  text-align: center;
  font-size: 18px;
  background-color: transparent;
  border: 1px solid #d7d7d7;
}
@media (max-width: 767.98px) {
  .catalog-filter-mobile-trigger {
    display: block;
  }
}

.catalog__holder {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .catalog__holder {
    flex-direction: column;
  }
}
.catalog__filters-holder {
  flex-basis: 240px;
  flex-shrink: 0;
  padding-top: 35px;
  border: 1px solid #d7d7d7;
  border-top: none;
  margin-bottom: 15px;
}
@media (max-width: 767.98px) {
  .catalog__filters-holder {
    padding-top: 15px;
    flex-basis: auto;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .catalog__filters-holder .filters {
    display: none;
  }
}
.catalog__filters-m-open-button {
  display: none;
  background-color: transparent;
  border: 1px solid #d7d7d7;
  text-align: center;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  padding: 5px 15px;
}
@media (max-width: 767.98px) {
  .catalog__filters-m-open-button {
    display: block;
  }
}
.catalog__content-holder {
  overflow: hidden;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 17px;
  padding-top: 27px;
}
@media (max-width: 767.98px) {
  .catalog__content-holder {
    padding-top: 0;
    padding-left: 0;
  }
}
.catalog__header {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .catalog__header {
    flex-direction: column;
  }
}
.catalog__header-left {
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  .catalog__header-left {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.catalog__title {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .catalog__title {
    font-size: 28px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .catalog__title {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .catalog__title {
    font-size: 24px;
  }
}
.catalog__view {
  display: flex;
  align-items: stretch;
  border-radius: 5px;
  overflow: hidden;
}
.catalog__view-item {
  padding: 8px 7px;
  background-color: #fff;
  border: 1px solid #d7d7d7;
}
.catalog__view-item:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none;
}
.catalog__view-item:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: none;
}
.catalog__view-item.active, .catalog__view-item:hover {
  background-color: #e72d2e;
  border-color: #e72d2e;
}
.catalog__view-item.active .catalog__view-grid, .catalog__view-item:hover .catalog__view-grid {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20965.2%20965.2%22%20style%3D%22enable-background%3Anew%200%200%20965.2%20965.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%20fill%3D%22%23ffffff%22%3E%0D%0A%09%3Cpath%20d%3D%22M263.9%2C30c0-16.6-13.4-30-30-30h-202c-16.6%2C0-30%2C13.4-30%2C30v202.1c0%2C16.6%2C13.4%2C30%2C30%2C30H234%0D%0A%09%09c16.6%2C0%2C30-13.4%2C30-30V30H263.9z%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M613.5%2C30c0-16.6-13.4-30-30-30h-202c-16.6%2C0-30%2C13.4-30%2C30v202.1c0%2C16.6%2C13.4%2C30%2C30%2C30h202%0D%0A%09%09c16.6%2C0%2C30-13.4%2C30-30V30z%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M963.3%2C30c0-16.6-13.4-30-30-30h-202c-16.6%2C0-30%2C13.4-30%2C30v202.1c0%2C16.6%2C13.4%2C30%2C30%2C30h202.1%0D%0A%09%09c16.6%2C0%2C30-13.4%2C30-30L963.3%2C30L963.3%2C30z%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M263.9%2C381.6c0-16.6-13.4-30-30-30h-202c-16.6%2C0-30%2C13.4-30%2C30v202c0%2C16.6%2C13.4%2C30%2C30%2C30H234%0D%0A%09%09c16.6%2C0%2C30-13.4%2C30-30v-202L263.9%2C381.6L263.9%2C381.6z%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M613.5%2C381.6c0-16.6-13.4-30-30-30h-202c-16.6%2C0-30%2C13.4-30%2C30v202c0%2C16.6%2C13.4%2C30%2C30%2C30h202%0D%0A%09%09c16.6%2C0%2C30-13.4%2C30-30V381.6z%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M963.3%2C381.6c0-16.6-13.4-30-30-30h-202c-16.6%2C0-30%2C13.4-30%2C30v202c0%2C16.6%2C13.4%2C30%2C30%2C30h202.1%0D%0A%09%09c16.6%2C0%2C30-13.4%2C30-30L963.3%2C381.6L963.3%2C381.6L963.3%2C381.6z%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M233.9%2C703.1h-202c-16.6%2C0-30%2C13.4-30%2C30v202.1c0%2C16.6%2C13.4%2C30%2C30%2C30H234c16.6%2C0%2C30-13.4%2C30-30V733.1%0D%0A%09%09C263.9%2C716.6%2C250.4%2C703.1%2C233.9%2C703.1z%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M583.5%2C703.1h-202c-16.6%2C0-30%2C13.4-30%2C30v202.1c0%2C16.6%2C13.4%2C30%2C30%2C30h202c16.6%2C0%2C30-13.4%2C30-30V733.1%0D%0A%09%09C613.5%2C716.6%2C600.1%2C703.1%2C583.5%2C703.1z%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M933.3%2C703.1h-202c-16.6%2C0-30%2C13.4-30%2C30v202.1c0%2C16.6%2C13.4%2C30%2C30%2C30h202.1c16.6%2C0%2C30-13.4%2C30-30V733.1%0D%0A%09%09C963.3%2C716.6%2C949.8%2C703.1%2C933.3%2C703.1z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.catalog__view-item.active .catalog__view-list, .catalog__view-item:hover .catalog__view-list {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%09%3Cg%20fill%3D%22%23ffffff%22%3E%0D%0A%09%09%3Cpath%20d%3D%22M3%2C2H1C0.4%2C2%2C0%2C2.4%2C0%2C3v2c0%2C0.6%2C0.4%2C1%2C1%2C1h2c0.6%2C0%2C1-0.4%2C1-1V3C4%2C2.4%2C3.6%2C2%2C3%2C2z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M3%2C10H1c-0.6%2C0-1%2C0.4-1%2C1v2c0%2C0.6%2C0.4%2C1%2C1%2C1h2c0.6%2C0%2C1-0.4%2C1-1v-2C4%2C10.4%2C3.6%2C10%2C3%2C10z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M3%2C18H1c-0.6%2C0-1%2C0.4-1%2C1v2c0%2C0.6%2C0.4%2C1%2C1%2C1h2c0.6%2C0%2C1-0.4%2C1-1v-2C4%2C18.4%2C3.6%2C18%2C3%2C18z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M23%2C2H9C8.4%2C2%2C8%2C2.4%2C8%2C3v2c0%2C0.6%2C0.4%2C1%2C1%2C1h14c0.6%2C0%2C1-0.4%2C1-1V3C24%2C2.4%2C23.6%2C2%2C23%2C2z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M23%2C10H9c-0.6%2C0-1%2C0.4-1%2C1v2c0%2C0.6%2C0.4%2C1%2C1%2C1h14c0.6%2C0%2C1-0.4%2C1-1v-2C24%2C10.4%2C23.6%2C10%2C23%2C10z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M23%2C18H9c-0.6%2C0-1%2C0.4-1%2C1v2c0%2C0.6%2C0.4%2C1%2C1%2C1h14c0.6%2C0%2C1-0.4%2C1-1v-2C24%2C18.4%2C23.6%2C18%2C23%2C18z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.catalog__view-grid {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20965.2%20965.2%22%20style%3D%22enable-background%3Anew%200%200%20965.2%20965.2%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23E62D2D%22%20d%3D%22M263.9%2C30c0-16.6-13.4-30-30-30h-202c-16.6%2C0-30%2C13.4-30%2C30v202.1c0%2C16.6%2C13.4%2C30%2C30%2C30H234%0D%0A%09%09c16.6%2C0%2C30-13.4%2C30-30V30H263.9z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23E62D2D%22%20d%3D%22M613.5%2C30c0-16.6-13.4-30-30-30h-202c-16.6%2C0-30%2C13.4-30%2C30v202.1c0%2C16.6%2C13.4%2C30%2C30%2C30h202%0D%0A%09%09c16.6%2C0%2C30-13.4%2C30-30V30z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23E62D2D%22%20d%3D%22M963.3%2C30c0-16.6-13.4-30-30-30h-202c-16.6%2C0-30%2C13.4-30%2C30v202.1c0%2C16.6%2C13.4%2C30%2C30%2C30h202.1%0D%0A%09%09c16.6%2C0%2C30-13.4%2C30-30L963.3%2C30L963.3%2C30z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M263.9%2C381.6c0-16.6-13.4-30-30-30h-202c-16.6%2C0-30%2C13.4-30%2C30v202c0%2C16.6%2C13.4%2C30%2C30%2C30H234%0D%0A%09%09c16.6%2C0%2C30-13.4%2C30-30v-202L263.9%2C381.6L263.9%2C381.6z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M613.5%2C381.6c0-16.6-13.4-30-30-30h-202c-16.6%2C0-30%2C13.4-30%2C30v202c0%2C16.6%2C13.4%2C30%2C30%2C30h202%0D%0A%09%09c16.6%2C0%2C30-13.4%2C30-30V381.6z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M963.3%2C381.6c0-16.6-13.4-30-30-30h-202c-16.6%2C0-30%2C13.4-30%2C30v202c0%2C16.6%2C13.4%2C30%2C30%2C30h202.1%0D%0A%09%09c16.6%2C0%2C30-13.4%2C30-30L963.3%2C381.6L963.3%2C381.6L963.3%2C381.6z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M233.9%2C703.1h-202c-16.6%2C0-30%2C13.4-30%2C30v202.1c0%2C16.6%2C13.4%2C30%2C30%2C30H234c16.6%2C0%2C30-13.4%2C30-30V733.1%0D%0A%09%09C263.9%2C716.6%2C250.4%2C703.1%2C233.9%2C703.1z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M583.5%2C703.1h-202c-16.6%2C0-30%2C13.4-30%2C30v202.1c0%2C16.6%2C13.4%2C30%2C30%2C30h202c16.6%2C0%2C30-13.4%2C30-30V733.1%0D%0A%09%09C613.5%2C716.6%2C600.1%2C703.1%2C583.5%2C703.1z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M933.3%2C703.1h-202c-16.6%2C0-30%2C13.4-30%2C30v202.1c0%2C16.6%2C13.4%2C30%2C30%2C30h202.1c16.6%2C0%2C30-13.4%2C30-30V733.1%0D%0A%09%09C963.3%2C716.6%2C949.8%2C703.1%2C933.3%2C703.1z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-size: contain;
  background-repeat: no-repeat;
}
.catalog__view-list {
  width: 24px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2024%2024%22%20style%3D%22enable-background%3Anew%200%200%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23E62D2D%22%20d%3D%22M3%2C2H1C0.4%2C2%2C0%2C2.4%2C0%2C3v2c0%2C0.6%2C0.4%2C1%2C1%2C1h2c0.6%2C0%2C1-0.4%2C1-1V3C4%2C2.4%2C3.6%2C2%2C3%2C2z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M3%2C10H1c-0.6%2C0-1%2C0.4-1%2C1v2c0%2C0.6%2C0.4%2C1%2C1%2C1h2c0.6%2C0%2C1-0.4%2C1-1v-2C4%2C10.4%2C3.6%2C10%2C3%2C10z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M3%2C18H1c-0.6%2C0-1%2C0.4-1%2C1v2c0%2C0.6%2C0.4%2C1%2C1%2C1h2c0.6%2C0%2C1-0.4%2C1-1v-2C4%2C18.4%2C3.6%2C18%2C3%2C18z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23E62D2D%22%20d%3D%22M23%2C2H9C8.4%2C2%2C8%2C2.4%2C8%2C3v2c0%2C0.6%2C0.4%2C1%2C1%2C1h14c0.6%2C0%2C1-0.4%2C1-1V3C24%2C2.4%2C23.6%2C2%2C23%2C2z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M23%2C10H9c-0.6%2C0-1%2C0.4-1%2C1v2c0%2C0.6%2C0.4%2C1%2C1%2C1h14c0.6%2C0%2C1-0.4%2C1-1v-2C24%2C10.4%2C23.6%2C10%2C23%2C10z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M23%2C18H9c-0.6%2C0-1%2C0.4-1%2C1v2c0%2C0.6%2C0.4%2C1%2C1%2C1h14c0.6%2C0%2C1-0.4%2C1-1v-2C24%2C18.4%2C23.6%2C18%2C23%2C18z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-size: contain;
  background-repeat: no-repeat;
}
.catalog__grid {
  margin-bottom: 17px;
}
.catalog__list {
  border-top: 1px solid #d7d7d7;
  margin-bottom: 17px;
}
.catalog__footer {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .catalog__footer {
    flex-direction: column;
    align-items: center;
  }
}
.catalog__count {
  margin-right: 10px;
  color: #808080;
}
@media (max-width: 575.98px) {
  .catalog__count {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.catalog__desc {
  background-color: #f9f9f9;
  padding-top: 30px;
  padding-bottom: 25px;
}
@media (max-width: 575.98px) {
  .catalog__desc {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.catalog__desc-content {
  padding-left: 270px;
  max-width: 1000px;
}
@media (max-width: 991.98px) {
  .catalog__desc-content {
    padding-left: 15px;
  }
}
.catalog__desc-content h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.catalog__desc-content p {
  font-size: 14px;
}

.bottom-section-description ul {
  padding-left: 0px;
  list-style: none;
}

.product__header {
  display: flex;
  margin-bottom: 25px;
  flex-wrap: wrap;
  align-items: center;
}
.product__article {
  font-size: 16px;
  color: #808080;
  margin-right: 8px;
  /*&:after {
      color: $colorTextLight;
      content: '\2022';
      font-size: 14px;
      margin-left: 10px;
  }*/
}
.product__article-value {
  color: red;
}
.product__header-reviews {
  display: flex;
  align-items: center;
}
.product__header-rateyo {
  margin-right: 5px;
}
.product__header-reviews-text {
  font-size: 16px;
  color: #808080;
}
.product__main-block {
  margin-bottom: 45px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product__main-block {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product__main-block {
    margin-bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  .product__main-block {
    margin-bottom: 20px;
  }
}
.product__images-block {
  display: flex;
  margin-right: 25px;
}
@media (min-width: 1200px) and (max-width: 1569.98px) {
  .product__images-block {
    flex-direction: column;
  }
}
@media (max-width: 1199.98px) {
  .product__images-block {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product__images-block {
    flex-direction: column;
    margin-right: 0px;
  }
}
@media (max-width: 575.98px) {
  .product__images-block {
    flex-direction: column;
    margin-right: 0px;
  }
}
.product__badges {
  flex-basis: 130px;
  flex-shrink: 0;
}
@media (min-width: 1200px) and (max-width: 1569.98px) {
  .product__badges {
    flex-basis: auto;
    display: flex;
    margin-bottom: 7px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product__badges {
    flex-basis: auto;
    display: flex;
    margin-bottom: 7px;
  }
}
@media (max-width: 575.98px) {
  .product__badges {
    position: absolute;
    flex-basis: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
  }
}
.product__images {
  flex-grow: 2;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  overflow: hidden;
}
.product__images .lSAction > .lSPrev {
  left: -7px;
  z-index: 1;
}
.product__images .lSAction > .lSNext {
  right: -7px;
  z-index: 1;
}
.product__big-images-container {
  position: relative;
  margin-bottom: 10px;
}
.product__big-images-slider .slick-track {
  display: block;
}
.product__big-images-slider .slick-track .slick-slide {
  display: block;
}
.product__big-image-container {
  text-align: center;
  width: 100%;
}
.product__big-image {
  cursor: pointer;
}
.product__desc-block {
  padding-left: 8px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .product__desc-block {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .product__desc-block {
    padding-left: 0px;
    margin-bottom: 20px;
  }
}
.product__desc-items {
  margin-bottom: 25px;
}
.product__desc-property {
  font-size: 14px;
  color: #808080;
  margin-bottom: 8px;
}
@media (max-width: 575.98px) {
  .product__desc-property {
    font-size: 16px;
  }
}
.product__desc-property-value {
  color: #262626;
  word-break: break-word;
}
.product__offer-block {
  padding-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .product__offer-block {
    padding-left: 0px;
  }
}
@media (max-width: 575.98px) {
  .product__offer-block {
    padding-left: 0px;
  }
}
.product__counter-block {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin: 0 auto;
}
.product__minus, .product__plus {
  width: 48px;
  height: 100%;
  border: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .product__minus, .product__plus {
    width: 32px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product__minus, .product__plus {
    width: 32px;
  }
}
.product__minus:active, .product__plus:active {
  border-color: #e72d2e;
}
.product__minus {
  border-top-left-radius: 0.25rem 0.25rem;
  border-bottom-left-radius: 0.25rem 0.25rem;
  border-right-color: transparent;
}
.product__plus {
  border-top-right-radius: 0.25rem 0.25rem;
  border-bottom-right-radius: 0.25rem 0.25rem;
  border-left-color: transparent;
}
.product__prices {
  display: flex;
}
@media (max-width: 575.98px) {
  .product__prices {
    flex-direction: column;
  }
}
.product__price {
  display: flex;
  padding: 8px 4px;
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.product__price--main {
  background-color: #e72d2e;
}
.product__price--other {
  background-color: #19283f;
}
@media (max-width: 575.98px) {
  .product__price {
    flex-basis: auto;
  }
}
.product__price-value {
  font-size: 40px;
  line-height: 1;
  text-align: center;
}
.product__price-name {
  font-size: 12px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .product__price-name {
    font-size: 17px;
  }
}
.product__old-price {
  display: flex;
  margin-bottom: 5px;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1200px) and (max-width: 1569.98px) {
  .product__old-price {
    justify-content: space-around;
  }
}
.product__old-price-value {
  font-size: 22px;
  text-decoration: line-through;
  text-align: center;
}
@media (min-width: 1570px) {
  .product__old-price-value {
    width: 47%;
  }
}
@media (min-width: 1200px) and (max-width: 1569.98px) {
  .product__old-price-value {
    font-size: 19px;
  }
}
.product__old-price-profit {
  border: 2px solid #fff;
  padding: 5px 9px;
  text-align: center;
  border-radius: 5px;
}
@media (min-width: 1570px) {
  .product__old-price-profit {
    width: 53%;
  }
}
@media (min-width: 1200px) and (max-width: 1569.98px) {
  .product__old-price-profit {
    padding: 5px 3px;
    font-size: 15px;
  }
}
.product__buy-block {
  display: flex;
  padding: 15px 0;
  border: 1px solid #d7d7d7;
  border-top: none;
}
@media (max-width: 575.98px) {
  .product__buy-block {
    flex-direction: column;
    border: none;
  }
}
.product__buy-block-left {
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  flex-basis: 0;
  flex-grow: 1;
}
@media (max-width: 575.98px) {
  .product__buy-block-left {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: auto;
  }
}
.product__buy-block-right {
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 575.98px) {
  .product__buy-block-right {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.product__quantity-input {
  text-align: center;
  height: 100%;
  border-radius: unset;
}
@media (max-width: 575.98px) {
  .product__quantity-input {
    width: 150px;
  }
}
.product__buy-button {
  width: 100%;
  height: 48px;
}
.product__buy-button .product-buy-button__icon-container {
  padding: 12px 8px;
}
.product__buy-button .product-buy-button__icon {
  width: 24px;
  height: 24px;
}
.product__buy-button .product-buy-button__label {
  height: 48px;
}
@media (max-width: 575.98px) {
  .product__buy-button {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 210px;
  }
}
.product__fast-order {
  width: 100%;
  padding: 14px 6px;
  margin-top: 10px;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .product__fast-order {
    display: block;
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
  }
}
.product__tab-buttons {
  justify-content: center;
  border-bottom: 1px solid #d7d7d7;
}
.product__tab-button {
  margin-bottom: -1px;
  padding: 15px 15px;
  font-size: 18px;
  color: #262626;
  border-bottom: 3px solid transparent;
}
.product__tab-button h2 {
  margin: 0px;
  font-size: 18px;
  color: #262626;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product__tab-button {
    padding: 7px 4px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product__tab-button {
    padding: 7px 7px;
  }
}
@media (max-width: 575.98px) {
  .product__tab-button {
    padding: 7px 7px;
  }
}
.product__tab-button:not(:last-child) {
  margin-right: 15px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product__tab-button:not(:last-child) {
    margin-right: 5px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product__tab-button:not(:last-child) {
    margin-right: 5px;
  }
}
@media (max-width: 575.98px) {
  .product__tab-button:not(:last-child) {
    margin-right: 5px;
  }
}
.product__tab-button:hover {
  color: #e72d2e;
}
.product__tab-button--active {
  color: #e72d2e;
  border-color: #e72d2e;
}
.product__tab-content {
  padding-top: 25px;
}
.product__buy-with-it {
  padding-bottom: 27px;
}
.product__buy-with-it-title {
  margin-bottom: 15px;
}
.product__tab-about-desc-section {
  margin-bottom: 35px;
}
.product__desc-title {
  margin-bottom: 20px;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .product__desc-title {
    font-size: 18px;
  }
}
.product__desc-content {
  word-break: break-word;
}
.product__desc-content h2 {
  font-size: 14px;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .product__desc-content h2 {
    font-size: 16px;
  }
}
.product__desc-content h3 {
  font-size: 14px;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .product__desc-content h3 {
    font-size: 16px;
  }
}
.product__desc-content h4 {
  font-size: 14px;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .product__desc-content h4 {
    font-size: 16px;
  }
}
.product__desc-content p {
  font-size: 14px;
  color: #808080;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .product__desc-content p {
    font-size: 15px;
  }
}
.product__tab-about-properties-section {
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product__tab-about-properties-section {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product__tab-about-properties-section {
    margin-bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  .product__tab-about-properties-section {
    margin-bottom: 20px;
  }
}
.product__properties {
  word-break: break-word;
}
.product__properties-table td {
  border-color: #d7d7d7;
  font-size: 14px;
  padding: 6px 10px 6px 20px;
}
@media (min-width: 992px) {
  .product__properties-table td {
    width: 50%;
  }
}
.product__properties-table td:nth-child(2) {
  word-break: break-word;
}
.product__properties-table tr:last-child td {
  border-bottom: 1px solid #d7d7d7;
}
.product__brand-logo {
  position: absolute;
  right: 11px;
  bottom: 100px;
  width: 120px;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #d7d7d7;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .product__brand-logo {
    right: 0px;
    bottom: 80px;
    width: 90px;
  }
}
.product__quantity-auth-text {
  color: #808080;
  font-size: 14px;
}
.product__primary-video {
  width: 100%;
}

.page-title.page-title--product {
  padding-top: 30px;
  word-break: break-word;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .page-title.page-title--product {
    padding-top: 20px;
    font-size: 27px;
  }
}
@media (max-width: 575.98px) {
  .page-title.page-title--product {
    padding-top: 15px;
    font-size: 25px;
  }
}

.product-badge {
  padding: 15px 15px;
  text-align: center;
  border-bottom: 1px solid #d7d7d7;
}
.product-badge:last-child {
  border-bottom: none;
}
@media (min-width: 1200px) and (max-width: 1569.98px) {
  .product-badge {
    padding: 7px 7px;
    border-bottom: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-badge {
    padding: 7px 7px;
    border-bottom: none;
  }
}
@media (max-width: 575.98px) {
  .product-badge {
    padding: 7px 7px;
    border-bottom: none;
  }
}
.product-badge__icon {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}
@media (min-width: 1200px) and (max-width: 1569.98px) {
  .product-badge__icon {
    width: 30px;
    height: 30px;
    margin-bottom: 3px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-badge__icon {
    width: 30px;
    height: 30px;
    margin-bottom: 3px;
  }
}
@media (max-width: 575.98px) {
  .product-badge__icon {
    width: 30px;
    height: 30px;
    margin-bottom: 3px;
  }
}
.product-badge__text {
  color: #e72d2e;
}
@media (min-width: 1200px) and (max-width: 1569.98px) {
  .product-badge__text {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-badge__text {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .product-badge__text {
    font-size: 14px;
  }
}
.product-badge--small {
  display: flex;
  padding: 3px 0px;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  border-bottom: none;
}
.product-badge--small .product-badge__icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-bottom: 0px;
}
.product-badge--small .product-badge__text {
  font-size: 13px;
}

.product-thumb-slider {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.product-thumb-slider .slick-track {
  padding-top: 1px;
  padding-bottom: 2px;
}
@media (max-width: 575.98px) {
  .product-thumb-slider {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.product-thumb-slider__item-slide {
  padding-left: 7px;
  padding-right: 7px;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .product-thumb-slider__item-slide {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.product-thumb-slider__item-slide.slick-current .product-thumb-slider__item-container {
  border-color: #e72d2e;
}
.product-thumb-slider__item-container {
  display: inline-block;
  border: 1px solid #d7d7d7;
  cursor: pointer;
}
.product-thumb-slider__arrow {
  z-index: 20;
}
@media (max-width: 575.98px) {
  .product-thumb-slider__arrow--prev {
    left: -10px;
  }
}
@media (max-width: 575.98px) {
  .product-thumb-slider__arrow--next {
    right: -10px;
  }
}

.product-offer-availability {
  padding: 15px 0;
  border: 1px solid #d7d7d7;
  border-top: none;
}
@media (max-width: 575.98px) {
  .product-offer-availability {
    padding: 8px 0;
    border-top: 1px solid #d7d7d7;
  }
}
.product-offer-availability__title {
  margin-bottom: 13px;
  padding-left: 10px;
}
@media (max-width: 575.98px) {
  .product-offer-availability__title {
    padding-left: 5px;
  }
}
.product-offer-availability__city {
  color: #e72d2e;
  text-decoration: underline;
}
.product-offer-availability__city:hover {
  text-decoration: none;
}
.product-offer-availability__list {
  display: flex;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
.product-offer-availability__list--other {
  margin-top: 10px;
}
.product-offer-availability__item {
  margin-bottom: 7px;
  font-size: 14px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
  max-width: 50%;
  padding: 0 10px;
}
@media (max-width: 575.98px) {
  .product-offer-availability__item {
    padding: 0 5px;
  }
}
.product-offer-availability__item-name {
  color: #262626;
  text-decoration: underline;
  /*&:hover {
      text-decoration: none;
  }*/
}
.product-offer-availability__item-value {
  color: #5bb22e;
}
.product-offer-availability__item-value--unavailable {
  color: #808080;
}
.product-offer-availability__bottom {
  text-align: center;
}
.product-offer-availability__show-other {
  font-size: 14px;
}

.product-our-features__title {
  margin-bottom: 15px;
}
.product-our-features__item {
  margin-bottom: 25px;
  text-align: center;
  font-size: 14px;
}
.product-our-features__item-image {
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
}

.product__gallery-slider .slick-track {
  display: block;
}
.product__gallery-slider .slick-track .slick-slide {
  display: block;
}
.product__desc-review-text {
  font-size: 14px;
  color: #808080;
  line-height: 1.4;
}
@media (max-width: 575.98px) {
  .product__desc-review-text {
    font-size: 16px;
  }
}
.product__desc-review-link {
  font-size: 14px;
  color: #e72d2e;
}
@media (max-width: 575.98px) {
  .product__desc-review-link {
    font-size: 16px;
  }
}
.product__desc-review-link:hover {
  text-decoration: underline;
}
.product__form-actions {
  display: flex;
}
@media (max-width: 575.98px) {
  .product__form-actions {
    order: 1;
    margin-bottom: 10px;
  }
}
.product__qty-text {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  font-size: 12px;
  color: #808080;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .product__qty-text {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product__qty-text {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .product__qty-text {
    font-size: 14px;
  }
}
.product__action {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  display: block;
  text-align: center;
}
.product__action.active .hcard__action-text, .product__action:hover .hcard__action-text {
  color: #e72d2e;
}
@media (max-width: 575.98px) {
  .product__action {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.product__fav {
  margin-bottom: 7px;
}
.product__fav .product__action-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M472.1%2C81.1c-27-27.6-63-42.8-101.5-42.8c-37.9%2C0-73.6%2C14.8-100.4%2C41.6l-13.8%2C13.9L242.4%2C80%0D%0A%09C215.6%2C53.1%2C179.9%2C38.4%2C142%2C38.4c-37.9%2C0-73.6%2C14.8-100.4%2C41.6C14.8%2C106.8%2C0%2C142.4%2C0%2C180.4S14.8%2C254%2C41.6%2C280.8l177.5%2C177.5%0D%0A%09c10.3%2C10.3%2C23.7%2C15.4%2C37.2%2C15.4c13.5%2C0%2C26.9-5.1%2C37.2-15.4l176.3-176.3C525.2%2C226.6%2C526.2%2C136.5%2C472.1%2C81.1z%20M451.2%2C263.3%0D%0A%09L274.8%2C439.7c-10.3%2C10.3-26.9%2C10.3-37.2%2C0L60.2%2C262.2c-21.9-21.9-33.9-50.9-33.9-81.8s12-60%2C33.9-81.8%0D%0A%09C82%2C76.7%2C111.1%2C64.7%2C142%2C64.7c30.9%2C0%2C59.9%2C12%2C81.8%2C33.9l13.9%2C13.9l-21.2%2C21.2c-5.1%2C5.1-5.1%2C13.5%2C0%2C18.6c2.6%2C2.6%2C5.9%2C3.8%2C9.3%2C3.8%0D%0A%09c3.4%2C0%2C6.7-1.3%2C9.3-3.9l53.7-53.7c21.9-21.9%2C50.9-33.9%2C81.8-33.9c31.4%2C0%2C60.8%2C12.4%2C82.7%2C34.8C497.4%2C144.6%2C496.4%2C218.1%2C451.2%2C263.3%0D%0A%09z%22%2F%3E%0D%0A%0D%0A%3Cpath%20fill%3D%22%23E62E2F%22%20d%3D%22M466.3%2C174.4c-1.4-23.4-11.4-45.4-27.9-61.9c-11.7-11.7-26.2-20.2-42-24.6c-7-1.9-14.2%2C2.1-16.2%2C9.1%0D%0A%09c-1.9%2C7%2C2.1%2C14.2%2C9.1%2C16.2c11.4%2C3.2%2C22%2C9.4%2C30.5%2C17.9c12%2C12%2C19.2%2C28%2C20.2%2C44.9c0.4%2C7%2C6.2%2C12.3%2C13.1%2C12.3c0.3%2C0%2C0.5%2C0%2C0.8%2C0%0D%0A%09C461.2%2C187.9%2C466.7%2C181.6%2C466.3%2C174.4z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-size: contain;
}
.product__fav:hover .product__action-icon, .product__fav.active .product__action-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%09%3Cpath%20fill%3D%22%23E62E2F%22%20d%3D%22M472.1%2C81.1c-27-27.6-63-42.8-101.5-42.8c-37.9%2C0-73.6%2C14.8-100.4%2C41.6l-13.8%2C13.9L242.4%2C80%0D%0A%09%09C215.6%2C53.1%2C179.9%2C38.4%2C142%2C38.4c-37.9%2C0-73.6%2C14.8-100.4%2C41.6C14.8%2C106.8%2C0%2C142.4%2C0%2C180.4S14.8%2C254%2C41.6%2C280.8l177.5%2C177.5%0D%0A%09%09c10.3%2C10.3%2C23.7%2C15.4%2C37.2%2C15.4c13.5%2C0%2C26.9-5.1%2C37.2-15.4l176.3-176.3C525.2%2C226.6%2C526.2%2C136.5%2C472.1%2C81.1z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M466.3%2C174.4c-1.4-23.4-11.4-45.4-27.9-61.9c-11.7-11.7-26.2-20.2-42-24.6c-7-1.9-14.2%2C2.1-16.2%2C9.1%0D%0A%09%09c-1.9%2C7%2C2.1%2C14.2%2C9.1%2C16.2c11.4%2C3.2%2C22%2C9.4%2C30.5%2C17.9c12%2C12%2C19.2%2C28%2C20.2%2C44.9c0.4%2C7%2C6.2%2C12.3%2C13.1%2C12.3c0.3%2C0%2C0.5%2C0%2C0.8%2C0%0D%0A%09%09C461.2%2C187.9%2C466.7%2C181.6%2C466.3%2C174.4z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.product__compare .product__action-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2033%2033%22%20style%3D%22enable-background%3Anew%200%200%2033%2033%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M19.6%2C7.7c-0.2%2C0-0.5-0.2-0.5-0.4c0-0.3%2C0.1-0.5%2C0.4-0.6l10.8-1.8c0.3%2C0%2C0.5%2C0.1%2C0.6%2C0.4%0D%0A%09%09c0%2C0.3-0.1%2C0.5-0.4%2C0.6L19.6%2C7.7C19.6%2C7.7%2C19.6%2C7.7%2C19.6%2C7.7z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M2.6%2C10.5c-0.2%2C0-0.5-0.2-0.5-0.4c0-0.3%2C0.1-0.5%2C0.4-0.6l10.9-1.8c0.3%2C0%2C0.5%2C0.1%2C0.6%2C0.4%0D%0A%09%09c0%2C0.3-0.1%2C0.5-0.4%2C0.6L2.6%2C10.5C2.7%2C10.5%2C2.6%2C10.5%2C2.6%2C10.5z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23E62D2D%22%20d%3D%22M26.8%2C23.3c-3.4%2C0-6.2-2.8-6.2-6.2c0-0.3%2C0.2-0.5%2C0.5-0.5h11.3c0.3%2C0%2C0.5%2C0.2%2C0.5%2C0.5%0D%0A%09%09C33%2C20.5%2C30.2%2C23.3%2C26.8%2C23.3z%20M21.7%2C17.6c0.3%2C2.6%2C2.5%2C4.7%2C5.1%2C4.7c2.7%2C0%2C4.9-2%2C5.1-4.7H21.7z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%23E62D2D%22%20d%3D%22M21.2%2C17.6c-0.1%2C0-0.2%2C0-0.2-0.1c-0.2-0.1-0.3-0.4-0.2-0.7l5.7-10.9c0.2-0.3%2C0.7-0.3%2C0.9%2C0l5.7%2C10.9%0D%0A%09%09c0.1%2C0.2%2C0%2C0.5-0.2%2C0.7c-0.2%2C0.1-0.5%2C0-0.7-0.2l-5.2-10l-5.2%2C10C21.5%2C17.5%2C21.4%2C17.6%2C21.2%2C17.6z%22%2F%3E%0D%0A%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M6.2%2C26.5c-3.4%2C0-6.2-2.8-6.2-6.2c0-0.3%2C0.2-0.5%2C0.5-0.5h11.3c0.3%2C0%2C0.5%2C0.2%2C0.5%2C0.5%0D%0A%09%09C12.3%2C23.8%2C9.6%2C26.5%2C6.2%2C26.5z%20M1%2C20.9c0.3%2C2.6%2C2.5%2C4.7%2C5.1%2C4.7c2.7%2C0%2C4.9-2%2C5.1-4.7H1z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M11.8%2C20.9c-0.2%2C0-0.4-0.1-0.4-0.3l-5.2-10l-5.2%2C10c-0.1%2C0.2-0.4%2C0.3-0.7%2C0.2c-0.2-0.1-0.3-0.4-0.2-0.7%0D%0A%09%09L5.7%2C9.3C5.9%2C9%2C6.4%2C9%2C6.6%2C9.3l5.7%2C10.9c0.1%2C0.2%2C0%2C0.5-0.2%2C0.7C12%2C20.9%2C11.9%2C20.9%2C11.8%2C20.9z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M16.5%2C11.3c-2%2C0-3.6-1.6-3.6-3.6c0-2%2C1.6-3.5%2C3.6-3.5s3.6%2C1.6%2C3.6%2C3.6C20.1%2C9.7%2C18.5%2C11.3%2C16.5%2C11.3z%0D%0A%09%09%20M16.5%2C5.2c-1.4%2C0-2.6%2C1.1-2.6%2C2.5s1.1%2C2.6%2C2.6%2C2.6s2.6-1.1%2C2.6-2.6S17.9%2C5.2%2C16.5%2C5.2z%22%2F%3E%0D%0A%09%3Cpath%20class%3D%22st0%22%20d%3D%22M16.5%2C30.1c-0.3%2C0-0.5-0.2-0.5-0.5V10.8c0-0.3%2C0.2-0.5%2C0.5-0.5s0.5%2C0.2%2C0.5%2C0.5v18.8%0D%0A%09%09C17%2C29.8%2C16.8%2C30.1%2C16.5%2C30.1z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M16.5%2C5.2c-0.3%2C0-0.5-0.2-0.5-0.5V3.4c0-0.3%2C0.2-0.5%2C0.5-0.5S17%2C3.2%2C17%2C3.4v1.2C17%2C4.9%2C16.8%2C5.2%2C16.5%2C5.2z%22%2F%3E%0D%0A%09%3Cpath%20fill%3D%22%231A2940%22%20d%3D%22M23.1%2C30.1H9.9c-0.3%2C0-0.5-0.2-0.5-0.5s0.2-0.5%2C0.5-0.5h13.2c0.3%2C0%2C0.5%2C0.2%2C0.5%2C0.5S23.4%2C30.1%2C23.1%2C30.1z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-size: contain;
}
.product__compare:hover .product__action-icon, .product__compare.active .product__action-icon {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2033%2033%22%20style%3D%22enable-background%3Anew%200%200%2033%2033%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%09%3Cg%20fill%3D%22%23E62D2D%22%3E%0D%0A%09%09%3Cpath%20%20d%3D%22M19.6%2C7.7c-0.2%2C0-0.5-0.2-0.5-0.4c0-0.3%2C0.1-0.5%2C0.4-0.6l10.8-1.8c0.3%2C0%2C0.5%2C0.1%2C0.6%2C0.4%0D%0A%09%09c0%2C0.3-0.1%2C0.5-0.4%2C0.6L19.6%2C7.7L19.6%2C7.7z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M2.6%2C10.5c-0.2%2C0-0.5-0.2-0.5-0.4c0-0.3%2C0.1-0.5%2C0.4-0.6l10.9-1.8c0.3%2C0%2C0.5%2C0.1%2C0.6%2C0.4%0D%0A%09%09%09c0%2C0.3-0.1%2C0.5-0.4%2C0.6L2.6%2C10.5C2.7%2C10.5%2C2.6%2C10.5%2C2.6%2C10.5z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M26.8%2C23.3c-3.4%2C0-6.2-2.8-6.2-6.2c0-0.3%2C0.2-0.5%2C0.5-0.5h11.3c0.3%2C0%2C0.5%2C0.2%2C0.5%2C0.5%0D%0A%09%09%09C33%2C20.5%2C30.2%2C23.3%2C26.8%2C23.3z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M21.2%2C17.6c-0.1%2C0-0.2%2C0-0.2-0.1c-0.2-0.1-0.3-0.4-0.2-0.7l5.7-10.9c0.2-0.3%2C0.7-0.3%2C0.9%2C0l5.7%2C10.9%0D%0A%09%09%09c0.1%2C0.2%2C0%2C0.5-0.2%2C0.7c-0.2%2C0.1-0.5%2C0-0.7-0.2L27%2C7.3l-5.2%2C10C21.5%2C17.5%2C21.4%2C17.6%2C21.2%2C17.6z%22%2F%3E%0D%0A%0D%0A%09%09%3Cpath%20d%3D%22M6.2%2C26.5c-3.4%2C0-6.2-2.8-6.2-6.2c0-0.3%2C0.2-0.5%2C0.5-0.5h11.3c0.3%2C0%2C0.5%2C0.2%2C0.5%2C0.5%0D%0A%09%09%09C12.3%2C23.8%2C9.6%2C26.5%2C6.2%2C26.5z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M11.8%2C20.9c-0.2%2C0-0.4-0.1-0.4-0.3l-5.2-10L1%2C20.6c-0.1%2C0.2-0.4%2C0.3-0.7%2C0.2c-0.2-0.1-0.3-0.4-0.2-0.7%0D%0A%09%09%09L5.7%2C9.3C5.9%2C9%2C6.4%2C9%2C6.6%2C9.3l5.7%2C10.9c0.1%2C0.2%2C0%2C0.5-0.2%2C0.7C12%2C20.9%2C11.9%2C20.9%2C11.8%2C20.9z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M16.5%2C11.3c-2%2C0-3.6-1.6-3.6-3.6s1.6-3.5%2C3.6-3.5s3.6%2C1.6%2C3.6%2C3.6C20.1%2C9.7%2C18.5%2C11.3%2C16.5%2C11.3z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M16.5%2C30.1c-0.3%2C0-0.5-0.2-0.5-0.5V10.8c0-0.3%2C0.2-0.5%2C0.5-0.5s0.5%2C0.2%2C0.5%2C0.5v18.8%0D%0A%09%09%09C17%2C29.8%2C16.8%2C30.1%2C16.5%2C30.1z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M16.5%2C5.2C16.2%2C5.2%2C16%2C5%2C16%2C4.7V3.4c0-0.3%2C0.2-0.5%2C0.5-0.5S17%2C3.2%2C17%2C3.4v1.2C17%2C4.9%2C16.8%2C5.2%2C16.5%2C5.2z%22%2F%3E%0D%0A%09%09%3Cpath%20d%3D%22M23.1%2C30.1H9.9c-0.3%2C0-0.5-0.2-0.5-0.5s0.2-0.5%2C0.5-0.5h13.2c0.3%2C0%2C0.5%2C0.2%2C0.5%2C0.5S23.4%2C30.1%2C23.1%2C30.1z%22%2F%3E%0D%0A%09%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
}
.product__action-icon {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3px;
  width: 31px;
  height: 31px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .product__action-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 3px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product__action-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 3px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product__action-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 3px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product__action-icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575.98px) {
  .product__action-icon {
    width: 35px;
    height: 35px;
  }
}
.product__action-text {
  font-size: 10px;
  color: #808080;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .product__action-text {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product__action-text {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .product__action-text {
    font-size: 15px;
  }
}

.product-actual-quantity {
  padding-left: 10px;
  margin-bottom: 15px;
}

.basket {
  margin-top: 20px;
  margin-bottom: 40px;
}
.basket__header {
  display: flex;
  padding-bottom: 5px;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 575.98px) {
  .basket__header {
    display: none;
  }
}
.basket__header-item {
  font-size: 12px;
  color: #262626;
}
.basket__header-item--name {
  flex: 1 1 auto;
  margin-right: 20px;
}
.basket__header-item--quantity {
  width: 150px;
  margin-right: 20px;
  flex: 0 0 auto;
}
.basket__header-item--price {
  width: 90px;
  margin-right: 20px;
  flex: 0 0 auto;
}
.basket__header-item--sum {
  width: 75px;
  margin-right: 20px;
  flex: 0 0 auto;
}
.basket__header-item--actions {
  width: 35px;
  flex: 0 0 auto;
}
.basket__footer1 {
  display: flex;
  margin-top: 35px;
  margin-bottom: 20px;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .basket__footer1 {
    flex-flow: column nowrap;
    align-items: stretch;
  }
}
@media (max-width: 991.98px) {
  .basket__footer1-column1 {
    margin-bottom: 30px;
  }
}
.basket__footer1-column2 {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 575.98px) {
  .basket__footer1-column2 {
    justify-content: flex-start;
  }
}
.basket__footer2 {
  display: flex;
  justify-content: flex-end;
  flex-flow: column wrap;
  align-items: flex-end;
}
@media (max-width: 575.98px) {
  .basket__footer2 {
    justify-content: flex-start;
  }
}
.basket__bottom-error {
  max-width: 100%;
  margin-right: 0px;
  margin-bottom: 15px;
  color: #e72d2e;
}
.basket__checkout {
  display: inline-block;
  /*width: 250px;
  height: 42px;

  font-size: 20px;
  line-height: 42px;*/
}
@media (max-width: 575.98px) {
  .basket__checkout {
    width: 100%;
  }
}
.basket__checkout--disabled {
  background-color: #c0c0c0;
  cursor: pointer;
}
.basket__coupon-text {
  margin-bottom: 10px;
}
.basket__coupon-input {
  width: 250px;
  height: 29px;
  border: 1px solid #a0a0a0;
  border-radius: 3px;
}
.basket__coupon-apply {
  margin-left: 5px;
}
.basket__coupon-result {
  margin-top: 10px;
}
.basket__coupon-block {
  margin-top: 20px;
}
.basket__coupon-delete {
  color: #e72d2e;
  cursor: pointer;
  margin-top: 10px;
  text-decoration: underline;
}
.basket__coupon-error {
  color: #e72d2e;
}
.basket__coupon-delete:hover {
  color: #cc2929;
}
.basket__offline-payment-type {
  margin-bottom: 15px;
}
.basket__download-form {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .basket__download-form {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
  }
}
.basket__download-comment-container {
  display: flex;
  flex-direction: column;
}
.basket__download-button-container {
  margin-left: 10px;
}
@media (max-width: 575.98px) {
  .basket__download-button-container {
    margin-left: 0px;
    margin-top: 10px;
  }
}

.basket-closed-notice {
  background: rgba(255, 0, 0, 0.11);
  padding: 0.88rem;
  color: #e72d2e;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  border: 0.06rem solid #e72d2e;
  margin: 0;
}

.basket-summary {
  display: inline-block;
  width: 250px;
  font-size: 30px;
  line-height: 1em;
  text-align: right;
}
.basket-summary__caption {
  color: #262626;
}
.basket-summary__sum {
  color: #e72d2e;
}

.basket-item {
  display: grid;
  padding-top: 25px;
  padding-bottom: 30px;
  grid-template-areas: "first_left first_right" "second second";
  grid-template-columns: min-content 1fr;
  grid-template-rows: auto;
  border-bottom: 1px solid #e0e0e0;
}
.basket-item__image-cell {
  width: 50px;
  margin-right: 20px;
  grid-area: first_left;
}
.basket-item__data-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: flex-start;
  flex: 1 1 auto;
  grid-area: first_right;
}
@media (max-width: 575.98px) {
  .basket-item__data-container {
    flex-flow: column nowrap;
  }
}
.basket-item__name-cell {
  flex: 1 1 auto;
  margin-right: 20px;
}
@media (max-width: 575.98px) {
  .basket-item__name-cell {
    margin-right: 0px;
    margin-bottom: 18px;
  }
}
@media (max-width: 575.98px) {
  .basket-item__name-cell {
    margin-right: 20px;
  }
}
.basket-item__price-cell {
  width: 90px;
  margin-right: 20px;
  flex: 0 0 auto;
}
@media (max-width: 575.98px) {
  .basket-item__price-cell {
    margin-right: 0px;
    margin-bottom: 18px;
  }
}
.basket-item__quantity-cell {
  width: 150px;
  margin-top: -5px;
  margin-right: 20px;
  flex: 0 0 auto;
}
@media (max-width: 575.98px) {
  .basket-item__quantity-cell {
    display: flex;
    width: auto;
    margin-top: 0px;
    align-items: center;
  }
}
@media (max-width: 575.98px) {
  .basket-item__quantity-cell {
    justify-content: space-between;
  }
}
.basket-item__sum-cell {
  width: 75px;
  margin-right: 20px;
  flex: 0 0 auto;
}
@media (max-width: 575.98px) {
  .basket-item__sum-cell {
    display: none;
  }
}
.basket-item__actions-cell {
  width: 35px;
  margin-top: -9px;
  text-align: right;
  flex: 0 0 auto;
}
@media (max-width: 575.98px) {
  .basket-item__actions-cell {
    display: none;
  }
}
.basket-item__name {
  margin-bottom: 5px;
}
.basket-item__link, .basket-item__link:hover {
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
}
.basket-item__article {
  font-size: 12px;
  color: #b2b2b2;
}
.basket-item__price {
  font-size: 18px;
  line-height: 1.1em;
  color: #e72d2e;
}
.basket-item__sum {
  font-size: 18px;
  line-height: 1.1em;
  color: #e72d2e;
}
.basket-item__delete {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 34px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
}
.basket-item__delete:before {
  position: absolute;
  top: 11px;
  left: 11px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background: url("img/icons/basket-delete.svg") 50% 50% no-repeat;
}
.basket-item__delete--embedded {
  display: none;
}
@media (max-width: 575.98px) {
  .basket-item__delete--embedded {
    display: inline-block;
    margin-left: 30px;
  }
}
@media (max-width: 575.98px) {
  .basket-item__delete--embedded {
    margin-left: 0px;
  }
}
.basket-item__unavailable-alert {
  margin-bottom: 2px;
}
.basket-item__unavailable-alert-text {
  padding: 3px 5px;
  font-size: 11px;
  color: #ffffff;
  background-color: rgba(231, 45, 46, 0.7);
}
.basket-item__errors {
  margin-top: 16px;
  grid-area: second;
  color: #e72d2e;
}
.basket-item--unavailable .basket-item__image-cell,
.basket-item--unavailable .basket-item__price-cell,
.basket-item--unavailable .basket-item__sum-cell,
.basket-item--unavailable .basket-item__name {
  opacity: 0.5;
}

@media (max-width: 575.98px) {
  .content.content--checkout {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.checkout__to-cart {
  margin-right: 20px;
}
@media (max-width: 575.98px) {
  .checkout__to-cart {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .checkout__submit {
    display: block;
    width: 100%;
    height: 44px;
  }
}
.checkout__submit--disabled, .checkout__submit--disabled:hover {
  background-color: #cccccc;
  cursor: default;
}
@media (max-width: 575.98px) {
  .checkout__submit--disabled, .checkout__submit--disabled:hover {
    background-color: #cccccc;
  }
}
@media (max-width: 575.98px) {
  .checkout #cart {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
  }
}
.checkout__consent {
  margin: 20px 0px 10px 0px;
  cursor: pointer;
  color: #333;
  font-size: 13px;
  line-height: 15px;
}

.checkout-block {
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .checkout-block {
    margin-bottom: 10px;
    background-color: #eaeaea;
  }
}
.checkout-block__title {
  position: relative;
  padding-top: 6px;
  margin-bottom: 15px;
  color: #303e52;
  font-size: 24px;
}
@media (max-width: 575.98px) {
  .checkout-block__title {
    padding: 14px 12px 12px 10px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 14px;
  }
}
.checkout-block__body {
  position: relative;
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .checkout-block__body {
    padding: 10px;
  }
  .checkout-block__body:before {
    position: absolute;
    top: 0px;
    left: 10px;
    right: 10px;
    height: 1px;
    border-top: 1px solid #ffffff;
    content: "";
  }
}
.checkout-block__footer {
  display: none;
}
@media (max-width: 575.98px) {
  .checkout-block__footer {
    padding: 0px 10px 30px 10px;
  }
}
.checkout-block__next, .checkout-block__next:hover {
  display: block;
  width: 100%;
  height: 44px;
  font-size: 16px;
  line-height: 44px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #19283f;
  border-radius: 22px;
}

.checkout-field {
  margin-bottom: 15px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 575.98px) {
  .checkout-field {
    margin-bottom: 23px;
    flex-flow: column nowrap;
  }
}
.checkout-field__label {
  width: 160px;
  padding-top: 2px;
  font-size: 14px;
  line-height: 18px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .checkout-field__label {
    padding-top: 0px;
    margin-bottom: 10px;
    color: #b2b3b6;
  }
}
.checkout-field__wrapper {
  position: relative;
  width: 305px;
  margin-left: 5px;
  flex-grow: 0;
}
@media screen-xs-less {
  .checkout-field__wrapper {
    width: 100%;
    margin-left: 0px;
  }
}
.checkout-field__required-mark {
  font-weight: bold;
  color: #cf0a38;
}
.checkout-field__input {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 21px;
  padding: 2px 5px;
  border: 1px solid #d9d9d9;
}
@media (max-width: 575.98px) {
  .checkout-field__input {
    height: 33px;
  }
}
.checkout-field__select {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  margin-right: 0px;
}
.checkout-field__select:focus {
  outline: none;
}
.checkout-field__textarea {
  width: 100%;
  height: 57px;
  box-sizing: border-box;
  padding: 2px 5px;
  border: 1px solid #d9d9d9;
}
.checkout-field--PHONE .checkout-field__input {
  width: calc(100% - 23px);
}
.checkout-field--PHONE .checkout-field__wrapper {
  white-space: nowrap;
}
.checkout-field--PHONE .checkout-field__wrapper:before {
  display: inline-block;
  width: 18px;
  margin-right: 2px;
  font-weight: bold;
  color: #cf0a38;
  content: "+7";
}
@media (max-width: 575.98px) {
  .checkout-field input.search-suggest {
    margin-top: 0px;
  }
}

.slow-soa-alert {
  clear: both;
  text-align: right;
  margin-top: 20px;
  color: #E62E2E;
}

.soa-buttons {
  opacity: 1;
  text-align: right;
}
.soa-buttons--faded {
  opacity: 0.5;
}

.checkout-errors {
  color: #e72d2e;
}

.content.content--search {
  padding-top: 0px;
}

.search-page__content {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .search-page__content {
    flex-flow: column nowrap;
  }
}
.search-page__body {
  overflow: hidden;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 17px;
  padding-top: 27px;
}
@media (max-width: 767.98px) {
  .search-page__body {
    padding-top: 0;
    padding-left: 0;
  }
}
.search-page__form {
  display: flex;
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.search-page__type-search {
  margin-bottom: 10px;
}
.search-page__search-input {
  display: block;
  width: 100%;
  height: 48px;
  padding: 6px 12px;
  flex-shrink: 2;
  font-size: 18px;
  border: 1px solid #d7d7d7;
  border-right: none;
}
.search-page__search-button {
  position: relative;
  flex-basis: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #d7d7d7;
  background-color: #fff;
}
.search-page__search-button:hover {
  border-color: #e72d2e;
}
.search-page__search-button-icon {
  width: 22px;
  height: 22px;
}
.search-page__language-guess {
  margin: 28px 0 0;
}
.search-page__alert {
  margin: 20px 0;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.search-page__alert--info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.search-page .warning-quantity {
  height: 18px;
  width: 18px;
  line-height: 16px;
  background: #e72d2e;
  color: #fff;
  font-size: 17px;
  text-align: center;
  border-radius: 9px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
.search-page .product-list-sort-item--selected {
  color: #e72d2e;
}
.search-page .product-list-sort-item--selected .product-list-sort-item__text > span {
  color: #808080;
}

.content.contacts .page-title,
.content.contacts-store .page-title {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.1;
}
@media (max-width: 767.98px) {
  .content.contacts .content__main-column,
.content.contacts-store .content__main-column {
    padding-top: 0px;
  }
}
@media (max-width: 1199.98px) {
  .content.contacts .content__sidebar,
.content.contacts-store .content__sidebar {
    display: none;
  }
}

.contacts {
  padding-top: 30px;
  padding-bottom: 10px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contacts {
    padding-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .contacts {
    padding-top: 15px;
  }
}
.contacts__top {
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contacts__top {
    margin-bottom: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contacts__top {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .contacts__top {
    margin-bottom: 15px;
  }
}
.contacts__title {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.1;
}
.contacts__map-block iframe {
  display: block;
}
.contacts__map-text {
  background-color: #252525;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
}
.contacts__map-text img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.contacts__map-text span {
  font-size: 14px;
  color: #ffffff;
}

.contacts-sidebar {
  margin-bottom: 10px;
}
.contacts-sidebar nav {
  border: 1px solid #d7d7d7;
  box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.0007);
}
.contacts-sidebar a {
  font-size: 14px;
  color: #262626;
  padding: 10px 10px;
  display: block;
}
.contacts-sidebar a:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}
.contacts-sidebar a:hover {
  color: #e72d2e;
  text-decoration: underline;
}

.contacts-store-list {
  margin-bottom: 20px;
}

.shops-header {
  border-bottom: 1px solid #d7d7d7;
}
.shops-header__inner {
  padding-bottom: 15px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}
.shops-header__title {
  font-size: 18px;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 10px;
}
.shops-header__title_1 {
  flex-basis: 40%;
  max-width: 40%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .shops-header__title_1 {
    flex-basis: 31%;
    max-width: 31%;
  }
}
.shops-header__title_2, .shops-header__title_3, .shops-header__title_4 {
  flex-basis: 20%;
  max-width: 20%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .shops-header__title_3 {
    flex-basis: 24%;
    max-width: 24%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .shops-header__title_4 {
    flex-basis: 24%;
    max-width: 24%;
  }
}

.contacts-store-item {
  border-bottom: 1px solid #d7d7d7;
  transition: all 0.3s ease;
}
.contacts-store-item:hover {
  background-color: #f8f8f8;
}
.contacts-store-item__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}
.contacts-store-item__header {
  margin-bottom: 10px;
  padding-left: 10px;
}
.contacts-store-item__title {
  display: inline;
  font-size: 18px;
  color: #e72d2e;
  margin-right: 15px;
  font-weight: bold;
}
.contacts-store-item__title:hover {
  color: #e72d2e;
  text-decoration: underline;
}
.contacts-store-item__map {
  display: inline-flex;
  align-items: center;
  color: #262626;
}
.contacts-store-item__map img {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.contacts-store-item__map span {
  font-size: 14px;
  text-decoration: underline;
}
.contacts-store-item__map:hover {
  color: #e72d2e;
}
.contacts-store-item__content {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .contacts-store-item__content {
    flex-wrap: wrap;
  }
}
.contacts-store-item__desc, .contacts-store-item__time, .contacts-store-item__payment, .contacts-store-item__delivery {
  margin-bottom: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 10px;
}
.contacts-store-item__desc {
  flex-basis: 40%;
  max-width: 40%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding: 0 0;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contacts-store-item__desc {
    flex-basis: 31%;
    max-width: 31%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contacts-store-item__desc {
    flex-basis: 60%;
    max-width: 60%;
  }
}
@media (max-width: 575.98px) {
  .contacts-store-item__desc {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.contacts-store-item__time {
  flex-basis: 20%;
  max-width: 20%;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contacts-store-item__time {
    flex-basis: 40%;
    max-width: 40%;
  }
}
@media (max-width: 575.98px) {
  .contacts-store-item__time {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.contacts-store-item__payment {
  flex-basis: 20%;
  max-width: 20%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contacts-store-item__payment {
    flex-basis: 24%;
    max-width: 24%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contacts-store-item__payment {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 575.98px) {
  .contacts-store-item__payment {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.contacts-store-item__delivery {
  flex-basis: 20%;
  max-width: 20%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contacts-store-item__delivery {
    flex-basis: 24%;
    max-width: 24%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contacts-store-item__delivery {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 575.98px) {
  .contacts-store-item__delivery {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.contacts-store-item__contact {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 15px;
  padding: 0 10px;
}
.contacts-store-item__contact.half {
  flex-basis: 50%;
  max-width: 50%;
  flex-grow: 0;
  flex-shrink: 0;
}
.contacts-store-item__contact > div {
  margin-bottom: 5px;
}
.contacts-store-item__contact a {
  display: block;
  color: #262626;
  font-size: 14px;
}
.contacts-store-item__contact a:hover {
  color: #e72d2e;
}
.contacts-store-item__contact a.messenger {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.contacts-store-item__contact a.messenger img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.contacts-store-item__contact .red-info {
  font-size: 14px;
  font-weight: bold;
  color: #e72d2e;
  margin-top: 15px;
}
.contacts-store-item__time-item {
  font-size: 16px;
}
.contacts-store-item__time-item:not(:last-child) {
  margin-bottom: 10px;
}
.contacts-store-item__feature {
  display: flex;
  align-items: center;
}
.contacts-store-item__feature img {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  margin-right: 8px;
}
.contacts-store-item__feature span {
  font-size: 14px;
}
.contacts-store-item__feature:not(:last-child) {
  margin-bottom: 10px;
}
.contacts-store-item .pay-systems {
  max-width: 130px;
  margin-top: 15px;
}
.contacts-store-item .pay-systems__top {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contacts-store-item .pay-systems__item img {
  width: 25px;
  height: 25px;
}
.contacts-store-item .pay-systems__robokassa {
  width: 100%;
}

.contacts-city-list {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.contacts-city-list__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.contacts-city-list__list {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}

.contacts-city-list-item {
  margin-bottom: 10px;
  padding: 0 10px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 20%;
  max-width: 20%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contacts-city-list-item {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contacts-city-list-item {
    flex-basis: 33%;
    max-width: 33%;
  }
}
@media (max-width: 575.98px) {
  .contacts-city-list-item {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.contacts-city-list-item a {
  color: #262626;
  position: relative;
  display: block;
  padding-left: 5px;
}
.contacts-city-list-item a:hover {
  color: #e72d2e;
}
.contacts-city-list-item a:before {
  content: "";
  width: 4px;
  height: 1px;
  background-color: #e72d2e;
  position: absolute;
  left: -4px;
  top: 10px;
}

.contacts-store {
  padding-top: 30px;
  padding-bottom: 10px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contacts-store {
    padding-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .contacts-store {
    padding-top: 15px;
  }
}
.contacts-store__title {
  font-size: 30px;
  margin-bottom: 25px;
  line-height: 1.1;
}
.contacts-store__row {
  margin-bottom: 15px;
}
.contacts-store__imgs {
  position: relative;
  max-width: 400px;
  margin-bottom: 20px;
}
.contacts-store__imgs .lSGallery li {
  border: 1px solid transparent;
  border-radius: 0 !important;
}
.contacts-store__imgs .lSGallery li.active {
  border-color: #e72d2e;
}
.contacts-store__imgs .lSGallery img {
  width: 100%;
}
.contacts-store__imgs-inner li {
  text-align: center;
}
.contacts-store__imgs-inner img {
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .contacts-store__gallery-top-arrows {
    display: none;
  }
}
.contacts-store__gallery-arrow {
  z-index: 1;
  bottom: 50px;
  top: auto;
  transform: none;
}
@media (min-width: 1200px) and (max-width: 1569.98px) {
  .contacts-store__gallery-arrow {
    bottom: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .contacts-store__gallery-arrow {
    bottom: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .contacts-store__gallery-arrow {
    bottom: 95px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contacts-store__gallery-arrow {
    bottom: 65px;
  }
}
.contacts-store__gallery-arrow_prev {
  left: -25px;
}
.contacts-store__gallery-arrow_next {
  right: -25px;
}
.contacts-store__content .shops-item__contact {
  padding: 0 0;
}
.contacts-store__map-text {
  background-color: #252525;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
}
.contacts-store__map-text img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.contacts-store__map-text span {
  font-size: 14px;
  color: #ffffff;
}
.contacts-store__subtitle {
  font-weight: bold;
  margin-bottom: 5px;
}
.contacts-store__time {
  margin-bottom: 15px;
}
.contacts-store__payment {
  margin-bottom: 25px;
}
.contacts-store__pay-systems {
  max-width: 130px;
  margin-top: 15px;
}
.contacts-store__pay-systems-container {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contacts-store__pay-systems-item img {
  width: 25px;
  height: 25px;
}
.contacts-store__pay-systems-robokassa {
  width: 100%;
}
.contacts-store .contacts-store-item__contact {
  padding-left: 0px;
  padding-right: 0px;
}
.contacts-store__desc {
  padding: 15px 20px;
  color: #fff;
  font-size: 16px;
  border: 7px solid #fff;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.002);
  background-color: #000;
}
@media (max-width: 575.98px) {
  .contacts-store__desc {
    padding: 10px 10px;
    border-width: 4px;
  }
}
.contacts-store__desc p {
  margin-bottom: 10px;
  line-height: 1.4;
}
.contacts-store__desc p:last-child {
  margin-bottom: 0;
}

.lg-outer .lg-item {
  background: url("img/loading.gif") no-repeat scroll center center transparent;
}

.page404 {
  padding-top: 40px;
  padding-bottom: 10px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .page404 {
    padding-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .page404 {
    padding-top: 15px;
  }
}
.page404__img-wrap {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-align: center;
}
.page404__img {
  width: 100%;
}
.page404__content {
  margin-bottom: 20px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.page404__title {
  text-align: center;
  font-size: 36px;
  left: 1.2em;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .page404__title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.page404__text {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.page404__text a {
  color: #e72d2e;
}
.page404__text:not(:last-child) {
  margin-bottom: 20px;
}
.page404__products {
  margin-bottom: 20px;
}

.brand-big-image {
  margin-bottom: 30px;
}
.brand-big-image__image {
  object-fit: cover;
}
@media (max-width: 575.98px) {
  .brand-big-image__image {
    height: auto;
  }
}

.brand-text {
  margin-bottom: 30px;
}

.b2b-status {
  display: flex;
  margin-top: 20px;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.b2b-status__badge-wrapper {
  position: relative;
}
.b2b-status__badge-wrapper::before {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  border-width: 0 20px 15px 0;
  border-style: solid;
  border-color: transparent #5e5e5e transparent transparent;
}
.b2b-status__badge {
  position: relative;
  padding: 5px 32px 5px 15px;
  overflow: hidden;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
.b2b-status__badge::before, .b2b-status__badge::after {
  position: absolute;
  right: 0;
  z-index: -1;
  width: 100%;
  overflow: hidden;
  content: "";
  border-style: solid;
}
.b2b-status__badge::before {
  border-width: 499px 350px 0px 0px;
  top: 50%;
}
.b2b-status__badge::after {
  border-width: 0px 350px 499px 0px;
  bottom: 50%;
}
.b2b-status__badge--level1::before, .b2b-status__badge--level1::after {
  border-color: #5c51a2 transparent;
}
.b2b-status__badge--level2::before, .b2b-status__badge--level2::after {
  border-color: #9ec1e1 transparent;
}
.b2b-status__badge--level3::before, .b2b-status__badge--level3::after {
  border-color: #e05994 transparent;
}
.b2b-status__badge--level4::before, .b2b-status__badge--level4::after {
  border-color: #ed3231 transparent;
}
.b2b-status__badge--level5::before, .b2b-status__badge--level5::after {
  border-color: #ee8128 transparent;
}
.b2b-status__badge-row1 {
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.b2b-status__extra {
  display: flex;
  margin-left: 10px;
  padding-left: 10px;
  flex-flow: column nowrap;
  justify-content: center;
  border-left: 1px solid #000000;
}
.b2b-status__extra-row2 {
  margin-top: 3px;
}
.b2b-status__extra-date {
  color: #e72d2e;
}
.b2b-status__extra-store {
  font-weight: bold;
}

.b2b-statistic-container {
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .b2b-statistic-container {
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .b2b-statistic-container {
    flex-flow: column nowrap;
  }
}

/*.b2b-statistic {
    background-color: #ebeaea;
    border-radius: 5px;

    &__title {
        margin: 20px 0px 25px 0px;
        font-size: 20px;
        text-align: center;
    }

    &__title-row1 {
        text-transform: uppercase;
    }

    &+& {
        margin-left: 50px;
    }

    &__row {
        display: flex;
        margin: 20px 20px;

        flex-flow: row nowrap;
        align-items: center;
        justify-content: space-between;
    }

    &__label {
        flex: 1 1 auto;
    }

    &__value {
        width: 140px;
        margin-left: 60px;
        padding: 5px 0px;
        flex: 0 0 auto;

        text-align: center;
        background-color: #c0c0c0;
        border-radius: 5px;
    }
}*/
.b2b-statistic {
  border: 1px solid #19283f;
  display: flex;
  flex-flow: column;
  justify-content: stretch;
}
@media (max-width: 767.98px) {
  .b2b-statistic {
    margin-bottom: 20px;
  }
}
.b2b-statistic__title {
  background-color: #19283f;
  color: #ffffff;
  padding: 15px 10px;
  font-size: 20px;
  text-align: center;
}
.b2b-statistic__title-row1 {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .b2b-statistic + .b2b-statistic {
    margin-left: 50px;
  }
}
.b2b-statistic__row {
  display: flex;
  flex-flow: row nowrap;
  flex: 1 1 auto;
  align-items: stretch;
  justify-content: space-between;
}
.b2b-statistic__label {
  flex: 1 1 auto;
  align-self: center;
  padding: 15px 0px 15px 15px;
}
.b2b-statistic__value {
  display: flex;
  width: 110px;
  padding: 15px 20px;
  margin-left: 60px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.b2b-statistic__value--accent {
  background-color: #ffbcbc;
}

.b2b-progress {
  display: flex;
  width: calc(100% - 33px);
  margin-top: 20px;
  flex-flow: row wrap;
  justify-content: stretch;
  align-items: stretch;
}

.b2b-progress-item {
  margin-bottom: 20px;
  flex-basis: 20%;
  flex-grow: 1;
}
.b2b-progress-item__sum {
  margin-bottom: 10px;
  white-space: nowrap;
}
@media (max-width: 1199.98px) {
  .b2b-progress-item__sum {
    font-size: 14px;
  }
}
.b2b-progress-item__status {
  position: relative;
  display: flex;
  height: 80px;
  padding: 0px 25px;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  line-height: 1.4em;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .b2b-progress-item__status {
    padding: 0px 16px;
    font-size: 14px;
  }
}
.b2b-progress-item__status::after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: -16px;
  z-index: 1;
  width: 44px;
  background-repeat: no-repeat;
  background-position: 0px 50%;
  background-size: 100% 100%;
  content: "";
}
@media (max-width: 991.98px) {
  .b2b-progress-item__status::after {
    right: -13px;
    width: 35px;
  }
}
.b2b-progress-item--1 .b2b-progress-item__status {
  background-color: #5c51a2;
}
.b2b-progress-item--1 .b2b-progress-item__status::after {
  background-image: url("img/b2b/1.png");
}
.b2b-progress-item--2 .b2b-progress-item__status {
  background-color: #9ec1e1;
}
.b2b-progress-item--2 .b2b-progress-item__status::after {
  background-image: url("img/b2b/2.png");
}
.b2b-progress-item--3 .b2b-progress-item__status {
  background-color: #e05994;
}
.b2b-progress-item--3 .b2b-progress-item__status::after {
  background-image: url("img/b2b/3.png");
}
.b2b-progress-item--4 .b2b-progress-item__status {
  background-color: #ed3231;
}
.b2b-progress-item--4 .b2b-progress-item__status::after {
  background-image: url("img/b2b/4.png");
}
.b2b-progress-item--5 .b2b-progress-item__status {
  background-color: #ee8128;
}
.b2b-progress-item--5 .b2b-progress-item__status::after {
  background-image: url("img/b2b/1.png");
}

.b2b-message-list-item {
  margin-bottom: 10px;
}
.b2b-message-list-item__name {
  font-weight: bold;
}
.b2b-message-list-item__date {
  margin-left: 15px;
  color: #aaa;
  font-size: 90%;
}
.b2b-greeting {
  margin-top: 25px;
  margin-bottom: 30px;
}

.offline-store-success {
  padding: 32px 0px;
  text-align: center;
}
.offline-store-success__main {
  font-weight: bold;
  font-size: 28px;
}
.offline-store-success__secodary {
  margin-top: 12px;
}

.b2b-balance {
  display: flex;
  margin-bottom: 10px;
  margin-top: 15px;
  width: 100%;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .b2b-balance {
    margin-top: 0;
    flex-direction: column;
    gap: 5px;
  }
}
.b2b-balance__button {
  height: 30px;
  width: 140px;
}
.b2b-balance__balance-container {
  gap: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .b2b-balance__balance-container {
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.b2b-balance__price--positive {
  color: #2FC94F;
}
.b2b-balance__price--negative {
  color: #e72d2e;
}
.b2b-balance__item {
  font-size: 16px;
  font-weight: 700;
}

.webview-app .product__price--main {
  background-color: transparent;
  color: #e72d2e;
}
.webview-app .product__price--other {
  color: #19283f;
  background-color: transparent;
}
.webview-app .social-paysystem {
  display: none;
}
.webview-app .social-paysystem--mobile {
  display: block;
}
.webview-app .top-notice {
  display: none;
}
.webview-app .front-slider {
  display: none;
}
.webview-app .front-products--mobile-hide {
  display: none;
}
.webview-app .auth-popup.modal .auth-popup__or-block, .webview-app .auth-popup.modal .auth-popup__socials-text, .webview-app .auth-popup.modal .sosial_login_form, .webview-app .auth-popup.modal .auth-popup__socials {
  display: none;
}
.webview-app .webview-hide {
  display: none;
}
.webview-app .webview-show-inl {
  display: inline;
}
.webview-app .catalog-wide-menu-item--level-2 {
  padding: 2px 0px 2px 0.5rem;
  border: 1px solid #d7d7d72b;
  font-weight: 700;
}
.webview-app .catalog-wide-menu-item__submenu {
  padding-left: 0;
  border: 1px solid #d7d7d72b;
  list-style: none;
}
.webview-app .catalog-wide-menu-item__link.catalog-wide-menu-item__link--level-1 {
  text-align: center;
  display: block;
  color: white;
  background-color: #e72d2e;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-inline: 0.5rem;
  font-weight: 700;
}
.webview-app .catalog-wide-menu-item__link--level-1 {
  margin-bottom: 0;
}
.webview-app .mobile-sidebar-menu-item__link--level-1 {
  font-weight: 700;
}
.webview-app .mobile-sidebar-menu-item--level-2 {
  border: 1px solid red;
  margin-top: 0.5rem;
  border-radius: 6px;
  font-weight: 500;
}
.webview-app .mobile-sidebar-menu-item--level-2:first-child {
  margin-top: 0;
}
.webview-app .mobile-sidebar-menu-item__submenu {
  padding-right: 1rem;
}
.webview-app .mobile-sidebar-menu-item--with-children .mobile-sidebar-menu-item__link--level-1.mobile-sidebar-menu-item__link::after {
  background-image: url("/local/templates/liberti2018/img/icons/arrow_triangle.svg");
  transform: rotate(270deg);
  background-position: center;
}
.webview-app .mobile-sidebar-menu-item--expanded.mobile-sidebar-menu-item--with-children .mobile-sidebar-menu-item__link::after {
  transform: rotate(360deg);
}
.webview-app .catalog-wide-menu--modal {
  width: 90%;
  margin-inline: auto;
}

.social-paysystem--mobile {
  display: none;
}

.webview-hide {
  display: inline;
}

.webview-show-inl {
  display: none;
}

/*.test {
    color: red;

    @include media-breakpoint-only(xxl) {
        color: green;
    }
}*/
/*# sourceMappingURL=template_styles.css.map */
