@charset "UTF-8";

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

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

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

.swiper-centered>.swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure {
  line-height: 0;
}

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

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, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

hr {
  -webkit-box-sizing: content-box;
  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[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

dl,
ol,
ul {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

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: #003baa;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #00205e;
  text-decoration: underline;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

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

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

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

@font-face {
  font-family: OpenSans;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/OpenSans/open-sans-v28-latin_cyrillic-regular.woff2);
}

@font-face {
  font-family: OpenSansSemi;
  font-weight: 600;
  font-style: normal;
  src: url(../fonts/OpenSans/open-sans-v28-latin_cyrillic-600.woff2);
}

@font-face {
  font-family: OpenSansBold;
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/OpenSans/open-sans-v28-latin_cyrillic-700.woff2);
}

@font-face {
  font-family: OpenSansExbold;
  font-weight: 800;
  font-style: normal;
  src: url(../fonts/OpenSans/open-sans-v28-latin_cyrillic-800.woff2);
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  font-size: 16px;
}

body {
  font-family: OpenSans, sans-serif, sans-serif;
  height: 100%;
  font-size: 1rem;
  line-height: 1.65;
  color: #262626;
  min-width: 320px;
  position: relative;
}

.input,
.textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border-radius: 0;
  background: 0 0;
  border: 0;
  font-family: OpenSans, sans-serif;
}

.input::-ms-clear,
.input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: #878786;
  opacity: 1;
}

.input:-moz-placeholder,
.textarea:-moz-placeholder {
  color: #878786;
  opacity: 1;
}

.input::-moz-placeholder,
.textarea::-moz-placeholder {
  color: #878786;
  opacity: 1;
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: #878786;
  opacity: 1;
}

.label-default {
  color: #1e1e1e;
  font-size: 1rem;
  line-height: 15px;
  margin-bottom: 5px;
}

.input_error {
  border-color: #eb5757 !important;
  -webkit-box-shadow: inset 0 0 0 1px #eb5757;
  box-shadow: inset 0 0 0 1px #eb5757;
}

.input_error:focus {
  border-color: #eb5757 !important;
  -webkit-box-shadow: inset 0 0 0 1px #eb5757 !important;
  box-shadow: inset 0 0 0 1px #eb5757 !important;
}

.input_error~label {
  color: #eb5757;
}

.input_error::-webkit-input-placeholder {
  color: #eb5757 !important;
}

.input_error::-moz-placeholder {
  color: #eb5757 !important;
}

.input_error:-ms-input-placeholder {
  color: #eb5757 !important;
}

.input_error::-ms-input-placeholder {
  color: #eb5757 !important;
}

.input_error::placeholder {
  color: #eb5757 !important;
}

.input_error-text {
  color: #eb5757;
  font-size: 14px;
  line-height: 18px;
  font-family: OpenSansSemi;
  margin-top: 5px;
}

.input_success {
  border-color: #3b9420 !important;
  -webkit-box-shadow: inset 0 0 0 1px #3b9420;
  box-shadow: inset 0 0 0 1px #3b9420;
}

.input_success-text {
  color: #3b9420;
  font-size: 14px;
  line-height: 18px;
  font-family: OpenSansSemi;
  margin-top: 5px;
}

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

a {
  text-decoration: underline;
  outline: 0;
  font-weight: 400;
  color: #003baa;
}

a:hover {
  text-decoration: none;
  color: #00aa1a;
}

a:active {
  color: #878786;
}

a:active .icon {
  stroke: #878786;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: OpenSansSemi;
  color: #262626;
  margin-bottom: 30px;
}

.h1,
h1 {
  font-size: 44px;
  line-height: 130%;
}

.h2,
h2 {
  font-size: 34px;
  line-height: 130%;
}

.h3,
h3 {
  font-size: 24px;
  line-height: 130%;
}

.h4,
h4 {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
}

.h5,
h5 {
  font-size: 12px;
  line-height: 18px;
}

.h6,
h6 {
  font-size: 10px;
  line-height: 15px;
}

p {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 15px;
}

.main-title-with-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-title-with-link a {
  margin-left: auto;
  font-size: 14px;
  line-height: 19px;
  color: #003baa;
  text-decoration: none;
  font-family: OpenSans;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 5px;
}

.main-title-with-link a:hover {
  color: #00aa1a;
}

.main-title-with-link .icon {
  width: 9px;
  height: 12px;
  stroke: #003baa;
  stroke-width: 2px;
  margin-left: 7px;
}

.main-title-with-link a:hover .icon {
  stroke: #00aa1a;
}

.title-toggle {
  position: relative;
  border-bottom: 2px solid transparent;
}

.title-toggle .icon {
  display: none;
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 12px;
  height: 22px;
  stroke: #003baa;
  stroke-width: 1px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.title-toggle__link {
  display: none;
}

.toggle-block-wrapper {
  padding-bottom: 40px;
}

.hidden-lg-flex {
  display: none !important;
}

@media (max-width: 1239px) {
  .hidden-md {
    display: none !important;
  }

  .h1,
  h1 {
    font-size: 40px;
  }

  .hidden-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 991px) {
  .title-toggle {
    color: #003baa;
  }

  .title-toggle.active {
    color: #262626;
  }

  .title-toggle.active .icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    stroke: #262626;
  }

  .title-toggle.active {
    padding-bottom: 15px;
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 15px;
  }

  .title-toggle .icon {
    display: block;
  }

  .toggle-block-wrapper.show {
    display: none;
  }

  .title-toggle__link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
  }
}

@media (max-width: 767px) {

  .h1,
  h1 {
    font-size: 36px;
  }

  .h2,
  h2 {
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 25px;
  }

  .h3,
  h3 {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 20px;
  }

  .hidden-sm {
    display: none !important;
  }

  .toggle-block-wrapper {
    padding-bottom: 30px;
  }

  .title-toggle .icon {
    top: 5px;
  }
}

.pages-panel-fix {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 200;
  background: #fff;
  padding: 10px;
  border-radius: 6px 0 0 0;
}

.body-fixed {
  overflow: hidden;
  margin-right: 15px;
}

.os-theme-dark>.os-scrollbar {
  padding: 0 !important;
}

