.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
.slick-list,
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-is-hidden,
.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}
.fancybox-container,
.fancybox-slide {
  width: 100%;
  outline: 0;
  -webkit-backface-visibility: hidden;
}
.fancybox-container,
.fancybox-slide,
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
}
.fancybox-button:focus,
.fancybox-slide,
.slick-list:focus {
  outline: 0;
}
.fancybox-container,
.fancybox-thumbs,
.fancybox-thumbs__list a,
.slick-slider {
  -webkit-tap-highlight-color: transparent;
}
.btn--disabled,
.fancybox-caption:before,
.fancybox-infobar,
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-slider {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.fancybox-container *,
html {
  box-sizing: border-box;
}
.fancybox-infobar,
.fancybox-slide--image .fancybox-content {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.slick-list {
  margin: 0;
  padding: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.fancybox-caption:before,
.fancybox-slide:before,
.fancybox-thumbs__list a:before {
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
}
.fancybox-container {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99992;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition:
    opacity 0.25s ease,
    visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition:
    opacity 0.25s ease 0s,
    visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  top: 0;
  -webkit-touch-callout: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  white-space: normal;
  z-index: 99994;
}
.fancybox-slide:before {
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property:
    opacity,
    -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  user-select: none;
  z-index: 99995;
}
.fancybox-image,
.fancybox-share__button,
.fancybox-spaceball {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button.fancybox-focus {
  outline: dotted 1px;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2),
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}
.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
#cart_prod_table .title,
#toggle_table,
#toggle_table:hover,
.btn,
.category-item,
.fancybox-share__button,
.fancybox-share__button:hover,
.main-navigation__link,
.navigation-block__link,
.news-list__link,
.pagination a,
.product-item,
.text a {
  text-decoration: none;
}
.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
.btn--circle:hover,
.category-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  transition: all 0.2s;
  user-select: none;
  white-space: nowrap;
}
.input_count a,
.product-filter {
  -moz-user-select: none;
  -ms-user-select: none;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-show-thumbs .fancybox-thumbs,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src:
    local("PT Sans Italic"),
    local("PTSans-Italic"),
    url(https://fonts.gstatic.com/s/ptsans/v11/jizYRExUiTo99u79D0e0w8mN.ttf)
      format("truetype");
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:
    local("PT Sans"),
    local("PTSans-Regular"),
    url(https://fonts.gstatic.com/s/ptsans/v11/jizaRExUiTo99u79D0aEwA.ttf)
      format("truetype");
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:
    local("PT Sans Bold"),
    local("PTSans-Bold"),
    url(https://fonts.gstatic.com/s/ptsans/v11/jizfRExUiTo99u79B_mh0OqtKA.ttf)
      format("truetype");
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
.btn,
.input-row__label,
.text b,
.text strong {
  font-weight: 500;
}
[hidden] {
  display: none;
}
.row,
body,
html {
  display: -webkit-flex;
  display: -ms-flexbox;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
} /*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
  box-sizing: inherit;
}
.container,
.container-fluid {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}
.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-flex: 0 0 12.5%;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.col-2 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-3 {
  -webkit-flex: 0 0 37.5%;
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.col-4 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-5 {
  -webkit-flex: 0 0 62.5%;
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.col-6 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-7 {
  -webkit-flex: 0 0 87.5%;
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
.col-8 {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}
.order-0 {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}
.offset-1 {
  margin-left: 12.5%;
}
.offset-2 {
  margin-left: 25%;
}
.offset-3 {
  margin-left: 37.5%;
}
.offset-4 {
  margin-left: 50%;
}
.offset-5 {
  margin-left: 62.5%;
}
.offset-6 {
  margin-left: 75%;
}
.offset-7 {
  margin-left: 87.5%;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.flex-row {
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -webkit-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -webkit-flex-grow: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-flex-grow: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.pagination,
.text img {
  max-width: 100%;
}
.mh-100 {
  max-height: 100% !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.container {
  padding-left: 16px;
  padding-right: 16px;
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}
a {
  color: #404040;
}
body,
html {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  line-height: inherit;
}
body main,
html main {
  padding-bottom: 75px;
}
body footer,
html footer {
  margin-top: auto;
}
body:after,
html:after {
  content: "";
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
body.after:after,
html.after:after {
  opacity: 1;
  visibility: visible;
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fcfcfc;
  color: #333;
  letter-spacing: 1px;
}
.loader img,
.loader svg {
  width: 30px;
  stroke: #404040;
}
.btn {
  position: relative;
  cursor: pointer;
  border: none;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  color: #fcfcfc;
  height: 45px;
  padding: 0 30px;
  border-radius: 3px;
  line-height: 45px;
  text-align: center;
  transition: all 0.3s ease;
  background: #404040;
  font-family: "Inter";
}
.btn--circle,
.main-navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
}
.btn--disabled {
  opacity: 0.5;
}
.btn--circle {
  width: 50px;
  height: 50px;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.btn--circle svg {
  width: 25px;
  display: block;
  height: 25px;
  fill: #fcfcfc;
}
.btn--circle:hover {
  transform: scale(1.1);
}
.btn--gray {
  background: #dfdfdf;
  color: #000;
  box-shadow: none;
}
.btn--gray:hover {
  background: #d2d2d2;
  box-shadow: none;
}
.page-title {
  margin-bottom: 1.5em;
}
.page-title__title {
  font-size: 2em;
}
input,
select,
textarea {
  height: 45px;
  border: none;
  border-radius: 6px;
  padding-left: 15px;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  background: #f1f1f1;
}
input.error,
select.error,
textarea.error {
  background: rgba(255, 0, 0, 0.2) !important;
}
textarea {
  height: auto;
  min-height: 90px;
  resize: vertical;
}
select {
  display: inline-block;
}
.input-row__label {
  display: block;
  margin-bottom: 5px;
  font-size: 0.8rem;
}
.input-row__select {
  display: block;
  width: 100%;
}
.notice {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  transform: translateY(-150px);
  color: #fff;
  text-align: center;
  padding: 20px;
  z-index: 99999;
  transition: all 0.3s linear;
  opacity: 0;
}
.notice--open {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}
.notice--green {
  background: #2b8e18;
}
.notice--red {
  background: red;
}
.pagination {
  overflow: auto;
}
.pagination ul {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #f1f1f1;
  border-radius: 3px;
  overflow: hidden;
}
.pagination a {
  padding: 10px 15px;
  display: block;
}
.pagination a:hover {
  background: #fcfcfc;
}
.pagination li {
  border-right: solid 1px #fcfcfc;
}
.pagination li.active a {
  background: #404040;
  color: #fcfcfc;
}
.text {
  line-height: 1.5;
}
.text h1 {
  font-size: 4.21052632em;
  line-height: 1.0875em;
}
.text h2 {
  font-size: 2.63157895em;
  line-height: 1.16em;
}
.text h3 {
  font-size: 1.63157895em;
  line-height: 1.87096774em;
}
.text h4,
.text h5 {
  font-size: 1em;
  line-height: 1.52631579em;
}
.text h4 {
  font-weight: 700;
}
.text blockquote,
.text ol,
.text p,
.text pre,
.text table,
.text ul {
  margin-top: 0;
  margin-bottom: 1.52631579em;
}
.text h1:not(:last-child),
.text h2:not(:last-child),
.text h3:not(:last-child),
.text h4:not(:last-child),
.text h5:not(:last-child),
.text h6:not(:last-child) {
  margin-bottom: 16px;
}
.text blockquote:last-child,
.text ol:last-child,
.text p:last-child,
.text pre:last-child,
.text table:last-child,
.text ul:last-child {
  margin-bottom: 0;
}
.text ol ol,
.text ol ul,
.text ul ol,
.text ul ul {
  margin-top: 0;
  margin-bottom: 0;
}
.text .hr,
.text hr {
  border: 1px solid;
  margin: -1px 0;
}
.text a,
.text b,
.text code,
.text em,
.text i,
.text small,
.text strong {
  line-height: 0;
}
.text sub,
.text sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.text sup {
  top: -0.5em;
}
.text sub {
  bottom: -0.25em;
}
.text a {
  color: #404040;
  border-bottom: 1px dashed;
}
.text a:hover {
  color: #e0222e;
}
.text ol {
  counter-reset: myCounter;
}
.text ol li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 50px;
}
.text ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  color: #fff;
  background: #404040;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  margin: 0px 10px 5px;
  line-height: 20px;
  font-size: 0.8em;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.text ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 1em;
}
.text ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #e0222e;
  display: block;
  border-radius: 50%;
  top: 50%;
  position: absolute;
  left: 0;
  margin-top: -2.5px;
}
.navigation-block__item,
.navigation-block__item.has-podmenu {
  position: relative;
}
.text table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 1.52631579em;
}
.text table tr td,
.text table tr th {
  padding: 10px;
  border: 1px solid #c4c4c4;
}
.text table.table-light tr td,
.text table.table-light tr th,
.text table.table-transparent tr td,
.text table.table-transparent tr th {
  border: none;
}
.text table.table-light tr:nth-child(odd) td,
.text table.table-light tr:nth-child(odd) th {
  background: #f1f1f1;
}
.navigation-block {
  border-radius: 3px;
}
.navigation-block__link {
  display: block;
  transition: all 0.2s ease;
}
.navigation-block__link:hover {
  color: #404040;
}
.navigation-block__link--active {
  background: #404040;
  border-color: #404040;
}
.navigation-block__link--active:hover {
  background: #404040;
  color: #fcfcfc;
}
.navigation-block__item:last-child a {
  border: none;
}
.navigation-block__item.has-podmenu:after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3.5px;
  border-bottom: 1px solid #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}
.navigation-block__item:hover:after {
  opacity: 0;
}
.navigation-block__item:hover ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.navigation-block__item ul {
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 240px;
  background: #fcfcfc;
  z-index: 15;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.26);
  transition: all 0.3s ease;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  visibility: hidden;
}

.navigation-block__item ul a:hover {
  background: 0 0;
}
.navigation-block__item ul::before {
  content: "";
  width: 25px;
  height: 25px;
  background: inherit;
  display: block;
  position: absolute;
  top: 13px;
  left: -12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.theiaStickySidebar {
  z-index: 15;
}
.breadcrumbs {
  margin-bottom: 30px;
  width: 100%;
  color: #767676;
  font-size: 0.8em; /* Для Firefox */
  scrollbar-width: none;
  /* Для IE и Edge (старого) */
  -ms-overflow-style: none;
}
.breadcrumbs::-webkit-scrollbar {
  display: none;
}
.breadcrumbs > * {
  margin: 5px;
}
.breadcrumbs > :first-child {
  margin-left: 0;
}
.breadcrumbs__link {
  text-decoration: none;
  color: #767676;
}
.breadcrumbs__link:hover {
  color: #767676;
  border-color: transparent;
}
.breadcrumbs__arrow {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 12px;
  margin: 2px 0 0;
  background: url(../img/icons/arrow-right.svg) center no-repeat;
  background-size: contain;
}
.main-navigation {
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-navigation__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.main-navigation__item--active a {
  position: relative;
}
.main-navigation__item--active a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #404040 0, #e0222e 100%);
  position: absolute;
  bottom: -5px;
}
.main-navigation__item--active a:hover {
  color: #818181;
}
.main-navigation__item.js-menu-catalog {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.main-navigation__item.js-menu-catalog:before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIj4KICA8cGF0aCBmaWxsPSIjMDAwMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOSA0YTEgMSAwIDAxLTEgMUgyYTEgMSAwIDAxMC0yaDE2YTEgMSAwIDAxMSAxem0wIDZhMSAxIDAgMDEtMSAxSDJhMSAxIDAgMTEwLTJoMTZhMSAxIDAgMDExIDF6bS0xIDdhMSAxIDAgMTAwLTJIMmExIDEgMCAxMDAgMmgxNnoiLz4KPC9zdmc+");
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  cursor: pointer;
}
.main-navigation__item.js-menu-catalog.is-open:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIj4KICA8cGF0aCBmaWxsPSIjMDAwMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi4yOTMgMTcuNzA3YTEgMSAwIDAwMS40MTQtMS40MTRMMTEuNDE0IDEwbDYuMjkzLTYuMjkzYTEgMSAwIDAwLTEuNDE0LTEuNDE0TDEwIDguNTg2IDMuNzA3IDIuMjkzYTEgMSAwIDAwLTEuNDE0IDEuNDE0TDguNTg2IDEwbC02LjI5MyA2LjI5M2ExIDEgMCAxMDEuNDE0IDEuNDE0TDEwIDExLjQxNGw2LjI5MyA2LjI5M3oiLz4KPC9zdmc+");
  background-size: contain;
  background-position: center;
}
.main-navigation__link {
  display: block;
  transition: all 0.2s ease;
}
.category-item {
  width: 100%;
  display: block;
  color: #333;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 15px;
}
.category-item:hover img {
  transform: scale(1.1);
}
.category-item:hover .category-item__title {
  color: #404040;
}
.category-item__image {
  overflow: hidden;
  max-height: 233px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e8e9ed;
}
.category-item__image img {
  display: block;
  transition: all 0.2s ease;
  max-width: 100%;
  max-height: 100%;
}
.category-item__content {
  padding: 30px 15px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  background: #f1f1f1;
}
.category-item__title {
  display: block;
  margin-bottom: 8px;
  height: 76px;
  overflow: hidden;
}
.category-item__count {
  font-size: 0.8em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 25px;
}
.category-item__count svg {
  fill: #333;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.category-item:hover .category-item__content {
  background: #fcfcfc;
}
.product-item {
  width: 100%;
  position: relative;
  display: block;
}
.product-item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.product-item:hover {
  z-index: 2;
}
.product-item__image {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e8e9ed;
  overflow: hidden;
  aspect-ratio: 1.4;
  border-radius: 4px;
}
.product-item__image img {
  display: block;
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 100%;
}
.product-item__content {
  padding-top: 30px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
.product-item__title {
  display: block;
  margin-bottom: 8px;
  overflow: hidden;
}
.product-item__old-price {
  font-size: 0.85em;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2px;
  position: relative;
  color: #878ea1;
}
.product-item__old-price:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background: rgba(135, 142, 161, 0.6);
}
.product-filter,
.product-item__price {
  display: -webkit-flex;
  display: -ms-flexbox;
}
.product-item__btn-cart,
.product-item__btn-cart:hover {
  background-image: url(../img/icons/cart.svg);
}
.product-item__btn-cart,
.product-item__btn-cart.button_in_cart,
.product-item__btn-cart:hover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
}
.product-item__price {
  font-size: 18px;
  display: flex;
  font-weight: 600;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-item__btn-cart {
  position: absolute;
  right: 10px;
  top: -30px;
}
.product-item__btn-cart.button_in_cart {
  background-image: url(../img/icons/checkmark-circle.svg);
  background-color: #404040;
  box-shadow: 0 0 50px rgba(176, 42, 47, 0.4);
}
.product-filter {
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-user-select: none;
  user-select: none;
}
.product-filter__left,
.product-filter__right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-filter__title {
  margin-right: 10px;
}
.product-filter__separator {
  color: #878ea1;
  margin: 0 10px;
}
.product-filter__sort input {
  display: none;
}
.product-filter__sort input:checked + span {
  color: #e0222e;
  border-color: #e0222e;
}
.product-filter__name {
  border-bottom: 1px dotted #000;
  transition: all 0.3s ease;
  cursor: pointer;
}
.product-filter__name:hover {
  border-color: transparent;
}
.nav-icon-wrap {
  height: 30px;
  width: 30px;
  display: none;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 0 0;
}
.nav-icon-wrap #nav-icon {
  width: 25px;
  height: 18px;
  position: relative;
  display: inline-block;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  vertical-align: top;
}
.nav-icon-wrap #nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: 0.25s ease-in-out;
}
.nav-icon-wrap #nav-icon span:nth-child(1) {
  top: 0;
}
.nav-icon-wrap #nav-icon span:nth-child(2),
.nav-icon-wrap #nav-icon span:nth-child(3) {
  top: 8px;
}
.nav-icon-wrap #nav-icon span:nth-child(4) {
  top: 16px;
}
.nav-icon-wrap #nav-icon.open span:nth-child(1) {
  top: 15px;
  width: 0%;
  left: 50%;
}
.nav-icon-wrap #nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-icon-wrap #nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-icon-wrap #nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#in_cart,
#toggle_table {
  top: 24px;
  position: absolute;
}
#cart_on_page {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #333;
  z-index: 100;
}
#cart_on_page.close #main_line {
  padding-bottom: 0;
}
#cart_on_page.no_prod {
  display: none;
}
#in_cart {
  left: 0;
}
#in_cart a {
  margin-left: 9px;
  color: #404040;
}
#toggle_table {
  left: 0;
  right: 0;
  text-align: center;
}
#toggle_table span {
  display: inline-block;
  color: #fcfcfc;
  padding-left: 35px;
  background: url(../img/icons/chevron-up.svg) no-repeat;
}
#toggle_table:hover span {
  color: #e0222e;
}
#cart_on_page.close #toggle_table span {
  background: url(../img/icons/chevron-down.svg) no-repeat;
}
#submit {
  position: absolute;
  right: 20px;
  top: 11px;
  text-align: center;
}
#cart_prod_table .container,
#main_line .container,
.slider__img {
  position: relative;
}
#cart_prod_table .one_prod {
  padding-bottom: 20px;
  font-size: 0;
  padding-top: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #2e2e2e;
}
#cart_prod_table .one_prod > * {
  display: inline-block;
  vertical-align: middle;
}
#cart_prod_table .num {
  font-size: 1.1rem;
  color: #fcfcfc;
  margin-right: 5px;
  width: 40px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#cart_prod_table .title {
  font-size: 1.1rem;
  color: #fcfcfc;
  letter-spacing: 0.2px;
  margin-right: 10px;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#cart_prod_table .price {
  margin: 0 5px 0 0;
  height: auto;
  font-size: 1.1rem;
  color: #fcfcfc;
  width: 130px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
}
#cart_prod_table .count {
  text-align: center;
  margin-right: 5px;
  margin-top: -3px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#cart_prod_table .count .minus,
