div.content a{
color: #a50000;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  font-size: 16px;
  line-height: 1;
}

body {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', Droid Sans, 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  min-width: 320px;
  max-width: 1920px;
}

input::-ms-clear,
textarea::-ms-clear {
  display: none;
}

button,
a {
  outline: none;
  color: inherit;
  font: inherit;
}

button,
input {
  line-height: 1.5;
}

a {
  text-decoration: none;
}

input,
textarea {
  font-family: inherit;
  outline: none;
}

button {
  cursor: pointer;
  border: none;
  padding: 0;
  background: transparent;
}

.svg-icon {
  display: block;
  width: 100%;
  height: 100%;
}

.container{
  width: 1160px;
  margin: 30px auto 60px;
  min-height:200px;
}
.footer .container {
	margin:0 auto;
	min-height:0;
}

@media screen and (max-width: 1280px) {
  .container,.footer .container {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 992px) {
  .container,.footer .container {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .container,.footer .container {
    margin-left: 8px;
    margin-right: 8px;
  }
}

p {
  font-size: 18px;
  color: black;
  line-height: 1.25;
}

h2 + p {
  margin-top: 26px;
}

@media screen and (max-width: 767px) {
  h2 + p {
    margin-top: 22px;
  }
}

p + p {
  margin-top: 23px;
}

.header {
  padding: 20px 0 31px 0;
  background: url(images/header-bg.png) center 23px/auto 108px no-repeat;
}

@media screen and (max-width: 992px) {
  .header {
    padding-bottom: 38px;
    background: url(images/header-bg-md.png) center 23px/auto 108px no-repeat;
  }
  .header--catalog {
    padding-bottom: 26px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-bottom: 28px;
    background: transparent;
  }
}

.header--index {
  min-height: 475px;
  background: url(images/bg.png) center -30px no-repeat;
}

@media screen and (max-width: 992px) {
  .header--index {
    background-position-y: bottom;
    min-height: 450px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 800px) {
  .header--index {
    background: url(images/bg-md.png) center bottom/contain no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .header--index {
    background: url(images/bg-sm.png) center bottom/auto 242px no-repeat;
    min-height: 345px;
  }
}

.header__row--logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .header__row--logos {
    display: block;
    text-align: center;
  }
}

.header__row--title-menu {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .header__row--title-menu {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

.header__row--logos + .header__row--title-menu {
  margin-top: 20px;
}

@media screen and (max-width: 992px) {
  .header__row--logos + .header__row--title-menu {
    margin-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .header__row--logos + .header__row--title-menu {
    margin-top: 30px;
  }
}

.header__row--title-menu + .header__nav,
.header__row--title-menu + .catalog-btns + .header__nav {
  margin-top: 20px;
}

.header__logo {
  display: block;
  height: auto;
}

.header__logo--left {
  max-width: 240px;
}

.header__logo--right {
  max-width: 112px;
  margin-left: 75px;
}

@media screen and (max-width: 767px) {
  .header__logo--right {
    margin-top: 23px;
  }
}

@media screen and (max-width: 767px) {
  .header__logo {
    margin-left: auto;
    margin-right: auto;
  }
}

.header__title {
  display: inline-block;
  vertical-align: top;
  font-size: 50px;
  text-align: center;
  color: #a50000;
  text-align: center;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  line-height: 1;
}

.header__title h1 {
  display: inline;
}

@media screen and (max-width: 992px) {
  .header__title {
    font-size: 30px;
    width: 440px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .header__title {
    display: block;
    width: auto;
    text-align: right;
    padding-right: 100px;
  }
}

.burger {
  width: 42px;
  height: 42px;
  position: absolute;
  top: -3px;
  right: 0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #a50000;
  display: none;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  padding-top: 29px;
  padding-top: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.burger__cross {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 27px;
  height: 27px;
  margin: -13.5px auto 0 auto;
  stroke-width: 3px;
  stroke: #a50000;
  opacity: 0;
  -webkit-transition: opacity 0.35 ease;
  transition: opacity 0.35 ease;
}

.burger.js-active .burger__cross {
  opacity: 1;
}

.burger.js-active .burger__text, .burger.js-active:before, .burger.js-active:after,
.burger.js-active .burger__line {
  opacity: 0;
}

@media screen and (max-width: 992px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .burger {
    top: 5px;
    right: 30px;
  }
}

.burger__text {
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

.burger__line, .burger::before, .burger::after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  background: #a50000;
  border-radius: 2px;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

.burger::before, .burger::after {
  right: 0;
  width: 100%;
}

.burger::before {
  top: 0;
}

.burger::after {
  top: 20px;
}

.burger__line {
  left: 5px;
  right: 0;
  top: 10px;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 24px;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .nav {
    display: none;
  }
}

.nav__link {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  cursor: pointer;
}

.nav__link--dropdown {
  position: relative;
  padding-left: 1.5em;
}

.nav__link--dropdown::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border: 2px solid #a50000;
  position: absolute;
  top: 0.0416666666666667em;
  left: 0;
  border-radius: 50%;
}

.nav__arrow {
  display: inline-block;
  vertical-align: top;
  width: 0.5833333333333333em;
  height: 0.5833333333333333em;
  position: absolute;
  top: 0.3333333333333333em;
  left: 0.2916666666666667em;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.nav__arrow .svg-icon {
  fill: #a50000;
}

.nav__link--dropdown:hover .nav__arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.nav__link--dropdown:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 0.35s;
  transition: visibility 0s linear 0s, opacity 0.35s;
}

.section--intro + .section--catalog-nav {
  margin-top: 50px;
}

@media screen and (max-width: 992px) {
  .section--intro + .section--catalog-nav {
    margin-top: 18px;
  }
}

@media screen and (max-width: 767px) {
  .section--intro + .section--catalog-nav {
    margin-top: 44px;
  }
}

.section--catalog-nav + .section--services {
  margin-top: 5px;
}

@media screen and (max-width: 992px) {
  .section--catalog-nav + .section--services {
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .section--catalog-nav + .section--services {
    margin-top: 45px;
  }
}

.section--services + .section--conditions {
  margin-top: 81px;
}

@media screen and (max-width: 992px) {
  .section--services + .section--conditions {
    margin-top: 44px;
  }
}

@media screen and (max-width: 767px) {
  .section--services + .section--conditions {
    margin-top: 40px;
  }
}

.section--conditions + .section--contacts {
  margin-top: 57px;
}

@media screen and (max-width: 767px) {
  .section--conditions + .section--contacts {
    margin-top: 34px;
  }
}

.header + .section--intro {
  margin-top: 20px;
}

@media screen and (max-width: 992px) {
  .header + .section--intro {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .header + .section--intro {
    margin-top: 45px;
  }
}

.item + .section--conditions {
  margin-top: 52px;
}

@media screen and (max-width: 992px) {
  .item + .section--conditions {
    margin-top: 40px;
  }
}

.catalog-layout + .section--conditions {
  margin-top: 40px;
}

@media screen and (max-width: 992px) {
  .catalog-layout + .section--conditions {
    margin-top: 10px;
  }
}

h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #a50000;
  font-family: 'Roboto Slab', serif;
}

h3 {
  font-size: 18px;
  color: black;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

p + h3 {
  margin-top: 23px;
}

ul{
  font-size: 18px;
  color: black;
  line-height: 1.25;
}

h3 + ul{
  margin-top: 23px;
}

li {
  position: relative;
  padding-left: 10px;
}

li {
  margin-top: 22px;
}

.list__arrow {
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 0;
}

.list__arrow .svg-icon {
  fill: #a50000;
}

.catalog-card__link {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  padding-left: 10px;
  position: relative;
}

.catalog-card__arrow {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 10px;
}

.catalog-card__arrow .svg-icon {
  fill: #a50000;
}

.catalog-card__cover {
  display: block;
  width: 100%;
  padding-bottom: 50.52264808362369%;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}

.catalog-card__cover--kurgan {
  background-image: url("images/kurgan.png");
}

@media screen and (max-width: 992px) {
  .catalog-card__cover--kurgan {
    background-image: url("images/kurgan-lg.png");
  }
}

@media screen and (max-width: 767px) {
  .catalog-card__cover--kurgan {
    background-image: url("images/kurgan-sm.png");
  }
}

.catalog-card__cover--mzsa {
  background-image: url("images/mzsa.png");
}

@media screen and (max-width: 992px) {
  .catalog-card__cover--mzsa {
    background-image: url("images/mzsa-lg.png");
  }
}

@media screen and (max-width: 767px) {
  .catalog-card__cover--mzsa {
    background-image: url("images/mzsa-sm.jpg");
  }
}

.catalog-card__cover--farkopy {
  background-image: url("images/farkopy.png");
}

@media screen and (max-width: 992px) {
  .catalog-card__cover--farkopy {
    background-image: url("images/farkopy-sm.png");
    background-position-x: left;
  }
}

@media screen and (max-width: 767px) {
  .catalog-card__cover--farkopy {
    background-image: url("images/farkopy-crop.jpg");
    background-position: center;
  }
}

.catalog-card__cover--zap {
  background-image: url("images/zap.png");
}

@media screen and (max-width: 992px) {
  .catalog-card__cover--zap {
    background-image: url("images/zap-sm.png");
    background-position-x: left;
  }
}

@media screen and (max-width: 767px) {
  .catalog-card__cover--zap {
    background-image: url("images/zap-crop.jpg");
    background-position: center;
  }
}

@media screen and (max-width: 992px) {
  .catalog-card__cover {
    padding-bottom: 0;
    height: 220px;
    background-position-x: left;
  }
}

@media screen and (max-width: 767px) {
  .catalog-card__cover {
    background-position: center;
  }
}

@media screen and (max-width: 992px) {
  .catalog-card__cover--mzsa, .catalog-card__cover--kurgan {
    height: 265px;
    max-width: 720px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-card__cover--mzsa, .catalog-card__cover--kurgan {
    max-width: none;
  }
}

@media screen and (max-width: 992px) {
  .catalog-card__cover--farkopy, .catalog-card__cover--zap {
    max-width: 360px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-card__cover--farkopy, .catalog-card__cover--zap {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .catalog-card__cover {
    height: 194px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-card__cover--kurgan {
    background-size: auto 166px;
    background-position: center top;
  }
}

@media screen and (max-width: 767px) {
  .catalog-card__cover--mzsa {
    background-size: auto 180px;
    background-position: center left;
  }
}

.catalog-card__title + .catalog-card__cover {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .catalog-card__title + .catalog-card__cover {
    margin-top: 4px;
  }
}

.catalog-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}

@media screen and (max-width: 992px) {
  .catalog-nav {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .catalog-nav {
    display: block;
  }
}

h2 + .catalog-nav {
  margin-top: 33px;
}

@media screen and (max-width: 992px) {
  h2 + .catalog-nav {
    margin-top: 9px;
  }
}

@media screen and (max-width: 767px) {
  h2 + .catalog-nav {
    margin-top: 16px;
  }
}

.catalog-nav__item {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 992px) {
  .catalog-nav__item--lg-md {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media screen and (max-width: 767px) {
  .catalog-nav__item + .catalog-nav__item {
    margin-top: 13px;
  }
}

.catalog-nav__item-inner {
  padding: 17px 6px;
}

@media screen and (max-width: 992px) {
  .catalog-nav__item-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .catalog-nav__item-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.services-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 992px) {
  .services-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .services-nav {
    display: block;
  }
}

h2 + .services-nav {
  margin-top: 36px;
}

@media screen and (max-width: 992px) {
  h2 + .services-nav {
    margin-top: 13px;
  }
}

@media screen and (max-width: 767px) {
  h2 + .services-nav {
    margin-top: 26px;
  }
}

.services-nav__item {
  padding: 0 7px;
}

@media screen and (max-width: 992px) {
  .services-nav__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 12.5px 0;
  }
}

@media screen and (max-width: 767px) {
  .services-nav__item {
    padding: 0;
  }
  .services-nav__item + .services-nav__item {
    margin-top: 25px;
  }
}

.services-nav__link {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: 700;
  color: black;
  padding-left: 10px;
  position: relative;
  text-transform: uppercase;
}

.services-nav__arrow {
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 0;
}

.services-nav__arrow .svg-icon {
  fill: #a50000;
}

.contacts {
  background: #eaeaea;
  padding: 15px 0 17px 0;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .contacts {
    padding-top: 22px;
    padding-bottom: 24px;
  }
}

h2 + .contacts {
  margin-top: 23px;
}

.contacts__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .contacts__inner {
    display: block;
  }
}

.contacts__map-container {
  width: 580px;
}

@media screen and (max-width: 767px) {
  .contacts__map-container {
    width: 100%;
    margin-top: 15px;
  }
}

.contacts__map {
  height: 144px;
  position: relative;
}

@media screen and (max-width: 992px) {
  .contacts__map {
    height: 220px;
  }
}

.contacts__info {
  padding-top: 7px;
  padding-right: 1em;
}

@media screen and (max-width: 767px) {
  .contacts__info {
    padding-top: 0;
  }
}

@media screen and (max-width: 992px) {
  .contacts__map-container, .contacts__info {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .contacts__map-container, .contacts__info {
    width: 100%;
  }
}

.contacts__text {
  line-height: 1.25;
  color: black;
}

.contacts__text + .contacts__text {
  margin-top: 8px;
}

.dropdown-menu {
  width: 350px;
  position: absolute;
  top: 100%;
  left: -8px;
  padding-top: 9px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.35s, opacity 0.35s;
  transition: visibility 0s linear 0.35s, opacity 0.35s;
  z-index: 1000;
}

.dropdown-menu__inner {
  padding: 17px 21px 17px 21px;
  position: relative;
}

.dropdown-menu__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e8e8e8;
  opacity: 0.9;
}

.dropdown-menu__item {
  position: relative;
}

.dropdown-menu__item + .dropdown-menu__item {
  margin-top: 10px;
}

.dropdown-menu__link {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  color: black;
  line-height: 1.25;
  position: relative;
  padding-left: 15px;
  font-weight: 400;
  text-transform: none;
}

.dropdown-menu__arrow {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 12px;
}

.dropdown-menu__arrow .svg-icon {
  fill: #a50000;
}

.mobile-menu {
  width: 400px;
  padding: 33px 20px 36px 20px;
  text-align: left;
  position: absolute;
  top: 100%;
  right: -33px;
  margin-top: 9px;
  font-family: 'Roboto', sans-serif;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.35s, opacity 0.35s;
  transition: visibility 0s linear 0.35s, opacity 0.35s;
  display: none;
  z-index: 1000;
}

@media screen and (max-width: 992px) {
  .mobile-menu {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .mobile-menu {
    width: 320px;
    right: 0;
    margin-top: -13px;
    padding: 36px 8px;
  }
}

.mobile-menu.js-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 0.35s;
  transition: visibility 0s linear 0s, opacity 0.35s;
}

.mobile-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e8e8e8;
  opacity: 0.9;
}

.mobile-menu__item {
  position: relative;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .mobile-menu__item {
    font-size: 20px;
  }
}

.mobile-menu__item + .mobile-menu__item {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .mobile-menu__item + .mobile-menu__item {
    margin-top: 16px;
  }
}

.mobile-menu__link {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: black;
  text-transform: uppercase;
  line-height: 1;
  padding-left: 37px;
  position: relative;
}

.mobile-menu__arrow {
  display: inline-block;
  vertical-align: top;
  width: 1.125em;
  height: 1.125em;
  border: 2px solid #a50000;
  position: absolute;
  top: -0.037037037037037em;
  left: 0;
  border-radius: 50%;
  padding: 0.25em;
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

@media screen and (max-width: 767px) {
  .mobile-menu__arrow {
    width: 27px;
    height: 27px;
    top: -3px;
  }
}

.mobile-menu__arrow .svg-icon {
  fill: #a50000;
}

.mobile-menu__link.js-active .mobile-menu__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mobile-menu__nested {
  display: none;
}

.nested-mobile-menu {
  padding-top: 19px;
  padding-bottom: 11px;
  padding-left: 31px;
}

@media screen and (max-width: 767px) {
  .nested-mobile-menu {
    padding-top: 24px;
  }
}

.nested-mobile-menu__item + .nested-mobile-menu__item {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .nested-mobile-menu__item + .nested-mobile-menu__item {
    margin-top: 15px;
  }
}

.nested-mobile-menu__link {
  font-size: 24px;
  color: black;
  line-height: 1.25;
  padding-left: 15px;
  position: relative;
  font-weight: 300;
  text-transform: none;
}

@media screen and (max-width: 767px) {
  .nested-mobile-menu__link {
    font-size: 20px;
  }
}

.nested-mobile-menu__arrow {
  display: inline-block;
  vertical-align: top;
  width: 7px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 8px;
}

@media screen and (max-width: 767px) {
  .nested-mobile-menu__arrow {
    top: 6px;
  }
}

.nested-mobile-menu__arrow .svg-icon {
  fill: #a50000;
}

.page-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  line-height: 1.25;
  padding: 0.3125em 0;
  background: #a50000;
  color: white;
}

.page-title--left {
  text-align: left;
}

.page-title--no-bg {
  background: transparent;
  color: #a50000;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 992px) {
  .page-title {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .page-title {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (max-width: 992px) {
  .page-title--no-bg {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .page-title--no-bg {
    text-align: left;
  }
}

.page-title__inner {
  display: block;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 992px) {
  .page-title__inner {
    width: auto;
  }
}

.item {
  overflow: hidden;
}

.item__container {
  width: 940px;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .item__container {
    width: auto;
  }
}

.item__category-header {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  padding: 0.6388888888888889em 0;
  background: #26348b;
  position: relative;
  line-height: 1.25;
  margin-top: 16px;
}

@media screen and (max-width: 992px) {
  .item__category-header {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media screen and (max-width: 767px) {
  .item__category-header {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.item__category-header > * {
  position: relative;
}

.item__category-header::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50%;
  background: #e30613;
}

.item__category-title {
  padding-left: 12px;
  position: relative;
}

.item__arrow {
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 0;
}

.item__arrow .svg-icon {
  fill: white;
}

.item__title {
  font-size: 18px;
  color: black;
  line-height: 1.25;
}

@media screen and (max-width: 992px) {
  .item__title {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .item__title {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.item__container:first-child .item__title:first-child {
  padding-top: 20px;
}

.item__container:first-child .item__cover:first-child {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .item__container:first-child .item__cover:first-child {
    margin-top: 30px;
  }
}

.item__category-header + .item__container {
  margin-top: 9px;
}

.item__cover {
  height: 280px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .item__cover {
    height: auto;
  }
}

.item__cover img {
  display: inline-block;
  vertical-align: top;
  max-height: 100%;
  width: auto;
}

@media screen and (max-width: 767px) {
  .item__cover img {
    max-width: 304px;
    height: auto;
  }
}

.item__title + .item__cover {
  margin-top: 10px;
}

.item__text {
  font-size: 18px;
  color: black;
  line-height: 1.25;
}

@media screen and (max-width: 992px) {
  .item__text {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .item__text {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.item__cover + .item__text {
  margin-top: 22px;
}

.item__text + .item__gallery {
  margin-top: 23px;
}

@media screen and (max-width: 992px) {
  .item__text + .item__gallery {
    margin-top: 51px;
  }
}

@media screen and (max-width: 767px) {
  .item__text + .item__gallery {
    margin-top: 24px;
  }
}

.item__gallery + .item__gallery {
  margin-top: 22px;
}

.item__table {
  width: 760px;
  margin: 0 auto;
  font-size: 18px;
  color: black;
  line-height: 1.25;
}

.item__table--mobile {
  display: none;
}

@media screen and (max-width: 992px) {
  .item__table {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .item__table--mobile {
    display: table;
  }
  .item__table--desktop {
    display: none;
  }
}

.item__table .fixed-width {
  width: 285px;
}

@media screen and (max-width: 992px) {
  .item__table .fixed-width {
    width: 285px;
  }
}

@media screen and (max-width: 767px) {
  .item__table .fixed-width {
    width: auto;
  }
}

.item__table strong {
  font-weight: 700;
  text-transform: uppercase;
}

.item__table th {
  text-align: left;
  color: #a50000;
}

.item__table:not(.item__table--desktop) tbody tr:nth-child(even) {
  background: #e8e8e8;
}

.item__table--desktop tbody tr:nth-child(odd) {
  background: #e8e8e8;
}

@media screen and (max-width: 767px) {
  .item__table--mobile tbody tr {
    background: #e8e8e8;
  }
}

@media screen and (max-width: 767px) {
  .item__table--mobile tbody tr:nth-child(odd) {
    background: transparent;
  }
}

.item__table td,
.item__table th {
  padding: 0.25em 0;
}

.item__table td:first-child,
.item__table th:first-child {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .item__table td:first-child,
  .item__table th:first-child {
    padding-left: 8px;
  }
}

.item__table--desktop td:first-child,
.item__table--desktop th:first-child {
  width: 34.47368421052632%;
}

@media screen and (max-width: 992px) {
  .item__table--desktop td:first-child,
  .item__table--desktop th:first-child {
    width: 34.60526315789474%;
  }
}

.item__table--desktop td:nth-child(2),
.item__table--desktop th:nth-child(2) {
  width: 15.65789473684211%;
}

@media screen and (max-width: 992px) {
  .item__table--desktop td:nth-child(2),
  .item__table--desktop th:nth-child(2) {
    width: 15.39473684210526%;
  }
}

.item__table--desktop td:nth-child(3),
.item__table--desktop th:nth-child(3) {
  width: 32.10526315789474%;
}

@media screen and (max-width: 992px) {
  .item__table--desktop td:nth-child(3),
  .item__table--desktop th:nth-child(3) {
    width: 32.23684210526316%;
  }
}

.item__table--desktop td:last-child,
.item__table--desktop th:last-child {
  width: 17.76315789473683%;
}

@media screen and (max-width: 992px) {
  .item__table--desktop td:last-child,
  .item__table--desktop th:last-child {
    width: 17.76315789473684%;
  }
}

.item__table td:nth-child(odd) {
  color: #a50000;
}

.item__price {
  width: 760px;
  margin: 0 auto;
  font-size: 24px;
  padding-left: 20px;
  color: #a50000;
  line-height: 1.25;
}

@media screen and (max-width: 992px) {
  .item__price {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .item__price {
    padding-left: 8px;
  }
}

.item__price strong {
  font-weight: 700;
}

.item__back {
  width: 760px;
  margin: 0 auto;
  text-align: right;
}

@media screen and (max-width: 992px) {
  .item__back {
    width: 100%;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .item__back {
    padding-right: 8px;
  }
}

.item__back a {
  font-size: 18px;
  color: #a50000;
  line-height: 1.25;
}

.item__table + .item__price {
  margin-top: 17px;
}

.item__price + .item__gallery {
  margin-top: 26px;
}

.item__gallery + .item__back {
  margin-top: 20px;
}

.item__cover + .item__table,
.item__cover + .item__table + .item__table {
  margin-top: 15px;
}

.gallery__title {
  font-size: 18px;
  font-weight: 700;
  color: #a50000;
  line-height: 1.25;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  .gallery__title {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .gallery__title {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.gallery__slider {
  margin-left: -4px;
  margin-right: -4px;
}

.gallery__title + .gallery__slider {
  margin-top: 4px;
}

.gallery__item {
  padding: 0 4px;
}

.gallery__item-inner {
  padding-bottom: 66.90140845070423%;
  position: relative;
}

.gallery__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-container {
  width: 100%;
}

.catalog-layout {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 992px) {
  .catalog-layout {
    display: block;
    padding-left: 0;
  }
}

.page-title + .catalog-layout {
  margin-top: 16px;
}

.catalog-layout__sidebar {
  width: 374px;
  background: #eaeaea;
}

@media screen and (max-width: 992px) {
  .catalog-layout__sidebar {
    display: none;
  }
}

.catalog-layout__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.radio {
  position: relative;
}

.radio__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.radio__label {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: black;
  line-height: 1.25;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}

.radio__label::before, .radio__label::after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
}

.radio__label::before {
  width: 11px;
  height: 11px;
  border: 1px solid #a50000;
  top: 5px;
  left: 0;
}

.radio__label::after {
  width: 9px;
  height: 9px;
  left: 2px;
  top: 7px;
  background: #a50000;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}

.radio__input:checked + .radio__label::after {
  opacity: 1;
}

.catalog-filters {
  padding: 11px 10px 36px 10px;
}

.catalog-filters--dropdown {
  padding: 16px 10px 20px 10px;
}

.catalog-filters__title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #a50000;
  padding-left: 25px;
  position: relative;
  line-height: 1.25;
}

.catalog-filters__title-arrow {
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 10px;
}

.catalog-filters__title-arrow .svg-icon {
  fill: #a50000;
}

.catalog-filters__property {
  font-size: 18px;
  color: black;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 34px;
  position: relative;
}

.catalog-filters__title + .catalog-filters__property {
  margin-top: 23px;
}

.catalog-filters__property-arrow {
  display: inline-block;
  vertical-align: top;
  width: 27px;
  height: 27px;
  border: 2px solid #a50000;
  position: absolute;
  top: -5px;
  left: 0;
  border-radius: 50%;
  padding: 5.5px;
}

.catalog-filters__property-arrow .svg-icon {
  fill: #a50000;
}

.catalog-filters__radio {
  padding-left: 9px;
}

.catalog-filters__radio + .catalog-filters__radio {
  margin-top: 9px;
}

.catalog-filters__property + .catalog-filters__radio {
  margin-top: 11px;
}

.catalog-filters__radio + .catalog-filters__property {
  margin-top: 29px;
}

.catalog-filters__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 34px;
}

.catalog-filters__btn {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  color: #a50000;
  line-height: 1.25;
  font-weight: 500;
}

.catalog-filters__btn--lower {
  text-transform: lowercase;
}

.catalog-filters__btn--upper {
  text-transform: uppercase;
}

.catalog-filters__btn + .catalog-filters__btn {
  margin-left: 22px;
}

.catalog-filters__radio + .catalog-filters__btns {
  margin-top: 32px;
}

.catalog-filters--dropdown .catalog-filters__radio + .catalog-filters__btns {
  margin-top: 20px;
}

.catalog-category-title {
  font-size: 18px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  line-height: 1.25;
  padding: 0.6388888888888889em 20px;
}

@media screen and (max-width: 767px) {
  .catalog-category-title {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.catalog-category-title--one-color {
  background: #a50000;
}

.catalog-category-title--two-color {
  background: #26348b;
  position: relative;
}

.catalog-category-title--two-color::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: #e30613;
}

.catalog-category-title__text {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 10px;
}

.catalog-category-title__arrow {
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 0;
}

.catalog-category-title__arrow .svg-icon {
  fill: white;
}

.catalog__item {
  width: 480px;
}

.catalog__btn {
  display: inline-block;
  vertical-align: top;
  width: 27px;
  height: 27px;
  position: absolute;
  z-index: 1;
  top: 146px;
  border-radius: 50%;
  border: 2px solid #a50000;
  padding: 6px;
}

.catalog__btn.swiper-button-disabled {
  visibility: hidden;
}

.catalog__btn .svg-icon {
  fill: #a50000;
}

.catalog__btn--prev {
  left: 20px;
}

@media screen and (max-width: 767px) {
  .catalog__btn--prev {
    left: 8px;
  }
}

.catalog__btn--next {
  right: 20px;
}

@media screen and (max-width: 767px) {
  .catalog__btn--next {
    right: 8px;
  }
}

.catalog-item {
  padding: 8px 0 34px 0;
}

.catalog-item__title, .catalog-item__price, .catalog-item__more {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .catalog-item__title, .catalog-item__price, .catalog-item__more {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.catalog-item__title {
  font-size: 18px;
  color: black;
  line-height: 1.25;
  min-height: 2.5em;
}

.catalog-item__cover {
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.catalog-item__cover img {
  display: inline-block;
  vertical-align: top;
  max-height: 100%;
  max-width: 100%;
}

.catalog-item__price {
  font-size: 24px;
  line-height: 1.25;
  color: #a50000;
}

.catalog-item__price strong {
  font-weight: 700;
}

.catalog-item__cover + .catalog-item__price {
  margin-top: 5px;
}

.catalog-item__table {
  width: 100%;
  font-size: 18px;
  line-height: 1.25;
}

.catalog-item__table tr:nth-child(even) {
  background: #e8e8e8;
}

.catalog-item__table td {
  padding: 0.25em 0;
  color: black;
}

.catalog-item__table td:first-child {
  padding-left: 20px;
  padding-right: 0.5em;
  color: #a50000;
}

@media screen and (max-width: 767px) {
  .catalog-item__table td:first-child {
    padding-left: 8px;
  }
}

.catalog-item__table td:last-child {
  padding-left: 0.5em;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .catalog-item__table td:last-child {
    padding-right: 8px;
  }
}

.catalog-item__price + .catalog-item__table {
  margin-top: 22px;
}

.catalog-item__more {
  color: #a50000;
  line-height: 1.25;
  font-size: 18px;
  font-weight: 500;
}

.catalog-item__more a {
  display: inline-block;
  vertical-align: top;
}

.catalog-item__table + .catalog-item__more {
  margin-top: 10px;
}

.catalog-btns {
  width: 440px;
  margin: 20px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  display: none;
}

@media screen and (max-width: 992px) {
  .catalog-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .catalog-btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
  }
}

.catalog-btns__btn {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: white;
  background: #a50000;
  padding: 0.1666666666666667em 0;
  width: 135px;
  line-height: 1.5;
  -webkit-transition: background 0.35s ease, color 0.35s ease;
  transition: background 0.35s ease, color 0.35s ease;
}

.catalog-btns__btn.js-active {
  background: #e8e8e8;
  color: black;
}

.catalog-btns__btn + .catalog-btns__btn {
  margin-left: 12px;
}

.dropdown-sorting {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: 250px;
  padding-top: 3px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.35s, opacity 0.35s;
  transition: visibility 0s linear 0.35s, opacity 0.35s;
}

@media screen and (max-width: 767px) {
  .dropdown-sorting {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
  }
}

.dropdown-sorting.js-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 0.35s;
  transition: visibility 0s linear 0s, opacity 0.35s;
}

.dropdown-sorting__inner {
  padding: 13px 19px 16px 19px;
  position: relative;
}

.dropdown-sorting__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e8e8e8;
  opacity: 0.9;
}

.dropdown-sorting__radio + .dropdown-sorting__radio {
  margin-top: 9px;
}

.dropdown-filter {
  position: absolute;
  top: 100%;
  left: 64px;
  z-index: 1000;
  width: 375px;
  padding-top: 3px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.35s, opacity 0.35s;
  transition: visibility 0s linear 0.35s, opacity 0.35s;
}

@media screen and (max-width: 767px) {
  .dropdown-filter {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
  }
}

.dropdown-filter.js-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity 0.35s;
  transition: visibility 0s linear 0s, opacity 0.35s;
}

.dropdown-filter__inner {
  position: relative;
}

.dropdown-filter__inner > * {
  position: relative;
}

.dropdown-filter__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e8e8e8;
  opacity: 0.9;
}

.mfp-iframe-scaler .mfp-bottom-bar {
  margin-top: 4px;
}

.header_new_text_1{
    font-weight: 500;
    margin-top: 5px;
}
.header_new_text_2{
    font-weight: 500;
    margin-top: 5px;
}
.header_new_text_link{
    color: #a50000;
}
.header_new_text_button{
    background-color: #a50000;
    margin-left: 5px;
    color: #ffffff;
    padding: 3px;
	line-height:1.5;
	display:inline-block;
}
.services_new_nav{
    flex-basis: 33%;
}
.services_new_nav_img {
    background-position: center;
    height: 400px;

}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a{margin:10px !important;}
.alignright{float:right;margin:0 0 20px 15px;}
.alignleft{float:left;margin:0 15px 20px 0;}
footer{clear:both;}
.foto{
	width:50%;
	float:left;
	text-align:center;
	margin:50px 0 120px;
	padding:40px;
}
.foto:first-child{border-right:1px solid #eee;}
.foto:hover{
	opacity:0.5;
}
.foto img{
	width:auto;
	height:auto;
	max-width:100%;
}
.post-84 .container{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.post-84 a{
	margin:30px 40px;
	display: inline-flex;
	align-items: center;
    justify-content: center;
	height:150px;
	width:15%;
}
.post-84 a:hover{opacity:0.5;}
.post-84 a img{
	max-height:120px;
	max-width:120px;
	width:auto; 
}
@media screen and (max-width: 1150px) {
	.post-84 a{
	width:20%;
	height:120px;
}}
@media screen and (max-width: 655px) {
	.post-84 a{
	width:25%;
	height:100px;
}
.post-84 a img{
	max-width:90px;
	width:auto; 
}
.foto{
	width:100%;
	float:none;
	text-align:center;
	margin:50px 0;
	padding:40px 40px 60px;
}
.foto:first-child{border-bottom:1px solid #eee;border-right:none;}
.content .container .alignright,.content .container .alignleft{float:none;margin:0 0 30px;width:100%;height:auto;}
}
}
.woocommerce div.product .product_title{
	padding:0.3125em 0;
}
.entry-summary h2{font-size:18px !important;text-align:left;margin:0 0 15px;}
.woocommerce-notices-wrapper {
  width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.secondary {
    float: left;
    width: 25%;
    margin-bottom: 20px
}
.shop-content {
    float: right;
    width: 72%;
	padding-left:3%;
}
.woocommerce-result-count{display:none;}
.catimg{
  position: relative;
  height:190px;
  display:flex;
  justify-content:center;
  align-items:center;
  align-content:center;
  flex-wrap:wrap;
}
a.venobox{
	height:450px;
	display:flex !important;
	justify-content:center;
	align-items:center;
	align-content:center;
	flex-wrap:wrap;
}
.woocommerce-product-details__short-description p,.woocommerce-product-details__short-description{color:#a50000;font-weight:bold;}
.product .entry-content ul{
	margin:10px 0 30px 30px;
}
.product .entry-content ul li{list-style-type:disc;}
.woocommerce-info{
   width: 1160px;
   margin: 30px auto 60px;
}
.irs-grid-text{display:none;}
.widget-woof{background-color:#eaeaea;padding:20px;}
.woof_sid_widget{margin-top:30px;}
.widget-woof h4{font-size:16px;text-transform:uppercase;font-weight:bold;margin-bottom:12px;}
.widget-woof h4:before{content:'';display:inline-block;width:20px;height:18px;background:url('images/arrow.png') 0 0 no-repeat;margin-bottom:-2px;}
.woof_radio_label{font-size:90%;}
.woof_container{margin-bottom:15px;}
.p-farkopy .woof_container_pa_proizvoditel,
.p-farkopy .woof_container_pa_dlina-pritsepa,
.p-farkopy .woof_container_pa_dlina-pritsepa,
.p-farkopy .woof_container_pa_dlina-kuzova,
.p-farkopy .woof_container_pa_massa-pritsepa,
.woof_radio_term_reset, .woof_radio_count{display:none !important;} 
.widget-woof h2{font-size:22px;}
.woof_reset_search_form{background-color:#dfdcde !important;}
.woof_reset_search_form:hover{background-color:#ccc !important;}
.woof_submit_search_form_container{text-align:center;}

@media screen and (max-width: 1150px) {
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{width:45% !important;}
	.shop-content{width:67%;}
	.secondary{width:30%;}
}
@media screen and (max-width: 992px) {
	.shop-content{width:60%;}
	.secondary{width:37%;}
}
@media screen and (max-width: 800px) {
	.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{width:100% !important;}
	.woocommerce-page div.product div.images{width:100% !important;}
	 .woocommerce-page div.product div.summary{width:100% !important;margin-top:30px;}
	 .woocommerce ul.products li.product a img{width:80% !important;}
	 a.venobox{height:350px;}
}
@media screen and (max-width: 655px) {
.services_new_nav_img {
    background-position: center;
    height: 200px;
}
.shop-content,.secondary{
    float: none;
    width: auto;
    margin: 0 0 20px 0;
    clear: both
}
}
@media screen and (min-width: 1151px) {
h2.woocommerce-loop-product__title{min-height:58px;}
}
a,.foto,img{transition:opacity .2s;}