.os-theme-dark>.os-scrollbar-vertical {
  width: 4px !important;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #ccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: 700;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: 0 !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-max,
.irs-min {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from,
.irs-single,
.irs-to {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: 0 !important;
  z-index: -9999 !important;
  background: 0 0 !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle>i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-max,
.irs--flat .irs-min {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-single:before,
.irs--flat .irs-to:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: #fff;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(-50%, #ddd),
      color-stop(150%, #fff));
  background: -o-linear-gradient(top, #ddd -50%, #fff 150%);
  background: linear-gradient(to bottom, #ddd -50%, #fff 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#fff),
      color-stop(30%, #428bca),
      to(#b9d4ec));
  background: -o-linear-gradient(top, #fff 0, #428bca 30%, #b9d4ec 100%);
  background: linear-gradient(to bottom, #fff 0, #428bca 30%, #b9d4ec 100%);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(white),
      color-stop(30%, #b4b9be),
      to(white));
  background: -o-linear-gradient(top, #fff 0, #b4b9be 30%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0, #b4b9be 30%, #fff 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px #fff;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(white),
      color-stop(30%, #919ba5),
      to(white));
  background: -o-linear-gradient(top, #fff 0, #919ba5 30%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0, #919ba5 30%, #fff 100%);
}

.irs--big .irs-max,
.irs--big .irs-min {
  top: 0;
  padding: 1px 5px;
  color: #fff;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-single,
.irs--big .irs-to {
  color: #fff;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#428bca),
      to(#3071a9));
  background: -o-linear-gradient(top, #428bca 0, #3071a9 100%);
  background: linear-gradient(to bottom, #428bca 0, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#e0e4ea),
      to(#d1d6e0));
  background: -o-linear-gradient(top, #e0e4ea 0, #d1d6e0 100%);
  background: linear-gradient(to bottom, #e0e4ea 0, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#20b426),
      to(#18891d));
  background: -o-linear-gradient(top, #20b426 0, #18891d 100%);
  background: linear-gradient(to bottom, #20b426 0, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle>i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--modern .irs-handle>i:nth-child(2) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(white),
      to(#e9e6e6));
  background: -o-linear-gradient(top, #fff 0, #e9e6e6 100%);
  background: linear-gradient(to bottom, #fff 0, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle>i:nth-child(3) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#fff),
      color-stop(30%, #919ba5),
      to(#fff));
  background: -o-linear-gradient(top, #fff 0, #919ba5 30%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0, #919ba5 30%, #fff 100%);
}

.irs--modern .irs-handle.state_hover>i:nth-child(1),
.irs--modern .irs-handle:hover>i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover>i:nth-child(3),
.irs--modern .irs-handle:hover>i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-max,
.irs--modern .irs-min {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: #fff;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-single,
.irs--modern .irs-to {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: #fff;
  border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-single:before,
.irs--modern .irs-to:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle>i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: #000;
}

.irs--sharp .irs-handle.state_hover>i:first-child,
.irs--sharp .irs-handle:hover>i:first-child {
  border-top-color: #000;
}

.irs--sharp .irs-max,
.irs--sharp .irs-min {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-single,
.irs--sharp .irs-to {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: #fff;
  border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-single:before,
.irs--sharp .irs-to:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-max,
.irs--round .irs-min {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.irs--round .irs-from,
.irs--round .irs-single,
.irs--round .irs-to {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: #fff;
  border-radius: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-single:before,
.irs--round .irs-to:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #dedede;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: #000;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid #000;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-max,
.irs--square .irs-min {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from,
.irs--square .irs-single,
.irs--square .irs-to {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #000;
  color: #fff;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

.tooltipster-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  position: absolute;
}

.tooltipster-box {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.tooltipster-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  -webkit-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

.tooltipster-slide {
  -webkit-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading 0.4s;
  animation: tooltipster-fading 0.4s;
}

@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }

  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }

  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating 0.6s;
  animation: tooltipster-rotating 0.6s;
}

@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling 0.6s;
  animation: tooltipster-scaling 0.6s;
}

.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid #000;
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
  color: #fff;
  line-height: 18px;
  padding: 6px 14px;
}

.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #000;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #000;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #000;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #000;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
  border: none;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
  margin-top: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
  margin-right: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
  margin-left: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
  margin-bottom: 6px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
  color: #8d8d8d;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
  height: 6px;
  margin-left: -6px;
  width: 12px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
  height: 12px;
  margin-left: 0;
  margin-top: -6px;
  width: 6px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
  display: none;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
  border: 6px solid transparent;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
  left: -6px;
}

.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
}

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
}

.r-tabs .r-tabs-panel {
  padding: 15px;
  display: none;
}

.r-tabs .r-tabs-accordion-title {
  display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}

@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none;
  }

  .r-tabs .r-tabs-accordion-title {
    display: block;
  }
}

html.os-html,
html.os-html>.os-host {
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important;
}

html.os-html>.os-host>.os-padding {
  position: absolute;
}

body.os-dragging,
body.os-dragging * {
  cursor: default;
}

.os-host,
.os-host-textarea {
  position: relative;
  overflow: visible !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.os-host-flexbox {
  overflow: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.os-host-flexbox>.os-size-auto-observer {
  height: inherit !important;
}

.os-host-flexbox>.os-content-glue {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.os-host-flexbox>.os-content-glue,
.os-host-flexbox>.os-size-auto-observer {
  min-height: 0;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

#os-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px;
}

#os-dummy-scrollbar-size>div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

#os-dummy-scrollbar-size:after,
#os-dummy-scrollbar-size:before,
.os-content:after,
.os-content:before {
  content: "";
  display: table;
  width: 0.01px;
  height: 0.01px;
  line-height: 0;
  font-size: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  visibility: hidden;
}

#os-dummy-scrollbar-size,
.os-viewport {
  -ms-overflow-style: scrollbar !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
  scrollbar-width: none !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  visibility: hidden !important;
  background: 0 0 !important;
}

.os-content-glue {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.os-padding {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.os-host-overflow>.os-padding {
  overflow: hidden;
}

.os-viewport {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  outline: 0 !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none;
}

.os-content {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  visibility: visible;
}

.os-content>.os-textarea {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  direction: inherit !important;
  background: 0 0 !important;
  outline: 0 none transparent !important;
  overflow: hidden !important;
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  float: none !important;
  -webkit-filter: none !important;
  filter: none !important;
  border: none !important;
  resize: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  max-width: none !important;
  max-height: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-perspective: none !important;
  perspective: none !important;
  opacity: 1 !important;
  z-index: 1 !important;
  clip: auto !important;
  vertical-align: baseline !important;
  padding: 0;
}

.os-host-rtl>.os-padding>.os-viewport>.os-content>.os-textarea {
  right: 0 !important;
}

.os-content>.os-textarea-cover {
  z-index: -1;
  pointer-events: none;
}

.os-content>.os-textarea[wrap="off"] {
  white-space: pre !important;
  margin: 0 !important;
}

.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  -o-text-overflow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text;
}

.os-resize-observer,
.os-resize-observer-host {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.os-resize-observer-host.observed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.os-resize-observer-host.observed>.os-resize-observer,
.os-resize-observer-host>.os-resize-observer {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.os-resize-observer-host.observed>.os-resize-observer,
.os-resize-observer-host.observed>.os-resize-observer:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.os-resize-observer-host.observed>.os-resize-observer:before {
  content: "";
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: inherit;
  border: inherit;
  margin: 0;
}

.os-size-auto-observer {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.os-size-auto-observer>.os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer {
  -webkit-animation-duration: 1ms;
  animation-duration: 1ms;
  -webkit-animation-name: os-resize-observer-dummy-animation;
  animation-name: os-resize-observer-dummy-animation;
}

object.os-resize-observer {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

@-webkit-keyframes os-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }

  to {
    z-index: -1;
  }
}

@keyframes os-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }

  to {
    z-index: -1;
  }
}

.os-host-transition>.os-scrollbar,
.os-host-transition>.os-scrollbar-corner {
  -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s,
    bottom 0.3s, left 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s,
    bottom 0.3s, left 0.3s;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s,
    left 0.3s;
}

html.os-html>.os-host>.os-scrollbar {
  position: absolute;
  z-index: 999999;
}

.os-scrollbar,
.os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  z-index: 1;
}

.os-scrollbar-corner {
  bottom: 0;
  right: 0;
}

.os-scrollbar {
  pointer-events: none;
}

.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: none !important;
}

.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
  pointer-events: none;
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important;
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-host-rtl>.os-scrollbar-horizontal {
  right: 0;
}

.os-host-rtl>.os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-host-rtl>.os-scrollbar-corner {
  right: auto;
  left: 0;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal,
.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical,
.os-padding+.os-scrollbar-corner,
.os-scrollbar-auto-hidden,
.os-scrollbar-horizontal+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical+.os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden+.os-scrollbar-vertical.os-scrollbar-auto-hidden+.os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.os-scrollbar-corner-resize-both {
  cursor: nwse-resize;
}

.os-host-rtl>.os-scrollbar-corner-resize-both {
  cursor: nesw-resize;
}

.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize;
}

.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize;
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden>.os-scrollbar-vertical {
  top: 0;
  bottom: 0;
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden>.os-scrollbar-horizontal {
  right: 0;
  left: 0;
}

.os-scrollbar-corner.os-scrollbar-corner-resize,
.os-scrollbar:hover {
  opacity: 1 !important;
  visibility: visible !important;
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important;
}

.os-host-rtl>.os-scrollbar-corner.os-scrollbar-corner-resize {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.os-host-overflow {
  overflow: hidden !important;
}

.os-theme-none>.os-scrollbar-corner,
.os-theme-none>.os-scrollbar-horizontal,
.os-theme-none>.os-scrollbar-vertical {
  display: none !important;
}

.os-theme-none>.os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px;
}

.os-theme-dark>.os-scrollbar-horizontal,
.os-theme-light>.os-scrollbar-horizontal {
  right: 10px;
  height: 10px;
}

.os-theme-dark>.os-scrollbar-vertical,
.os-theme-light>.os-scrollbar-vertical {
  bottom: 10px;
  width: 10px;
}

.os-theme-dark.os-host-rtl>.os-scrollbar-horizontal,
.os-theme-light.os-host-rtl>.os-scrollbar-horizontal {
  left: 10px;
  right: 0;
}

.os-theme-dark>.os-scrollbar-corner,
.os-theme-light>.os-scrollbar-corner {
  height: 10px;
  width: 10px;
}

.os-theme-dark>.os-scrollbar-corner,
.os-theme-light>.os-scrollbar-corner {
  background-color: transparent;
}

.os-theme-dark>.os-scrollbar,
.os-theme-light>.os-scrollbar {
  padding: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: 0 0;
}

.os-theme-dark>.os-scrollbar.os-scrollbar-unusable,
.os-theme-light>.os-scrollbar.os-scrollbar-unusable {
  background: 0 0;
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track,
.os-theme-light>.os-scrollbar>.os-scrollbar-track {
  background: 0 0;
}

.os-theme-dark>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar-horizontal>.os-scrollbar-track>.os-scrollbar-handle {
  min-width: 30px;
}

.os-theme-dark>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar-vertical>.os-scrollbar-track>.os-scrollbar-handle {
  min-height: 30px;
}

.os-theme-dark.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light.os-host-transition>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track,
.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle,
.os-theme-light>.os-scrollbar>.os-scrollbar-track,
.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
  border-radius: 10px;
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.4);
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.4);
}

.os-theme-dark>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.55);
}

.os-theme-light>.os-scrollbar:hover>.os-scrollbar-track>.os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.55);
}

.os-theme-dark>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
  background: rgba(0, 0, 0, 0.7);
}

.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle.active {
  background: rgba(255, 255, 255, 0.7);
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden>.os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none;
}

.os-theme-dark>.os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}

.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}

.os-host-rtl.os-theme-dark>.os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light>.os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}

.button {
  text-decoration: none;
  display: inline-block;
  outline: 0;
  border: 0;
  cursor: pointer;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  border: 0;
  white-space: nowrap;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.button-primary {
  background: 0 0;
  border: 2px solid #003baa;
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #003baa;
  font-family: OpenSansSemi;
  padding: 8px 20px;
}

.button-primary:hover {
  background: #003baa;
  color: #fff;
}

.button-primary:active {
  background: #878786;
  border-color: #878786;
  color: #fff;
}

.button-primary.button_disabled:hover {
  background: 0 0;
  border: 2px solid #003baa;
  color: #003baa;
}

.button-primary_bg {
  background: #003baa;
  color: #fff;
}

.button-primary_bg:hover {
  border: 2px solid transparent;
  color: #fff;
  background: #002977;
}

.button-primary_bg:active {
  background: #878786;
  color: #fff;
  border-color: #878786;
}

.button-primary_bg.button_disabled:hover {
  background: #003baa;
  color: #fff;
}

.button-primary_white {
  background: #fff;
  color: #003baa;
  border: none;
}

.button-primary_white:hover {
  background: #e6e6e6;
  color: #003baa;
}

.button-primary_gray {
  background: #73748e;
  color: #fff;
  border-color: #73748e;
}

.button-primary_gray:hover {
  background: #5c5d72;
  border-color: transparent;
}

.button-primary_gray.button_disabled {
  background: #73748e;
  color: #fff;
  border-color: #73748e;
}

.button-primary_green {
  background: #00aa1a;
  color: #fff;
  border-color: #00aa1a;
}

.button-primary_green:hover {
  border-color: transparent;
  background: #007712;
  color: #fff;
}

.button-primary_green:active {
  background: #878786;
  color: #fff;
  border-color: #878786;
}

.button-primary_green.added:hover {
  background: #00aa1a;
  color: #fff;
  border-color: #00aa1a;
}

.button-primary_green.added:active {
  background: #878786;
  border-color: #878786;
}

.button-primary_green.button_disabled:hover {
  background: #00aa1a;
  color: #fff;
  border-color: #00aa1a;
}

.button-up {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #878786;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.button-up.show {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.button-up:hover {
  background: #a0a0a0;
}

.button-up .icon {
  width: 8px;
  height: 12px;
  stroke: #fff;
  stroke-width: 2px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.button-primary_border-green {
  border-color: #00aa1a;
  color: #00aa1a;
  position: relative;
  z-index: 2;
  width: 100%;
}

.button-primary_border-green:hover {
  background: #00aa1a;
  color: #fff;
}

.button-primary_border-green:active {
  background: #878786;
  color: #fff;
}

.button-primary_border-green.button_disabled:hover {
  border-color: #00aa1a;
  color: #00aa1a;
  background: 0 0;
}

.button_full-width {
  width: 100%;
}

.button_disabled {
  opacity: 0.5;
  cursor: default;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #003baa;
}

.swiper-button-next:active,
.swiper-button-prev:active {
  background: #fff;
  opacity: 0.5;
}

.swiper-button-next:active:hover .icon,
.swiper-button-prev:active:hover .icon {
  stroke: #003baa;
  opacity: 0.5;
}

.swiper-button-next:active .icon,
.swiper-button-prev:active .icon {
  stroke: #003baa;
  opacity: 0.5;
}

.swiper-button-next .icon,
.swiper-button-prev .icon {
  width: 12px;
  height: 16px;
  stroke: #003baa;
  stroke-width: 2px;
}

.swiper-button-next:hover .icon,
.swiper-button-prev:hover .icon {
  stroke: #fff;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: #fff;
}

.swiper-button-next.swiper-button-disabled .icon,
.swiper-button-prev.swiper-button-disabled .icon {
  stroke: #878786;
}

.swiper-button-prev .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-mod-bottom {
  padding-bottom: 23px;
}

.swiper .swiper-pagination {
  bottom: 0;
}

.swiper .swiper-pagination-bullet {
  background: #878786;
  width: 10px;
  height: 10px;
  margin: 0 5px !important;
}

.swiper .swiper-pagination-bullet-active {
  background: #003baa;
  position: relative;
}

.swiper .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #003baa;
  border-radius: 50%;
}

.swiper-mod-bottom .swiper-button-next,
.swiper-mod-bottom .swiper-button-prev {
  top: calc(50% - 10px);
}

.b-product-mini-card-ctn-buttons-swiper .swiper .swiper-scrollbar {
  opacity: 1;
  bottom: 0;
  background: 0 0;
  height: 4px !important;
}

.b-product-mini-card-ctn-buttons-swiper .swiper .swiper-scrollbar::before {
  content: "";
  height: 2px;
  width: 100%;
  background: #8182b1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.b-product-mini-card-ctn-buttons-swiper .swiper .swiper-scrollbar-drag {
  height: 4px;
  background: #003baa;
}

@media (max-width: 767px) {
  .button-primary {
    width: 100%;
  }

  .button-up {
    bottom: 100px;
  }
}

.l-footer-push {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.l-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.l-container {
  max-width: 1240px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.l-wrapper-gray {
  background: #f2f2f2;
}

.l-wrapper-white {
  background: #fff;
}

.l-wrapper-default {
  padding: 50px 0;
}

.l-wrapper-default_modified {
  padding: 0;
}

.l-wrapper-centered-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-two-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 42px;
}

.l-two-cols__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 224px;
  margin-right: 20px;
}

.l-two-cols__right {
  width: calc(100% - 244px);
}

.l-wrapper-default_modified-top {
  padding-bottom: 0;
}

@media (max-width: 1239px) {
  .l-wrapper-default_modified-bottom {
    padding-bottom: 0;
  }

  .l-two-cols__left {
    display: none;
  }

  .l-two-cols__right {
    width: 100%;
  }

  .l-wrapper-default_modified-top {
    padding-bottom: 1px;
  }

  .l-two-cols_compare-page .l-two-cols__left {
    display: block;
  }

  .l-two-cols_compare-page .l-two-cols__right {
    width: calc(100% - 244px);
  }
}

@media (max-width: 767px) {
  .l-wrapper-default {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .l-wrapper-default_modified {
    padding-top: 0;
    padding-bottom: 0;
  }

  .l-wrapper-default_modified-bottom {
    padding-bottom: 0;
  }

  .l-wrapper-default_modified-top {
    padding-bottom: 1px;
    padding-top: 40px;
  }
}

.b-header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  margin-bottom: 20px;
}

.b-header__wrapper-shadow {
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.11);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.11);
  background: #fff;
}

.b-header .sticky-wrapper.is-sticky {
  background: #fff;
}

.b-header .l-container {
  height: 100%;
}

.b-header__top {
  background-color: #f2f2f2;
  height: 42px;
}

.b-header__medium {
  padding-top: 10px;
  padding-bottom: 15px;
}

.b-header__bottom {
  padding-bottom: 10px;
  position: relative;
}

.b-header__group,
.b-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.b-header__group {
  position: relative;
}

.b-header__wrapper {
  position: relative;
}

.b-header__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-header__nav-list li {
  margin-bottom: unset;
}

.b-header__nav-item::after,
.b-header__nav-item::before {
  display: none;
}

.b-header__nav {
  margin-left: -30px;
  position: relative;
}

.b-header__nav-item {
  width: auto;
  padding: 0;
  margin-left: 30px;
}

.b-header__loc {
  margin-right: 20px;
}

.b-header__nav_inner {
  margin-left: 0;
}

.b-header__nav_inner .b-header__nav-item {
  margin-right: 20px;
  margin-left: 0;
}

.b-header__nav_inner .b-header__nav-item:hover,
.b-header__nav_inner .b-header__nav-item:hover a,
.b-header__nav_inner .b-header__nav-item_active {
  color: #003baa;
}

.b-header__group {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-header__group-item {
  margin-left: 0;
}

.b-header__loc-link,
.b-header__nav-item,
.b-header__nav-link {
  font-family: OpenSansSemi;
  font-size: 14px;
  line-height: 130%;
  color: #262626;
  text-decoration: none;
}

.b-header__loc-link,
.b-header__nav-link {
  cursor: pointer;
}

.b-header__loc-link:hover,
.b-header__nav-link:hover {
  color: #003baa;
}

.b-header__loc-link:active,
.b-header__nav-link:active {
  color: #878786;
}

.b-header__nav-item_modified {
  color: #00aa1a;
}

.b-header__nav-item_modified:hover {
  color: #00aa1a !important;
}

.b-header__nav.swiper-initialized {
  max-width: 1000px;
  width: 100%;
}

.b-header__nav-swiper-button-next,
.b-header__nav-swiper-button-prev {
  left: auto;
  background: #f2f2f2;
  width: 30px;
  height: 30px;
  -webkit-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.11));
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.11));
  top: 50%;
  margin-top: -15px;
}

.b-header__nav-swiper-button-next:hover,
.b-header__nav-swiper-button-prev:hover {
  background-color: #003baa;
}

.b-header__nav-swiper-button-next .icon,
.b-header__nav-swiper-button-prev .icon {
  width: 8px;
  height: 14px;
}

.b-header__nav-swiper-button-next:hover .icon,
.b-header__nav-swiper-button-prev:hover .icon {
  stroke: #fff;
}

.b-header__nav-swiper-button-next:active,
.b-header__nav-swiper-button-prev:active {
  background: #f2f2f2;
  opacity: 0.5;
}

.b-header__nav-swiper-button-next:active .icon,
.b-header__nav-swiper-button-prev:active .icon {
  stroke: #003baa;
  opacity: 0.5;
}

.b-header__nav-swiper-button-next {
  right: 115px;
}

.b-header__nav-swiper-button-prev {
  left: 180px;
}

.b-header .swiper-button-disabled {
  display: none;
}

.b-header__nav-item:hover,
.b-header__nav-item:hover a,
.b-header__nav-item_active {
  color: #003baa;
}

.b-header__loc-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-header__loc-link .icon {
  width: 16px;
  height: 22px;
  stroke: #262626;
  stroke-width: 2px;
  margin-right: 10px;
}

.b-header__loc-link:hover .icon {
  stroke: #003baa;
}

.b-header__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.b-header__logo img {
  max-width: 160px;
}

.b-header__search {
  max-width: 467px;
  width: 100%;
  margin-right: 20px;
}

.b-header__search-wrapper {
  position: relative;
}

.b-header__search-input {
  padding: 0;
  margin: 0;
  background: #f2f2f2;
  height: 44px;
  width: 100%;
  padding: 13px 57px 13px 10px;
  font-size: 14px;
  line-height: 130%;
  color: #000;
  border-radius: 6px;
  border: 2px solid transparent;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.b-header__search-input:hover {
  border: 2px solid #d9d9d9;
}

.b-header__search-input:focus {
  border: 2px solid #003baa;
}

.b-header__search-button {
  width: 44px;
  height: 44px;
  background-color: #003baa;
  outline: 0;
  border: 0;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 6px 6px 0;
}

.b-header__search-button .icon {
  stroke: #fff;
  stroke-width: 2px;
  width: 25px;
  height: 25px;
}

.b-header__search-form {
  position: relative;
  display: block;
}

.b-header__search-result {
  position: absolute;
  width: 667px;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(7, 7, 7, 0.16);
  box-shadow: 0 4px 10px rgba(7, 7, 7, 0.16);
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 7px;
  padding: 20px;
  pointer-events: none;
}

.b-header__search-result_modified {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px 0;
  max-height: 265px;
  overflow: scroll;
  border-radius: 0;
}

.b-header__search-result.show {
  opacity: 1;
  visibility: visible;
  z-index: 50;
  pointer-events: auto;
}

.b-header__search-result-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-header__search-result-left {
  width: 277px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  border-right: 2px solid #e6e6e6;
}

.b-header__search-result-right {
  width: 100%;
}

.b-header__search-result-link {
  margin-top: -10px;
}

.b-header__search-result-link a {
  text-decoration: none;
  font-size: 14px;
  line-height: 130%;
}

.b-header__search-result-aside-item {
  padding-bottom: 15px;
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 15px;
}

.b-header__search-result-aside-item:last-child {
  padding-bottom: 0;
  border: 0;
  margin-bottom: 0;
}

.b-header__search-result-aside-list-item,
.b-header__search-result-aside-list-item-link {
  font-size: 14px;
  line-height: 130%;
}

.b-header__search-result-aside-list-item {
  margin-bottom: 15px;
}

.b-header__search-result-aside-list-item span {
  font-size: 12px;
  line-height: 18px;
  color: #878786;
  margin-left: 10px;
  display: inline-block;
}

.b-header__search-result-aside-list-item:last-child {
  margin-bottom: 0;
}

.b-header__search-result-aside-list-item-link {
  text-decoration: none;
  color: #262626;
}

.b-header__search-result-aside-list-item-link:hover {
  color: #003baa;
}

.b-header__search-result-aside-title {
  font-size: 12px;
  line-height: 18px;
  font-family: OpenSansBold;
  margin-bottom: 15px;
}

.b-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -20px;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.b-header__info-item {
  margin-left: 20px;
}

.b-header__info-link {
  font-size: 14px;
  line-height: 130%;
  font-family: OpenSansBold;
  text-decoration: none;
  color: #003baa;
  display: inline-block;
}

.b-header__info-link:hover {
  text-decoration: none;
}

.b-header__info-text {
  font-size: 14px;
  line-height: 130%;
  color: #262626;
}

.b-header__group-icons {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-header__group-icons-counter {
  position: absolute;
  z-index: 2;
  top: 0;
  right: -6px;
  background: #003baa;
  padding: 3px 5px;
  color: #fff;
  font-size: 14px;
  line-height: 100%;
  font-family: OpenSansSemi;
  border-radius: 20px;
  min-width: 26px;
  text-align: center;
}

.b-header__group-icons-item {
  margin-left: 10px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}

.b-header__group-icons-item .icon {
  stroke: #000;
  stroke-width: 2px;
  fill: none;
}

.b-header__group-icons-item:hover .b-header__group-icons-link .icon {
  stroke: #003baa;
}

.b-header__group-icons-item .icon-chat {
  width: 22px;
  height: 20px;
}

.b-header__group-icons-item:hover .icon-chat {
  stroke: #003baa;
}

.b-header__group-icons-item .icon-favorite {
  width: 19px;
  height: 17px;
}

.b-header__group-icons-item .icon-compare {
  width: 19px;
  height: 23px;
}

.b-header__group-icons-item .icon-shopping-cart {
  width: 21px;
  height: 21px;
}

.b-header__catalog {
  margin-right: 44px;
}

.b-header__catalog-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 136px;
  height: 44px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #003baa;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 130%;
  font-family: OpenSansBold;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
}

.b-header__catalog:hover .b-header__catalog-link {
  background: 0 0;
  border: 2px solid #003baa;
  color: #003baa;
}

.b-header__catalog:hover .b-header__catalog-link .icon {
  stroke: #003baa;
}

.b-header__catalog-link .icon {
  width: 32px;
  height: 24px;
  margin-right: 5px;
  stroke: #fff;
  stroke-width: 2px;
}

.b-header__catalog-link:hover {
  color: #fff;
}

.b-header__catalog .icon-close {
  display: none;
  width: 17px;
  height: 17px;
  margin-right: 12px;
  margin-left: 8px;
}

.b-header__catalog.active .icon-close {
  display: block;
}

.b-header__catalog.active .icon-catalog-search {
  display: none;
}

.b-header__catalog.active .b-header__catalog-link {
  background: 0 0;
  border: 2px solid #003baa;
  color: #003baa;
}

.b-header__catalog.active .b-header__catalog-link .icon {
  stroke: #003baa;
}

.b-header__dropdown-chat {
  position: absolute;
  top: 100%;
  left: 100%;
  background: #f2f2f2;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.11);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.11);
  border-radius: 6px;
  padding: 15px;
  margin-top: -13px;
  margin-left: -19px;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.b-header__dropdown-chat-list-item:not(:last-child) {
  margin-bottom: 10px;
}

.b-header__dropdown-chat-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 130%;
  color: #262626;
}

.b-header__dropdown-chat-list-item a:hover {
  color: #003baa;
}

.b-header__dropdown-chat-list-item img {
  margin-right: 10px;
}

.b-header__group-icons-chat:hover .b-header__dropdown-chat {
  opacity: 1;
  visibility: visible;
  z-index: 50;
}

.b-header__group-icons-chat {
  cursor: pointer;
}

.b-header__account {
  position: relative;
}

.b-header__account-name,
.b-header__account-name-link {
  font-size: 14px;
  line-height: 130%;
  font-family: OpenSansSemi;
}

.b-header__account-name-link {
  text-decoration: none;
}

.b-header__account:hover .b-header__account-name,
.b-header__account:hover .b-header__account-name a {
  color: #00aa1a;
}

.b-header__account-wrapper {
  padding-top: 12px;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  right: 0;
}

.b-header__account-dropdown {
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.11);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.11);
  border-radius: 6px;
  background: #fff;
  padding: 20px 12px 20px 20px;
}

.b-header__account:hover .b-header__account-wrapper {
  z-index: 50;
  visibility: visible;
  opacity: 1;
}

.b-header__account-dropdown-item {
  white-space: nowrap;
}

.b-header__account-dropdown-item:not(:last-child) {
  margin-bottom: 15px;
}

.b-header__account-dropdown-item,
.b-header__account-dropdown-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 130%;
  font-family: OpenSansSemi;
  color: #262626;
}

.b-header__account-dropdown-link {
  text-decoration: none;
}

.b-header__account-dropdown-link:hover {
  color: #003baa;
}

.b-header__account-dropdown-item .icon {
  margin-right: 5px;
  width: 24px;
  height: 24px;
  stroke: #262626;
  stroke-width: 2px;
}

.b-header__account-dropdown-link:hover .icon {
  stroke: #003baa;
}

.b-header__account-dropdown-item .icon-exit {
  stroke: #878786;
}

.b-header__account-dropdown-item_modified,
.b-header__account-dropdown-item_modified .b-header__account-dropdown-link {
  color: #878786;
}

.b-header__account-dropdown-item_modified .b-header__account-dropdown-link:hover {
  color: #eb5757;
}

.b-header__account-dropdown-item_modified .b-header__account-dropdown-link:hover .icon {
  stroke: #eb5757;
}

.b-header__dropdown-shopping-cart {
  width: 356px;
  background: #fff;
  -webkit-box-shadow: 4px 4px 10px rgba(7, 7, 7, 0.16);
  box-shadow: 4px 4px 10px rgba(7, 7, 7, 0.16);
  border-radius: 6px;
  padding: 20px;
}

.b-header__dropdown-shopping-cart-wrapper {
  position: absolute;
  right: 0;
  top: 100%;
  padding-top: 25px;
  margin-top: -8px;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: none;
}

.b-header__group-icons-shopping-cart:hover .b-header__dropdown-shopping-cart-wrapper {
  opacity: 1;
  visibility: visible;
  z-index: 50;
  pointer-events: auto;
}

.b-header__group-icons-shopping-cart .b-product-hor-card-wrapper {
  margin-right: 0;
  width: 100%;
}

.b-header__dropdown-shopping-cart-summ {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 130%;
}

.b-header__dropdown-shopping-cart-summ span {
  font-family: OpenSansSemi;
}

.b-header-location-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 20px;
  background: #001d55;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.11);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.11);
  border-radius: 6px;
  top: -10px;
  z-index: 50;
  width: 513px;
  padding: 15px 20px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-header-location-message-text {
  font-size: 14px;
  line-height: 130%;
  color: #fff;
  font-family: OpenSansSemi;
  margin-right: 20px;
  white-space: nowrap;
}

.b-header-location-message__group {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.b-header-location-message__group-item:not(:last-child) {
  margin-right: 17px;
}

.b-header-location-message__button {
  padding-top: 10px;
  padding-bottom: 10px;
}

.b-header__auth .b-header__nav-item:last-child {
  margin-right: 0;
}

.b-header__hamb {
  display: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.b-header__hamb .icon {
  width: 20px;
  height: 14px;
  stroke: #000;
  stroke-width: 2px;
}

.b-header__info-phone-icon,
.b-header__search-icon {
  display: none;
}

.b-header_up-index {
  z-index: 1043;
}

.b-header__hamb .icon-close {
  display: none;
}

.b-header__hamb.show .icon-close {
  display: block;
}

.b-header__hamb.show .icon-hamb {
  display: none;
}

.b-header__group-icons-catalog,
.b-header__group-icons-lk,
.b-header__group-logo-mini {
  display: none;
}

@media (max-width: 1239px) {

  .b-header__bottom,
  .b-header__group-icons,
  .b-header__info-mail,
  .b-header__info-text,
  .b-header__top {
    display: none;
  }

  .b-header__medium {
    padding-bottom: 10px;
  }

  .b-header__logo img {
    max-width: 115px;
  }

  .b-header__hamb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .b-header__info {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
  }

  .b-header__search {
    margin-right: 0;
  }

  .b-header__search-result {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .b-header__info-link {
    color: #262626;
  }

  .b-header-location-message {
    top: calc(100% + 10px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    padding: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .b-header-location-message-text {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .b-header .sticky-wrapper {
    height: 60px !important;
  }
}

@media (max-width: 767px) {
  .b-header {
    margin-bottom: 15px;
  }

  .b-header__search-form {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: calc(100% + 40px);
    background: #fff;
    z-index: 2;
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .b-header__search-form::before {
    content: "";
    width: 100%;
    height: 10px;
    top: -10px;
    left: 0;
    position: absolute;
    -webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.11);
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.11);
  }

  .b-header__search-form.show {
    display: block;
  }

  .b-header__search-result {
    width: 100%;
    margin-top: 85px;
  }

  .b-header__search-result-right {
    display: none;
  }

  .b-header__search-result-left {
    margin-right: 0;
    width: 100%;
    border-right: 0;
  }

  .b-header__search-result-wrapper {
    max-height: 265px;
    overflow: auto;
  }

  .b-header__info-phone-icon,
  .b-header__search-icon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }

  .b-header__search-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .b-header__info-phone-icon .icon-phone,
  .b-header__search .icon-search {
    width: 25px;
    height: 25px;
    stroke: #262626;
    stroke-width: 2px;
  }

  .b-header__info-phone-icon .icon-phone {
    width: 20px;
    height: 20px;
  }

  .b-header__search {
    width: 40px;
    margin-right: 0;
    margin-left: auto;
  }

  .b-header__info-link span {
    display: none;
  }

  .b-header__info {
    margin-left: 15px;
  }

  .b-header__info-item {
    margin-left: 0;
  }

  .b-header__hamb {
    margin-left: 15px;
  }

  .b-header__group-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 100;
    margin-left: 0;
    left: 0;
    background: #fff;
    height: 56px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.11);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.11);
  }

  .b-header__group-icons-item {
    margin: 0;
  }

  .b-header__group-icons-chat {
    display: none;
  }

  .b-header__group-logo-mini {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .b-header__group-logo-mini img {
    max-width: 100%;
  }

  .b-header__group-icons-compare {
    display: none;
  }

  .b-header__group-icons-catalog .icon {
    width: 30px;
    height: 18px;
  }

  .b-header__group-icons-catalog a,
  .b-header__group-icons-lk a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
  }

  .b-header__group-icons-catalog,
  .b-header__group-icons-lk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .b-header__group-icons-lk .icon {
    width: 20px;
    height: 22px;
    stroke: #262626;
    stroke-width: 2px;
  }
}

.b-footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 50px;
}

.b-footer_mod-top {
  margin-top: 0;
}

.b-footer__line {
  background: #001d55;
  color: #fff;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  padding: 12px 0;
}

.b-footer__bottom,
.b-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-footer__top {
  margin-bottom: 25px;
}

.b-footer__bottom {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-footer__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  max-width: 490px;
  width: 100%;
}

.b-footer__right {
  max-width: 224px;
  width: 100%;
  margin-left: 70px;
}

.b-footer__left {
  max-width: 347px;
  width: 100%;
}

.b-footer__logo {
  margin-bottom: 15px;
}

.b-footer__logo img {
  max-width: 160px;
}

.b-footer__helper-text {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 130%;
}

.b-footer__helper-text span {
  display: block;
}

.b-footer__helper-text a {
  text-decoration: none;
  color: #262626;
}

.b-footer__helper-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.b-footer__helper-list-item {
  font-size: 14px;
  line-height: 130%;
}

.b-footer__nav {
  width: 150px;
}

.b-footer__nav:not(:last-child) {
  margin-right: 20px;
}

.b-footer__nav-title {
  font-size: 14px;
  line-height: 130%;
  font-family: OpenSansBold;
  margin-bottom: 15px;
}

.b-footer__nav-item {
  font-size: 14px;
  line-height: 130%;
}

.b-footer__nav-item:not(:last-child) {
  margin-bottom: 15px;
}

.b-footer__nav-link {
  text-decoration: none;
  color: #262626;
}

.b-footer__nav-link:hover {
  color: #003baa;
}

.b-footer__nav-link:active {
  color: #878786;
}

.b-footer__contacts-title {
  font-size: 14px;
  line-height: 130%;
  font-family: OpenSansBold;
  margin-bottom: 15px;
}

.b-footer__contacts-address {
  font-size: 14px;
  line-height: 130%;
  color: #262626;
}

.b-footer__contacts-phone {
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
  font-family: OpenSansSemi;
  color: #262626;
}

.b-footer__contacts-phone:hover {
  color: #003baa;
}

.b-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-left: -10px;
  margin-top: -10px;
}

.b-footer__social-item {
  margin-left: 10px;
  margin-top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #001d55;
}

.b-footer__social-item:hover {
  background: #002e88;
}

.b-footer__social-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.b-footer__credit-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -65px;
}

.b-footer__credit-card-item {
  max-width: 70px;
}

.b-footer__credit-card-item img {
  max-width: 100%;
}

.b-footer__special-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.b-footer__special-link {
  font-size: 14px;
  line-height: 130%;
  text-decoration: underline;
  color: #262626;
}

.b-footer__special-link:hover {
  color: #003baa;
}

.b-footer__special-link:active {
  color: #878786;
}

.b-footer__special-link:not(:last-child) {
  margin-bottom: 10px;
}

.b-footer__nav-title .icon {
  display: none;
}

@media (max-width: 1239px) {

  .b-footer__bottom,
  .b-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .b-footer__center,
  .b-footer__left,
  .b-footer__right {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .b-footer__center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .b-footer__top {
    margin-bottom: 25px;
  }

  .b-footer__top .b-footer__center {
    margin-bottom: 15px;
  }

  .b-footer__center,
  .b-footer__right {
    margin-left: 0;
  }

  .b-footer__left {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .b-footer__special-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .b-footer__special-link:not(:last-child) {
    margin-right: 44px;
  }

  .b-footer__credit-card {
    margin-left: 0;
  }

  .b-footer .l-wrapper-default {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .b-footer__logo {
    margin-bottom: 24px;
  }

  .b-footer__logo img {
    max-width: 120px;
  }

  .b-footer__nav {
    width: 100%;
    border-bottom: 2px solid #e6e6e6;
  }

  .b-footer__nav:not(:last-child) {
    margin-right: 0;
  }

  .b-footer__nav ul {
    display: none;
    margin-bottom: 10px;
  }

  .b-footer__nav.show ul {
    display: block;
  }

  .b-footer__nav-title {
    margin-bottom: 0;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
  }

  .b-footer__nav-title_active {
    color: #003baa;
  }

  .b-footer__nav-title .icon {
    display: block;
    width: 10px;
    height: 16px;
    stroke: #262626;
    stroke-width: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }

  .b-footer__nav-title_active .icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    stroke: #003baa;
  }

  .b-footer__nav:first-child .b-footer__nav-title {
    padding-top: 0;
  }

  .b-footer__social {
    margin-top: 0;
  }

  .b-footer__social-item {
    margin-top: 0;
  }

  .b-footer__contacts-title {
    margin-bottom: 10px;
  }

  .b-footer__contacts-address {
    margin-bottom: 0;
  }

  .b-footer__helper-text {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .b-footer {
    margin-top: 40px;
  }

  .b-footer_mod-top {
    margin-top: 0;
  }

  .b-footer__special-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b-footer__special-link:not(:last-child) {
    margin-right: 0;
  }

  .b-footer__line {
    margin-bottom: 56px;
  }

  .b-footer__logo {
    margin-bottom: 15px;
  }

  .b-footer__top {
    margin-bottom: 30px;
  }

  .b-footer__bottom .b-footer__left {
    margin-bottom: 24px;
  }
}

.b-informer {
  background-color: #001d55;
  padding: 12px 20px;
  text-align: center;
  position: relative;
  min-height: 40px;
}

.b-informer__text {
  font-family: OpenSansBold;
  font-size: 14px;
  line-height: 130%;
  padding: 0 40px;
  color: #fff;
}

.b-informer__text a {
  color: #fff;
  font-size: 14px;
  line-height: 130%;
}

.b-informer__close {
  position: absolute;
  top: -12px;
  right: 40px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.b-informer__close .icon {
  width: 20px;
  height: 20px;
  stroke: #fff;
  stroke-width: 2px;
}

@media (max-width: 1239px) {
  .b-informer {
    display: none;
  }
}

.b-promo {
  margin-bottom: 50px;
}

.b-promo__swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.b-promo__swiper-slide img {
  max-width: 100%;
  border-radius: 10px;
}

.b-promo__swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.b-promo .swiper-button-next {
  right: 20px;
}

.b-promo .swiper-button-prev {
  left: 20px;
}

.b-promo .swiper-pagination {
  bottom: -5px;
}

@media (max-width: 1239px) {
  .b-promo {
    margin-left: -20px;
    margin-right: -20px;
  }

  .b-promo .swiper-button-next,
  .b-promo .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 767px) {
  .b-promo {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
    margin-bottom: 40px;
  }
}

.b-product-mini-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-left: -20px;
}

.b-product-mini-card-wrapper_last-page {
  margin-bottom: 20px;
}

.b-product-mini-card-wrapper.swiper-initialized {
  margin-left: 0;
}

.b-product-mini-card {
  width: calc(20% - 20px);
  height: 276px;
  background: #fff;
  border-radius: 6px;
  margin-left: 20px;
  padding: 33px 10px 15px 10px;
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
}

.b-product-mini-card-ctn-buttons-swiper {
  position: relative;
}

.b-product-mini-card-wrapper.swiper-initialized .b-product-mini-card {
  margin-left: 0;
  width: 100%;
}

.b-product-mini-card__image {
  height: 105px;
  text-align: center;
  margin-bottom: 10px;
}

.b-product-mini-card__image img {
  max-width: 100%;
  max-height: 100%;
  width: inherit;
}

.b-product-mini-card__title {
  margin-bottom: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: 700;
}

.b-product-mini-card_lg .b-product-mini-card__title {
  margin-bottom: unset;
  height: 65px;
}

.b-product-mini-card__title,
.b-product-mini-card__title a {
  font-size: 14px;
  line-height: 21px;
  color: #262626;
}

.b-product-mini-card__title a {
  text-decoration: none;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-height: 63px;
}

.b-product-mini-card__title a:hover {
  color: #003baa;
}

.b-product-mini-card__title a:active {
  color: #878786;
}

.b-product-mini-card__title a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.b-product-mini-card__bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}

.b-product-mini-card__bottom_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.b-product-mini-card__bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 36px;
}

.b-product-mini-card__bottom-right {
  margin-left: auto;
  position: relative;
}

.b-product-mini-card__cost,
.b-product-mini-card__cost-old {
  font-size: 14px;
  line-height: 130%;
}

.b-product-mini-card__cost {
  color: #003baa;
  margin-top: auto;
}

.b-product-mini-card__cost span {
  font-family: OpenSansBold;
}

.b-product-mini-card__cost-old {
  color: #6b6969;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  margin-bottom: 4px;
}

.b-product-mini-card__button {
  width: 36px;
  height: 36px;
  background: #00aa1a;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 3;
  border: 2px solid transparent;
  right: 0;
  bottom: 0;
}

.b-product-mini-card__button:hover {
  background: #fff;
}

.b-product-mini-card__button .icon {
  stroke: #fff;
  stroke-width: 2px;
  width: 21px;
  height: 21px;
}

.b-product-mini-card__button:hover .icon {
  stroke: #00aa1a;
}

.b-product-mini-card__button .icon-check-inner {
  display: none;
}

.b-product-mini-card__button.added {
  background: 0 0;
  border: 2px solid #00aa1a;
}

.b-product-mini-card__button.added .icon {
  stroke: #00aa1a;
  stroke-width: 2px;
}

.b-product-mini-card__button.added .icon-check-inner {
  display: block;
}

.b-product-mini-card__button.added .icon-shopping-cart {
  display: none;
}

.b-product-mini-card__rating {
  position: absolute;
  top: 10px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-product-mini-card__rating-counter {
  font-size: 14px;
  line-height: 130%;
  color: #003baa;
  margin-left: 5px;
}

.b-product-mini-card__rating-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-product-mini-card__rating-list-item,
.b-product-mini-card__rating-list-item .icon {
  width: 10px;
  height: 10px;
}

.b-product-mini-card__rating-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b-product-mini-card__rating-list-item .icon {
  stroke: #003baa;
  stroke-width: 1px;
  fill: none;
}

.b-product-mini-card__rating-list-item_active .icon {
  fill: #003baa;
}

.b-product-mini-card__rating-list-item:not(:last-child) {
  margin-right: 5px;
}

.b-product-mini-card__labels {
  position: absolute;
  top: 38px;
  left: 10px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.b-product-mini-card__labels-item:not(:last-child) {
  margin-bottom: 5px;
}

.b-product-mini-card__labels-item img {
  max-width: 100%;
}

.b-product-mini-card__icons {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 3;
}

.b-product-mini-card__icons-item:not(:last-child) {
  margin-bottom: 5px;
}

.b-product-mini-card__icons-item {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.b-product-mini-card__icons-item .icon {
  stroke: #6b6969;
  stroke-width: 2px;
  fill: none;
}

.b-product-mini-card__icons-item:hover .icon {
  stroke: #003baa;
}

.b-product-mini-card__icons-item .icon-favorite {
  width: 19px;
  height: 17px;
}

.b-product-mini-card__icons-item .icon-compare {
  width: 17px;
  height: 22px;
}

.b-product-mini-card__icons-item.active .icon {
  fill: #003baa;
  stroke: #003baa;
}

.b-product-swiper-button-next {
  right: -60px;
  margin-top: -30px;
}

.b-product-swiper-button-prev {
  left: -60px;
  margin-top: -30px;
}

.b-product-mini-card-wrapper .swiper-scrollbar {
  display: none;
}

.b-product-mini-card__delivery-item {
  color: #6b6969;
  font-size: 14px;
  line-height: 130%;
  position: relative;
  padding-left: 35px;
}

.b-product-mini-card__delivery-item:not(:last-child) {
  margin-bottom: 10px;
}

.b-product-mini-card__delivery-icon {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 7px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.b-product-mini-card__delivery-text {
  color: #6b6969;
  white-space: nowrap;
}

.b-product-mini-card__delivery-text span {
  color: #262626;
}

.b-product-mini-card__last-cost {
  font-size: 14px;
  line-height: 130%;
  color: #6b6969;
  margin-bottom: 10px;
}

@media (max-width: 1339px) {
  .b-product-swiper-button-next {
    right: -20px;
    background: #f2f2f2;
    -webkit-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.11));
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.11));
  }

  .b-product-swiper-button-prev {
    left: -20px;
    background: #f2f2f2;
    -webkit-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.11));
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.11));
  }
}

@media (max-width: 1239px) {

  .b-product-swiper-button-next,
  .b-product-swiper-button-prev {
    display: none;
  }

  .b-product-mini-card-wrapper .swiper-scrollbar {
    display: block;
  }

  .b-product-mini-card-wrapper.swiper-initialized {
    margin-bottom: 20px;
  }

  .b-product-mini-card-wrapper_modified.swiper-initialized {
    margin-bottom: 0;
  }

  .b-product-mini-card-wrapper.swiper-initialized .b-product-mini-card {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .b-product-mini-card {
    height: 282px;
    padding-left: 5px;
    padding-bottom: 10px;
    padding-right: 5px;
  }

  .b-product-mini-card__title a {
    -webkit-line-clamp: 4;
    max-height: 84px;
  }

  .b-product-mini-card__image,
  .b-product-mini-card__title {
    margin-bottom: 5px;
  }

  .b-product-mini-card__icons,
  .b-product-mini-card__rating {
    top: 5px;
  }

  .b-product-mini-card__labels {
    left: 5px;
  }

  .b-product-mini-card__icons {
    right: 5px;
  }

  .b-product-mini-card__button {
    width: 40px;
    height: 40px;
  }
}

.b-catalog-mini-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-left: -20px;
  width: auto;
}

.b-catalog-mini-card {
  margin-left: 20px;
  width: calc(20% - 20px);
  background-color: #f2f2f2;
  border-radius: 6px;
  height: 216px;
}

.b-catalog-mini-card__title {
  font-size: 18px;
  line-height: 23px;
  font-family: OpenSansSemi;
  color: #262626;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-height: 46px;
}

.b-catalog-mini-card__link {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
}

.b-catalog-mini-card__link:hover .b-catalog-mini-card__title {
  color: #003baa;
}

.b-catalog-mini-card-swiper.swiper-initialized .b-catalog-mini-card-wrapper {
  margin-left: 0;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
}

.b-catalog-mini-card-swiper.swiper-initialized .b-catalog-mini-card {
  margin-left: 0;
}

.b-catalog-mini-card-swiper.swiper-initialized {
  padding-bottom: 32px;
}

.b-catalog-mini-card-swiper-pagination {
  display: none;
}

.b-catalog-mini-card__wrapper-buttons {
  position: relative;
}

@media (max-width: 1239px) {
  .b-catalog-mini-card-swiper-pagination {
    display: block;
  }

  .b-catalog-mini-card__title {
    -webkit-line-clamp: 3;
    max-height: 69px;
  }
}

@media (max-width: 767px) {
  .b-catalog-mini-card__link {
    padding-top: 5px;
  }

  .b-catalog-mini-card__title {
    font-size: 16px;
    line-height: 21px;
    max-height: 63px;
  }
}

.b-advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-left: -20px;
}

.b-advantages__item {
  width: calc(25% - 20px);
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-advantages__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-advantages__image img,
.b-advantages__image svg {
  max-width: 100%;
}

.b-advantages__text {
  font-size: 18px;
  line-height: 130%;
  color: #262626;
}

@media (max-width: 1239px) {
  .b-advantages {
    margin-top: -24px;
  }

  .b-advantages__item {
    width: calc(50% - 20px);
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .b-advantages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
  }

  .b-advantages__item {
    margin-left: 0;
    width: 100%;
    margin-top: 21px;
  }

  .b-advantages__text {
    font-size: 16px;
    line-height: 21px;
  }
}

.b-media-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  width: auto;
}

.b-media-card {
  width: calc(25% - 20px);
  margin-left: 20px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
}

.b-media-card__image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.b-media-card__wrapper {
  padding: 10px 10px 12px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.b-media-card__title {
  font-size: 18px;
  line-height: 23px;
  font-family: OpenSansSemi;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-height: 46px;
}

.b-media-card__title-link {
  text-decoration: none;
  color: #262626;
}

.b-media-card__title-link:hover {
  text-decoration: none;
  color: #003baa;
}

.b-media-card__title-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-media-card__teaser {
  font-size: 14px;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-height: 42px;
}

.b-media-card__date {
  font-size: 14px;
  line-height: 130%;
  color: #6b6969;
  text-align: right;
  margin-top: auto;
}

.b-media-card__tags {
  max-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: auto;
}

.b-media-card__tag {
  font-size: 14px;
  line-height: 18px;
  -webkit-box-shadow: inset 0 0 0 2px #003baa;
  box-shadow: inset 0 0 0 2px #003baa;
  border-radius: 6px;
  padding: 4px 10px;
  margin-left: 10px;
  margin-top: 10px;
}

.b-media-card__tag a {
  text-decoration: none;
  color: black;
}

.b-media-card-inner-swiper.swiper-initialized .b-media-cards,
.b-media-card-swiper.swiper-initialized .b-media-cards {
  margin-left: 0;
  padding-bottom: 32px;
}

.b-media-card-inner-swiper.swiper-initialized .b-media-card,
.b-media-card-swiper.swiper-initialized .b-media-card {
  margin-left: 0;
}

.b-media-cards-inner__swiper-pagination,
.b-media-cards__swiper-pagination {
  display: none;
}

@media (max-width: 1239px) {

  .b-media-cards-inner__swiper-pagination,
  .b-media-cards__swiper-pagination {
    display: block;
  }

  .b-media-card {
    height: auto;
  }

  .b-media-card__teaser {
    -webkit-line-clamp: 2;
    max-height: 42px;
  }

  .b-media-card_modified-height .b-media-card__teaser {
    -webkit-line-clamp: 4;
    max-height: 84px;
  }

  .b-media-card__title {
    -webkit-line-clamp: 1;
    max-height: 23px;
  }
}

@media (max-width: 767px) {
  .b-media-card__title {
    font-size: 16px;
    line-height: 21px;
    max-height: 21px;
  }
}

.b-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  width: auto;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.b-brand {
  width: calc(20% - 20px);
  margin-left: 20px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.b-brand a {
  padding: 15px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b-brand img {
  max-width: 100%;
  max-height: 70px;
}

.b-brands-swiper.swiper-initialized .b-brands {
  margin-left: 0;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
  padding-bottom: 32px;
}

.b-brands-swiper.swiper-initialized .b-brand {
  margin-left: 0;
}

.b-brand__swiper-pagination {
  display: none;
}

@media (max-width: 1239px) {
  .b-brand__swiper-pagination {
    display: block;
  }
}

@media (max-width: 767px) {
  .b-brand a {
    padding: 7px 10px;
  }
}

.b-main-subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-main-subscribe__image {
  width: 57.6%;
  height: 374px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.b-main-subscribe__wrapper {
  padding: 50px 20px 50px 0;
  max-width: 42%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-main-subscribe__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.b-main-subscribe__form-input {
  background: #f2f2f2;
  border-radius: 6px;
  max-width: 346px;
  width: 100%;
  padding: 14px;
  height: 46px;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 15px;
  border: 2px solid transparent;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.b-main-subscribe__form-input:focus {
  border-color: #003baa;
}

.b-main-subscribe__form-helper {
  font-size: 14px;
  line-height: 150%;
  color: #6b6969;
  max-width: 346px;
  margin-bottom: 15px;
}

.b-main-subscribe__form-helper a {
  text-decoration: none;
}

.b-main-subscribe__text {
  font-size: 14px;
  line-height: 150%;
  color: #6b6969;
  max-width: 346px;
  width: 100%;
}

.b-main-subscribe__wrapper-after-sub {
  display: none;
  margin-top: auto;
  margin-bottom: auto;
}

.b-main-subscribe__wrapper-after-sub.show {
  display: block;
}

.b-main-subscribe__wrapper-before-sub.hide {
  display: none;
}

.b-main-subscribe .b-form__input-wrapper {
  width: 100%;
  max-width: 346px;
  margin-bottom: 15px;
}

@media (max-width: 1239px) {
  .b-main-subscribe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b-main-subscribe__image {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }

  .b-main-subscribe__wrapper {
    padding-right: 0;
    max-width: 488px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .b-main-subscribe__wrapper {
    padding-top: 40px;
  }

  .b-main-subscribe__image {
    height: 300px;
  }

  .b-main-subscribe .b-form__input-wrapper {
    max-width: 100%;
  }

  .b-main-subscribe__text {
    max-width: 100%;
  }
}

.b-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 39%;
  grid-template-columns: 1fr 1fr 39%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.b-gallery__item {
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.b-gallery__item-box3 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  height: 712px;
}

.b-main-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -65px;
}

.b-main-about__left {
  margin-right: auto;
  max-width: 590px;
  width: 100%;
}

.b-main-about__right {
  margin-left: auto;
  max-width: 500px;
  width: 100%;
}

.b-main-about__title {
  font-size: 34px;
  line-height: 130%;
}

.b-main-about__image img {
  max-width: 100%;
}

@media (max-width: 1239px) {
  .b-main-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .b-main-about__right {
    margin-left: 0;
    max-width: 479px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .b-main-about {
    margin-bottom: -40px;
  }

  .b-main-about__title {
    font-size: 30px;
    line-height: 39px;
  }

  .b-main-about__right {
    margin-top: 0;
  }
}

.b-product-hor-card-wrapper {
  margin-bottom: 15px;
  max-height: 245px;
  position: relative;
  padding-right: 15px;
  width: 100%;
}

.b-product-hor-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 10px;
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 10px;
}

.b-product-hor-card:last-child {
  margin-bottom: 0;
  border: 0;
  padding-bottom: 0;
}

.b-product-hor-card__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 55px;
  height: 65px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
}

.b-product-hor-card__text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-product-hor-card__title {
  max-width: 178px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-height: 54px;
  font-size: 14px;
  line-height: 18px;
  margin-right: 10px;
}

.b-product-hor-card__title-link {
  text-decoration: none;
  color: #262626;
}

.b-product-hor-card__title-link:hover {
  color: #003baa;
}

.b-product-hor-card__title-link:active {
  color: #878786;
}

.b-product-hor-card__title-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-product-hor-card__col {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40%;
}

.b-product-hor-card__cost {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 5px;
}

.b-product-hor-card__cost-old {
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #6b6969;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 5px;
}

.b-product-hor-card__cost span {
  font-family: OpenSansBold;
}

.b-product-hor-card__count {
  font-size: 14px;
  line-height: 130%;
  color: #6b6969;
}

.b-product-hor-card-wrapper .swiper-scrollbar {
  right: 8px;
  width: 2px;
}

.b-catalog {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  padding-top: 40px;
  display: none;
}

.b-catalog.show {
  opacity: 1;
  visibility: visible;
  z-index: 50;
  display: block;
  overflow: auto;
  height: calc(100vh - 166px);
  padding-bottom: 40px;
}

.b-catalog.show .b-catalog__list {
  margin-bottom: 40px;
}

.is-sticky .b-catalog.show {
  height: calc(100vh - 104px);
  padding-bottom: 20px;
}

.b-catalog__list {
  margin-left: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.b-catalog__card {
  width: calc(20% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
}

.b-catalog .b-catalog-mini-card {
  width: 100%;
  margin-left: 0;
}

.b-catalog__category-item {
  width: 100%;
}

.b-catalog__category-item,
.b-catalog__category-link {
  position: relative;
}

.b-catalog__category-item {
  margin-top: 10px;
}

.b-catalog__category-link {
  text-decoration: none;
  font-size: 14px;
  line-height: 130%;
  padding: 10px 36px 10px 10px;
  background: #f2f2f2;
  border-radius: 6px;
  display: block;
  color: #262626;
}

.b-catalog__category-link:hover {
  color: #003baa;
}

.b-catalog__category-link:active {
  color: #878786;
}

.b-catalog__category-link .icon {
  position: absolute;
  width: 10px;
  height: 16px;
  stroke: #262626;
  stroke-width: 2px;
  right: 13px;
  top: 10px;
}

.b-catalog__category-link:hover .icon {
  stroke: #003baa;
}

.b-catalog__category-link:active .icon {
  stroke: #878786;
}

.b-catalog__category-counter {
  font-size: 14px;
  line-height: 130%;
  color: #878786;
  display: inline-block;
  margin-left: 5px;
}

.b-catalog__category-more {
  font-size: 14px;
  line-height: 19px;
  color: #003baa;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  cursor: pointer;
}

.b-catalog__category-more:hover {
  color: #00aa1a;
}

.b-catalog__category-more:active {
  color: #878786;
}

.b-catalog__category-more .icon {
  stroke: #003baa;
  stroke-width: 2px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 8px;
  height: 14px;
  margin-left: 7px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.b-catalog__category-more:active .icon {
  stroke: #878786;
}

.b-catalog__category-more:hover .icon {
  stroke: #00aa1a;
}

.b-catalog__category-more.active .icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.b-catalog__category-wrapper.hide .b-catalog__category-item {
  display: none;
}

.b-catalog__category-wrapper.hide .b-catalog__category-item:nth-child(1),
.b-catalog__category-wrapper.hide .b-catalog__category-item:nth-child(2),
.b-catalog__category-wrapper.hide .b-catalog__category-item:nth-child(3) {
  display: block;
}

.mfp-wrap {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
}

.mfp-container {
  padding: 0;
}

.b-modal__close {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
  background-image: url(../images/svg/icon-close-black.svg) !important;
  right: 10px;
  top: 10px;
  opacity: 1 !important;
}

.b-modal__close:hover {
  background-image: url(../images/svg/icon-close-blue.svg) !important;
}

.b-modal__close:active {
  right: 10px;
  top: 10px;
}

.b-modal {
  max-width: 366px;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.b-modal__wrapper {
  padding: 20px;
  position: relative;
}

.b-modal__title {
  font-size: 18px;
  line-height: 130%;
  font-family: OpenSansSemi;
  margin-bottom: 20px;
  padding-right: 40px;
}

.b-modal__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
}

.b-modal__social-text {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 130%;
}

.b-modal__social-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b-modal__social-group-item {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #001d55;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 10px;
}

.b-modal__social-group-item:hover {
  background: #002e88;
}

.b-modal__social-group-item img {
  display: block;
}

.b-modal__sub-title {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 16px;
}

.b-modal__media {
  text-align: center;
  margin: 40px 0;
}

.b-modal__social_horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b-modal__social_horizontal .b-modal__social-text {
  margin-bottom: 0;
}

.b-modal__group-buttons .button:not(:last-child) {
  margin-bottom: 15px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@media (max-width: 1239px) {
  .b-modal {
    margin-top: 84px;
    margin-bottom: 80px;
    width: calc(100% - 40px);
  }
}

.b-form__ctn-sm {
  max-width: 346px;
  width: 100%;
}

.b-form__wrapper {
  margin-bottom: 16px;
}

.b-form__item:not(:last-child) {
  margin-bottom: 20px;
}

.b-form__input {
  background: 0 0;
  border-radius: 6px;
  height: 46px;
  padding: 14px;
  width: 100%;
  font-size: 16px;
  line-height: 130%;
  border: 1px solid #515151;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.b-form__input:focus {
  font-size: 16px;
}

.b-form__input_gray {
  background: #f2f2f2;
}

.b-form__input:focus {
  border: 1px solid #003baa;
  -webkit-box-shadow: inset 0 0 0 1px #003baa;
  box-shadow: inset 0 0 0 1px #003baa;
}

.b-form__input_label {
  background: #f2f2f2;
}

.b-form__label {
  position: absolute;
  top: 14px;
  left: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #6b6969;
  margin-bottom: 0;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  pointer-events: none;
  background: #fff;
  padding: 0 5px;
  max-width: 280px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.b-form__label_gray {
  background: #f2f2f2;
}

.b-form__input:not(:-moz-placeholder-shown)~label {
  top: -10px;
}

.b-form__input:not(:-ms-input-placeholder)~label {
  top: -10px;
}

.b-form__input:focus~label,
.b-form__input:not(:placeholder-shown)~label {
  top: -10px;
}

.b-form__input-wrapper {
  position: relative;
}

.b-form__helper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.b-form__link {
  margin-left: auto;
}

.b-form__link a,
.b-form__link span {
  text-decoration: none;
  color: #003baa;
  font-size: 14px;
  line-height: 130%;
  cursor: pointer;
}

.b-form__link a:hover,
.b-form__link:hover span {
  text-decoration: none;
  color: #00aa1a;
}

.b-form .button-primary_bg {
  width: 100%;
}

.b-form__link-auth,
.b-form__link-reg,
.b-form__text-center,
.b-form__text-left {
  font-size: 14px;
  line-height: 130%;
  color: #000;
  text-align: center;
  margin-top: 20px;
}

.b-form__text-left {
  text-align: left;
}

.b-form__link-auth a,
.b-form__link-auth span,
.b-form__link-reg a,
.b-form__text-center a,
.b-form__text-center span,
.b-form__text-left a,
.b-form__text-left span {
  color: #003baa;
  text-decoration: none;
  cursor: pointer;
}

.b-form__link-auth a:hover,
.b-form__link-auth span:hover,
.b-form__link-reg a:hover,
.b-form__text-center a:hover,
.b-form__text-center span:hover,
.b-form__text-left a:hover,
.b-form__text-left span:hover {
  color: #00aa1a;
}

.b-form__text-center {
  margin-top: 10px;
}

.b-form__link-reg_text-left {
  text-align: left;
}

.b-form__item-wrapper {
  display: none;
  margin-bottom: 20px;
}

.b-form__item-wrapper.show {
  display: block;
}

.b-form__item-wrapper .b-form__item {
  margin-bottom: 0;
  margin-top: 20px;
}

.b-form-two-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-top: 25px;
}

.b-form-two-cols .b-form__item {
  margin-left: 20px;
  width: calc(50% - 20px);
}

.b-form-two-cols .b-form__item_full-width {
  width: 100%;
}

.b-form__textarea {
  background: #fff;
  border-radius: 6px;
  padding: 14px;
  width: 100%;
  font-size: 14px;
  line-height: 130%;
  border: 1px solid #515151;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  resize: none;
}

.b-form__textarea:focus {
  border-color: #003baa;
  -webkit-box-shadow: inset 0 0 0 1px #003baa;
  box-shadow: inset 0 0 0 1px #003baa;
}

.b-form__title {
  font-size: 28px;
  line-height: 130%;
  font-family: OpenSansSemi;
}

.b-form__title-with-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-form__title-with-link span {
  font-size: 14px;
  line-height: 130%;
  text-decoration: none;
  font-family: OpenSans;
  font-weight: 400;
  margin-left: auto;
  color: #003baa;
  cursor: pointer;
}

.b-form__title-with-link span:hover {
  color: #00aa1a;
}

@media (max-width: 1239px) {
  .b-form__ctn-sm {
    max-width: 479px;
  }
}

@media (max-width: 767px) {
  .b-form__ctn-sm {
    max-width: 100%;
  }

  .b-form-two-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
  }

  .b-form-two-cols .b-form__item {
    margin-left: 0;
    width: 100%;
  }
}

.b-checkbox input[type="checkbox"].input {
  display: none;
}

.b-checkbox input[type="checkbox"].input+label {
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  padding-left: 30px;
  color: #262626;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 0;
}

.b-checkbox input[type="checkbox"].input+label::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 2px solid #515151;
  border-radius: 4px;
  vertical-align: text-top;
  position: absolute;
  top: -1px;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
}

.b-checkbox input[type="checkbox"].input:checked+label::before {
  background-color: #003baa;
  border-color: #003baa;
  background-image: url(../images/svg/icon-check.svg);
}

.b-checkbox input[type="checkbox"].input:checked+label {
  color: #000;
}

.b-checkbox input[type="checkbox"].input+label:hover {
  color: #003baa;
}

.b-checkbox input[type="checkbox"].input+label:hover::before {
  border-color: #003baa;
}

.b-checkbox-list__item:not(:first-child) {
  margin-top: 15px;
}

.b-checkbox__helper {
  color: #878786;
}

.b-checkbox input[type="checkbox"].input:disabled+label {
  color: #878786;
  cursor: default;
}

.b-checkbox input[type="checkbox"].input:disabled+label::before {
  border-color: #e6e6e6;
  background: #f2f2f2;
}

.b-radio input[type="radio"].input {
  display: none;
}

.b-radio input[type="radio"].input+label {
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  padding-left: 30px;
  color: #262626;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 0;
}

.b-radio input[type="radio"].input+label::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 2px solid #003baa;
  border-radius: 50%;
  vertical-align: text-top;
  position: absolute;
  top: -1px;
  left: 0;
}

.b-radio input[type="radio"].input:checked+label::before {
  background: #003baa;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.b-radio input[type="radio"].input:checked+label:hover {
  color: #003baa;
}

.b-radio-list__item:not(:last-child) {
  margin-bottom: 15px;
}

.b-radio__helper {
  color: #878786;
}

.b-radio input[type="radio"].input:disabled+label {
  color: #878786;
  cursor: default;
}

.b-radio input[type="radio"].input:disabled+label::before {
  border-color: #e6e6e6;
  background: #f2f2f2;
}

.b-modal-location {
  max-width: 645px;
  width: 100%;
  padding: 30px 70px;
}

.b-modal-location .b-modal__title {
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 16px;
  text-align: center;
  padding-right: 0;
}

.b-modal-location__current {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 19px;
  text-align: center;
  color: #262626;
}

.b-modal-location__form-head {
  position: relative;
  margin-bottom: 20px;
}

.b-modal-location__form-input {
  background: #f2f2f2;
  border-radius: 6px;
  width: 100%;
  padding: 10px 13px;
  font-size: 14px;
  line-height: 130%;
  height: 44px;
  border: 2px solid transparent;
}

.b-modal-location__form-input:focus {
  border-color: #003baa;
}

.b-modal-location__form-button {
  background-color: #003baa;
  border-radius: 0 4px 4px 0;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.b-modal-location__form-button .icon {
  width: 25px;
  height: 25px;
  stroke: #fff;
  stroke-width: 2px;
}

.b-modal-location__form-scroller {
  max-height: 250px;
  overflow: hidden;
  position: relative;
  overflow: auto;
}

.b-modal-location__form-list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  display: block;
  min-height: 215px;
}

.b-modal-location__form-list-item {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.b-modal-location__form-list-item:hover {
  cursor: pointer;
  color: #003baa;
}

.b-modal-location__form-list-item-link {
  font-size: 14px;
  line-height: 130%;
  color: #262626;
  text-decoration: none;
}

.b-modal-location__form-list-item-link:hover {
  color: #003baa;
}

.b-modal-location__form-list-item_bold {
  font-family: OpenSansSemi;
}

.b-modal-location__form-list_modified {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

@media (max-width: 767px) {
  .b-modal-location {
    padding: 0;
    width: calc(100% - 40px);
  }

  .b-modal-location__form-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    min-height: unset;
  }

  .b-modal-location__form-list_modified {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  .b-modal-location .b-modal__title,
  .b-modal-location__current {
    text-align: left;
  }
}

.b-breadcrumbs {
  margin-bottom: 10px;
}

.b-breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-breadcrumbs__item {
  font-size: 14px;
  line-height: 130%;
  font-family: OpenSansSemi;
  position: relative;
}

.b-breadcrumbs__item:not(:last-child)::after {
  content: "";
  width: 9px;
  height: 15px;
  background-image: url(../images/svg/icon-arrow-right-black.svg);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}

.b-breadcrumbs__item:not(:last-child) {
  margin-right: 10px;
  padding-right: 17px;
}

.b-breadcrumbs__item-link {
  color: #262626;
  text-decoration: none;
}

.b-breadcrumbs__item:hover .b-breadcrumbs__item-link {
  color: #003baa;
}

.b-breadcrumbs__item:hover:not(:last-child)::after {
  background-image: url(../images/svg/icon-arrow-right-blue.svg);
}

.b-breadcrumbs__item_last {
  color: #878786;
}

@media (max-width: 767px) {
  .b-breadcrumbs__list {
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% + 40px);
  }

  .b-breadcrumbs__item {
    white-space: nowrap;
  }
}

.b-modal-menu {
  margin-top: 60px;
  background: #fff;
  width: 300px;
  min-height: 100%;
}

.b-modal-menu-ctn .mfp-content {
  vertical-align: top;
  height: 100%;
}

.b-modal-menu__item:first-child {
  padding-top: 0;
}

.b-modal-menu__item {
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 15px;
  padding-top: 15px;
}

.b-modal-menu__item:last-child {
  border: 0;
  padding-bottom: 0;
}

.b-modal-menu__location {
  font-size: 14px;
  line-height: 130%;
  padding: 14px 30px 14px 14px;
  background: #f2f2f2;
  border-radius: 4px;
  position: relative;
  margin-bottom: 16px;
}

.b-modal-menu__location .icon {
  width: 8px;
  height: 14px;
  stroke: #262626;
  stroke-width: 2px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
}

.b-modal-menu__nav-item,
.b-modal-menu__nav-item-link {
  font-size: 14px;
  line-height: 18px;
  color: #262626;
}

.b-modal-menu__nav-item-link:hover,
.b-modal-menu__nav-item:hover {
  color: #003baa;
}

.b-modal-menu__nav-item:not(:last-child) {
  margin-bottom: 20px;
}

.b-modal-menu__nav-item span,
.b-modal-menu__nav-item-link {
  text-decoration: none;
  display: block;
}

.b-modal-menu__phone,
.b-modal-menu__phone-link {
  font-size: 14px;
  line-height: 18px;
  font-family: OpenSansBold;
  text-decoration: none;
}

.b-modal-menu__phone-link {
  color: #262626;
}

.b-modal-menu__phone-link:hover {
  color: #003baa;
}

.b-modal-menu__phone {
  margin-bottom: 15px;
}

.b-modal-menu__social,
.b-modal-menu__social-link {
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  color: #262626;
}

.b-modal-menu__social-link:hover {
  color: #003baa;
}

.b-modal-menu__social img {
  margin-right: 10px;
  max-width: 24px;
}

.b-modal-menu__social:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .b-modal-menu .b-modal__wrapper {
    padding-bottom: 60px;
  }
}

.b-catalog_page {
  position: relative;
  left: auto;
  padding-top: 0;
  background: 0 0;
  display: block;
}

.b-catalog_page .b-catalog__list {
  margin-top: -20px;
}

.b-catalog_page .b-catalog__card {
  position: relative;
  margin-bottom: 0;
  margin-top: 20px;
}

.b-catalog_page .b-catalog__card-counter {
  display: none;
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #878786;
}

@media (max-width: 1239px) {
  .b-catalog_page .b-catalog__category {
    display: none;
  }

  .b-catalog_page .b-catalog__card {
    width: calc(33.3% - 20px);
  }

  .b-catalog_page .b-catalog-mini-card {
    height: 140px;
  }

  .b-catalog_page .b-catalog-mini-card__link {
    background-size: 140px;
  }

  .b-catalog_page .b-catalog__card-counter {
    display: block;
  }

  .b-catalog_page .b-catalog-mini-card__title {
    max-width: 165px;
    width: 100%;
    display: block;
  }

  .b-catalog_page .b-catalog-mini-card__link {
    padding-top: 30px;
  }
}

@media (max-width: 991px) {
  .b-catalog_page .b-catalog__card {
    width: calc(50% - 20px);
  }
}

@media (max-width: 767px) {
  .b-catalog_page .b-catalog__list {
    margin-left: 0;
  }

  .b-catalog_page .b-catalog__card {
    width: 100%;
    margin-left: 0;
  }
}

.b-catalog-mini-card_category-page {
  margin-bottom: 20px;
}

.b-catalog-mini-card_category-page .b-catalog-mini-card {
  width: calc(25% - 20px);
  margin-top: 20px;
  background: #fff;
}

.b-catalog-mini-card_category-page .b-catalog-mini-card-wrapper {
  margin-top: -20px;
}

.b-catalog-mini-card_category-page.swiper-initialized .b-catalog-mini-card-wrapper {
  margin-top: 0;
  margin-left: 0;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
}

.b-catalog-mini-card_category-page.swiper-initialized .b-catalog-mini-card {
  margin-top: 0;
  margin-left: 0;
}

.b-product-mini-card-category__swiper-button-next,
.b-product-mini-card-category__swiper-button-prev {
  background: #f2f2f2;
  -webkit-filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.11));
  filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.11));
}

.b-product-mini-card-category__swiper-button-next {
  right: -10px;
}

.b-product-mini-card-category__swiper-button-prev {
  left: -10px;
}

.b-catalog-mini-card-category-swiper-pagination {
  display: none;
}

@media (max-width: 991px) {
  .b-catalog-mini-card-category-swiper-pagination {
    display: block;
  }

  .b-product-mini-card-category__swiper-button-next,
  .b-product-mini-card-category__swiper-button-prev {
    display: none;
  }

  .b-catalog-mini-card_category-page {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .b-catalog-mini-card_category-page .b-catalog-mini-card-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-top: 0;
  }

  .b-catalog-mini-card_category-page .b-catalog-mini-card {
    margin-left: 0;
    width: 100%;
    background: 0 0;
    height: auto;
    border-radius: 0;
    margin-top: 0;
    padding: 15px 0;
    border-bottom: 2px solid #e6e6e6;
  }

  .b-catalog-mini-card_category-page .b-catalog-mini-card:first-child {
    padding-top: 0;
  }

  .b-catalog-mini-card_category-page .b-catalog-mini-card__link {
    background-image: none !important;
    padding: 0;
  }

  .b-catalog-mini-card_category-page {
    padding-bottom: 0;
  }

  .b-catalog-mini-card-category-swiper-pagination {
    display: none;
  }
}

.b-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
  position: relative;
}

.b-tags__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-top: -10px;
}

.b-tags__item {
  margin-top: 10px;
  width: auto;
}

.b-tags__text {
  font-size: 14px;
  line-height: 130%;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 5px;
  display: inline-block;
}

.b-tags__item:not(:last-child) {
  margin-right: 10px;
}

.b-tags__item-link {
  text-decoration: none;
  font-size: 14px;
  line-height: 130%;
  padding: 4px 10px;
  -webkit-box-shadow: inset 0 0 0 2px #003baa;
  box-shadow: inset 0 0 0 2px #003baa;
  border-radius: 6px;
  display: block;
}

.b-tags__item-link:hover {
  background: #003baa;
  color: #fff;
}

.b-tags__more {
  background: #003baa;
  padding: 4px 10px;
  color: #fff;
  font-size: 14px;
  line-height: 130%;
  border-radius: 6px;
}

.b-tags__wrapper.swiper-initialized {
  margin: 0;
  margin-right: 10px;
}

.b-tags__wrapper.swiper-initialized .b-tags__list {
  margin-top: 0;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
}

.b-tags__wrapper.swiper-initialized .b-tags__item {
  margin-top: 0;
}

.b-tags__swiper-button-prev {
  left: 90px;
}

.b-tags__swiper-button-next,
.b-tags__swiper-button-prev {
  width: 30px;
  height: 30px;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: 0;
  -webkit-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.11));
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.11));
}

.b-tags__swiper-button-next .icon,
.b-tags__swiper-button-prev .icon {
  width: 7px;
  height: 12px;
}

.b-tags .swiper-button-disabled {
  display: none;
}

@media (max-width: 767px) {
  .b-tags {
    display: block;
  }

  .b-tags__text {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .b-tags__swiper-button-next,
  .b-tags__swiper-button-prev {
    bottom: 0;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .b-tags__swiper-button-prev {
    left: -10px;
  }
}

.b-fast-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.b-fast-filters__item {
  font-size: 14px;
  line-height: 130%;
  font-family: OpenSansSemi;
  color: #fff;
  position: relative;
  padding: 6px 32px 6px 13px !important;
  background: #003baa;
  border-radius: 6px;
  margin-left: 10px;
  border: 2px solid transparent !important;
  text-decoration: none;
}

.b-fast-filters__item:hover {
  background: 0 0;
  border: 2px solid #003baa;
  color: #003baa;
}

.b-fast-filters__item:hover .icon {
  stroke: #003baa;
}

.b-fast-filters__button {
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -2px;
  right: 0;
  cursor: pointer;
}

.b-fast-filters__button .icon {
  stroke: #fff;
  stroke-width: 3px;
  width: 12px;
  height: 12px;
}

.b-fast-filters__item_modified {
  background: #e6e6e6 !important;
  color: #262626 !important;
}

.b-fast-filters__item_modified_info {
  background: #e6e6e6 !important;
  color: #262626 !important;
}

.b-fast-filters__item_modified_info:hover {
  background: #e6e6e6 !important;
  color: #262626 !important;
}

.b-fast-filters__item_modified .b-fast-filters__button .icon {
  stroke: #262626;
}

.b-fast-filters__item_modified:hover {
  background: #003baa !important;
  color: #fff !important;
}

.b-fast-filters__item_modified:hover .icon {
  stroke: #fff;
}

@media (max-width: 1239px) {
  .b-fast-filters {
    display: none;
  }
}

.b-partners img {
  max-width: 100%;
}

.b-partners {
  margin-bottom: 20px;
}

.b-catalog-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.b-catalog-controls__left {
  margin-right: auto;
}

.b-catalog-controls__right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-select-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 130%;
  color: #262626;
}

.b-select-wrapper:not(:last-child) {
  margin-left: 24px;
}

.b-select {
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  border: 0;
  background: 0 0;
  border-radius: 0;
  padding-right: 20px;
  padding-left: 0;
}

.b-select::after {
  display: none;
}

.b-select.open .current::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.b-select .option.focus,
.b-select .option.selected.focus {
  background: 0 0;
  color: #003baa;
}

.b-select .option:hover {
  color: #00aa1a;
  background: 0 0;
}

.b-select .option {
  font-size: 14px;
  font-family: OpenSansSemi;
}

.b-select-title {
  font-size: 14px;
  line-height: 130%;
  margin-right: 10px;
}

.b-select .current {
  font-family: OpenSansSemi;
  color: #003baa;
}

.b-select .current::before {
  content: "";
  width: 14px;
  height: 8px;
  background-image: url(../images/svg/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.b-select .current:hover {
  color: #00aa1a;
}

.b-select .current:hover::before {
  background-image: url(../images/svg/icon-arrow-down-green.svg);
}

.b-select-group-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-select-group-button {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b-select-group-button .icon {
  fill: #878786;
}

.b-select-group-button .icon-square {
  width: 30px;
  height: 24px;
}

.b-select-group-button .icon-list {
  width: 30px;
  height: 24px;
}

.b-select-group-button-link_active .icon {
  fill: #003baa;
}

.b-select-group-button-link:hover .icon {
  fill: #00aa1a;
}

.b-select-group-button-link_active:hover .icon {
  fill: #003baa;
}

@media (max-width: 767px) {
  .b-select-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .b-select-title {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.b-product-mini-card_lg {
  height: 347px;
  width: calc(25% - 20px);
}

.b-product-mini-card_lg .button-primary {
  width: 100%;
  z-index: 2;
}

@media (max-width: 991px) {
  .b-product-mini-card_lg {
    width: calc(33.3% - 20px);
  }
}

@media (max-width: 767px) {
  .b-product-mini-card_lg {
    width: calc(50% - 20px);
    height: 366px;
  }

  .b-product-mini-card__delivery-text span {
    margin-left: 0;
    display: block;
  }

  .b-product-mini-card_lg .button-primary {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.b-pagination {
  margin-top: 20px;
  margin-bottom: 50px;
}

.b-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b-pagination__item {
  margin: 0 5px;
  width: 30px;
  height: 33px;
  border-radius: 6px;
  color: #003baa;
  font-size: 16px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: OpenSansSemi;
}

.b-pagination__link {
  text-decoration: none;
  color: #003baa;
}

.b-pagination__item_active {
  background: #003baa;
  color: #fff;
}

.b-pagination__link:hover .icon {
  stroke: #00aa1a;
}

.b-pagination__item .icon {
  width: 10px;
  height: 16px;
  stroke: #003baa;
  stroke-width: 2px;
}

.b-pagination__item .icon-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.b-pagination__item_disable {
  color: #878786;
}

.b-pagination__item_disable .icon {
  stroke: #878786;
}

@media (max-width: 767px) {
  .b-pagination {
    margin-bottom: 30px;
  }
}

.b-nav-aside {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 28px;
}

.b-nav-aside__item {
  font-size: 14px;
  line-height: 130%;
}

.b-nav-aside__lv1>.b-nav-aside__item:not(:last-child) {
  margin-bottom: 15px;
}

.b-nav-aside__lv2 {
  margin-top: 10px;
  padding-left: 20px;
}

.b-nav-aside__lv2>.b-nav-aside__item:not(:last-child) {
  margin-bottom: 10px;
}

.b-nav-aside__link {
  text-decoration: none;
  color: #262626;
}

.b-nav-aside__link:hover {
  color: #003baa;
}

.b-nav-aside__link:active {
  color: #878786;
}

.b-nav-aside__link_active {
  font-family: OpenSansSemi;
}

@media (max-width: 1239px) {
  .b-nav-aside {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}

.b-filters {
  background: #fff;
  border-radius: 6px;
  padding: 15px;
}

.b-filters__form {
  margin-top: -15px;
  height: auto !important;
}

.b-filters__wrapper {
  padding-bottom: 15px;
  display: none;
}

.b-filters__wrapper.show {
  display: block;
}

.b-filters__item {
  border-bottom: 2px solid #e6e6e6;
  position: relative;
}

.b-filters__title {
  cursor: pointer;
  padding: 14px 15px 14px 0;
  font-size: 14px;
  line-height: 130%;
  font-family: OpenSansSemi;
  position: relative;
}

.b-filters__title:hover {
  color: #003baa;
}

.b-filters__title .icon-arrow-right {
  width: 10px;
  height: 14px;
  stroke: #262626;
  stroke-width: 2px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.b-filters__title:hover .icon-arrow-right {
  stroke: #003baa;
}

.b-filters__title.active .icon-arrow-right {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.b-filters__group-buttons {
  margin-top: 15px;
}

.b-filters__group-buttons .button:not(:last-child) {
  margin-bottom: 10px;
}

.b-filters__range-group-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 130%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.b-filters__range-input {
  padding: 0;
  background: #f2f2f2;
  border-radius: 4px;
  width: 53px;
  height: 28px;
  padding: 5px 10px;
  margin: 0 7px;
  font-size: 14px;
  line-height: 130%;
  color: #262626;
  text-align: center;
}

.b-filters__range .irs--round .irs-bar,
.b-filters__range .irs--round .irs-line {
  height: 2px;
  top: 0;
}

.b-filters__range .irs--round .irs-line {
  background: #878786;
}

.b-filters__range .irs--round .irs-bar {
  background: #003baa;
}

.b-filters__range .irs--round .irs-handle {
  width: 10px;
  height: 10px;
  background: #878786;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: -4px;
  cursor: pointer;
}

.b-filters__range .irs--round {
  height: 10px;
}

.b-filters__range .state_hover {
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.b-filters__range .state_hover::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #e6e6e6;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.5;
}

.b-filters__show-all {
  font-size: 14px;
  line-height: 19px;
  color: #003baa;
  margin-top: 15px;
  cursor: pointer;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

.b-filters__show-all:hover {
  border-bottom: 1px solid #003baa;
}

.b-filters__search {
  position: relative;
  margin-bottom: 20px;
}

.b-filters__search-input {
  height: 44px;
  padding: 13px 54px 13px 10px;
  font-size: 14px;
  line-height: 130%;
  background: #f2f2f2;
  border-radius: 6px;
  width: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.b-filters__search-input:focus {
  border-color: #003baa;
}

.b-filters__search-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  z-index: 2;
  background: #003baa;
  border-radius: 0 4px 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b-filters__search-button .icon {
  stroke: #fff;
  stroke-width: 2px;
  width: 26px;
  height: 26px;
}

.b-filters__wrapper.hide-item .b-checkbox-list__item {
  display: none;
}

.b-filters__wrapper.hide-item .b-checkbox-list__item:nth-child(1),
.b-filters__wrapper.hide-item .b-checkbox-list__item:nth-child(2),
.b-filters__wrapper.hide-item .b-checkbox-list__item:nth-child(3),
.b-filters__wrapper.hide-item .b-checkbox-list__item:nth-child(4),
.b-filters__wrapper.hide-item .b-checkbox-list__item:nth-child(5) {
  display: block;
}

.b-filters__result {
  position: absolute;
  left: 100%;
  bottom: 0;
  background: #fff;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.11);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.11);
  border-radius: 4px;
  padding: 15px;
  z-index: 50;
  margin-left: 15px;
  display: none;
}

.b-filters__result.show {
  display: block;
}

.b-filters__result-text {
  font-size: 14px;
  line-height: 130%;
  white-space: nowrap;
  margin-bottom: 10px;
  display: block;
}

.b-filters__button {
  display: none;
}

#kombox-filter .show-all-checkbox {
  font-size: 14px;
  line-height: 19px;
  color: #003baa;
  margin-top: 15px;
  cursor: pointer;
  display: inline-block;
  border-bottom: 1px solid transparent;
  padding: unset !important;
}

#kombox-filter .hide-all-checkbox {
  font-size: 14px;
  line-height: 19px;
  color: #003baa;
  margin-top: 15px;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  padding: unset !important;
}

#kombox-filter .kombox-filter-property-body.active .hide-all-checkbox {
  display: inline-block !important;
}

#kombox-filter .hide-all-checkbox:hover,
#kombox-filter .show-all-checkbox:hover {
  border-bottom: 1px solid #003baa;
}

@media (max-width: 1239px) {
  .b-filters__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 25px;
  }

  .b-filters__button .icon {
    width: 20px;
    height: 20px;
    stroke: #003baa;
    stroke-width: 2px;
  }

  .b-filters__button:hover .icon {
    stroke: #00aa1a;
  }
}

@media (max-width: 1239px) {
  .b-filters {
    border-radius: 0;
    padding: 20px 15px 100px !important;
  }

  #kombox-filter .kf-rsystems-title {
    display: none;
  }

  #kombox-filter .kombox-filter-property-body-inner {
    padding: unset !important;
  }

  #kombox-filter .cst-checkbox {
    -webkit-box-flex: unset !important;
    -ms-flex: unset !important;
    flex: unset !important;
    line-height: unset !important;
    padding: unset !important;
    margin: unset !important;
    margin-bottom: 10px !important;
  }

  label {
    margin: unset !important;
  }

  #kombox-filter .kombox-num .kombox-input {
    width: unset !important;
  }
}

.b-tooltip {
  position: relative;
  z-index: 2;
  margin-left: 5px;
}

.b-tooltip__ctn {
  font-size: 14px;
  line-height: 130%;
  color: #262626;
}

.b-tooltip .icon-question {
  width: 15px;
  height: 15px;
  stroke: #6b6969;
}

.tooltipster-sidetip .tooltipster-content {
  padding: 15px;
}

.b-main-about_inner-page {
  margin-bottom: 50px;
}

.b-main-about_inner-page p:last-child {
  margin-bottom: 0;
}

.b-main-about_inner-page .b-main-about__left {
  max-width: 712px;
}

.b-main-about_inner-page .b-main-about__more .icon {
  width: 8px;
  height: 14px;
  stroke: #003baa;
  stroke-width: 2px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 7px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.b-main-about_inner-page .b-main-about__more {
  font-size: 14px;
  line-height: 130%;
  font-family: OpenSansSemi;
  color: #003baa;
  margin-top: 20px;
  cursor: pointer;
}

.b-main-about_inner-page .b-main-about__more:hover {
  color: #00aa1a;
}

.b-main-about_inner-page .b-main-about__more:hover .icon {
  stroke: #00aa1a;
}

.b-main-about_inner-page .b-main-about__hide-text {
  display: none;
}

.b-main-about_inner-page .b-main-about__more.active .icon {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

@media (max-width: 1239px) {
  .b-main-about_inner-page {
    margin-bottom: 50px;
  }
}

@media (max-width: 992px) {
  .b-main-about_inner-page {
    margin-bottom: 0;
  }
}

.b-feedback {
  position: relative;
}

.b-feedback__list {
  margin-left: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-feedback__item {
  background: #f2f2f2;
  border-radius: 6px;
  width: calc(33.3% - 20px);
  margin-left: 20px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.b-feedback__title {
  font-family: OpenSansSemi;
  font-size: 18px;
  line-height: 130%;
  color: #003baa;
  margin-bottom: 10px;
}

.b-feedback__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.b-feedback__rating-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-feedback__rating-item {
  width: 10px;
  height: 10px;
}

.b-feedback__rating-item .icon {
  width: 10px;
  height: 10px;
  stroke: #003baa;
  stroke-width: 1px;
  fill: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-feedback__rating-item:not(:last-child) {
  margin-right: 5px;
}

.b-feedback__rating-item_active .icon {
  fill: #003baa;
}

.b-feedback__rating-counter {
  font-size: 14px;
  line-height: 130%;
  color: #262626;
  margin-left: 6px;
}

.b-feedback__sub-title {
  font-size: 14px;
  line-height: 19px;
  font-family: OpenSansSemi;
  margin-bottom: 10px;
}

.b-feedback__text,
.b-feedback__text p {
  font-size: 14px;
  line-height: 150%;
  color: #262626;
}

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

.b-feedback__text {
  margin-bottom: 10px;
}

.b-feedback__name {
  font-size: 14px;
  line-height: 130%;
  color: #6b6969;
  margin-top: auto;
}

.b-feedback__h2 {
  padding-right: 100px;
}

.b-feedback__stat {
  background: #f2f2f2;
  border-radius: 6px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 130%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.b-feedback__stat .icon {
  fill: #003baa;
  stroke: #003baa;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}

.b-feedback__stat-text {
  margin: 0 5px;
}

@media (max-width: 991px) {
  .b-feedback {
    display: none;
  }
}

.b-media-card-video {
  height: auto;
}

.b-media-cards-video .b-media-card__title {
  -webkit-line-clamp: 4;
  max-height: 92px;
  margin-bottom: 0;
}

.b-media-card-video .b-media-card__teaser {
  -webkit-line-clamp: 5;
  max-height: 105px;
  margin-bottom: 0;
}

.b-media-card-video .b-media-card__image {
  position: relative;
}

.b-media-card-video__counter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-media-card-video__counter span {
  background: #fff;
  padding: 4px 12px 4px 27px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 130%;
  color: #262626;
  z-index: 1;
  margin-left: -20px;
}

.b-media-card-video__counter img {
  max-width: 40px;
  z-index: 2;
}

.b-media-cards-video__swiper-pagination {
  display: none;
}

@media (max-width: 1239px) {
  .b-media-cards-video__swiper-pagination {
    display: block;
  }
}

.b-product-mini-card-wrapper_list {
  margin-left: 0;
  display: block;
}

.b-product-mini-card_list {
  width: 100%;
  margin-left: 0;
  height: auto;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-product-mini-card_list .b-product-mini-card__title a {
  white-space: nowrap;
}

.b-product-mini-card_list .b-product-mini-card__wrap-left {
  width: 210px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  position: relative;
  padding-top: 15px;
}

.b-product-mini-card_list .b-product-mini-card__wrap-right {
  width: 100%;
}

.b-product-mini-card_list .b-product-mini-card__image {
  height: 130px;
  margin-bottom: 0;
}

.b-product-mini-card_list .b-product-mini-card__image img {
  max-width: 130px;
}

.b-product-mini-card_list .b-product-mini-card__rating {
  top: 0;
  left: 0;
}

.b-product-mini-card_list .b-product-mini-card__labels {
  top: 28px;
  left: 0;
}

.b-product-mini-card_list .b-product-mini-card__icons {
  right: 0;
  top: 0;
}

.b-product-mini-card_list .b-product-mini-card__wrap-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b-product-mini-card_list .b-product-mini-card__desc {
  max-width: 450px;
  width: 100%;
}

.b-product-mini-card_list .b-product-mini-card__desc-item {
  font-size: 14px;
  line-height: 130%;
  color: #6b6969;
}

.b-product-mini-card_list .b-product-mini-card__desc-item:not(:last-child) {
  margin-bottom: 7px;
}

.b-product-mini-card_list .b-product-mini-card__desc-item span {
  color: #262626;
  margin-left: 5px;
}

.b-product-mini-card_list .b-product-mini-card__info {
  width: 30%;
}

.b-product-mini-card_list .b-product-mini-card__cost {
  margin-bottom: 15px;
  font-size: 16px;
}

.b-product-mini-card_list .b-product-mini-card__cost-old {
  margin-bottom: 10px;
}

.b-product-mini-card_list .b-product-mini-card__delivery {
  margin-top: 15px;
}

.b-product-mini-card_list .b-product-mini-card__button {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 130%;
  font-family: OpenSansSemi;
  border: 2px solid transparent;
}

.b-product-mini-card_list .b-product-mini-card__button:hover {
  border-color: #00aa1a;
  background: 0 0;
  color: #00aa1a;
}

.b-product-mini-card_list .b-product-mini-card__button.added {
  color: #00aa1a;
  border-color: #00aa1a;
}

.b-product-mini-card_list .b-product-mini-card__button.added .icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .b-product-mini-card_list {
    min-width: 728px;
  }

  .b-product-mini-card_list .b-product-mini-card__delivery-text {
    white-space: nowrap;
  }

  .b-product-mini-card_list .b-product-mini-card__delivery-text span {
    display: inline-block;
  }
}

.b-modal-filters__title {
  display: none;
}

.b-modal-filters {
  display: block !important;
}

@media (max-width: 1239px) {
  .b-modal-filters {
    margin-top: 60px;
    height: calc(100% - 60px);
    background: #fff;
    width: 234px;
  }

  .b-modal-filters-ctn .mfp-content {
    vertical-align: top;
    height: 100%;
  }

  .b-modal-filters__title {
    display: block;
    margin-bottom: 20px;
    padding: 25px 15px 0 15px;
    font-size: 18px;
    line-height: 130%;
    font-family: OpenSansSemi;
  }
}

.b-header_static .b-catalog.show {
  height: auto;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.11);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.11);
}

.b-header_static .b-catalog.show .b-catalog__list {
  margin-bottom: 0;
}

.b-product {
  margin-bottom: 35px;
}

.b-product__preview {
  max-width: 468px;
  width: 100%;
}

.b-product-wrapper {
  margin-top: 40px;
  margin-bottom: 50px;
}

.b-product__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
}

.b-product__head-item:not(:last-child) {
  margin-right: 18px;
}

.b-product__head-item-text {
  font-size: 14px;
  line-height: 130%;
  color: #262626;
}

.b-product__head-item-icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -3px;
}

.b-product__head-item-icon .icon {
  stroke-width: 2px;
  stroke: #6b6969;
  fill: none;
}

.b-product__head-item:hover .b-product__head-item-text {
  color: #003baa;
}

.b-product__head-item:hover .b-product__head-item-icon .icon {
  stroke: #003baa;
}

.b-product__head-item.active .b-product__head-item-text {
  color: #003baa;
}

.b-product__head-code {
  color: #878786;
  font-size: 14px;
  line-height: 130%;
}

.b-product__head-feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-product__head-feedback-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-product__head-feedback-rating-item:not(:last-child) {
  margin-right: 5px;
}

.b-product__head-feedback-rating-item {
  width: 10px;
  height: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-product__head-feedback-rating-item .icon {
  width: 10px;
  height: 10px;
  stroke: #003baa;
  stroke-width: 1px;
  fill: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-product__head-feedback-rating-item_active .icon {
  fill: #003baa;
}

.b-product__head-feedback-text {
  font-size: 14px;
  line-height: 130%;
  color: #003baa;
  margin-left: 5px;
}

.b-product__head-feedback-text a {
  text-decoration: none;
}

.b-product__head-favorite .icon {
  width: 19px;
  height: 17px;
}

.b-product__head-compare .icon {
  width: 17px;
  height: 22px;
}

.b-product__head-share .icon {
  width: 16px;
  height: 20px;
}

.b-product__head-compare,
.b-product__head-favorite,
.b-product__head-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
}

.b-product__head-compare.active .icon,
.b-product__head-favorite.active .icon {
  stroke: #003baa;
  fill: #003baa;
}

.b-product__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.b-product__preview {
  position: relative;
  margin-right: 20px;
}

.b-product__preview-swiper {
  max-width: 468px;
  width: 100%;
  height: 400px;
}

.b-product__preview-swiper img {
  max-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.b-product__preview-thumb {
  margin: 0 auto;
  max-width: 345px;
  width: 100%;
  height: 75px;
  margin-top: 20px;
}

.b-product__preview-thumb img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.b-product__preview-button-next,
.b-product__preview-button-prev {
  top: auto;
  bottom: 18px;
  background: #f2f2f2;
}

.b-product__preview-thumb-slide.swiper-slide-thumb-active::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #003baa;
}

.b-product__preview-thumb-slide {
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
}

.b-product__preview-slide {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.b-product__preview-slide a:hover::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(38, 38, 38, 0.6)),
      to(rgba(38, 38, 38, 0.6)));
  background: -o-linear-gradient(bottom,
      rgba(38, 38, 38, 0.6),
      rgba(38, 38, 38, 0.6));
  background: linear-gradient(0deg,
      rgba(38, 38, 38, 0.6),
      rgba(38, 38, 38, 0.6));
}

.b-product__preview-slide a:hover::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 48px;
  height: 48px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../images/dist/zoom-image.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 48px;
}

.b-product__preview-swiper-pagination {
  display: none;
}

.b-product__single-lightbox {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 346px;
  width: 100%;
}

.b-product__single-lightbox a:hover::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(38, 38, 38, 0.6)),
      to(rgba(38, 38, 38, 0.6)));
  background: -o-linear-gradient(bottom,
      rgba(38, 38, 38, 0.6),
      rgba(38, 38, 38, 0.6));
  background: linear-gradient(0deg,
      rgba(38, 38, 38, 0.6),
      rgba(38, 38, 38, 0.6));
}

.b-product__single-lightbox a:hover::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 48px;
  height: 48px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../images/dist/zoom-image.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 48px;
}

.b-product__char {
  margin-right: 20px;
  width: 100%;
}

.b-product__char-wrapper {
  max-width: 346px;
  width: 100%;
}

.b-product__char-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #262626;
  line-height: 18px;
  position: relative;
}

.b-product__char-item:not(:last-child) {
  margin-bottom: 15px;
}

.b-product__char-text {
  background: #fff;
  position: relative;
  z-index: 2;
  max-width: 50%;
}

.b-product__char-text:first-child {
  padding-right: 5px;
}

.b-product__char-text:last-child {
  padding-left: 5px;
}

.b-product__char-item::before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #000;
  position: absolute;
  top: 13px;
  left: 0;
  z-index: 1;
}

.b-product__char-link,
.b-product__char-link a {
  font-size: 14px;
  line-height: 130%;
  font-family: OpenSansSemi;
  color: #003baa;
  margin-top: 15px;
  cursor: pointer;
  text-decoration: none;
}

.b-product__char-link a:hover {
  color: #00aa1a;
}

.b-product__info-wrapper {
  margin-left: auto;
}

.b-product__brand {
  max-width: 190px;
  margin-top: 35px;
}

.b-product__brand img {
  max-width: 100%;
}

.b-product__info {
  width: 100%;
  margin-left: auto;
  max-width: 346px;
}

.b-product__info-wrapper {
  background: #f2f2f2;
  border-radius: 6px;
  padding: 20px;
}

.b-product__info-in {
  margin-bottom: 15px;
  padding-top: 10px;
}

.b-product__info-in-wrap,
.b-product__info-in-wrap-inactive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 130%;
  font-family: OpenSansSemi;
  color: #003baa;
}