#cart_prod_table .count .plus {
  width: 20px;
  height: 20px;
  margin-top: -1px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
#cart_prod_table .count .minus {
  background: url(../img/icons/circle-minus.svg) no-repeat;
}
#cart_prod_table .count .plus {
  background: url(../img/icons/plus-circle.svg) no-repeat;
}
#cart_prod_table .count input {
  display: inline-block;
  text-align: center;
  border: none;
  width: 60px;
  padding-left: 0;
  line-height: 24px;
  background: #fcfcfc;
  font-size: 1.1rem;
  vertical-align: middle;
  margin: 0 10px;
  outline: 0;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.26);
}
#cart_prod_table .count .minus:hover,
#cart_prod_table .count .plus:hover {
  opacity: 0.8;
}
#cart_prod_table .price_all {
  font-size: 1.1rem;
  color: #fcfcfc;
  margin-right: 9px;
  width: 130px;
  text-align: center;
  white-space: nowrap;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#cart_prod_table .drop {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#cart_prod_table .drop svg {
  fill: #fcfcfc;
}
#cart_prod_table .drop:hover svg {
  fill: #e0222e;
}
#cart_on_page.close #cart_prod_table {
  display: none;
}
#main_line {
  background: #333;
  color: #fcfcfc;
  font-size: 1em;
  padding-left: 15px;
  padding-right: 15px;
  border-top: solid 1px #4d4d4d;
  height: 70px;
}
#cart_prod_table {
  background: #4d4d4d;
  display: none;
}
.news-list {
  margin-bottom: 45px;
}
.news-list__item {
  display: block;
}
.news-list__link {
  display: block;
  color: #000;
  padding: 30px 0;
  border-bottom: 1px solid #f1f1f1;
}
.news-list__link:hover .news-list__title {
  text-decoration: underline;
}
.cart__title,
.categories__item,
.footer__navigation li a,
.footer__phone,
.header__phone,
.input_count a,
.order-form #select-pd {
  text-decoration: none;
}
.news-list__date {
  display: block;
  margin-bottom: 10px;
  font-size: 80%;
  color: #878ea1;
}
.news-list__title {
  display: block;
  font-weight: 700;
}
.categories,
.slider__img {
  display: -webkit-flex;
  display: -ms-flexbox;
}
.slider {
  overflow: hidden;
}
.slider__img {
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.slider__img img {
  margin: 0 auto;
  display: block;
}

.slider .slick-arrow {
  background: url(../img/icons/chevron-right.svg) center no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  display: block;
  font-size: 0;
  border: none;
  z-index: 5;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.slider .slick-arrow.slick-prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.pageup {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  position: fixed;
  transition: all 0.2s ease;
  bottom: 0;
  right: calc((100% - 1200px) / 4);
  z-index: 999;
}
.pageup.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
.pageup:hover button {
  opacity: 0.5;
}
.pageup:hover .pageup__note {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.pageup button {
  width: 31px;
  height: 31px;
  cursor: pointer;
  background: 0 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  border: none;
}
.pageup__note {
  visibility: hidden;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
  position: absolute;
  top: -60px;
  right: calc(50% - 45px);
  width: 90px;
  padding: 10px 0;
  background: #fff;
  border-radius: 5px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.categories {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.icons-block,
.icons-block__icon {
  display: -webkit-flex;
  display: -ms-flexbox;
}
.categories__item {
  padding: 10px 20px;
  margin: 5px 10px 5px 0;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  color: #000;
  position: relative;
}
.categories__item:hover {
  background: #f1f1f1;
  border-color: rgba(135, 142, 161, 0.2);
}
.categories__item.active {
  background: #333;
  border-color: rgba(135, 142, 161, 0.2);
  color: #fcfcfc;
}
.icons-block {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  margin-bottom: 50px;
}
.icons-block__col {
  text-align: center;
  padding: 0 10px;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-right: solid 1px rgba(135, 142, 161, 0.2);
  margin-bottom: 30px;
}
.icons-block__col:first-child {
  border-left: solid 1px rgba(135, 142, 161, 0.2);
}
.icons-block__icon {
  width: 60px;
  height: 60px;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 15px;
}
.icons-block__name {
  max-width: 160px;
  margin: 0 auto;
  font-size: 15px;
}
.icons-block img {
  max-width: 60px;
}
.page-banners {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-left: -20px;
  margin-right: -20px;
}
.page-banners__col {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 10px 20px;
}
.page-banners__banner {
  border-radius: 3px;
  display: block;
  overflow: hidden;
}
.page-banners img {
  display: block;
  max-width: 100%;
}
.filter-module__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.filter-module__close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(../img/icons/cross.svg) center no-repeat;
  border: none;
  background-size: 100%;
  display: none;
}
.filter-module__name {
  font-weight: 700;
  margin-bottom: 10px;
}
.filter-module li {
  margin-bottom: 5px;
}
.filter-module li:last-child {
  margin-bottom: 0;
}
.filter-button-mobile {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 105px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(../img/icons/list.svg) center no-repeat #404040;
  background-size: 55%;
  border: none;
  cursor: pointer;
  z-index: 80;
}
.filter-checkbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.filter-checkbox input {
  display: none;
}
.filter-checkbox input:checked + span:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMCA5IDciIGZpbGw9Im5vbmUiPgo8cGF0aCBkPSJNMC45OTU2MDUgMy45NDlMMy4xMDA1OSA2LjAzOTM3TDguMTU0NCAxLjA0MjQ4IiBzdHJva2U9IndoaXRlIi8+CjxzY3JpcHQgeG1sbnM9IiIvPjwvc3ZnPg==)
    center no-repeat;
  background-color: #000;
  border-color: #000;
}
.filter-checkbox__content {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 26px;
  font-size: 14px;
}
.filter-checkbox__content:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #636363;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  position: absolute;
  top: 0.1em;
  left: 0;
}

.filter-checkbox__count {
  background: #9d9d9d;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1;
  padding: 1px 3px;
  display: block;
  margin-left: 7px;
}
.filter-checkbox:hover .filter-checkbox__content:before {
  border-color: #404040;
}
.aside-block {
  border-radius: 5px;
  background: #f1f1f1;
  margin-bottom: 30px;
}

.aside-block:last-child {
  margin-bottom: 0;
}
.aside-block__title {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}
.aside-block__section {
  padding: 15px 25px;
  border-bottom: 2px solid #fff;
}
.aside-block__buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 20px;
}
.aside-block__buttons .btn {
  padding: 6px 10px;
  height: auto;
  line-height: initial;
  margin: 10px 5px;
  box-shadow: none;
}
.map {
  height: 500px;
}
.product-details .page-title {
  width: 100%;
}
.product-details__text-and-logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-details__text-and-logo .text {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.product-details__text-and-logo .product-details__partner-logo {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 30px;
}
.product-details__text-and-logo .product-details__partner-logo img {
  max-width: 100%;
  display: block;
}
.product-details__image img {
  display: block;
  cursor: pointer;
}
.product-details__image .slick-slide {
  padding-right: 1px;
}
.product-details__image .js-slider-gallery-large .slick-slide {
  overflow: hidden;
}

.product-details__image .js-slider-gallery-small {
  margin-top: 10px;
}
.product-details__image .js-slider-gallery-small .slick-list {
  margin: 0 -5px;
  padding-left: 1px;
  padding-right: 1px;
}
.product-details__image .js-slider-gallery-small .slick-slide {
  margin: 0 5px;
}
.product-details__video {
  margin-top: 30px;
  border: 1px solid #e8e9ed;
  border-radius: 3px;
  overflow: hidden;
}
.product-details__video img {
  display: block;
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-details__video a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  background: #878ea1;
  padding-bottom: 56%;
  height: 0;
}
.product-details__video a:before {
  content: "";
  width: 60px;
  height: 60px;
  background: url(../img/icons/camera-video.svg) center no-repeat #e0222e;
  background-size: 30px;
  border-radius: 50%;
  display: block;
  box-shadow: 0 0 50px rgba(224, 34, 46, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin-left: -30px;
  margin-top: -30px;
  transition: all 0.2s ease;
}
.product-details__video a:hover:before {
  background-color: #e0222e;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 0 0 50px rgba(224, 34, 46, 0.4);
}

.product-details__price {
  display: block;
}
.product-details__price span {
  font-size: 30px;
}
.product-details__old-price {
  font-size: 0.85em;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2px;
  position: relative;
  color: #878ea1;
}
.product-details__old-price:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background: rgba(135, 142, 161, 0.6);
}
.product-details__bottom {
  margin-top: 45px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-details .btn.buy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px 40px;
  height: auto;
  line-height: 1;
  height: 60px;
  font-size: 18px;
}
.product-details .btn.buy svg {
  width: 20px;
  fill: #fff;
}
.product-details .btn.buy.complete {
  background: #d8f0e2;
  color: #000;
}
.product-details .btn.buy.complete svg {
  fill: #000;
}

.product-details__tabs {
  margin-top: 60px;
}
.product-details .product-details__tabs-nav li.ui-tabs-active a {
  background: #333;
  color: #fcfcfc;
}
.product-details__tabs-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-details__tabs-nav li {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  margin: 0 5px 0 0;
}
.product-details__tabs-nav li a {
  padding: 15px 30px;
  display: block;
  text-decoration: none;
  color: #000;
  border: 1px solid rgba(135, 142, 161, 0.2);
  border-bottom: none;
  border-radius: 3px;
}
.product-details__tabs-nav li a:hover {
  background: rgba(135, 142, 161, 0.2);
}
.product-details__tabs-content {
  padding: 30px 0;
}
.storage-status {
  display: inline-block;
  border: 1px solid #ccc;
  color: #000;
  vertical-align: top;
  padding: 3px 12px;
  border-radius: 2px;
}
.cart__image,
.gallery-row__item {
  overflow: hidden;
  border-radius: 3px;
}
.storage-status--green {
  border-color: #009739;
}
.storage-status--red {
  border-color: #404040;
}
.gallery-row img {
  display: block;
  max-width: 100%;
}
.gallery-row__item {
  display: block;
  margin-bottom: 15px;
}
.cart__item,
.cart__price-count {
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-align-items: center;
}
.media .category-item__image img {
  object-fit: cover;
  height: 100%;
}
.cart {
  margin-bottom: 45px;
}
.cart__cart-title {
  font-size: 1rem;
  font-weight: 500;
  color: #404040;
}
.cart__item {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #f1f1f1;
  padding: 25px 0;
}
.cart__image {
  display: block;
  width: 80px;
  border: 1px solid #e8e9ed;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cart__final-price,
.cart__price {
  padding: 0 15px;
  width: 110px;
}
.cart__image img {
  display: block;
  max-width: 100%;
}
.cart__description {
  font-size: 0.875em;
  margin: 0 auto 0 30px;
}
.cart__vendor {
  margin-bottom: 5px;
}
.cart__title {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}
.cart__title:hover {
  color: #e0222e;
}
.cart__count {
  padding: 0 15px;
}
.cart__col-title {
  font-size: 13px;
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
.cart__final-price {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cart__price-count {
  height: 40px;
  display: flex;
  white-space: nowrap;
  width: 80px;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cart__final-price-count {
  color: #404040;
  font-weight: 500;
  height: 40px;
  white-space: nowrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cart__delete {
  padding: 0 0 0 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cart__delete button {
  border: none;
  background: #f1f1f1;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
}
.input_count .cart_down,
.quantity-up {
  border-bottom: solid 1px #4d4d4d;
  top: 0;
}
.input_count,
.quantity {
  display: block;
  padding-right: 20px;
  overflow: hidden;
}
.cart__delete button:hover {
  background: red;
}
.cart__delete button:hover svg {
  display: block;
  fill: #fcfcfc;
}
.cart-final-price {
  text-align: right;
  margin-bottom: 45px;
}
.input_count a,
.quantity-button {
  text-align: center;
  font-family: arial;
  right: 0;
  cursor: pointer;
}
.cart-final-price span {
  color: #404040;
  font-size: 1.5em;
  font-weight: 500;
}
.input_count {
  position: relative;
  width: 70px;
  border-radius: 3px;
}
.input_count input {
  height: 40px;
  border-radius: 0;
}
.input_count a {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #333;
  color: #fcfcfc;
  -webkit-user-select: none;
  user-select: none;
  z-index: 2;
}
.input_count a:hover {
  background: #404040;
  color: #fcfcfc;
}
.input_count .cart_up {
  bottom: 0;
}
.quantity {
  position: relative;
  width: 70px;
  border-radius: 3px;
}
.label-radio__cont,
.order-form .row {
  display: -webkit-flex;
  display: -ms-flexbox;
}
.quantity input {
  height: 40px;
  border-radius: 0;
}
.quantity-button {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #333;
  color: #fcfcfc;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.quantity-button:hover {
  background: #404040;
  color: #fcfcfc;
}
.quantity-down {
  bottom: 0;
}
.label-radio__cont {
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  border: 2px solid #f1f1f1;
  padding: 20px;
  height: 100%;
  border-radius: 5px;
  cursor: pointer;
}
.label-radio strong {
  font-weight: 700;
  font-size: 16px;
}
.label-radio input {
  display: none;
}
.label-radio input:checked + span.label-radio__cont {
  background: #f1f1f1;
  border: 2px solid #404040;
}
.label-radio img {
  max-width: 120px;
  max-height: 50px;
  display: block;
  margin-right: 15px;
}
.order-form {
  width: 100%;
}
.order-form #select-pd {
  margin-bottom: 20px;
  border: 2px solid #f1f0f1;
  border-radius: 5px;
  padding: 15px 20px;
  display: inline-block;
  color: #000;
  font-size: 20px;
}
.order-form #select-pd:hover {
  background: #f1f0f1;
}
.order-form #select-pd.error {
  color: red;
  border-color: red;
  -webkit-animation: error 0.2s ease;
  animation: error 0.2s ease;
}
.order-form #bb b,
.order-form #pickup b {
  font-weight: 700;
}
.order-form #bb p,
.order-form #pickup p {
  margin-bottom: 8px;
}
.order-form #bb p:last-child,
.order-form #pickup p:last-child {
  margin-bottom: 0;
}
.order-form .row {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.header__icons {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header__cart,
.header__icon {
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.header__icon svg,
.header__cart svg {
  width: inherit;
  height: inherit;
  stroke: #000;
}
.header__cart-amount {
  position: absolute;
  bottom: 6px;
  left: 50%;
  font-weight: 500;
  font-size: 10px;
  color: #fff;
  transform: translateX(-50%);
}

.header__icon.is-filled svg {
  fill: #000;
  stroke: none;
}

.header__cart.is-filled svg path:last-child {
  fill: #000;
}

.order-form .row .label-radio {
  margin: 0 5px;
}
.order-form .row .input-row {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 0 5px;
}
.order-form .row .input-row--full {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-form .row .input-row.for-post {
  width: 100%;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  max-width: 100%;
}
.order-form__block {
  margin: 0 0 30px;
}
.order-form__block h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.order-form__block--buttons .btn {
  margin-right: 25px;
}
.order-form__block--buttons .btn--gray {
  background: #aaa;
  color: #fff;
}
.order-form__block--buttons .btn--gray:hover {
  background: #919191;
}
.order-form__block--buttons .btn:last-child {
  margin-right: 0;
}
.order-form .btn {
  font-size: 22px;
  margin-top: 20px;
  height: 60px;
}
.order-form .button-description {
  margin-top: 20px;
  font-size: 12px;
  color: #878ea1;
}
.order-form .input-row {
  width: 100%;
  margin-bottom: 20px;
}
.order-form .input-row__label {
  font-size: 1.1em;
}
.pageup svg path {
  fill: #404040;
}
.breadcrumbs__arrow {
  margin-top: 4px;
}
.header {
  position: relative;
  z-index: 10;
}
.header > .container {
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__center {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-grow: 1;
}
.header__logo {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.header__logo img {
  display: block;
  max-width: 100%;
}

.header__phone {
  font-weight: 700;
  position: relative;
}
.header__adress {
  position: relative;
  color: #4a1300;
}
.header__search {
  width: 100%;
  position: relative;
}
.header__search form {
  width: 100%;
}
.header__search button {
  position: absolute;
  right: 5px;
  top: 0;
  height: 100%;
  border: none;
  background: 0 0;
  padding: 0 10px;
  display: block;
  cursor: pointer;
}
.footer__adress,
.footer__phone,
.header__slogan {
  position: relative;
}
.header__search button svg {
  display: block;
  width: 15px;
  fill: #404040;
  margin: 0;
  stroke: #404040;
}
.header__search button:hover svg {
  fill: #e0222e;
}
.header__search input {
  height: 28px;
  width: 100%;
  border-radius: 0;
  padding-left: 10px;
}
.header__search input:focus {
  border-color: #404040;
}
.social ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__logo,
.footer__logo img,
.social a {
  display: flex;
}
.social li {
  margin: 0 10px;
}
.social img,
.social svg {
  width: 35px;
  display: block;
}
.social a {
  transition: all 0.1s ease;
}
.footer {
  padding: 45px 0;
  padding-top: 60px;
}
.footer.active-cart {
  padding-bottom: 110px;
}
.footer__navigation,
.footer__top {
  display: -webkit-flex;
  display: -ms-flexbox;
}
.footer__top {
  display: flex;
  align-items: flex-start;
  padding-bottom: 45px;
  border-bottom: 1px solid #c4c4c4;
}
.footer__navigation {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 64px;
  margin-right: auto;
  font-size: 0.8em;
  max-width: 540px;
  gap: 16px 24px;
}
.footer__bottom,
.footer__contacts {
  display: -webkit-flex;
  display: -ms-flexbox;
}

.footer__navigation li.active a {
  color: #404040;
}
.footer__navigation li a:hover {
  border-color: transparent;
}
.footer__bottom {
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 45px;
  font-size: 0.8em;
  color: #767676;
}
.footer__contacts {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 16px;
}
.developer,
.footer__contacts > * {
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-align-items: center;
}
.footer__contacts > * {
  display: flex;
  font-size: 0.8em;
  -ms-flex-align: center;
  align-items: center;
}
.footer__contacts > * svg {
  margin-right: 10px;
  fill: #404040;
}
.footer__contacts > :first-child {
  margin-left: 0;
}
.footer__phone {
  font-weight: 700;
  white-space: nowrap;
}
.developer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.8rem;
}
.header__search input,
body {
  font-size: 14px;
}
.developer img {
  margin-left: 10px;
}
body {
  font-family: "PT Sans", sans-serif;
  letter-spacing: 0.3px;
  overflow-x: hidden;
  max-width: 100%;
  min-width: 320px;
}
::-moz-selection {
  background-color: #333;
  color: #f1f1f1;
}
::selection {
  background-color: #333;
  color: #f1f1f1;
}
.sidebar {
  padding-right: 60px;
}
.catalog-row,
.catalog-row .product-filter {
  margin-bottom: 30px;
}
.catalog-row .pagination {
  margin-top: 15px;
}
.catalog-text__title {
  margin-bottom: 15px;
}
body.has-bg {
  background-image: url(../img/bg.png);
  background-position: top center;
  background-repeat: no-repeat;
}
body.after:after {
  transition: none !important;
}
body main,
html main {
  padding-top: 130px;
}
main .content,
main .sidebar {
  padding-top: 40px;
}
.header {
  background: 0 0;
  box-shadow: none;
  border-top: none;
}
.header > .container {
  padding-top: 35px;
  padding-bottom: 35px;
}
.header__logo-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__slogan {
  font-size: 17px;
  text-transform: none;
  color: #000;
  line-height: 1.2;
  opacity: 1;
  margin-right: 40px;
  margin-left: 40px;
}
.header .container:after,
.header__slogan:after {
  content: "";
  display: block;
  position: absolute;
}
.header__slogan:after {
  width: 1px;
  height: 90px;
  background: #cdcdcd;
  top: 50%;
  left: 100%;
  margin-left: 40px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header__slogan strong {
  font-weight: 700;
  display: block;
}
.header .container:after {
  background: #404040;
  width: calc(100% - 30px);
  height: 3px;
  bottom: 0;
  left: 15px;
  right: 15px;
}
.footer__phone svg,
.header__phone svg,
.main-navigation__item--active a:after {
  display: none;
}
.header__logo img {
  width: 260px;
}
.header__phone {
  color: #404040;
  font-size: 20px;
}
.header__search input {
  border: none;
  border-bottom: 1px solid rgba(135, 142, 161, 0.3);
  font-style: normal;
  background: 0 0;
}
.header__search input::-webkit-input-placeholder {
  font-style: normal;
}
.header__search input:-ms-input-placeholder {
  font-style: normal;
}
.header__search input::placeholder {
  font-style: normal;
}

.main-navigation__item--active a {
  color: #818181;
}
.main-navigation__link {
  font-weight: 400;
  color: #000;
  font-size: 17px;
}
.main-navigation__link:hover {
  text-decoration: underline;
  color: #000;
}
.navigation-block {
  background: #f0f0f0;
}
.navigation-block__link {
  color: #000;
  border-bottom: 2px solid #fff;
  font-size: 15px;
  padding: 15px 25px;
}
.navigation-block__link:hover {
  background: #ebebeb;
}
.navigation-block__link--active {
  color: #fcfcfc;
  pointer-events: none;
}

.category-item__title {
  color: #000;
  text-transform: none;
  font-size: 17px;
  font-weight: 300;
}
.footer,
.footer a {
  color: #5b5b5b;
}
.footer {
  background: #efefef;
}
.footer__top {
  border-color: #c8c8c8;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__phone {
  font-size: 16px;
}
.footer__contacts {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.footer__logo {
  width: 260px;
}
.footer__logo img {
  width: 100%;
}
.footer__navigation li a {
  color: #5b5b5b;
  font-size: 16px;
  font-weight: 300;
  border: none;
}
.footer__navigation li a:hover {
  text-decoration: underline;
}
.slider .slick-arrow.slick-prev {
  left: 8px;
}
.slider .slick-arrow.slick-next {
  right: 8px;
}
.slider__img {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.slider__img img {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 767px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 95vw;
  }
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-sm-2 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-3 {
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-sm-4 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-5 {
    -webkit-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-sm-6 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-7 {
    -webkit-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-sm-8 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 12.5%;
  }
  .offset-sm-2 {
    margin-left: 25%;
  }
  .offset-sm-3 {
    margin-left: 37.5%;
  }
  .offset-sm-4 {
    margin-left: 50%;
  }
  .offset-sm-5 {
    margin-left: 62.5%;
  }
  .offset-sm-6 {
    margin-left: 75%;
  }
  .offset-sm-7 {
    margin-left: 87.5%;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-sm-row {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media only screen and (min-width: 768px) {
  .pageup {
    right: calc((100% - 720px) / 4);
  }
}
@media screen and (min-width: 992px) {
  body {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-md-2 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-3 {
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-md-4 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-5 {
    -webkit-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-md-6 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-7 {
    -webkit-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-md-8 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 12.5%;
  }
  .offset-md-2 {
    margin-left: 25%;
  }
  .offset-md-3 {
    margin-left: 37.5%;
  }
  .offset-md-4 {
    margin-left: 50%;
  }
  .offset-md-5 {
    margin-left: 62.5%;
  }
  .offset-md-6 {
    margin-left: 75%;
  }
  .offset-md-7 {
    margin-left: 87.5%;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-md-row {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media only screen and (min-width: 1024px) {
  .pageup {
    right: calc((100% - 960px) / 4);
  }
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1210px) {
  .container {
    max-width: 95vw;
  }
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-lg-2 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-3 {
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-lg-4 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-5 {
    -webkit-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-lg-6 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-7 {
    -webkit-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-lg-8 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 12.5%;
  }
  .offset-lg-2 {
    margin-left: 25%;
  }
  .offset-lg-3 {
    margin-left: 37.5%;
  }
  .offset-lg-4 {
    margin-left: 50%;
  }
  .offset-lg-5 {
    margin-left: 62.5%;
  }
  .offset-lg-6 {
    margin-left: 75%;
  }
  .offset-lg-7 {
    margin-left: 87.5%;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-lg-row {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media only screen and (min-width: 1366px) {
  .pageup {
    right: calc((100% - 1200px) / 4);
  }
}
@media only screen and (min-width: 1600px) {
  .pageup {
    right: calc((100% - 1360px) / 4);
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1660px;
    max-width: 95vw;
  }
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col-xl-2 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-3 {
    -webkit-flex: 0 0 37.5%;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-xl-4 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-5 {
    -webkit-flex: 0 0 62.5%;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col-xl-6 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-7 {
    -webkit-flex: 0 0 87.5%;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col-xl-8 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-0 {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 12.5%;
  }
  .offset-xl-2 {
    margin-left: 25%;
  }
  .offset-xl-3 {
    margin-left: 37.5%;
  }
  .offset-xl-4 {
    margin-left: 50%;
  }
  .offset-xl-5 {
    margin-left: 62.5%;
  }
  .offset-xl-6 {
    margin-left: 75%;
  }
  .offset-xl-7 {
    margin-left: 87.5%;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-xl-row {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (max-width: 1599.98px) {
  .header__logo {
    max-width: 250px;
  }
  .header__slogan {
    line-height: 1.5;
  }
  .sidebar {
    padding-right: 40px;
  }
  body {
    background-size: 1780px;
  }

  .footer__logo {
    width: 260px;
  }
}
@media (max-width: 1209.98px) {
  .main-navigation__item--active a:hover,
  .main-navigation__link:hover {
    color: #404040;
  }
  body main,
  html main {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .breadcrumbs {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .navigation-block__item.has-podmenu:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navigation-block__item ul {
    left: 0;
    position: relative;
    display: none;
  }

  .navigation-block__item:hover ul {
    display: block;
  }
  .navigation-block__item:hover ul:before {
    top: -12px;
    right: 12px;
    left: auto;
  }
  .main-navigation__list {
    position: absolute;
    border-top: 1px solid rgba(0, 0, 0, 0.21);
    top: 100%;
    left: 15px;
    right: 15px;
    z-index: 15;
    display: none;
    background: #fff;
    overflow: hidden;
  }
  .main-navigation__list.open {
    display: block;
  }
  .main-navigation__link {
    padding: 15px;
  }

  .main-navigation__item:first-child {
    border-bottom-left-radius: none;
  }
  .main-navigation__item--active a {
    color: #404040;
    border-bottom: none;
  }
  .main-navigation__item--active a:after {
    display: none;
  }
  .nav-icon-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .icons-block {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .icons-block__col {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    border: none;
  }
  .icons-block__col:first-child {
    border: none;
  }
  .filter-module {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    z-index: 100;
    display: none;
  }
  .filter-module.open {
    display: block;
  }
  .filter-button-mobile,
  .filter-module__close {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .media .category-item__image img {
    object-fit: unset;
    height: unset;
  }
  .header__search {
    margin-top: 10px;
  }
  .header__logo {
    margin-left: 50px;
    max-width: 100%;
  }
  .footer__top {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__logo {
    margin-bottom: 20px;
  }
  .footer__contacts {
    width: 100%;
    margin-top: 32px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__navigation {
    margin-left: 0;
    padding-top: 24px;
    max-width: 100%;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .footer .social {
    margin-bottom: 15px;
  }
  .sidebar {
    padding-right: 16px;
    margin-top: 45px;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  body {
    background-size: 1640px;
  }
  body.after .header {
    background: #fff;
  }
}
@media (max-width: 1023.98px) {
  #main_line .container,
  .breadcrumbs {
    display: -webkit-flex;
    display: -ms-flexbox;
  }
  .breadcrumbs {
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto;
    white-space: nowrap;
  }
  #cart_prod_table .one_prod {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #main_line {
    padding-left: 0;
    padding-right: 0;
  }
  #main_line .container {
    height: 100%;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #main_line #toggle_table {
    background: #1a1a1a;
    padding: 5px;
    left: -15px;
    top: -29px;
    right: -15px;
  }
  #main_line #submit {
    font-size: 0;
    right: 15px;
    padding: 0 10px;
  }
  #main_line #submit:before {
    content: "Оформить";
    font-size: 14px;
  }
  #main_line #in_cart {
    width: calc(100% - 105px);
    position: relative;
    left: auto;
    top: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }
  #cart_prod_table .container {
    max-height: 350px;
    overflow: auto;
  }
  #cart_prod_table .one_prod {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  #cart_prod_table .one_prod .num {
    margin-bottom: 15px;
  }
  #cart_prod_table .one_prod .title {
    font-size: 1rem;
    margin-bottom: 15px;
    margin-right: 0;
    padding-right: 30px;
    width: calc(100% - 50px);
  }
  #cart_prod_table .one_prod .price,
  #cart_prod_table .one_prod .price_all {
    width: 25%;
    margin: 0;
    font-size: 0.8rem;
  }
  #cart_prod_table .one_prod .price_all {
    text-align: right;
  }
  #cart_prod_table .one_prod .count {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    margin: 0;
  }
  #cart_prod_table .one_prod .count input {
    width: 50px;
  }
  #cart_prod_table .one_prod .drop {
    position: absolute;
    top: 5px;
    right: 0;
  }
  .page-banners__col {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-banners__col:last-child {
    display: none;
  }
  .map {
    height: 300px;
  }
  .cart-final-price {
    text-align: center;
  }
  .label-radio img {
    max-width: 60px;
  }
  .order-form .row .input-row.for-iml {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .order-form .btn {
    width: 100%;
  }
  .header__search {
    margin-left: 0;
  }
  .header__slogan {
    margin-left: 15px;
    display: none;
  }
  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer__bottom {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__copyright {
    margin-bottom: 15px;
  }

  body.has-bg {
    background-image: none;
  }
  .header__logo {
    max-width: 100%;
  }
  .main-navigation__item--active a {
    border: none;
  }
  .slider__img img {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .pageup {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .category-item__title,
  .icons-block,
  .product-item__title {
    font-size: 12px;
  }
  .product-filter {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
  }
  .product-filter__left {
    margin-bottom: 20px;
  }
  .icons-block,
  .page-banners {
    margin-bottom: 40px;
  }
  .slider .slick-arrow {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  .slider__img {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    aspect-ratio: 1;
  }
  .slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .page-banners__col:last-child,
  .slider__img img:nth-child(2) {
    display: block;
  }
  .icons-block__col {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    border: none;
  }
  .icons-block__icon {
    width: 40px;
    height: 40px;
  }
  .icons-block img {
    max-width: 40px;
  }
  main > .container {
    overflow: hidden;
  }
  .page-banners__col {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-details__text-and-logo {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-details__text-and-logo .product-details__partner-logo {
    padding-left: 0;
    margin-top: 10px;
  }

  .product-details__tabs-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .product-details__tabs-nav li a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header__phone svg,
  .header__slogan br {
    display: none;
  }
  .product-details__tabs {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 0;
  }
  .product-details__bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0 50px;
  }
  .product-details__bottom .btn {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cart__item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  .cart__description {
    width: calc(100% - 125px);
    margin: 0 auto 0 15px;
    max-width: 100%;
  }
  .cart__count,
  .cart__final-price,
  .cart__price {
    width: 33.33333%;
    margin-top: 15px;
  }
  .cart__count {
    padding-left: 0;
  }
  .cart__final-price {
    padding-right: 0;
  }
  .cart__delete {
    position: absolute;
    right: 0;
    top: 25px;
  }
  .order-form .btn {
    font-size: 18px;
  }
  .order-form .row .label-radio {
    margin: 5px;
  }
  .order-form .row .input-row,
  .order-form .row .input-row.for-iml {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .header > .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header__search {
    max-width: 100%;
    width: 100%;
  }
  .header__right {
    width: 100%;
    margin-top: 0;
  }
  .header__slogan {
    max-width: calc(100% - 170px);
    width: calc(100% - 170px);
    font-size: 10px;
    margin-right: 0;
    display: none;
  }
  .header__phone,
  .main-navigation__link {
    font-size: 16px;
  }
  .header .nav-icon-wrap {
    bottom: 8px;
  }
  main .content,
  main .sidebar {
    padding-top: 0;
  }
  .header__logo {
    margin: 0;
    z-index: 16;
    max-width: 130px;
  }

  .header__search {
    margin-top: 15px;
  }
  .header__phone {
    position: absolute;
    top: -36px;
    right: 0;
  }
  .footer__logo {
    margin-bottom: 0;
    width: 160px;
  }
  .footer__logo img {
    margin: 0 auto;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@-webkit-keyframes error {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  100% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
@keyframes error {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  100% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