.b-product__info-in-wrap-inactive {
  color: #9e9e9e;
}

.b-product__info-in-wrap-inactive .icon {
  stroke: #9e9e9e !important;
}

.b-product__info-in .icon {
  stroke: #003baa;
  stroke-width: 2px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.b-product__info-cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 15px;
}

.b-product__info-cost-normal {
  color: #003baa;
}

.b-product__info-cost-old {
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #6b6969;
  margin-right: 15px;
}

.b-product__info-cost span {
  font-family: OpenSansBold;
}

.b-product__info-qnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}

.b-product__info-buttons {
  margin-bottom: 15px;
}

.b-product__info-buttons .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b-product__info-buttons .button .icon {
  stroke-width: 2px;
  stroke: #fff;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  display: none;
}

.b-product__info-buttons .button.added .icon {
  display: block;
}

.b-product__info-buttons .button:not(:last-child) {
  margin-bottom: 15px;
}

.b-product__info-pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
}

.b-product__info-pay-item {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 130%;
}

.b-product__info-pay-icon {
  margin-right: 10px;
}

.b-product__info-separator {
  margin: 20px 0;
  width: 100%;
  height: 2px;
  background: #e6e6e6;
}

.b-product__info-separator:last-child {
  margin-bottom: 0;
}

.b-product__info-delivery-item {
  font-size: 14px;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.b-product__info-delivery-item:not(:last-child) {
  margin-bottom: 15px;
}

.b-product__info-delivery-item span {
  font-family: OpenSansSemi;
}

.b-product__info-delivery-icon {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.b-product__nav {
  border-bottom: 2px solid #e6e6e6;
  background: #fff;
}

.b-product__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-bottom: -2px;
}

.b-product__nav-item {
  line-height: 18px;
  text-align: center;
  color: #262626;
  font-family: OpenSansSemi;
  width: 154px;
  margin-left: 20px;
}

.b-product__nav-link {
  display: block;
  padding-bottom: 15px;
  padding-top: 15px;
  text-decoration: none;
  color: #262626;
}

.b-product__nav-link:hover {
  color: #003baa;
}

.b-product__nav-item_active {
  border-bottom: 2px solid #003baa;
  color: #003baa;
}

.b-product__nav-item_active .b-product__nav-link {
  color: #003baa;
}

.b-product__section .h2,
.b-product__section h2 {
  margin-bottom: 25px;
}

.b-product__section-two-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -40px;
}

.b-product__section-two-cols-item {
  width: calc(50% - 40px);
  margin-left: 40px;
}

.b-product__description_hide {
  display: none;
}

.b-product__description-more .icon {
  width: 8px;
  height: 14px;
  stroke: #003baa;
  stroke-width: 2px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 7px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.b-product__description-more {
  font-size: 14px;
  line-height: 130%;
  font-family: OpenSansSemi;
  color: #003baa;
  margin-top: 20px;
  cursor: pointer;
}

.b-product__description-more:hover {
  color: #00aa1a;
}

.b-product__description-more.active .icon {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.b-product__description-more:hover .icon {
  stroke: #00aa1a;
}

.b-product__char_modified {
  margin-right: 0;
}

.b-product__char_modified .b-product__char-wrapper {
  max-width: 100%;
}

.b-product__char_modified img {
  max-width: 100%;
}

.b-product__manual-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-top: -20px;
}

.b-product__manual-item {
  margin-left: 20px;
  width: calc(50% - 20px);
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 346px;
  width: 100%;
}

.b-product__manual-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
}

.b-product__manual-img img {
  max-width: 100%;
}

.b-product__manual-text-title {
  font-size: 14px;
  line-height: 130%;
  color: #262626;
  max-width: 260px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.b-product__manual-text-title span {
  color: #878786;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-product__manual-text-link {
  font-size: 14px;
  line-height: 130%;
  font-family: OpenSansSemi;
  color: #003baa;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-product__manual-text-link:hover {
  color: #00aa1a;
}

.b-product__manual-text-link .icon {
  width: 18px;
  height: 18px;
  stroke: #003baa;
  stroke-width: 2px;
  margin-left: 13px;
}

.b-product__manual-text-link:hover .icon {
  stroke: #00aa1a;
}

.b-product__feedback .button {
  margin-top: 20px;
}

.b-product__feedback-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.b-product__feedback-rating-item:not(:last-child) {
  margin-right: 5px;
}

.b-product__feedback-rating-item {
  width: 10px;
  height: 10px;
}

.b-product__feedback-rating-item .icon {
  width: 10px;
  height: 10px;
  stroke: #003baa;
  stroke-width: 1px;
  fill: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-product__feedback-rating-item_active .icon {
  fill: #003baa;
}

.b-product__feedback-title {
  font-size: 18px;
  line-height: 130%;
  font-family: OpenSansSemi;
  margin-bottom: 10px;
}

.b-product__feedback-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  line-height: 130%;
  color: #6b6969;
}

.b-product__feedback-item:not(:last-child) {
  margin-bottom: 20px;
}

.b-product__feedback-stat {
  background: #f2f2f2;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.11);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.11);
  border-radius: 6px;
  padding: 20px;
  max-width: 448px;
  width: 100%;
}

.b-product__feedback-stat-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.b-product__feedback-stat-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 16px;
  line-height: 140%;
}

.b-product__feedback-stat-list-item_modified {
  color: #6b6969;
}

.b-product__feedback-stat-list-item:not(:last-child) {
  margin-bottom: 15px;
}

.b-product__feedback-stat-list-info,
.b-product__feedback-stat-list-title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.b-product__feedback-stat-list-progress {
  width: 100%;
  margin: 0 5px;
  height: 2px;
  background: #e6e6e6;
  margin-bottom: 4px;
  position: relative;
}

.b-product__feedback-stat-list-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #003baa;
}

.b-product__feedback-stat-head .b-product__feedback-rating {
  margin-bottom: 0;
}

.b-product__feedback-stat-counter {
  font-size: 18px;
  line-height: 130%;
  font-family: OpenSansSemi;
}

.b-product__delivery-title {
  font-size: 18px;
  line-height: 130%;
  font-family: OpenSansSemi;
  margin-bottom: 15px;
}

.b-product__delivery-text {
  margin-bottom: 20px;
}

.b-product__delivery-map {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 435px;
  overflow: hidden;
}

.b-product__delivery-text p {
  margin-bottom: 10px;
}

.b-product__delivery-list {
  position: relative;
  max-height: 228px;
  padding-right: 15px;
}

.b-product__delivery-list-scroll .b-product__delivery-scrollbar {
  right: 0;
  background: 0 0;
}

.b-product__delivery-list-item {
  color: #262626;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #e6e6e6;
}

.b-product__delivery-list-item p,
.b-product__delivery-list-item-text {
  margin-bottom: 5px;
}

.b-product__delivery-list-item a {
  font-family: OpenSansSemi;
  text-decoration: none;
}

.b-product__delivery-list-item p:last-child,
.b-product__delivery-list-item-text:last-child {
  margin-bottom: 0;
}

.b-product__delivery-list-item-wrap {
  display: inline-block;
}

.b-product__delivery-list-item-wrap:not(:last-child) {
  margin-right: 10px;
}

.b-product__delivery-list-item span {
  font-family: OpenSansSemi;
}

.b-product__delivery-list_modified {
  max-height: 150px;
}

.b-product__delivery-list_modified .b-product__delivery-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-product__delivery-list_modified .b-product__delivery-list-item a {
  font-family: OpenSansSemi;
  text-decoration: none;
}

.b-product__delivery-list_modified .b-product__delivery-list-item .b-product__delivery-list-link {
  font-family: OpenSans;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  color: #003baa;
  padding-left: 5px;
}

.b-product__delivery-list_modified .b-product__delivery-list-item .b-product__delivery-list-link:hover {
  color: #00aa1a;
}

.b-product__warranty-text span {
  font-family: OpenSansSemi;
}

.b-product__warranty-text p:last-child {
  margin-bottom: 0;
}

.b-product__labels {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  width: 40px;
}

.b-product__labels-item:not(:last-child) {
  margin-bottom: 10px;
}

.b-product__labels img {
  max-width: 100%;
}

@media (max-width: 1239px) {
  .b-product-wrapper {
    margin-top: 0;
  }

  .b-product__preview-swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }

  .b-product__preview-swiper-pagination .swiper-pagination-bullet {
    background: #878786;
    width: 10px;
    height: 10px;
    position: relative;
  }

  .b-product__preview-swiper-pagination .swiper-pagination-bullet-active {
    background: #003baa;
  }

  .b-product__preview-swiper-pagination .swiper-pagination-bullet-active::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #003baa;
    position: absolute;
  }

  .b-product__preview-thumb {
    display: none;
  }

  .b-product__preview-button-next,
  .b-product__preview-button-prev {
    display: none;
  }

  .b-product__cols .b-product__char {
    display: none;
  }

  .b-product__info {
    margin-left: 0;
  }

  .b-product__nav {
    display: none;
  }

  .b-product__description {
    padding-top: 0;
  }

  .b-product__cols {
    margin-bottom: 50px;
  }

  .b-product__section-two-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
  }

  .b-product__section-two-cols-item {
    width: 100%;
    margin-left: 0;
  }

  .b-product__single-lightbox {
    margin-top: 20px;
  }

  .b-product__single-lightbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .b-product__feedback .b-product__section-two-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .b-product__feedback-stat {
    max-width: 728px;
    margin-bottom: 25px;
  }

  .b-product__delivery-list-scroll {
    margin-bottom: 20px;
  }

  .b-product__delivery-list-scroll_mod-bottom {
    margin-bottom: 0;
  }

  .b-product__delivery-list_modified {
    margin-bottom: 0;
  }

  .b-product__delivery-map {
    height: 435px;
  }

  .b-product__warranty-text {
    margin-bottom: 20px;
  }

  .b-product__warranty .toggle-block-wrapper {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .b-product__preview-swiper {
    max-width: 362px;
    height: auto;
  }

  .b-product__preview {
    max-width: 362px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .b-product__info {
    max-width: 100%;
    width: 100%;
  }

  .b-product__head {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 36px;
  }

  .b-product__head-item-text {
    display: none;
  }

  .b-product__head-item:not(:last-child) {
    margin-right: 15px;
  }

  .b-product__head-feedback {
    position: absolute;
    bottom: 0;
    margin-right: 0;
  }

  .b-product__cols {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 30px;
  }

  .b-product__preview {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .b-product__preview-slide,
  .b-product__preview-swiper {
    max-width: 768px;
    width: 100% !important;
  }

  .b-product__info-pay {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
  }

  .b-product__info-pay-item {
    margin-left: 0;
  }

  .b-product__info-pay-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .b-product__info-pay-icon {
    width: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .b-product__info-cost {
    margin-bottom: 10px;
  }

  .b-product__info-delivery-item:not(:last-child) {
    margin-bottom: 10px;
  }

  .b-product__section .h2,
  .b-product__section h2 {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 20px;
  }

  .b-product__single-lightbox {
    max-width: 229px;
  }

  .b-product__single-lightbox-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .b-product__manual-list {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }

  .b-product__delivery-map {
    height: 300px;
  }

  .b-product__delivery-title {
    font-size: 16px;
    line-height: 21px;
  }

  .b-product-wrapper {
    margin-bottom: 40px;
  }

  .b-product__feedback-stat {
    padding: 15px;
  }

  .b-product__feedback-stat-list-item:not(:last-child) {
    margin-bottom: 10px;
  }

  .b-product__feedback-text p:last-child {
    margin-bottom: 0;
  }

  .b-product__feedback-bottom {
    margin-top: 12px;
  }

  .b-product__delivery-list {
    max-height: 373px;
  }

  .b-product__delivery-list_modified {
    max-height: 239px;
  }
}

.b-quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 2px solid #003baa;
  border-radius: 6px;
  overflow: hidden;
}

.b-quantity__input {
  padding: 6px 20px 6px 12px;
  text-align: center;
  width: 70px;
  height: 36px;
}

.b-quantity__wrapper {
  position: relative;
  width: 70px;
}

.b-quantity__label {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 14px;
  line-height: 130%;
  color: #262626;
}

.b-quantity__down,
.b-quantity__up {
  width: 40px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.b-quantity__down .icon,
.b-quantity__up .icon {
  width: 20px;
  height: 20px;
  stroke-width: 2px;
}

.b-quantity__down:hover .icon,
.b-quantity__up:hover .icon {
  stroke: #00aa1a;
}

.b-quantity__down {
  border-right: 2px solid #e6e6e6;
}

.b-quantity__down .icon {
  stroke: #878786;
}

.b-quantity__up .icon {
  stroke: #003baa;
}

.b-quantity__up {
  border-left: 2px solid #e6e6e6;
}

.b-tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #e6e6e6;
}

.b-tabs__item.r-tabs-tab {
  width: 33.3%;
  font-family: OpenSansSemi;
  text-align: center;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
}

.b-tabs__link {
  text-decoration: none;
  color: #262626;
  padding-bottom: 15px;
  display: block;
}

.b-tabs__link:hover {
  color: #003baa;
}

.b-tabs__item.r-tabs-state-active {
  border-bottom: 2px solid #003baa;
  color: #003baa;
}

.b-tabs__item.r-tabs-state-active .b-tabs__link {
  color: #003baa;
}

.b-tabs__ctn.r-tabs-panel {
  padding: 20px 0 0 0;
}

@media (max-width: 1239px) {
  .b-tabs .r-tabs-accordion-title {
    display: none;
  }

  .b-tabs .r-tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .b-tabs .r-tabs-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 0;
    margin-top: -10px;
  }

  .b-tabs__item.r-tabs-tab {
    width: 100%;
  }

  .b-tabs__item .b-tabs__link {
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
  }

  .b-tabs__item.r-tabs-tab {
    padding-bottom: 0;
    border-bottom-color: #e6e6e6;
  }

  .b-tabs__item.r-tabs-state-active {
    border-bottom-color: #003baa;
  }
}

.b-accordion__body {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.b-accordion__header {
  font-size: 18px;
  line-height: 23px;
  font-family: OpenSansSemi;
  color: #262626;
  padding-bottom: 15px;
  padding-right: 40px;
  border-bottom: 2px solid #e6e6e6;
  position: relative;
  cursor: pointer;
}

.b-accordion__header:hover {
  border-color: #003baa;
  color: #003baa;
}

.b-accordion__header:hover .b-accordion__header-icon {
  background: #003baa;
}

.b-accordion__header:hover .b-accordion__header-icon .icon {
  stroke: #fff;
}

.b-accordion__header:active .b-accordion__header-icon {
  background: #878786;
}

.b-accordion__header:active .b-accordion__header-icon .icon {
  stroke: #fff;
}

.b-accordion__item:not(:last-child) {
  margin-bottom: 15px;
}

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

.b-accordion__header-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -24px;
}

.b-accordion__header-icon .icon {
  width: 20px;
  height: 20px;
  stroke: #003baa;
  stroke-width: 2px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.b-accordion__header-icon .icon-minus {
  display: none;
}

.b-accordion__item.active .b-accordion__header-icon .icon-minus {
  display: block;
}

.b-accordion__item.active .b-accordion__header-icon .icon-plus {
  display: none;
}

@media (max-width: 767px) {
  .b-accordion__header {
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 15px;
  }
}

.b-product-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  display: none;
  position: relative;
}

.b-product__nav-wrapper {
  overflow: hidden;
}

.b-product__nav-wrapper-bg {
  background: #fff;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.11);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.11);
}

.b-product__nav-wrapper .is-sticky .b-product-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.b-product-line {
  background: #fff;
}

.b-product-line__left,
.b-product-line__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-product-line__right {
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-product-line__img {
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b-product-line__img img {
  max-width: 100%;
  max-height: 50px;
}

.b-product-line__title {
  font-size: 14px;
  line-height: 130%;
  font-family: OpenSansSemi;
  margin-bottom: 10px;
}

.b-product-line__link {
  text-decoration: none;
  color: #262626;
}

.b-product-line__link:hover {
  color: #003baa;
}

.b-product-line__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-product-line .b-product__head {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

.b-product-line__cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  line-height: 130%;
  color: #003baa;
}

.b-product-line__cost span {
  font-family: OpenSansSemi;
}

.b-product-line__cost-old {
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #6b6969;
  margin-right: 15px;
  white-space: nowrap;
}

.b-product-line__cost-normal {
  white-space: nowrap;
}

.b-product-line .button {
  margin-left: 25px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b-product-line .button .icon {
  width: 16px;
  height: 16px;
  stroke: #fff;
  stroke-width: 2px;
  display: none;
  margin-left: 5px;
}

.b-product-line .button.added .icon {
  display: block;
}

@media (max-width: 1239px) {
  .b-product-line {
    padding-bottom: 20px;
  }

  .b-product-line__text {
    max-width: 270px;
  }

  .b-product-line .b-product__head-item-text {
    display: none;
  }

  .b-product-line .b-product__head-item:not(:last-child) {
    margin-right: 15px;
  }

  .b-product-line__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .b-product-line__cost {
    margin-bottom: 10px;
  }

  .b-product-line .button {
    margin-left: 0;
    width: 229px;
  }
}

@media (max-width: 767px) {
  .b-product-line {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .b-product-line .b-product__head {
    display: none;
  }

  .b-product-line__title {
    margin-bottom: 0;
  }

  .b-product-line__right {
    margin-left: 0;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
  }

  .b-product-line .button {
    width: auto;
    margin-left: auto;
  }

  .b-product-line__cost {
    margin-bottom: 0;
  }

  .b-product-line__cost-old {
    display: none;
  }
}

.b-modal-gallery .mfp-arrow::after,
.b-modal-gallery .mfp-arrow::before {
  border: 0;
  margin-top: 0;
}

.b-modal-gallery .mfp-arrow-left,
.b-modal-gallery .mfp-arrow-right {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -20px;
}

.b-modal-gallery .mfp-arrow-left {
  background-image: url(../images/dist/arrow-left.png);
  margin-left: 30px;
}

.b-modal-gallery .mfp-arrow-right {
  background-image: url(../images/dist/arrow-right.png);
  margin-right: 30px;
}

.b-modal-feedback .b-modal__title {
  margin-bottom: 19px;
}

.b-modal-feedback .b-modal__sub-title {
  margin-bottom: 20px;
}

.b-modal-feedback__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  position: relative;
}

.b-modal-feedback__product-img {
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.b-modal-feedback__product-img img {
  max-width: 52px;
}

.b-modal-feedback__product-text {
  font-size: 14px;
  line-height: 150%;
}

.b-modal-feedback__product-text a {
  text-decoration: none;
  color: #262626;
}

.b-modal-feedback__product-text a:hover {
  color: #003baa;
}

.b-modal-feedback__product-text a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.form-feedback-rating {
  font-size: 1.3333rem;
  color: #e6e6e6;
}

.form-feedback-rating span {
  cursor: pointer;
  color: #adadad;
}

.form-feedback .btn {
  width: 190px;
  margin: 0 auto;
  display: block;
}

.b-modal-feedback__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.b-modal-feedback__rating input {
  display: none;
}

.b-modal-feedback__rating label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.b-modal-feedback__rating .icon-icon-star {
  background: url(../images/dist/icon-star-inner.png);
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: block;
}

.b-modal-feedback__rating label:hover .icon-icon-star,
.b-modal-feedback__rating label:hover~label .icon-icon-star {
  background: url(../images/dist/icon-star-inner-bg.png);
  background-repeat: no-repeat;
  background-size: 20px;
}

.b-modal-feedback__rating input:checked~label .icon-icon-star {
  background: url(../images/dist/icon-star-inner-bg.png);
  background-repeat: no-repeat;
  background-size: 20px;
}

.b-modal-feedback__rating #star-0 {
  left: 0;
}

.b-modal-feedback__rating #star-1 {
  left: 30px;
}

.b-modal-feedback__rating #star-2 {
  left: 60px;
}

.b-modal-feedback__rating #star-3 {
  left: 90px;
}

.b-modal-feedback__rating #star-4 {
  left: 120px;
}

.b-modal-feedback__rating #star-5 {
  left: 150px;
}

.b-modal-feedback__textarea {
  border: 1px solid #515151;
  border-radius: 6px;
  padding: 14px;
  font-size: 14px;
  line-height: 130%;
  width: 100%;
  height: 140px;
  resize: none;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.b-modal-feedback__textarea:focus {
  border-color: #003baa;
  -webkit-box-shadow: inset 0 0 0 1px #003baa;
  box-shadow: inset 0 0 0 1px #003baa;
}

.b-modal-feedback__helper {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 20px;
}

.b-shopping-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.b-shopping-cart__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 346px;
  width: 100%;
}

.b-shopping-cart__left {
  width: calc(100% - 346px);
  margin-right: 20px;
}

.b-shopping-cart__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background: #fff;
  border-radius: 6px;
}

.b-shopping-cart__list-item:not(:last-child) {
  margin-bottom: 20px;
}

.b-shopping-cart__list-item_first {
  background: 0 0;
  padding: 0;
}

.b-shopping-cart__list-item_first .b-checkbox {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.b-shopping-cart__check {
  width: 20px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-shopping-cart__check .b-checkbox {
  margin-top: -45px;
}

.b-shopping-cart__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  margin-right: 20px;
  position: relative;
}

.b-shopping-cart__product-img {
  width: 88px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.b-shopping-cart__product-img img {
  max-width: 100%;
  max-height: 88px;
}

.b-shopping-cart__product-code {
  font-size: 14px;
  line-height: 21px;
  color: #878786;
  margin-bottom: 5px;
}

.b-shopping-cart__product-title,
.b-shopping-cart__product-title a {
  font-size: 14px;
  line-height: 21px;
  color: #262626;
}

.b-shopping-cart__product-title {
  margin-bottom: 15px;
}

.b-shopping-cart__product-title a {
  text-decoration: none;
}

.b-shopping-cart__product-title a:hover {
  color: #003baa;
}

.b-shopping-cart__product-title a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.b-shopping-cart__product-cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.b-shopping-cart__product-cost-old {
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #6b6969;
  margin-right: 15px;
  font-size: 14px;
  line-height: 18px;
}

.b-shopping-cart__product-cost-normal {
  color: #003baa;
  font-size: 14px;
  line-height: 18px;
}

.b-shopping-cart__product-cost-normal span {
  font-family: OpenSansSemi;
}

.b-shopping-cart__product-sale {
  font-size: 14px;
  line-height: 21px;
  color: #eb5757;
  margin-top: 5px;
}

.b-shopping-cart__qnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.b-shopping-cart__qnt .b-quantity {
  margin-right: 15px;
}

.b-shopping-cart__clear-all,
.b-shopping-cart__delete {
  font-size: 14px;
  line-height: 130%;
  cursor: pointer;
  color: #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
}

.b-shopping-cart__clear-all:hover,
.b-shopping-cart__delete:hover {
  color: #eb5757;
}

.b-shopping-cart__clear-all .icon,
.b-shopping-cart__delete .icon {
  width: 16px;
  height: 16px;
  stroke: #878786;
  stroke-width: 2px;
  margin-right: 5px;
}

.b-shopping-cart__clear-all:hover .icon,
.b-shopping-cart__delete:hover .icon {
  stroke: #eb5757;
}

.b-shopping-cart__order {
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  margin-top: 38px;
}

.b-shopping-cart__order-title {
  font-size: 18px;
  line-height: 21px;
  font-family: OpenSansSemi;
  margin-bottom: 15px;
}

.b-shopping-cart__order-list {
  margin-bottom: 15px;
}

.b-shopping-cart__order-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b-shopping-cart__order-list-item::before {
  content: "";
  height: 2px;
  width: 100%;
  background: #e6e6e6;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1;
}

.b-shopping-cart__order-list-item:not(:last-child) {
  margin-bottom: 15px;
}

.b-shopping-cart__order-list-text {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 20px;
  color: #262626;
  background: #fff;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.b-shopping-cart__order-list-text:first-child {
  text-align: left;
  padding-right: 5px;
}

.b-shopping-cart__order-list-text:last-child {
  text-align: right;
  padding-left: 5px;
}

.b-shopping-cart__order-helper {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}

.b-shopping-cart__order-sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.b-shopping-cart__order-sum-number,
.b-shopping-cart__order-sum-text {
  font-size: 18px;
  line-height: 23px;
  font-family: OpenSansSemi;
}

.b-shopping-cart__order-sum-number span {
  font-family: OpenSansBold;
  font-weight: 700;
}

.b-shopping-cart__order-group-buttons .button:not(:last-child) {
  margin-bottom: 15px;
}

.b-shopping-cart__list-item_last {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b-shopping-cart__list-item_removed {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b-shopping-cart__list-item_removed .b-shopping-cart__list-wrapper {
  max-width: 263px;
  width: 100%;
}

.b-shopping-cart__list-title {
  font-size: 18px;
  line-height: 22px;
  font-family: OpenSansSemi;
  margin-bottom: 10px;
}

.b-shopping-cart__list-sub-title {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
}

.b-shopping-cart__order_modified {
  margin-top: 0;
  background: #f2f2f2;
}

.b-shopping-cart__order_modified .b-shopping-cart__order-list-text {
  background: #f2f2f2;
}

.b-shopping-cart__order_final {
  margin-top: 0;
  background: #f2f2f2;
  max-width: 590px;
  width: 100%;
}

.b-shopping-cart__order_final .b-shopping-cart__order-list-text_bold {
  font-size: 18px;
  line-height: 25px;
  font-family: OpenSansSemi;
}

.b-shopping-cart__order_final .b-shopping-cart__order-list-text {
  background: #f2f2f2;
}

.b-shopping-cart__order_final .b-shopping-cart__order-list {
  margin-bottom: 0;
}

@media (max-width: 1239px) {
  .b-shopping-cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b-shopping-cart__left,
  .b-shopping-cart__right {
    max-width: 852px;
    width: 100%;
  }

  .b-shopping-cart__order {
    position: relative !important;
  }
}

@media (max-width: 991px) {
  .b-shopping-cart__product {
    max-width: 380px;
  }

  .b-shopping-cart__list-item {
    padding: 15px;
  }

  .b-shopping-cart__list-item_first {
    padding: 0;
  }

  .b-shopping-cart__order {
    margin-top: 30px;
  }

  .b-shopping-cart__order-group-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .b-shopping-cart__order-group-buttons {
    margin-left: -15px;
  }

  .b-shopping-cart__order-group-buttons .button {
    margin-left: 15px;
    width: calc(50% - 15px);
  }

  .b-shopping-cart__order-group-buttons .button:not(:last-child) {
    margin-bottom: 0;
  }

  .b-shopping-cart__order_final {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .b-shopping-cart__delete {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 20%;
  }

  .b-shopping-cart {
    margin-bottom: 40px;
  }

  .b-shopping-cart__product-img {
    width: 52px;
    margin-right: 10px;
  }

  .b-shopping-cart__product {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc(100% - 30px);
    margin-right: auto;
    margin-left: 30px;
    margin-bottom: 10px;
    position: static;
  }

  .b-shopping-cart__left {
    margin-right: 0;
  }

  .b-shopping-cart__qnt {
    width: 100%;
  }

  .b-shopping-cart__qnt .b-quantity {
    position: relative;
    z-index: 3;
  }

  .b-shopping-cart__list-item {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 15px;
  }

  .b-shopping-cart__list-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
  }

  .b-shopping-cart__check {
    position: absolute;
    left: 15px;
    top: 40px;
    z-index: 3;
  }

  .b-shopping-cart__check .b-checkbox {
    margin-top: 0;
  }

  .b-shopping-cart__product-sale,
  .b-shopping-cart__qnt-cost {
    display: none;
  }

  .b-shopping-cart__product-cost {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    right: 15px;
    bottom: 15px;
    margin-bottom: 0;
  }

  .b-shopping-cart__product-cost-old {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .b-shopping-cart__list-item:first-child {
    padding: 0;
  }

  .b-shopping-cart__list-item_removed .b-shopping-cart__list-wrapper {
    max-width: 100%;
  }

  .b-shopping-cart__order-sum-number,
  .b-shopping-cart__order-sum-text,
  .b-shopping-cart__order-title {
    font-size: 16px;
    line-height: 21px;
  }

  .b-shopping-cart__product-title {
    margin-bottom: 0;
  }

  .b-shopping-cart__order-group-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
  }

  .b-shopping-cart__order-group-buttons .button {
    margin-left: 0;
    width: 100%;
  }

  .b-shopping-cart__order-group-buttons .button:not(:last-child) {
    margin-bottom: 15px;
  }

  .b-shopping-cart__order_final {
    margin-top: 0;
    padding: 15px;
  }

  .b-shopping-cart__order_final .b-shopping-cart__order-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .b-shopping-cart__order_final .b-shopping-cart__order-list-item::before {
    display: none;
  }

  .b-shopping-cart__order_final .b-shopping-cart__order-list-text:first-child,
  .b-shopping-cart__order_final .b-shopping-cart__order-list-text:last-child {
    padding-right: 0;
    padding-left: 0;
  }

  .b-shopping-cart__order_final .b-shopping-cart__order-list-text:last-child {
    text-align: left;
  }

  .b-shopping-cart__order_final .b-shopping-cart__order-list-text:first-child {
    color: #6b6969;
  }

  .b-shopping-cart__order_final .b-shopping-cart__order-list-text:not(:last-child) {
    margin-bottom: 5px;
  }
}

.b-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.b-order__left {
  width: calc(100% - 366px);
  margin-right: 20px;
}

.b-order__right {
  max-width: 346px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.b-order__step {
  padding-left: 80px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 2px solid #e6e6e6;
}

.b-order__step:not(:last-child) {
  margin-bottom: 30px;
}

.b-order__step-number {
  background: #001d55;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
  font-family: OpenSansSemi;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -5px;
  left: 20px;
}

.b-order__step-title {
  font-size: 24px;
  line-height: 31px;
  font-family: OpenSansSemi;
}

.b-order__step-title_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-order__step-title-link {
  color: #003baa;
  cursor: pointer;
}

.b-order__step-title-link:hover {
  color: #00aa1a;
}

.b-order__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.b-order__info-text {
  font-size: 14px;
  line-height: 18px;
  font-family: OpenSans;
  font-weight: 400;
}

.b-order__info-text span {
  font-family: OpenSansSemi;
  display: inline-block;
}

.b-order__info-button {
  color: #003baa;
  font-size: 14px;
  line-height: 18px;
  font-family: OpenSansSemi;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.b-order__info-button .icon {
  width: 20px;
  height: 20px;
  stroke: #003baa;
  stroke-width: 2px;
  margin-right: 10px;
}

.b-order__info-button a {
  text-decoration: none;
}

.b-order__info-button:hover .icon {
  stroke: #00aa1a;
}

.b-order__helper {
  font-size: 16px;
  line-height: 24px;
  margin-top: 25px;
  margin-bottom: 20px;
  max-width: 511px;
  width: 100%;
}

.b-order__helper a {
  text-decoration: none;
}

.b-order .b-form__item-wrapper.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 20px);
  margin-bottom: 0;
  margin-top: 0;
  margin-left: -20px;
}

.b-order .b-form__textarea {
  margin-top: 25px;
}

.b-order__delivery .textarea {
  margin-top: 10px;
  margin-bottom: 20px;
}

.b-order__delivery-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
}

.b-order__delivery-col {
  margin-left: 20px;
  width: calc(33.3% - 20px);
}

.b-order__delivery-map {
  height: 240px;
}

.b-order__delivery-map {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.b-order__delivery-list .b-radio input[type="radio"].input+label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.b-order__delivery-list .b-radio input[type="radio"].input:checked+label:hover {
  color: #262626;
}

.b-order__delivery-list {
  max-height: 260px;
  padding-top: 5px;
  position: relative;
  padding-right: 15px;
}

.b-order__delivery-list .os-content {
  padding-top: 5px;
}

.b-order__delivery-list-scroll-inner .b-order__delivery-list {
  max-height: 150px;
}

.b-order__delivery-list-scroll-inner .b-radio input[type="radio"].input+label {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b-order__delivery-list-scroll-inner .b-order__delivery-list-text_color {
  margin-left: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.b-order__delivery-list-scroll-inner .b-order__delivery-list-text:not(:last-child) {
  margin-bottom: 0;
}

.b-order__delivery-list-scroll .b-order__delivery-scrollbar {
  right: 0;
  background: 0 0;
}

.b-order__delivery-list-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #e6e6e6;
}

.b-order__delivery-list-text:not(:last-child) {
  margin-bottom: 10px;
}

.b-order__delivery-list-text {
  font-size: 14px;
  line-height: 20px;
}

.b-order__delivery-list-text_color {
  color: #003baa;
}

.b-order__delivery-list-text span {
  font-family: OpenSansSemi;
}

.b-order__delivery-list-text a {
  text-decoration: none;
  font-family: OpenSansSemi;
}

.b-order__delivery-two-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-top: 10px;
}

.b-order__delivery-two-cols_mod {
  margin-top: 30px;
}

.b-order__delivery-two-col {
  margin-left: 20px;
  width: calc(50% - 20px);
}

.b-order__message {
  margin-bottom: 20px;
}

.b-order__message-text {
  max-width: 468px;
}

.b-order__message-text,
.b-order__message-text p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.b-order__message-text p {
  margin-bottom: 10px;
}

.b-order__message-text p:last-child {
  margin-bottom: 0;
}

.b-order__message-text a {
  color: #003baa;
  text-decoration: none;
}

.b-order__message-text a:hover {
  color: #00aa1a;
}

.b-order__message-text_color {
  color: #6b6969 !important;
}

.b-order__message-title {
  font-size: 34px;
  line-height: 44px;
  font-family: OpenSansSemi;
  margin-bottom: 20px;
}

@media (max-width: 1239px) {
  .b-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b-order__left {
    max-width: 834px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .b-order__right {
    max-width: 834px;
    width: 100%;
    margin-left: 0;
  }

  .b-order__delivery-two-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
  }

  .b-order__delivery-two-col {
    width: 100%;
    margin-left: 0;
  }

  .b-order__delivery-two-col:not(:last-child) {
    margin-bottom: 20px;
  }

  .b-order__delivery-two-cols_mod {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -20px;
  }

  .b-order__delivery-two-cols_mod .b-order__delivery-two-col:not(:last-child) {
    margin-bottom: 0;
  }

  .b-order__delivery-two-cols_mod .b-order__delivery-two-col {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .b-order__left {
    margin-bottom: 0;
  }

  .b-order__message-text {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .b-order .b-form__item-wrapper.show {
    margin-left: 0;
    width: 100%;
  }

  .b-order__step-number {
    display: none;
  }

  .b-order__step {
    padding-left: 0;
    padding-bottom: 20px;
  }

  .b-order__step:not(:last-child) {
    margin-bottom: 20px;
  }

  .b-order__step-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .b-order__step-title_flex {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .b-order__info {
    margin-left: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
  }

  .b-order__helper {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .b-order .b-form__item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
  }

  .b-order .b-form__item-wrapper .b-form__item {
    margin-left: 0;
    width: 100%;
  }

  .b-order__delivery-list {
    max-height: 250px;
  }

  .b-order__delivery-list-scroll-inner .b-order__delivery-list {
    max-height: 150px;
  }

  .b-order__delivery-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
  }

  .b-order__delivery-col {
    margin-left: 0;
    width: 100%;
  }

  .b-order__delivery-col:not(:last-child) {
    margin-bottom: 10px;
  }

  .b-order__delivery-two-cols_mod {
    margin-top: 20px;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b-order__delivery-two-cols_mod .b-order__delivery-two-col {
    margin-left: 0;
    width: 100%;
  }

  .b-order__delivery-two-cols_mod .b-order__delivery-two-col:not(:last-child) {
    margin-bottom: 20px;
  }

  .b-order .b-form__textarea {
    margin-top: 0;
  }

  .b-order__message-title {
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 20px;
  }
}

.b-header_mini .b-header__medium {
  padding-top: 15px;
  padding-bottom: 15px;
}

.b-header_mini .b-header__info {
  margin-left: auto;
}

.b-header_mini .b-header__group {
  margin-left: 20px;
}

@media (max-width: 767px) {

  .b-header_mini .b-header__group,
  .b-header_mini .b-header__info {
    display: none;
  }

  .b-header_mini .b-header__hamb {
    margin-left: auto;
  }
}

.b-footer_mini .l-wrapper-default {
  padding-top: 25px;
  padding-bottom: 25px;
}

.b-footer_mini .b-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-footer_mini .b-footer__social {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0;
}

.b-footer_mini .b-footer__copy {
  font-size: 14px;
  line-height: 18px;
}

@media (max-width: 767px) {
  .b-footer_mini .b-footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .b-footer_mini .b-footer__copy {
    text-align: center;
    margin-top: 15px;
  }

  .b-footer_mini .l-wrapper-default {
    padding-top: 20px;
    padding-bottom: 15px;
  }
}

.b-accordion-inner {
  margin-top: 25px;
}

.b-accordion-inner .b-accordion__header {
  border: 2px solid transparent;
  padding: 13px 15px;
  background: #f2f2f2;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-accordion-inner .b-accordion__header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-accordion-inner .b-accordion__header-title .icon-box {
  width: 21px;
  height: 24px;
  stroke: #262626;
  stroke-width: 2px;
}

.b-accordion-inner .b-accordion__header-title .icon-track {
  width: 26px;
  height: 18px;
  fill: #262626;
}

.b-accordion-inner .b-accordion__header-title .icon-loc {
  width: 16px;
  height: 22px;
  stroke: #262626;
  stroke-width: 2px;
}

.b-accordion-inner .b-accordion__header-title-icon {
  margin-right: 5px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b-accordion-inner .b-accordion__header:hover .icon-box,
.b-accordion-inner .b-accordion__header:hover .icon-loc {
  stroke: #003baa;
}

.b-accordion-inner .b-accordion__header:hover .icon-track {
  fill: #003baa;
}

.b-accordion-inner .b-accordion__item.active .b-accordion__header {
  border-color: #003baa;
}

.b-accordion-inner .b-accordion__header-info {
  margin-left: auto;
}

.b-accordion-inner .b-accordion__header-info-text {
  font-size: 14px;
  line-height: 18px;
  font-family: OpenSans;
  text-align: right;
  color: #262626;
}

.b-accordion-inner .b-accordion__header-info-text:not(:last-child) {
  margin-bottom: 5px;
}

.b-accordion-inner .b-accordion__header-info-text span {
  font-family: OpenSansSemi;
}

.b-accordion-inner .b-accordion__header-info-text_green {
  color: #00aa1a;
}

.b-accordion-inner .b-accordion__header-info-text_blue {
  color: #003baa;
}

@media (max-width: 767px) {
  .b-accordion-inner .b-accordion__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }

  .b-accordion-inner .b-accordion__header-info {
    margin-left: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }

  .b-accordion-inner .b-accordion__header-info-text:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .b-accordion-inner .b-accordion__header-info-text {
    text-align: left;
  }
}

.b-radio-button {
  height: 100%;
}

.b-radio-button input[type="radio"].input {
  display: none;
}

.b-radio-button input[type="radio"].input+label {
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  padding-left: 30px;
  color: #262626;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 0;
  background: #f2f2f2;
  border: 2px solid transparent;
  padding: 20px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.b-radio-button input[type="radio"].input+label img {
  margin-right: 10px;
}

.b-radio-button input[type="radio"].input:checked+label {
  border-color: #003baa;
}

.b-radio-button_vertical {
  height: 100%;
}

.b-radio-button_vertical input[type="radio"].input+label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
  height: 100%;
}

.b-radio-button_vertical input[type="radio"].input+label span:not(:last-child) {
  margin-bottom: 5px;
}

.b-radio-button_vertical .b-form__custom-radio-button-text-bold {
  font-family: OpenSansSemi;
}

.b-radio-button_vertical .b-form__custom-radio-button-text-normal {
  font-family: OpenSans;
}

.b-radio-button_vertical .b-form__custom-radio-button-text-color {
  color: #003baa;
}

@media (max-height: 767px) {
  .b-radio-button_vertical input[type="radio"].input+label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }

  .b-radio-button_vertical input[type="radio"].input+label span:not(:last-child) {
    margin-bottom: 0;
    margin-right: 5px;
  }
}

.b-product-mini-card-wrapper_full-width .b-product-mini-card {
  width: calc(20% - 20px);
}

@media (max-width: 1239px) {
  .b-product-mini-card-wrapper_full-width .b-product-mini-card {
    width: calc(25% - 20px);
  }
}

@media (max-width: 991px) {
  .b-product-mini-card-wrapper_full-width .b-product-mini-card {
    width: calc(33.3% - 20px);
  }
}

@media (max-width: 767px) {
  .b-product-mini-card-wrapper_full-width .b-product-mini-card {
    width: calc(50% - 20px);
  }
}

.b-head-page-info {
  margin-bottom: 20px;
}

.b-head-page-info_modified {
  margin-bottom: 50px;
}

.b-head-page-info__text,
.b-head-page-info__text p {
  font-size: 14px;
  line-height: 18px;
  color: #262626;
}

.b-head-page-info__text p {
  margin-bottom: 10px;
}

.b-head-page-info__text a {
  text-decoration: none;
}

.b-head-page-info__text p:last-child {
  margin-bottom: 0;
}

.b-head-page-info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-head-page-info__wrapper .b-select-wrapper {
  margin-left: 0;
}

@media (max-width: 767px) {
  .b-head-page-info_modified {
    margin-bottom: 40px;
  }

  .b-head-page-info__wrapper .b-select-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .b-head-page-info__wrapper .b-select-title {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .b-head-page-info__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b-head-page-info__wrapper .b-shopping-cart__clear-all {
    margin-left: 0;
    margin-top: 20px;
  }
}

.b-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-404__left {
  max-width: 468px;
  width: 100%;
  margin-right: 20px;
}

.b-404__image {
  max-width: 436px;
  width: 100%;
}

.b-404__image img {
  max-width: 100%;
}

.b-404__title {
  font-size: 44px;
  line-height: 57px;
  margin-bottom: 20px;
  color: #262626;
  font-family: OpenSansSemi;
}

.b-404__text {
  color: #262626;
  margin-bottom: 10px;
}

.b-404__text:last-child {
  margin-bottom: 0;
}

.b-404__text a {
  text-decoration: none;
}

@media (max-width: 991px) {
  .b-404 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b-404__left,
  .b-404__right {
    max-width: 100%;
    margin: 0;
  }

  .b-404__left {
    margin-bottom: 30px;
  }

  .b-404__title {
    font-size: 40px;
    line-height: 52px;
  }
}

@media (max-width: 767px) {
  .b-404__title {
    font-size: 36px;
    line-height: 47px;
  }
}

.b-compare,
.b-compare__list {
  min-width: 728px;
}

.b-compare__controls-item {
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}

.b-compare__controls-item:hover {
  color: #003baa;
}

.b-compare__controls-item:hover .icon {
  stroke: #003baa;
}

.b-compare__controls-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-compare__controls-item:not(:last-child) {
  margin-bottom: 15px;
}

.b-compare__controls-item .icon-close {
  width: 20px;
  height: 20px;
  stroke-width: 2px;
  stroke: #878786;
  margin-right: 5px;
}

.b-compare__list-item {
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
}

.b-compare__list .l-two-cols__left .b-compare__list-item {
  margin-right: -20px;
  height: 30px;
}

.b-compare__list-item:not(:last-child) {
  margin-bottom: 10px;
}

.b-compare__list-title {
  font-family: OpenSansSemi;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 10px;
}

.b-compare__list-item a {
  text-decoration: none;
}

.b-compare__item {
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 10px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-compare__item:not(:last-child) {
  margin-bottom: 10px;
}

.b-compare__list .b-compare__item .b-compare__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b-product-compare__swiper-button-next,
.b-product-compare__swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-compare__remove:hover {
  color: #eb5757;
}

.b-compare__remove:hover .icon {
  stroke: #eb5757;
}

.b-rating-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-rating-star__item {
  width: 10px;
  height: 10px;
}

.b-rating-star__item:not(:last-child) {
  margin-right: 5px;
}

.b-rating-star .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 10px;
  stroke-width: 1px;
  stroke: #003baa;
  fill: none;
}

.b-rating-star__item_active .icon {
  fill: #003baa;
}

.b-contacts__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-bottom: 30px;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-top: -20px;
}

.b-contacts__head-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  font-size: 18px;
  line-height: 23px;
  width: 346px;
  margin-top: 20px;
}

.b-contacts__head-icon {
  width: 48px;
  height: 48px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.b-contacts__head-item_last .b-contacts__head-icon {
  margin-right: 20px;
}

.b-contacts__head-icon img {
  max-width: 100%;
}

.b-contacts__head-title {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 23px;
  white-space: nowrap;
}

.b-contacts__head-link {
  text-decoration: none;
  font-family: OpenSansSemi;
}

.b-contacts__head-title span {
  font-family: OpenSansSemi;
}

.b-contacts__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.b-contacts__map-ctn {
  max-width: 713px;
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: auto;
}

.b-contacts__map-list {
  max-width: 468px;
  width: 100%;
  margin-right: 20px;
}

.b-contacts__map-list-button {
  background: #f2f2f2;
  border-radius: 6px;
  padding: 14px 34px 14px 14px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}

.b-contacts__map-list-button .icon {
  width: 10px;
  height: 16px;
  stroke-width: 2px;
  stroke: #262626;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -6px;
}

.b-contacts__map-list-button:hover {
  color: #003baa;
}

.b-contacts__map-list-button:hover .icon {
  stroke: #003baa;
}

.b-contacts__map-list-ctn {
  max-height: 367px;
  padding-right: 15px;
}

.b-contacts__map-list-ctn-item {
  margin-bottom: 8px;
  padding-bottom: 13px;
  border-bottom: 2px solid #e6e6e6;
}

.b-contacts__map-list-ctn-item-text {
  display: inline-block;
}

.b-contacts__map-list-ctn-item-text:not(:last-child) {
  margin-right: 10px;
}

.b-contacts__map-list-ctn-item-text a,
.b-contacts__map-list-ctn-item-text span {
  font-family: OpenSansSemi;
}

.b-contacts__map-list-ctn-item-text a {
  text-decoration: none;
}

.b-contacts__map-list-scroll .b-contacts__map-list-scrollbar {
  right: 0;
  background: 0 0;
}

.b-contacts__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
}

.b-contacts__info-col {
  margin-left: 20px;
  width: calc(50% - 20px);
}

.b-contacts__info-title {
  font-size: 28px;
  line-height: 36px;
  font-family: OpenSansSemi;
  margin-bottom: 20px;
}

.b-contacts__info-list-item {
  line-height: 18px;
}

.b-contacts__info-list-item:not(:last-child) {
  margin-bottom: 10px;
}

.b-contacts__info-list_modified .b-contacts__info-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.b-contacts__info-list_modified .b-contacts__info-list-item:not(:last-child) {
  margin-bottom: 15px;
}

.b-contacts__info-list_modified .b-contacts__info-list-item::before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #878786;
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 2;
}

.b-contacts__info-list_modified .b-contacts__info-list-item span {
  background: #fff;
  white-space: nowrap;
  z-index: 3;
  display: inline-block;
}

.b-contacts__info-list_modified .b-contacts__info-list-item a {
  text-decoration: none;
  font-family: OpenSansSemi;
}

.b-contacts__info-list_modified .b-contacts__info-list-item span:first-child {
  padding-right: 5px;
}

.b-contacts__info-list_modified .b-contacts__info-list-item span:last-child {
  padding-left: 5px;
}

@media (max-width: 1239px) {
  .b-contacts__head {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .b-contacts__head-item {
    width: auto;
  }

  .b-contacts__head-item_last .b-contacts__head-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .b-contacts__head-item_last .b-contacts__head-title {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .b-contacts__head-item_last .b-contacts__head-icon {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .b-contacts__head {
    margin-bottom: 45px;
  }

  .b-contacts__head-item {
    width: calc(50% - 20px);
  }

  .b-contacts__head-item_last {
    width: 100%;
    margin-top: 30px;
  }

  .b-contacts__head-item_last .b-contacts__head-title {
    font-size: 16px;
    line-height: 21px;
  }

  .b-contacts__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
  }

  .b-contacts__info-col {
    width: 100%;
    margin-left: 0;
  }

  .b-contacts__info-col:not(:last-child) {
    margin-bottom: 30px;
  }

  .b-contacts__map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
  }

  .b-contacts__map-list {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .b-contacts__map-list-ctn {
    max-height: 383px;
  }

  .b-contacts__map-list-ctn-item {
    margin-bottom: 10px;
  }

  .b-contacts__map-ctn {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .b-contacts__head {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .b-contacts__head-item {
    margin-left: 0;
    width: 100%;
  }

  .b-contacts__head-item_last .b-contacts__head-text {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b-contacts__head-item .button {
    width: auto;
  }

  .b-contacts__head-item_last .b-contacts__head-title {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .b-contacts__head-icon {
    height: 40px;
    width: 40px;
  }

  .b-contacts__head-item_last .b-contacts__head-icon {
    margin-right: 20px;
  }

  .b-contacts__head-item_last {
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .b-contacts__map-ctn {
    height: 300px;
  }

  .b-contacts__map-list-ctn-item-text {
    display: block;
  }

  .b-contacts__map-list-ctn-item-text:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .b-contacts__map-list-ctn {
    max-height: 373px;
  }

  .b-contacts__info-title {
    font-size: 24px;
    line-height: 31px;
  }
}

.b-brands-page {
  margin-top: -20px;
}

.b-brands-page .b-brand {
  margin-top: 20px;
  padding: 0;
}

.b-brands-page .b-brand__link {
  padding: 15px;
  display: block;
}

@media (max-width: 1239px) {
  .b-brands-page .b-brand {
    width: calc(25% - 20px);
  }
}

@media (max-width: 991px) {
  .b-brands-page .b-brand {
    width: calc(33.3% - 20px);
  }
}

@media (max-width: 767px) {
  .b-brands-page .b-brand {
    width: calc(50% - 20px);
  }
}

.b-brand-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.b-brand-detail__teaser {
  max-width: 468px;
  width: 100%;
  margin-right: 20px;
}

.b-brand-detail__teaser p:last-child {
  margin-bottom: 0;
}

.b-brand-detail__image {
  border-radius: 6px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.b-brand-detail__media {
  max-width: 712px;
  width: 100%;
  margin-left: auto;
}

.b-brand-detail__media-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
}

.b-brand-detail__media-link a {
  text-decoration: none;
  font-family: OpenSansSemi;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.b-brand-detail__media-link .icon {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  stroke-width: 2px;
  stroke: #003baa;
}

.b-brand-detail__media-link a:hover .icon {
  stroke: #00aa1a;
}

.b-brand-detail__title {
  font-size: 60px;
  line-height: 78px;
  font-family: OpenSansExbold;
  color: #fff;
  text-shadow: 0 3.41076px 3.41076px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  margin-bottom: 15px;
}

.b-brand-detail__hashtag-item {
  font-size: 20px;
  line-height: 26px;
  font-family: OpenSansBold;
  color: #fff;
  text-transform: uppercase;
}

.b-brand-detail__hashtag-item:not(:last-child) {
  margin-bottom: 5px;
}

@media (max-width: 1239px) {
  .b-brand-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .b-brand-detail__teaser {
    margin-left: 0;
    margin-right: 0;
    max-width: 712px;
  }

  .b-brand-detail__media {
    margin-left: 0;
  }

  .b-brand-detail__teaser {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {

  .b-brand-detail__media,
  .b-brand-detail__teaser {
    max-width: 100%;
  }
}

.b-media-cards-page {
  margin-top: -20px;
  margin-bottom: 20px;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.b-media-cards-page .b-media-card {
  margin-top: 20px;
}

@media (max-width: 1239px) {
  .b-media-cards-page .b-media-card {
    width: calc(33.3% - 20px);
  }
}

@media (max-width: 991px) {
  .b-media-cards-page .b-media-card {
    width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .b-media-cards-page .b-media-card {
    width: 100%;
  }
}

.b-certifications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-left: -20px;
  margin-top: -20px;
}

.b-certifications__item {
  width: calc(20% - 20px);
  margin-left: 20px;
  margin-top: 20px;
  padding: 10px;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  position: relative;
}

.b-certifications__img {
  margin-bottom: 10px;
  height: 290px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.b-certifications__link {
  text-decoration: none;
  color: #262626;
  font-size: 14px;
  line-height: 18px;
}

.b-certifications__link:hover {
  color: #003baa;
}

.b-certifications__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media (max-width: 1239px) {
  .b-certifications__item {
    width: calc(25% - 20px);
  }
}

@media (max-width: 991px) {
  .b-certifications__item {
    width: calc(33.3% - 20px);
  }
}

@media (max-width: 767px) {
  .b-certifications__item {
    width: calc(50% - 20px);
  }

  .b-certifications__img {
    height: 200px;
  }
}

.b-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin-top: -20px;
}

.b-services__item {
  width: calc(25% - 20px);
  margin-left: 20px;
  padding: 20px;
  background: #f2f2f2;
  border-radius: 6px;
  position: relative;
  margin-top: 20px;
}

.b-services__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
}

.b-services__icon img {
  max-width: 100%;
}

.b-services__title {
  font-size: 18px;
  line-height: 23px;
  font-family: OpenSansBold;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-height: 46px;
}

.b-services__title-link {
  color: #262626;
  text-decoration: none;
}

.b-services__title-link:hover {
  color: #003baa;
}

.b-services__title-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.b-services__teaser {
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-height: 36px;
}

@media (max-width: 1239px) {
  .b-services__item {
    width: calc(33.3% - 20px);
  }
}

@media (max-width: 991px) {
  .b-services__item {
    width: calc(50% - 20px);
  }
}

@media (max-width: 767px) {
  .b-services__item {
    width: calc(100% - 20px);
  }
}

.b-services-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-services-detail__form {
  background: #f2f2f2;
  border-radius: 6px;
  padding: 20px;
}

.b-services-detail__left {
  width: calc(100% - 468px);
  margin-right: 20px;
}

.b-services-detail__right {
  max-width: 468px;
  width: 100%;
}

.b-services-detail__form-title {
  font-size: 24px;
  line-height: 130%;
  font-family: OpenSansBold;
  margin-bottom: 20px;
}

.b-services-detail .button {
  margin-top: 15px;
}

.b-services-detail__image {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
}

.b-services-detail__image img {
  max-width: 100%;
}

.b-services-detail__form-message {
  display: none;
  background: #f2f2f2;
  border-radius: 6px;
  padding: 20px;
}

.b-services-detail__form-message .h3 {
  font-size: 24px;
  line-height: 130%;
  font-family: OpenSansBold;
  margin-bottom: 20px;
}

@media (max-width: 1239px) {
  .b-services-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b-services-detail__left,
  .b-services-detail__right {
    max-width: 712px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .b-services-detail__left {
    margin-bottom: 30px;
  }

  .b-services-detail .b-form__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
  }

  .b-services-detail .b-form__item {
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {

  .b-services-detail__left,
  .b-services-detail__right {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .b-services-detail .b-form__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: -20px;
  }

  .b-services-detail .b-form__item {
    width: calc(100% - 20px);
    margin-top: 20px;
  }

  .b-services-detail__form-title {
    font-size: 20px;
    line-height: 26px;
  }
}

.b-single-slider {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.b-single-slider__item img {
  max-width: 100%;
  border-radius: 6px;
  display: block;
}

.b-single-slider__item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.b-single-slider .b-single-slider__swiper-pagination {
  display: none;
}

@media (max-width: 991px) {
  .b-single-slider .b-single-slider__swiper-pagination {
    display: block;
  }

  .b-single-slider__swiper-button-next,
  .b-single-slider__swiper-button-prev {
    display: none;
  }

  .b-single-slider__wrapper {
    padding-bottom: 30px;
  }
}

.b-detail-page {
  width: 100%;
}

.b-detail-page__head {
  margin-bottom: 20px;
}

.b-detail-page__head-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-detail-page__head-info-date,
.b-detail-page__head-info-time {
  font-size: 14px;
  line-height: 18px;
}

.b-detail-page__head-info-date {
  margin-right: 54px;
}

.b-detail-page__head-info-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-detail-page .b-detail-page__head-info-time img {
  margin-right: 10px;
  margin-bottom: 0;
}

.b-detail-page a {
  text-decoration: none;
}

.b-detail-page blockquote {
  background: #f2f2f2;
  border-radius: 0 6px 6px 0;
  padding: 15px 50px 15px 15px;
  border-left: 2px solid #003baa;
  margin-bottom: 30px;
}

.b-detail-page b {
  font-family: OpenSansSemi;
  font-weight: 600;
}

.b-detail-page p+img {
  margin-top: 5px;
}

.b-detail-page p+h3 {
  margin-top: 30px;
}

.b-detail-page p:last-child {
  margin-bottom: 0;
}

.b-detail-page img {
  max-width: 100%;
  border-radius: 6px;
  margin-bottom: 20px;
}

.b-detail-page__head-img img {
  width: 100%;
}

.b-detail-page img+h3 {
  margin-top: 10px;
}

.detail-page__table {
  overflow-x: auto;
}

.detail-page__table table {
  border-collapse: collapse;
  margin: 30px auto 20px auto;
  text-align: center;
}

.detail-page__table table:last-child {
  margin-bottom: 0;
}

.detail-page__table td,
.detail-page__table th {
  border: 2px solid #e6e6e6;
  text-align: center;
}

.detail-page__table th {
  font-size: 16px;
  line-height: 23px;
  padding: 10px;
}

.detail-page__table td {
  padding: 10px;
  font-size: 16px;
  line-height: 24px;
}

.detail-page__table a {
  color: #262626;
  text-decoration: none;
}

.detail-page__table a:hover {
  color: #003baa;
}

.b-detail-page h2,
.b-detail-page h3 {
  margin-bottom: 20px;
}

.b-detail-page+h2 {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .b-detail-page {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .b-detail-page img {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .b-detail-page .b-detail-page__head-info-time img {
    margin-right: 10px !important;
  }

  .b-detail-page__head-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .b-detail-page__head-info-date {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .b-detail-page blockquote {
    padding: 10px 10px 15px 10px;
  }

  .detail-page__table td,
  .detail-page__table th {
    font-size: 14px;
    line-height: 130%;
  }

  .b-detail-page+h2 {
    margin-top: 40px;
  }
}

.b-manual {
  max-width: 834px;
}

.b-manual__step {
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 30px;
  margin-bottom: 30px;
  padding-left: 80px;
}

.b-manual__step-ctn:not(:last-child) {
  margin-bottom: 25px;
}

.b-manual__step-text {
  margin-bottom: 15px;
}

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

.b-manual__step-text p {
  margin-bottom: 15px;
}

.b-manual__step-text p:last-child {
  margin-bottom: 0;
}

.b-manual__step-image img {
  max-width: 100%;
}

.b-manual__step-image+.b-manual__step-text {
  margin-top: 20px;
}

.b-manual__step-head {
  position: relative;
  margin-bottom: 20px;
}

.b-manual__step-head:last-child {
  margin-bottom: 0;
}

.b-manual__step-head-number {
  font-size: 32px;
  line-height: 100%;
  font-family: OpenSansSemi;
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #001d55;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: -60px;
  top: -5px;
}

.b-manual__step-head-title {
  font-size: 24px;
  line-height: 130%;
  font-family: OpenSansSemi;
}

.b-manual__step-attention {
  font-size: 16px;
  line-height: 150%;
  font-family: OpenSansSemi;
  margin-top: 15px;
}

.b-manual__step h4 {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .b-manual {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .b-manual__step-head-number {
    display: none;
  }

  .b-manual__step-head-title {
    font-size: 20px;
    line-height: 130%;
  }

  .b-manual__step {
    padding-bottom: 25px;
    padding-left: 0;
    margin-bottom: 25px;
  }

  .b-manual__step:last-child {
    margin-bottom: 0 !important;
  }

  .b-manual__step-ctn:not(:last-child) {
    margin-bottom: 20px;
  }

  .b-manual__step-image img {
    max-width: 100% !important;
  }
}

.b-detail-page_modified {
  max-width: 834px;
  width: 100%;
}

.b-lk {
  margin-bottom: 50px;
}

.b-lk__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-lk__cols-left {
  width: 224px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.b-lk__cols-right {
  width: calc(100% - 244px);
}

.b-lk__nav {
  background: #fff;
  padding: 15px;
  border-radius: 6px;
}

.b-lk__nav-title {
  font-size: 14px;
  line-height: 130%;
  font-family: OpenSansSemi;
  margin-bottom: 10px;
}

.b-lk__nav-list {
  padding-left: 10px;
}

.b-lk__nav-link {
  text-decoration: none;
  font-size: 14px;
  line-height: 130%;
  color: #262626;
}

.b-lk__nav-link_active {
  color: #003baa;
  font-family: OpenSansSemi;
}

.b-lk__nav-link:hover {
  color: #003baa;
}

.b-lk__nav-wrap {
  margin-bottom: 15px;
}

.b-lk__nav-wrap:last-child {
  margin-bottom: 0;
}

.b-lk__title {
  margin-bottom: 20px;
}

.b-lk__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-bottom: 30px;
}

.b-lk__cards:last-child {
  margin-bottom: 0;
}

.b-lk__card {
  width: calc(33.3% - 20px);
  margin-left: 20px;
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  position: relative;
}

.b-lk__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 2px solid #f2f2f2;
  margin-bottom: 15px;
}

.b-lk__card-head:last-child {
  margin-bottom: 0;
  border: 0;
  padding-bottom: 0;
}

.b-lk__card-head-title {
  font-size: 18px;
  line-height: 130%;
  margin-right: 10px;
  font-family: OpenSansSemi;
}

.b-lk__card-head:last-child .b-lk__card-head-title {
  margin-right: 20px;
}

.b-lk__card-head-title-link {
  color: #262626;
  text-decoration: none;
}

.b-lk__card-head-title-link:hover {
  color: #003baa;
}

.b-lk__card-head:hover .icon {
  stroke: #003baa;
}

.b-lk__card-head-title-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.b-lk__card-head-icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.b-lk__card-head .icon {
  stroke: #262626;
  stroke-width: 2px;
}

.b-lk__card-head .icon-user {
  width: 20px;
  height: 26px;
}

.b-lk__card-head .icon-build {
  width: 26px;
  height: 26px;
}

.b-lk__card-head .icon-loc {
  width: 16px;
  height: 22px;
}

.b-lk__card-head .icon-reload {
  width: 20px;
  height: 23px;
  stroke: #00aa1a;
}

.b-lk__card-head .icon-reload-inner {
  width: 20px;
  height: 23px;
  stroke: #262626;
}

.b-lk__card-head .icon-favorite {
  width: 19px;
  height: 17px;
  fill: none;
}

.b-lk__card-head .icon-shopping-cart {
  width: 21px;
  height: 21px;
}

.b-lk__card-head .icon-compare {
  width: 17px;
  height: 22px;
}

.b-lk__card-head .icon-track-inner {
  width: 26px;
  height: 18px;
  stroke: transparent !important;
  stroke-width: 0 !important;
}

.b-lk__card-head:hover .icon-track-inner {
  fill: #003baa;
}

.b-lk__card-head .icon-question {
  width: 22px;
  height: 22px;
  stroke-width: 1.5px;
}

.b-lk__card-head .icon-support {
  width: 22px;
  height: 22px;
}

.b-lk__card-text {
  display: block;
  font-size: 14px;
  line-height: 130%;
}

.b-lk__card-text a {
  color: #262626;
  text-decoration: none;
}

.b-lk__card-text:not(:last-child) {
  margin-bottom: 15px;
}

.b-lk__message {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}

.b-lk__message-title {
  margin-bottom: 20px;
}

.b-lk__message span {
  font-family: OpenSansSemi;
}

.b-lk__message a {
  text-decoration: none;
}

.b-lk__logout-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 130%;
  font-family: OpenSansSemi;
  text-decoration: none;
  color: #878786;
}

.b-lk__logout-link .icon {
  width: 18px;
  height: 18px;
  stroke-width: 2px;
  stroke: #878786;
  margin-right: 7px;
}

.b-lk__logout-link:hover {
  color: #eb5757;
}

.b-lk__logout-link:hover .icon {
  stroke: #eb5757;
}

.b-lk__head {
  max-width: 712px;
  width: 100%;
}

.b-lk__head .h3 {
  margin-bottom: 20px;
}

.b-lk__link-added a {
  font-size: 14px;
  line-height: 130%;
  color: #003baa;
  text-decoration: none;
  font-family: OpenSansSemi;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-lk__link-added .icon {
  width: 20px;
  height: 20px;
  stroke-width: 2px;
  stroke: #003baa;
}

.b-lk__link-added a:hover {
  color: #00aa1a;
}

.b-lk__link-added a:hover .icon {
  stroke: #00aa1a;
}

.b-lk__head-text {
  margin-bottom: 20px;
}

.b-lk__link-added span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}

.b-lk__delete-link {
  font-size: 14px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #262626;
  text-decoration: none;
}

.b-lk__delete-link .icon {
  stroke: #262626;
  stroke-width: 2px;
  width: 18px;
  height: 18px;
}

.b-lk__delete-link span {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}

.b-lk__delete-link:hover {
  color: #eb5757;
}

.b-lk__delete-link:hover .icon {
  stroke: #eb5757;
}

.b-lk__objects {
  max-width: 468px;
  width: 100%;
  margin-bottom: 20px;
}

.b-lk__objects-item {
  position: relative;
}

.b-lk__objects-item-wrapper {
  position: relative;
  padding: 14px 34px 14px 14px;
  font-size: 14px;
  line-height: 130%;
  color: #262626;
  background: #f2f2f2;
  border-radius: 4px;
}

.b-lk__objects-item:not(:last-child) {
  margin-bottom: 20px;
}

.b-lk__objects-item .icon {
  width: 8px;
  height: 16px;
  stroke: #262626;
  stroke-width: 2px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 20px;
}

.b-lk__objects-title-link {
  text-decoration: none;
  color: #262626;
}

.b-lk__objects-title-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.b-lk__objects-title-link:hover {
  color: #003baa;
}

.b-lk__objects-item:hover .icon {
  stroke: #003baa;
}

.b-lk__objects-item .b-checkbox {
  position: absolute;
  left: 100%;
  margin-left: 20px;
  top: 15px;
  white-space: nowrap;
}

.b-lk__order-list {
  max-width: 1078px;
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

.b-lk__order-list thead tr {
  border-bottom: 0;
}

.b-lk__order-list tr {
  border-bottom: 2px solid #ddd;
  padding: 5px;
}

.b-lk__order-list td,
.b-lk__order-list th {
  text-align: center;
}

.b-lk__order-list td {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 117px;
  font-size: 14px;
  line-height: 130%;
}

.b-lk__order-list th {
  background: #f2f2f2;
  font-size: 14px;
  line-height: 130%;
  color: #6b6969;
  font-weight: 400;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 117px;
  padding-left: 10px;
  padding-right: 10px;
}

.b-lk__order-list th:first-child {
  border-radius: 6px 0 0 6px;
}

.b-lk__order-list th:last-child {
  border-radius: 0 6px 6px 0;
}

.b-lk__order-list-link {
  font-size: 14px;
  line-height: 130%;
  color: #003baa;
  font-family: OpenSansSemi;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.b-lk__order-list-link .icon {
  stroke: #003baa;
  stroke-width: 2px;
  width: 10px;
  height: 16px;
  margin-left: 10px;
}

.b-lk__order-list-link:hover {
  color: #00aa1a;
}

.b-lk__order-list-link:hover .icon {
  stroke: #00aa1a;
}

.b-lk__order-list-label {
  border-radius: 6px;
  padding: 5px 10px !important;
  display: inline-block;
  width: 117px;
  text-align: center !important;
}

.b-lk__order-list-label_orange {
  color: #fff;
  background: #f2994a !important;
}

.b-lk__order-list-label_green {
  color: #fff;
  background: #00aa1a !important;
}

.b-lk__order-list-label_red {
  color: #fff;
  background: #eb5757 !important;
}

.b-lk__order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-lk__order-left {
  width: calc(100% - 468px);
  margin-right: 20px;
}

.b-lk__order-right {
  max-width: 468px;
  width: 100%;
}

.b-lk__order-detail {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
}

.b-lk__order-detail-title {
  font-size: 18px;
  line-height: 130%;
  font-family: OpenSansSemi;
  margin-bottom: 15px;
}

.b-lk__order-detail-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.b-lk__order-detail-list-item:not(:last-child) {
  margin-bottom: 15px;
}

.b-lk__order-detail-list-text {
  background: #fff;
  font-size: 14px;
  line-height: 130%;
  color: #262626;
  position: relative;
  z-index: 2;
}

.b-lk__order-detail-list-text a {
  text-decoration: none;
  color: #262626;
}

.b-lk__order-detail-list-text_bold {
  font-weight: 700;
}

.b-lk__order-detail-list-text_green {
  color: #00aa1a;
}

.b-lk__order-detail-list-text:first-child {
  padding-right: 5px;
}

.b-lk__order-detail-list-text:last-child {
  padding-left: 5px;
  text-align: left;
}

.b-lk__order-detail-list-item_last .b-lk__order-detail-list-text {
  font-size: 18px;
  line-height: 130%;
}

.b-lk__order-detail-list-item_last::before {
  display: none;
}

.b-lk__order-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 6px;
  padding: 20px 20px 20px 10px;
  position: relative;
}

.b-lk__order-product:not(:last-child) {
  margin-bottom: 20px;
}

.b-lk__order-product-number {
  margin-right: 10px;
  color: #878786;
  font-size: 14px;
  line-height: 130%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.b-lk__order-product-image {
  width: 88px;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.b-lk__order-product-image img {
  max-width: 100%;
}

.b-lk__order-product-code {
  font-size: 14px;
  line-height: 130%;
  color: #878786;
  margin-bottom: 10px;
}

.b-lk__order-product-title,
.b-lk__order-product-title-link {
  font-size: 14px;
  line-height: 150%;
  color: #262626;
}

.b-lk__order-product-title-link {
  text-decoration: none;
}

.b-lk__order-product-title-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-lk__order-product-title-link:hover {
  color: #003baa;
}

.b-lk__order-product-info {
  margin-left: auto;
}

.b-lk__order-product-cost {
  font-size: 14px;
  line-height: 130%;
  color: #003baa;
  margin-bottom: 10px;
  text-align: right;
}

.b-lk__order-product-cost span {
  font-family: OpenSansExbold;
}

.b-lk__order-product-in {
  font-size: 14px;
  line-height: 130%;
  color: #000;
  font-family: OpenSansSemi;
  text-align: right;
}

.b-lk__order-product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width: 1239px) {
  .b-lk__cols-left {
    display: none;
  }

  .b-lk__cols-right {
    width: 100%;
  }

  .b-lk__order-list {
    max-width: 728px;
    width: 100%;
  }

  .b-lk__order-list thead {
    display: none;
  }

  .b-lk__order-list tr {
    padding: 0;
    display: block;
    margin-bottom: 20px;
    background: #f2f2f2;
    border-radius: 6px;
    border-bottom: 0;
    padding: 20px;
  }

  .b-lk__order-list tr:last-child {
    margin-bottom: 0;
  }

  .b-lk__order-list td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    padding: 0;
  }

  .b-lk__order-list td:last-child {
    margin-bottom: 0;
  }

  .b-lk__order-list th {
    width: 100%;
  }

  .b-lk__order-list td:last-child {
    border-bottom: 0;
  }

  .b-lk__order-list td::before {
    content: attr(data-label);
    position: relative;
    z-index: 2;
    background: #f2f2f2;
    padding-right: 5px;
  }

  .b-lk__order-list td::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #e6e6e6;
    top: 50%;
    position: absolute;
    left: 0;
    z-index: 1;
  }

  .b-lk__order-list .b-lk__order-list-first {
    font-size: 18px;
    line-height: 130%;
    font-family: OpenSansSemi;
    text-align: left;
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .b-lk__order-list .b-lk__order-list-first::before {
    padding-right: 0;
  }

  .b-lk__order-list .b-lk__order-list-first::after {
    display: none;
  }

  .b-lk__order-list .b-lk__order-list-last {
    padding-bottom: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .b-lk__order-list .b-lk__order-list-last::after,
  .b-lk__order-list .b-lk__order-list-last::before {
    display: none;
  }

  .b-lk__order-list td span {
    background: #f2f2f2;
    position: relative;
    z-index: 2;
    padding-left: 5px;
    text-align: right;
    max-width: 60%;
  }

  .b-lk__order-list .b-lk__order-list-first span {
    margin-left: 10px;
    padding-left: 0;
  }

  .b-lk__order-list-label::before {
    content: "";
    width: 5px;
    background: #f2f2f2;
    height: 100%;
    position: absolute;
    left: -5px;
    top: 0;
  }

  .b-lk__order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .b-lk__order-left {
    margin-right: 0;
    max-width: 723px;
    width: 100%;
  }

  .b-lk__order-right {
    margin-left: 0;
    max-width: 723px;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .b-lk__card-head-title {
    font-size: 16px;
    line-height: 130%;
  }

  .b-lk__card-text:not(:last-child) {
    margin-bottom: 10px;
  }

  .b-lk__cards_modified-cols .b-lk__card {
    width: calc(50% - 20px);
  }

  .b-lk__message {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .b-lk {
    margin-bottom: 40px;
  }

  .b-lk__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
  }

  .b-lk__card {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    padding: 15px 15px 20px 15px;
  }

  .b-lk__card:last-child {
    margin-bottom: 0;
  }

  .b-lk__cards_modified-cols .b-lk__card {
    width: 100%;
  }

  .b-lk__card-head-icon {
    height: 32px;
    width: 32px;
  }

  .b-lk__objects {
    max-width: 100%;
  }

  .b-lk__objects-item .b-checkbox {
    position: relative;
    left: auto;
    margin-left: 0;
    top: auto;
    margin-top: 10px;
  }

  .b-lk__order-detail-title {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 15px;
  }

  .b-lk__order-detail-list-text {
    max-width: 50%;
  }

  .b-lk__order-product {
    padding: 15px;
  }

  .b-lk__order-product-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .b-lk__order-product-image {
    width: 52px;
    margin-right: 10px;
  }

  .b-lk__order-product-info {
    margin-left: 0;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .b-lk__order-product-cost {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

.b-form-lk {
  max-width: 468px;
}

.b-form-lk .icon-edit {
  position: absolute;
  width: 20px;
  height: 20px;
  stroke: #262626;
  stroke-width: 2px;
  right: 17px;
  top: 13px;
}

.b-form-lk .icon-eye-off,
.b-form-lk .icon-eye-on {
  width: 22px;
  height: 22px;
  stroke-width: 2px;
  stroke: #262626;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -11px;
  cursor: pointer;
}

.b-form-lk .icon-eye-on {
  display: none;
}

.b-form-lk .view .icon-eye-off {
  display: none;
}

.b-form-lk .view .icon-eye-on {
  display: block;
}

.b-form-lk .b-form__input {
  padding-right: 45px;
}

.b-form-lk .b-form__group-buttons {
  display: none;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-left: 20px;
}

.b-form-lk .b-form__group-buttons .button:not(:last-child) {
  margin-right: 15px;
}

.b-form-lk .b-form__group-buttons.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-form-lk__wrapper-button-password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-form-lk .button {
  width: auto;
}

.b-form-lk__wrapper-button-password .button {
  display: none;
}

.b-form-lk__new-password {
  display: none;
}

.b-form-lk__new-password.show {
  display: block;
}

.b-form-lk__new-password-text {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .b-form-lk .b-form__group-buttons {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .b-form-lk {
    max-width: 100%;
  }

  .b-form-lk .b-form__group-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b-form-lk .button {
    width: 100%;
  }

  .b-form-lk .b-form__group-buttons .button:not(:last-child) {
    margin-bottom: 10px;
  }

  .b-form-lk__wrapper-button-password {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .b-form-lk__wrapper-button-password .button {
    width: 100%;
    margin-bottom: 20px;
  }
}

.b-catalog-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 15;
  margin-top: 0;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15),
    inset 4px 4px 10px rgba(0, 0, 0, 0.11);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15),
    inset 4px 4px 10px rgba(0, 0, 0, 0.11);
  background: #fff;
  display: none;
}

.b-catalog-nav__wrapper {
  padding: 20px 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-catalog-nav__item {
  max-width: 180px;
  width: 100%;
}

.b-catalog-nav__item:not(:last-child) {
  margin-right: 35px;
}

.b-catalog-nav__title {
  font-size: 12px;
  line-height: 130%;
  font-family: OpenSansBold;
  margin-bottom: 15px;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}

.b-catalog-nav__list {
  margin: 0;
  padding: 0;
}

.b-catalog-nav__item-list-link {
  font-size: 12px;
  line-height: 130%;
  text-decoration: none;
  color: #262626;
}

.b-catalog-nav__item-list-link:hover {
  color: #003baa;
}

.b-catalog-nav__list-item:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .b-modal-reg {
    background: 0 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .b-modal-reg .b-modal__wrapper {
    background: #fff;
    border-radius: 6px;
  }

  .b-modal-reg::before {
    content: "";
    width: 100%;
    height: 80px;
    display: block;
  }

  .b-modal-reg::after {
    content: "";
    width: 100%;
    height: 80px;
    display: block;
  }
}