@charset "UTF-8";
/*
COMPONENT="circle" && mkdir $COMPONENT && echo ".$COMPONENT {\n\t\n}" > ./$COMPONENT/$COMPONENT.scss && echo ".$COMPONENT {\n\t\n}" > ./$COMPONENT/$COMPONENT.mobile.scss && echo ".$COMPONENT {\n\t\n}" > ./$COMPONENT/$COMPONENT.tablet.scss && echo ".$COMPONENT {\n\t\n}" > ./$COMPONENT/$COMPONENT.desktop.scss
*/
/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
.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;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 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;
  transition-property: transform,-webkit-transform; }

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

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

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .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-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  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: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(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: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(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: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(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: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.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-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .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: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -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: .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(0, -50%, 0);
  transform: translate3d(0, -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: .2s top,.2s -webkit-transform;
  -o-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -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: .2s left,.2s -webkit-transform;
  -o-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.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-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

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

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

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

.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 > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -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); } }

.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-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .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-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

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

.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;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  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;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  -o-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .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;
  -webkit-transition: opacity .25s,visibility 0s;
  -o-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s;
  visibility: visible; }

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

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

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

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

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

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

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

.fancybox-slide--next {
  z-index: 99995; }

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

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

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

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  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;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

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

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

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

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

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

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

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

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  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;
  height: -webkit-calc(100% - 44px);
  height: calc(100% - 44px);
  margin-bottom: 44px; }

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

.fancybox-iframe {
  vertical-align: top; }

.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;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

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

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

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

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

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

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s,visibility 0s,color .25s;
  -o-transition: opacity .25s,visibility 0s,color .25s;
  transition: opacity .25s,visibility 0s,color .25s; }

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  -o-transition: stroke .1s;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--iframe .fancybox-close-small:hover svg, .fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

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

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

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

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  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;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  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);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -ms-transform: rotate(-1turn);
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn); }

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

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

.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;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

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

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

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

.fancybox-thumbs > ul {
  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 > ul {
  overflow: hidden; }

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

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

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

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: -webkit-calc(100% - 8px);
  max-height: calc(100% - 8px);
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

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

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: -webkit-calc(100% - 10px);
    max-width: calc(100% - 10px); } }

@font-face {
  font-family: 'Century Gothic';
  src: url("../fonts/CenturyGothic-Italic.eot");
  src: local("../fonts/Century Gothic Italic"), local("../fonts/CenturyGothic-Italic"), url("../fonts/CenturyGothic-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic-Italic.woff") format("woff"), url("../fonts/CenturyGothic-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Century Gothic';
  src: url("../fonts/CenturyGothic.eot");
  src: local("../fonts/Century Gothic"), local("../fonts/CenturyGothic"), url("../fonts/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic.woff") format("woff"), url("../fonts/CenturyGothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Century Gothic';
  src: url("../fonts/CenturyGothic-Bold.eot");
  src: local("../fonts/Century Gothic Bold"), local("../fonts/CenturyGothic-Bold"), url("../fonts/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic-Bold.woff") format("woff"), url("../fonts/CenturyGothic-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Century Gothic';
  src: url("../fonts/CenturyGothic-BoldItalic.eot");
  src: local("../fonts/Century Gothic Bold Italic"), local("../fonts/CenturyGothic-BoldItalic"), url("../fonts/CenturyGothic-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic-BoldItalic.woff") format("woff"), url("../fonts/CenturyGothic-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'DejaVu';
  src: url("../fonts/DejaVuSans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DejaVu';
  src: url("../fonts/DejaVuSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'DejaVu';
  src: url("../fonts/DejaVuSans-Oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'DejaVu';
  src: url("../fonts/DejaVuSans-BoldOblique.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

.banner {
  position: relative;
  background-position: center center;
  background-size: cover; }
.banner__title {
  text-transform: uppercase;
  font-weight: bolder;
  color: white;
  font-size: 60px;
  margin-bottom: 10px;
  color: white; }
.banner__description {
  position: relative;
  color: white;
  font-size: 21px;
  padding-top: 20px; }
.banner__description::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 5px;
  top: 0;
  width: 170px;
  background: #ee2837;
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg); }
.banner__thesis {
  color: white;
  font-size: 36px;
  line-height: 1.2;
  padding-top: 20px; }
.banner__thesis::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  width: 140px;
 /*background: #ee2837;*/
  -webkit-transform: skewX(-30deg) translateX(5px);
  -ms-transform: skewX(-30deg) translateX(5px);
  transform: skewX(-30deg) translateX(5px); }
.banner__thesis_small {
  font-size: 24px;
  line-height: 1.2; }
.banner__thesis_white-line::before {
  background: white; }
.banner__thesis_upside-down {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px; }
.banner__thesis_upside-down::before {
  top: auto;
  bottom: 0; }
.banner__thesis_dark {
  color: #002b6e; }
.banner__large {
  font-size: 60px;
  color: #ee2837;
  line-height: 1; }
.banner__text {
  color: white; }
.banner__link {
  display: block;
  text-decoration: none;
  color: white;
  padding-top: 20px;
  font-size: 24px;
  line-height: 1.2; }
.banner__link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  width: 140px;
  background: white;
  -webkit-transform: skewX(-30deg) translateX(5px);
  -ms-transform: skewX(-30deg) translateX(5px);
  transform: skewX(-30deg) translateX(5px); }
.banner__link:hover {
  color: rgba(255, 255, 255, 0.9); }
.banner__link:hover::before {
  background: #ee2837; }
.banner__link_active::before {
  background: #ee2837; }
.banner_datsun {
  height: 800px;
  max-width: none;
  background-size: auto;
  background-position: center top; }
.banner_datsun::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-image: url(../img/ribbon-top-light.svg);
  background-position: center bottom;
  background-repeat: no-repeat; }
.banner_datsun::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-image: url(../img/ribbon-bottom-light.svg);
  background-position: center bottom;
  background-repeat: no-repeat; }
.banner_technology-department {
  height: 860px;
  max-width: none;
  background-size: auto;
  background-position: center top; }
.banner_technology-department::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-image: url(../img/ribbon-top-light.svg);
  background-position: center bottom;
  background-repeat: no-repeat; }
.banner_technology-department::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-image: url(../img/ribbon-bottom-dark.svg);
  background-position: center bottom;
  background-repeat: no-repeat; }
.banner_okg {
  margin-top: -46px; }

.banner-production {
  height: 600px; }
.banner-production__background {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 600px;
  background: url(../img/banner-production.jpg) center top no-repeat; }
.banner-production__layout {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 600px;
  background-position: center top;
  background-position: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }
.banner-production__layout_hover {
  opacity: 1;
  z-index: 2; }
.banner-production__layout_active {
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease; }
.banner-production__layout_cars {
  background-image: url(../img/banner-production-cars.jpg); }
.banner-production__layout_trucks {
  background-image: url(../img/banner-production-trucks.jpg); }
.banner-production__content {
  position: relative;
  z-index: 2;
  height: 100%; }
.banner-production__area {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  text-decoration: none; }
.banner-production__area_cars {
  left: 0;
  width: 43%; }
.banner-production__area_trucks {
  left: 43%;
  width: 57%; }
.banner-production__caption {
  position: absolute;
  bottom: 8%; }
.banner-production__caption_cars {
  left: 0; }
.banner-production__caption_trucks {
  left: 12%; }
.banner-production__link {
  display: block;
  text-decoration: none;
  color: white;
  padding-top: 20px;
  font-size: 24px;
  line-height: 1.2; }
.banner-production__link::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  width: 140px;
  background: white;
  -webkit-transform: skewX(-30deg) translateX(5px);
  -ms-transform: skewX(-30deg) translateX(5px);
  transform: skewX(-30deg) translateX(5px);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.banner-production__area:hover .banner-production__link {
  color: rgba(255, 255, 255, 0.85); }
.banner-production__area:hover .banner-production__link::before {
  background: #ee2837; }
.banner-production__area.banner-production__area_active .banner-production__link::before {
  background: #ee2837; }

.banner-slider .swiper-pagination-bullet {
  opacity: 1;
  background: white; }

.banner-slider .swiper-pagination-bullet-active {
  background: #ee2837; }

.bars-diagram {
  padding: 40px 0 20px; }
.bars-diagram__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.bars-diagram__item {
  margin-right: 30px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }
.bars-diagram__item:last-child {
  margin-right: 0; }
.bars-diagram__chart {
  margin-bottom: 50px;
  height: 360px; }
.bars-diagram__title {
  height: 60px;
  margin-bottom: 50px;
  font-size: 24px;
  text-transform: uppercase; }
.bars-diagram__legend {
  font-size: 21px;
  height: 60px;
  position: relative; }
.bars-diagram__legend::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 28px;
  width: 100%;
  height: 5px;
  background: #ee2737;
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg); }
.bars-diagram__l-top {
  margin-bottom: 8px;
  white-space: nowrap;
  height: 26px;
  line-height: 26px; }
.bars-diagram__l-bottom {
  white-space: nowrap;
  height: 26px;
  line-height: 26px; }
.bars-diagram.swiper-container {
  padding-bottom: 60px; }
.bars-diagram.swiper-container .bars-diagram__item {
  margin: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
.bars-diagram.swiper-container .bars-diagram__chart {
  margin: 30px 0; }
.bars-diagram .swiper-pagination-bullet {
  opacity: 1;
  background: #DDD; }
.bars-diagram .swiper-pagination-bullet-active {
  background: #ee2837; }

.body {
  padding: 0;
  margin: 0;
  font: normal 16px "Century Gothic";
  color: #002b6e;
  -webkit-font-smoothing: antialiased; }

.button {
  background: #007fcd;
  border-width: 0;
  color: white;
  padding: 0 40px;
  height: 34px;
  line-height: 34px;
  font: normal 1em "Century Gothic";
  border-radius: 0;
  margin: 18px 0; }
.button:hover {
  opacity: 0.9; }
.button:active {
  background: #005f9a; }
.button_dark {
  background: #002b6e; }

.captcha__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.captcha__column {
  width: 50%;
  margin-right: 20px; }
.captcha__column_image img {
  width: 100%;
  height: 32px; }

.captcha__column + .captcha__column {
  margin-right: 0; }

.blockquote {
  margin: 0;
  padding: 45px 0 40px;
  position: relative; }
.blockquote::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  width: 170px;
  height: 5px;
  background: #ee2737;
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg); }
.blockquote_afterline {
  padding: 40px 0 45px; }
.blockquote_afterline::before {
  top: auto;
  bottom: 30px; }

.certificates {
  margin: 10px 0; }
.certificates__item {
  padding: 20px 0;
  text-align: center; }
.certificates__image {
  margin-bottom: 15px; }

.contacts__map {
  position: relative; }

.contacts__iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  background: #eee; }

.contacts__content {
  background: white;
  color: #002b6e; }

.contacts__row + .contacts__row {
  margin-top: 30px; }

.contacts__title {
  font-size: 24px;
  color: #ee2837;
  margin-bottom: 10px; }

.contacts__text {
  font-size: 16px; }

.chart {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }
.chart__col {
  position: relative;
  width: 50%;
  margin-right: 50%;
  -webkit-transform: skewY(9deg);
  -ms-transform: skewY(9deg);
  transform: skewY(9deg); }
.chart__col::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  -webkit-transform: skewY(-18deg) translateX(100%);
  -ms-transform: skewY(-18deg) translateX(100%);
  transform: skewY(-18deg) translateX(100%);
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  pointer-events: none; }
.chart__col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 32.5%;
  -webkit-transform: skew(-72deg) translateY(-100%);
  -ms-transform: skew(-72deg) translateY(-100%);
  transform: skew(-72deg) translateY(-100%);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  z-index: 999;
  pointer-events: none; }
.chart__col_grey {
  background: #6d6d6d; }
.chart__col_grey::before {
  background: #a4a4a4; }
.chart__col_grey::after {
  background: #898989; }
.chart__col_blue {
  background: #244f82; }
.chart__col_blue::before {
  background: #4682d2; }
.chart__col_blue::after {
  background: #265ea4; }

.circle {
  width: 360px;
  height: 360px;
  margin: 0 auto;
  position: relative; }
.circle__pie {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.export {
  position: relative; }
.export__map {
  width: 100%;
  height: 800px;
  background: url("../img/export-map.jpg") center center no-repeat;
  background-size: cover; }
.export__title {
  color: #092e6e;
  padding-top: 25px;
  font-size: 36px;
  line-height: 1; }
.export__title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  width: 140px;
  background: #ee2837; }
.export__large {
  color: #007fcd;
  font-size: 60px; }

.equipment__title {
  margin: 15px 0 5px;
  font-size: 24px;
  color: white; }

.equipment__row {
  position: relative;
  padding: 30px 0; }
.equipment__row_nth-child-2 {
  padding: 60px 0 50px;
  background-color: #007fcd; }
.equipment__row_nth-child-2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: url(../img/ribbon-bottom-dark.svg) center bottom no-repeat, url(../img/ribbon-top-dark.svg) center top no-repeat; }
.equipment__row_nth-child-4 {
  background: #007fcd; }

.equipment__body {
  position: relative;
  z-index: 2; }

.equipment__list {
  padding: 20px 0; }

.equipment__item {
  text-align: center;
  position: relative; }

.equipment__image {
  position: relative;
  width: 100%;
  padding-top: 40%; }
.equipment__image > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.equipment__subtitle {
  font-size: 16px;
  padding: 10px 0 0;
  text-align: center; }

.features__item {
  font-size: 16px;
  color: #002b6e;
  padding: 40px 10px; }
.features__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  margin: -10px auto 20px;
  background-position: center;
  background-repeat: no-repeat; }
.features__item_ogk-01::before {
  background-image: url(../img/ogk-icon-01.png); }
.features__item_ogk-02::before {
  background-image: url(../img/ogk-icon-02.png); }
.features__item_ogk-03::before {
  background-image: url(../img/ogk-icon-03.png); }
.features__item_ogk-04::before {
  background-image: url(../img/ogk-icon-04.png); }
.features__item_ogk-05::before {
  background-image: url(../img/ogk-icon-05.png); }
.features__item_ogk-06::before {
  background-image: url(../img/ogk-icon-06.png); }
.features__item_niokr-01::before {
  background-image: url(../img/niokr-icon-01.png); }
.features__item_niokr-02::before {
  background-image: url(../img/niokr-icon-02.png); }
.features__item_niokr-03::before {
  background-image: url(../img/niokr-icon-03.png); }
.features__item_quality-01::before {
  background-image: url(../img/quality-icon-01.png); }
.features__item_quality-02::before {
  background-image: url(../img/quality-icon-02.png); }
.features__item_quality-03::before {
  background-image: url(../img/quality-icon-03.png); }
.features__item_quality-04::before {
  background-image: url(../img/quality-icon-04.png); }
.features__item_quality-05::before {
  background-image: url(../img/quality-icon-05.png); }
.features__item_quality-06::before {
  background-image: url(../img/quality-icon-06.png); }

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

.fieldset {
  margin: 0;
  padding: 8px 0;
  border-width: 0; }
.fieldset_submit {
  text-align: right; }

.file-attach {
  position: relative;
  cursor: pointer; }
.file-attach__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.file-attach__button {
  width: 50%;
  padding: 0;
  margin: 0;
  line-height: 34px;
  margin-right: 20px;
  text-align: center; }
.file-attach__label {
  width: 50%;
  margin-right: 0;
  height: 34px;
  line-height: 34px;
  position: relative;
  overflow: hidden; }
.file-attach__file-name {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }
.file-attach__input {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-appearence: none; }
.file-attach:hover .file-attach__button {
  opacity: 0.9; }

.footer {
  background: #cfcfcf;
  color: #002b6e;
  font-size: 16px;
  padding: 60px 0 50px;
  text-align: center; }
.footer__logo {
  width: 170px;
  display: block;
  margin: 0 auto 20px; }

.form {
  padding: 40px 0; }
.form__captcha {
  margin: 5px 0;
  height: 35px; }

.header {
  background: white;
  border-bottom: 1px solid #002b6e; }

.input[type=text] {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  border: 1px solid #002b6e;
  background: white;
  border-radius: 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.label {
  display: block;
  font-weight: normal;
  color: #FFFFFF;
  padding: 0;
  margin-bottom: 10px; }

.lab_white {
  color: white; }

.lab__head {
  font-size: 24px;
  margin: 30px 0 0; }

.lab__list {
  margin-bottom: 30px; }

.lab__item {
  text-align: center;
  position: relative; }

.lab__image {
  position: relative;
  width: 100%;
  padding-top: 75%; }
.lab__image > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }
.lab__image_1x1 {
  padding-top: 100%; }
.lab__image_3x4 {
  padding-top: 75%; }
.lab__image_1x2 {
  padding-top: 50%; }
.lab__image_1x4 {
  padding-top: 25%; }

.lab__title {
  font-size: 16px;
  height: 60px;
  right: 0;
  padding: 0 0; }

.lab__excerpt {
  padding: 50px 0; }

.language {
  height: 20px;
  line-height: 20px;
  font-size: 12px; }
.language__value {
  display: none;
  background: #002b6e;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: white;
  position: relative; }
.language__value:hover {
  background: rgba(255, 255, 255, 0.1); }
.language__value::after {
  content: "›";
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }
.language__list {
  list-style: none;
  white-space: nowrap;
  font-size: 0;
  height: 20px;
  padding: 0;
  margin: 0;
  background: #007fcd; }
.language__item {
  display: inline-block;
  width: auto;
  list-style: none;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
  margin: 0;
  font-size: 12px;
  background: #007fcd; }
.language__item_active {
  background: #002b6e;
  pointer-events: none; }
.language__link {
  display: block;
  text-align: center;
  text-decoration: none;
  color: white; }

.logistic__item {
  font-size: 16px;
  color: #002b6e;
  padding: 40px 10px; }
.logistic__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat; }
.logistic__item_0::before {
  background-image: url(../img/logistic-icon-0.png); }
.logistic__item_1::before {
  background-image: url(../img/logistic-icon-1.png); }
.logistic__item_2::before {
  background-image: url(../img/logistic-icon-2.png); }
.logistic__item_3::before {
  background-image: url(../img/logistic-icon-3.png); }
.logistic__item_4::before {
  background-image: url(../img/logistic-icon-4.png); }
.logistic__item_5::before {
  background-image: url(../img/logistic-icon-5.png); }
.logistic__item_6::before {
  background-image: url(../img/logistic-icon-6.png); }
.logistic__item_7::before {
  background-image: url(../img/logistic-icon-7.png); }
.logistic__item_8::before {
  background-image: url(../img/logistic-icon-8.png); }
.logistic__item_9::before {
  background-image: url(../img/logistic-icon-9.png); }

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

.logo {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 16.42676%;
  background: url(../img/logo.svg);
  background-size: 100% 100%; }

.menu__list {
  list-style: none; }

.partners__img {
  margin: 20px 0;
  max-width: 100%;
  height: auto; }

.partner-list_white {
  color: white; }

.partner-list__head {
  font-size: 24px;
  margin: 30px 0 0; }

.partner-list__list {
  margin-bottom: 30px; }

.partner-list__item {
  height: 100px;
  text-align: center;
  position: relative; }

.partner-list__image {
  position: relative;
  height: 100%;
  width: 100%; }
.partner-list__image > img {
  position: absolute;
  top: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.partner-list__title {
  font-size: 16px;
  height: 60px;
  right: 0;
  padding: 0 0; }

.partner-list__excerpt {
  padding: 50px 0; }

.portal {
  padding: 50px 0 0; }
.portal__image {
  max-width: 100%;
  height: auto; }

.production-submenu {
  position: relative;
  padding: 30px 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.production-submenu__item {
  text-align: center; }
.production-submenu__hand {
  width: 35px; }
.production-submenu__hand.swiper-button-prev, .production-submenu__hand.swiper-button-next {
  background: none; }
.production-submenu__hand::before {
  content: "";
  display: block;
  margin: auto;
  font-size: 4em;
  background: url("../img/production-submenu-hand.png") center no-repeat;
  background-size: 100% 100%;
  width: 18px;
  padding-top: 36px;
  height: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -18px -9px; }
.production-submenu__hand_left {
  right: -50px; }
.production-submenu__hand_left::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
.production-submenu__hand_right {
  left: -50px; }
.production-submenu__footer {
  text-align: center; }
.production-submenu__title {
  width: auto;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 16px;
  padding-bottom: 7px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.production-submenu__title_active {
  color: #ee2737; }
.production-submenu__link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  z-index: 2; }
.production-submenu__image {
  position: relative;
  z-index: 1;
  width: 80%;
  padding-top: 80%;
  text-align: center;
  margin: 0 auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.production-submenu__image img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }
.production-submenu__pagination {
  display: none; }
.production-submenu__link:hover ~ .production-submenu__image {
  opacity: 0.85; }
.production-submenu__link:hover ~ .production-submenu__footer .production-submenu__title {
  color: #ee2737; }
.production-submenu__link:hover ~ .production-submenu__footer .production-submenu__title::after {
  opacity: 1; }
.production-submenu_sticked {
  padding: 10px 0 5px; }
.production-submenu_sticked .production-submenu__title {
  line-height: 1; }
.production-submenu_sticked .production-submenu__image {
  width: 20%;
  padding-top: 20%;
  margin-bottom: 5px; }

.production-wrapper {
  overflow: hidden; }

.quality-scheme {
  position: relative;
  margin: 30px 0;
  height: 830px; }
.quality-scheme__title {
  font-size: 36px;
  color: #FFFFFF;
  margin-bottom: 5px; }
.quality-scheme__description {
  font-size: 16px;
  color: #FFFFFF; }
.quality-scheme__content {
  text-align: center; }
.quality-scheme__point {
  position: absolute; }
.quality-scheme__point::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 100px;
  margin: -10px auto 10px;
  background-position: center;
  background-repeat: no-repeat; }
.quality-scheme__point_1 {
  width: 20%;
  left: 0;
  top: 0; }
.quality-scheme__point_1::before {
  left: 10px;
  background-image: url(../img/CMK-01.png); }
.quality-scheme__point_2 {
  width: 40%;
  top: 0;
  left: 30%; }
.quality-scheme__point_2::before {
  background-image: url(../img/CMK-02.png); }
.quality-scheme__point_3 {
  width: 20%;
  top: 0;
  right: 0; }
.quality-scheme__point_3::before {
  background-image: url(../img/CMK-03.png); }
.quality-scheme__point_4 {
  width: 20%;
  top: 38%;
  left: 0; }
.quality-scheme__point_4::before {
  left: 8px;
  background-image: url(../img/CMK-04.png); }
.quality-scheme__point_5 {
  width: 40%;
  top: 38%;
  left: 30%; }
.quality-scheme__point_5::before {
  background-image: url(../img/CMK-05.png); }
.quality-scheme__point_6 {
  width: 20%;
  top: 38%;
  right: 0; }
.quality-scheme__point_6::before {
  background-image: url(../img/CMK-06.png); }
.quality-scheme__point_7 {
  width: 30%;
  bottom: 0%;
  left: 35%; }
.quality-scheme__point_7::before {
  background-image: url(../img/CMK-07.png);
  left: 16px; }
.quality-scheme__point_hand-right::after {
  content: "";
  display: block;
  background: url(../img/CMK-arrow.png);
  width: 61px;
  height: 17px;
  position: absolute;
  top: 50px;
  right: -50%; }
.quality-scheme__point_hand-bottom::after {
  content: "";
  display: block;
  background: url(../img/CMK-arrow.png);
  width: 61px;
  height: 17px;
  margin-left: -30px;
  margin-top: 40px;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }
.quality-scheme__point_hand-left::after {
  content: "";
  display: block;
  background: url(../img/CMK-arrow.png);
  width: 61px;
  height: 17px;
  position: absolute;
  top: 50px;
  left: -50%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.section {
  position: relative; }
.section__header {
  position: relative;
  height: 80px; }
.section__title {
  position: relative;
  color: #002b6e;
  font-size: 36px;
  padding: 10px 0; }
.section__title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 140px;
  background: #ee2837;
  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom; }
.section__title_white {
  color: white; }
.section__title_dark {
  color: #002b6e; }
.section__body {
  padding: 0; }
.section__header + .section__body {
  padding: 30px 0 0; }
.section_tall {
  padding: 50px 0; }
.section_supertall {
  padding: 120px 0; }
.section_darkblue-bg {
  background-color: #002b6e;
  color: white; }
.section_lightblue-bg {
  background-color: #007fcd;
  color: white; }
.section_bg-ribbon-light-top {
  background-image: url(../img/ribbon-top-light.svg);
  background-position: center top;
  background-repeat: no-repeat; }
.section_bg-ribbon-dark-top {
  background-image: url(../img/ribbon-top-dark.svg);
  background-position: center top;
  background-repeat: no-repeat; }
.section_bg-ribbon-white-top {
  background-image: url(../img/ribbon-top-white.svg);
  background-position: center top;
  background-repeat: no-repeat; }
.section_bg-ribbon-light-bottom {
  background-image: url(../img/ribbon-bottom-light.svg);
  background-position: center bottom;
  background-repeat: no-repeat; }
.section_bg-ribbon-dark-bottom {
  background-image: url(../img/ribbon-bottom-dark.svg);
  background-position: center bottom;
  background-repeat: no-repeat; }
.section_bg-ribbon-white-bottom {
  background-image: url(../img/ribbon-bottom-white.svg);
  background-position: center bottom;
  background-repeat: no-repeat; }
.section_bg-ribbon-light-top.section_bg-ribbon-light-bottom {
  background: url(../img/ribbon-top-light.svg) center top no-repeat, url(../img/ribbon-bottom-light.svg) center bottom no-repeat; }
.section_bg-ribbon-light-top.section_bg-ribbon-dark-bottom {
  background: url(../img/ribbon-top-light.svg) center top no-repeat, url(../img/ribbon-bottom-dark.svg) center bottom no-repeat; }
.section_bg-ribbon-light-top.section_bg-ribbon-white-bottom {
  background: url(../img/ribbon-top-light.svg) center top no-repeat, url(../img/ribbon-bottom-white.svg) center bottom no-repeat; }
.section_bg-ribbon-dark-top.section_bg-ribbon-light-bottom {
  background: url(../img/ribbon-top-dark.svg) center top no-repeat, url(../img/ribbon-bottom-light.svg) center bottom no-repeat; }
.section_bg-ribbon-dark-top.section_bg-ribbon-dark-bottom {
  background: url(../img/ribbon-top-dark.svg) center top no-repeat, url(../img/ribbon-bottom-dark.svg) center bottom no-repeat; }
.section_bg-ribbon-dark-top.section_bg-ribbon-white-bottom {
  background: url(../img/ribbon-top-dark.svg) center top no-repeat, url(../img/ribbon-bottom-white.svg) center bottom no-repeat; }
.section_bg-ribbon-white-top.section_bg-ribbon-light-bottom {
  background: url(../img/ribbon-top-white.svg) center top no-repeat, url(../img/ribbon-bottom-light.svg) center bottom no-repeat; }
.section_bg-ribbon-white-top.section_bg-ribbon-dark-bottom {
  background: url(../img/ribbon-top-white.svg) center top no-repeat, url(../img/ribbon-bottom-dark.svg) center bottom no-repeat; }
.section_bg-ribbon-white-top.section_bg-ribbon-white-bottom {
  background: url(../img/ribbon-top-white.svg) center top no-repeat, url(../img/ribbon-bottom-white.svg) center bottom no-repeat; }
.section_outwards-ribbon-light-top::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  pointer-events: none;
  background-position: center top;
  background-repeat: no-repeat;
  top: 0;
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
  background-image: url(../img/ribbon-bottom-light.svg); }
.section_outwards-ribbon-dark-top::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  pointer-events: none;
  background-position: center top;
  background-repeat: no-repeat;
  top: 0;
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
  background-image: url(../img/ribbon-bottom-dark.svg); }
.section_outwards-ribbon-white-top::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  pointer-events: none;
  background-position: center top;
  background-repeat: no-repeat;
  top: 0;
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
  background-image: url(../img/ribbon-bottom-white.svg); }
.section_outwards-ribbon-light-bottom::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  pointer-events: none;
  background-position: center top;
  background-repeat: no-repeat;
  bottom: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  background-image: url(../img/ribbon-top-light.svg); }
.section_outwards-ribbon-dark-bottom::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  pointer-events: none;
  background-position: center top;
  background-repeat: no-repeat;
  bottom: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  background-image: url(../img/ribbon-top-dark.svg); }
.section_outwards-ribbon-white-bottom::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  pointer-events: none;
  background-position: center top;
  background-repeat: no-repeat;
  bottom: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  background-image: url(../img/ribbon-top-white.svg); }
.section_empty {
  background-color: #072f6b; }
.section_gray {
  background-image: url(../img/section-gray.jpg);
  background-position: center;
  background-size: cover; }
.section_stats-list-gray {
  background-image: url(../img/section-gray-2.jpg);
  background-position: center bottom;
  background-size: auto 720px; }
.section_contacts {
  background-image: url(../img/section-contacts.jpg);
  background-position: center bottom;
  background-size: 1920px auto; }
.section_features {
  background-image: url(../img/section-features-gray.jpg);
  background-position: center bottom;
  background-size: 1920px auto; }
.section_team {
  background: url(../img/ribbon-top-light.svg) center top no-repeat, url(../img/ribbon-bottom-dark.svg) center bottom no-repeat; }
.section_equipment {
  padding-bottom: 0; }
.section_submenu {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  left: 0;
  background: white;
  z-index: 5;
  border-bottom: 1px solid #002b6e; }

.specs {
  padding: 50px 0; }
.specs__list::after {
  content: "";
  display: block;
  clear: both; }
.specs__item {
  position: relative;
  width: 50%;
  float: left;
  margin-bottom: 20px; }
.specs__content {
  min-height: 60px;
  padding-left: 80px; }
.specs__content::after {
  content: "";
  display: inline-block;
  height: 60px;
  width: 0;
  vertical-align: middle; }
.specs__title {
  display: inline-block;
  vertical-align: middle;
  max-width: 80%; }
.specs__icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  margin-right: 20px; }
.specs__icon::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-size: contain;
  border-radius: 50%;
  overflow: hidden; }
.specs__icon_ecology::before {
  background-image: url(../img/feature-icon-ecology.png); }
.specs__icon_chemical::before {
  background-image: url(../img/feature-icon-chemical.png); }
.specs__icon_temperature::before {
  background-image: url(../img/feature-icon-temperature.png); }
.specs__icon_wear-resistance::before {
  background-image: url(../img/feature-icon-wear-resistance.png); }
.specs__icon_uv-resistance::before {
  background-image: url(../img/feature-icon-uv-resistance.png); }
.specs__icon_harmful-smell::before {
  background-image: url(../img/feature-icon-harmful-smell.png); }
.specs__icon_mud-absorption::before {
  background-image: url(../img/feature-icon-mud-absorption.png); }
.specs__icon_wash::before {
  background-image: url(../img/feature-icon-wash.png); }
.specs__icon_noise-insulation::before {
  background-image: url(../img/feature-icon-noise-insulation.png); }
.specs__icon_abrasion-resistance::before {
  background-image: url(../img/feature-icon-abrasion-resistance.png); }
.specs__icon_elasticity::before {
  background-image: url(../img/feature-icon-elasticity.png); }
.specs__icon_antislip::before {
  background-image: url(../img/feature-icon-antislip.png); }
.specs__icon_lightness::before {
  background-image: url(../img/feature-icon-lightness.png); }
.specs__icon_colorful-matching::before {
  background-image: url(../img/feature-icon-colorful-matching.png); }
.specs__icon_high-strength::before {
  background-image: url(../img/feature-icon-high-strength.png); }
.specs__icon_anti-corrosion-coating::before {
  background-image: url(../img/feature-icon-anti-corrosion-coating.png); }
.specs__icon_bottom-protection::before {
  background-image: url(../img/feature-icon-bottom-protection.png); }
.specs__icon_easy-installation::before {
  background-image: url(../img/feature-icon-easy-installation.png); }
.specs__icon_zn-fastener::before {
  background-image: url(../img/feature-icon-zn-fastener.png); }
.specs__icon_design-thumb-up::before {
  background-image: url(../img/features-icon-design-thumb-up.png); }
.specs__icon_comfort-in-interior::before {
  background-image: url(../img/features-icon-comfort-in-interior.png); }
.specs__icon_perfect-geometry::before {
  background-image: url(../img/features-icon-perfect-geometry.png); }
.specs__icon_individually-for-each-car::before {
  background-image: url(../img/features-icon-individually-for-each-car.png); }
.specs__icon_material-quality-star::before {
  background-image: url(../img/features-icon-material-quality-star.png); }
.specs__icon_material-quality-star::before {
  background-image: url(../img/features-icon-material-quality-star.png); }
.specs__icon_security::before {
  background-image: url(../img/features-icon-security.png); }
.specs__icon_body-protect::before {
  background-image: url(../img/features-icon-body-protect.png); }
.specs__icon_installation-without-drillingct::before {
  background-image: url(../img/features-icon-installation-without-drilling.png); }
.specs__icon_no-rust::before {
  background-image: url(../img/features-icon-no-rust.png); }
.specs__icon_cooling::before {
  background-image: url(../img/features-icon-cooling.png); }

.stats-list {
  padding: 45px 0 35px; }

.statistic {
  position: relative;
  text-align: center;
  padding-bottom: 65px; }
.statistic__value {
  color: #002b6e;
  width: 100%;
  position: relative;
  padding-bottom: 14px;
  font-size: 36px;
  font-weight: normal; }
.statistic__value::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: #ee2737; }
.statistic__value img {
  height: 36px;
  margin-bottom: -5px; }
.statistic__title {
  color: #002b6e;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  font-size: 16px;
  width: 100%;
  text-align: center; }
.statistic__title_wide {
  width: 136%;
  margin-left: -18%; }

.submenu {
  height: 50px;
  line-height: 50px; }
.submenu__hand {
  width: 35px; }
.submenu__hand.swiper-button-prev, .submenu__hand.swiper-button-next {
  background: none; }
.submenu__hand::before {
  content: "";
  display: block;
  margin: auto;
  font-size: 4em;
  background: url("../img/assortment-hand.svg");
  background-size: 100% 100%;
  width: 18px;
  padding-top: 9px;
  height: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -4.5px -9px; }
.submenu__hand_left {
  right: 0; }
.submenu__hand_left::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }
.submenu__hand_right {
  left: 0; }
.submenu__hand_right::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }
.submenu__list {
  white-space: nowrap;
  padding: 0;
  margin: 0; }
.submenu__item {
  display: inline-block;
  width: auto; }
.submenu__link {
  display: inline-block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  color: #002b6e;
  font-family: "Century Gothic";
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 0 15px; }
.submenu__link::after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  height: 5px;
  bottom: 10px;
  background: #002b6e;
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  opacity: 0; }
.submenu__link:hover::after {
  opacity: 0.8; }
.submenu__link_active {
  color: #ee2737; }
.submenu__link_active::after {
  background: #ee2737;
  opacity: 1; }

.subheader {
  height: 50px;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 45;
  background: white;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  margin-bottom: -90px;
  margin-top: 80px; }

.sunburst-diagram {
  padding: 60px 0; }
.sunburst-diagram__content {
  padding-bottom: 40px;
  position: relative; }
.sunburst-diagram__l-item {
  text-align: center;
  color: #002b6e;
  font-size: 16px;
  position: relative; }
.sunburst-diagram__l-item::before {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat; }
.sunburst-diagram__l-item_nth-child-1::before {
  background-image: url(../img/legend-1.png); }
.sunburst-diagram__l-item_nth-child-2::before {
  background-image: url(../img/legend-2.png); }
.sunburst-diagram__l-item_nth-child-3::before {
  background-image: url(../img/legend-3.png); }
.sunburst-diagram__l-item_nth-child-4::before {
  background-image: url(../img/legend-4.png); }
.sunburst-diagram__l-item_nth-child-5::before {
  background-image: url(../img/legend-5.png); }
.sunburst-diagram__circle-label {
  display: block;
  width: -webkit-calc(50% - 140px);
  width: calc(50% - 140px);
  border-bottom: 2px solid;
  position: absolute;
  bottom: 46px;
  font-size: 20px;
  padding-bottom: 5px; }
.sunburst-diagram__circle-label::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 6px;
  height: 6px;
  border: 4px solid #FFFFFF;
  border-radius: 50%;
  z-index: 3; }
.sunburst-diagram__circle-label::after {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 2px;
  width: 55px;
  z-index: 2; }
.sunburst-diagram__circle-label_left {
  left: 0;
  color: #002b6e;
  border-color: #002b6e;
  text-align: left; }
.sunburst-diagram__circle-label_left::before {
  background: #002b6e;
  right: 0;
  -webkit-transform: translate3d(50px, -28px, 0);
  transform: translate3d(50px, -28px, 0); }
.sunburst-diagram__circle-label_left::after {
  right: 0;
  background: #002b6e;
  -webkit-transform: translateX(100%) rotate(-40deg);
  -ms-transform: translateX(100%) rotate(-40deg);
  transform: translateX(100%) rotate(-40deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom; }
.sunburst-diagram__circle-label_right {
  right: 0;
  color: #007fcd;
  border-color: #007fcd;
  text-align: right; }
.sunburst-diagram__circle-label_right::before {
  background: #007fcd;
  left: 0;
  -webkit-transform: translate3d(-50px, -28px, 0);
  transform: translate3d(-50px, -28px, 0); }
.sunburst-diagram__circle-label_right::after {
  left: 0;
  background: #007fcd;
  -webkit-transform: translateX(-100%) rotate(40deg);
  -ms-transform: translateX(-100%) rotate(40deg);
  transform: translateX(-100%) rotate(40deg);
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom; }

.technology__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.technology__item {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 30px; }
.technology__item::after {
  content: "";
  display: block;
  position: absolute;
  right: -26%;
  top: 40%;
  width: 36px;
  height: 18px;
  background: url("../img/technology-scheme-hand.svg");
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-90deg) scale(0.7);
  transform: translate3d(-50%, -50%, 0) rotate(-90deg) scale(0.7); }
.technology__item:last-child::after {
  display: none; }

.technology__image {
  border-radius: 50%;
  font-size: 0;
  overflow: hidden; }

.technology__title {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.technology-circles {
  padding-top: 30px; }
.technology-circles__row {
  position: relative; }
.technology-circles__inner {
  position: relative; }
.technology-circles__content {
  padding: 40px 0; }
.technology-circles__title {
  position: relative;
  height: 60px;
  line-height: 60px;
  color: #002b6e;
  font-size: 26px;
  margin-bottom: 20px; }
.technology-circles__title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 140px;
  background: #ee2837;
  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom; }
.technology-circles__image {
  position: absolute;
  bottom: 0; }
.technology-circles__row.technology-circles__row_nth-child-01 .technology-circles__inner {
  height: 340px; }
.technology-circles__row.technology-circles__row_nth-child-01 .technology-circles__image {
  display: block;
  width: 516px;
  height: 412px;
  left: -150px;
  background-image: url(../img/circle-men-01.png);
  background-position: center;
  background-repeat: no-repeat; }
.technology-circles__row.technology-circles__row_nth-child-01 .technology-circles__content {
  padding-top: 20px;
  padding-left: 400px; }
.technology-circles__row.technology-circles__row_nth-child-02 {
  background: #002b6d; }
.technology-circles__row.technology-circles__row_nth-child-02::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: url(../img/ribbon-bottom-white.svg) center bottom no-repeat;
  pointer-events: none; }
.technology-circles__row.technology-circles__row_nth-child-02 .technology-circles__inner {
  z-index: 2;
  height: 340px; }
.technology-circles__row.technology-circles__row_nth-child-02 .technology-circles__image {
  display: block;
  width: 568px;
  height: 413px;
  right: 0;
  bottom: 26px;
  background-image: url(../img/circle-men-02.png);
  background-position: center;
  background-repeat: no-repeat; }
.technology-circles__row.technology-circles__row_nth-child-02 .technology-circles__title {
  color: white; }
.technology-circles__row.technology-circles__row_nth-child-02 .technology-circles__content {
  color: white;
  width: 400px; }
.technology-circles__row.technology-circles__row_nth-child-03 {
  z-index: 5; }
.technology-circles__row.technology-circles__row_nth-child-03 .technology-circles__inner {
  height: 320px; }
.technology-circles__row.technology-circles__row_nth-child-03 .technology-circles__image {
  display: block;
  width: 548px;
  height: 496px;
  left: -150px;
  bottom: -79px;
  background-image: url(../img/circle-men-03.png);
  background-position: center;
  background-repeat: no-repeat; }
.technology-circles__row.technology-circles__row_nth-child-03 .technology-circles__content {
  padding-top: 60px;
  padding-left: 400px; }
.technology-circles__row.technology-circles__row_nth-child-04 {
  background: #007fcd; }
.technology-circles__row.technology-circles__row_nth-child-04 .technology-circles__inner {
  height: 300px; }
.technology-circles__row.technology-circles__row_nth-child-04 .technology-circles__image {
  display: block;
  width: 551px;
  height: 388px;
  right: 0;
  background-image: url(../img/circle-men-04.png);
  background-position: center;
  background-repeat: no-repeat; }
.technology-circles__row.technology-circles__row_nth-child-04 .technology-circles__title {
  color: white; }
.technology-circles__row.technology-circles__row_nth-child-04 .technology-circles__content {
  color: white;
  width: 400px; }
.technology-circles__row.technology-circles__row_nth-child-05 .technology-circles__inner {
  height: 350px; }
.technology-circles__row.technology-circles__row_nth-child-05 .technology-circles__image {
  display: block;
  width: 486px;
  height: 391px;
  left: -120px;
  background-image: url(../img/circle-men-05.png);
  background-position: center;
  background-repeat: no-repeat; }
.technology-circles__row.technology-circles__row_nth-child-05 .technology-circles__content {
  padding-top: 80px;
  padding-left: 400px; }

.textarea {
  display: block;
  border: 1px solid #002b6e;
  background: white;
  border-radius: 0;
  padding: 15px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 188px; }

.title {
  margin: 15px 0 5px;
  font-size: 24px;
  color: white; }

.t-group {
  margin: 40px 0;
  padding: 0 20px 5px;
  position: relative; }
.t-group__title {
  color: #007fcd;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: bolder;
  line-height: 1;
  margin-bottom: 5px; }
.t-group__subtitle {
  color: #002b6e;
  font-size: 30px;
  text-transform: uppercase; }
.t-group::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #ee2837;
  -webkit-transform: skewY(25deg);
  -ms-transform: skewY(25deg);
  transform: skewY(25deg); }

.team-features__item {
  position: relative;
  font-size: 16px;
  color: #002b6e;
  margin: 0;
  padding-left: 160px;
  min-height: 120px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.team-features__item + .team-features__item {
  margin-top: 20px; }

.team-features__icon {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background-position: left center;
  background-repeat: no-repeat; }
.team-features__icon_0 {
  background-image: url(../img/team-features-icon-0.png); }
.team-features__icon_1 {
  background-image: url(../img/team-features-icon-1.png); }
.team-features__icon_2 {
  background-image: url(../img/team-features-icon-2.png); }
.team-features__icon_3 {
  background-image: url(../img/team-features-icon-3.png); }

.team-features__title {
  line-height: 20px; }

.vacancy__body {
  padding: 15px 0; }

.vacancy__list {
  padding: 10px 0 30px; }

.vacancy-filter__row {
  margin-bottom: 20px; }

.vacancy-filter__label {
  font-size: 16px;
  color: white;
  margin-bottom: 5px; }

.vacancy-filter__value {
  padding: 0 1px; }

.vacancy-filter__input {
  display: block;
  width: 100%;
  height: 32px;
  background: white;
  padding: 0 10px;
  font-size: 14px;
  border-width: 0;
  border-radius: 0;
  outline-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none; }

.vacancy-filter__select {
  display: block;
  width: 100%;
  height: 32px;
  background: white url(../img/select-triangle.png) right 15px center no-repeat;
  background-size: 12px;
  padding: 0 10px;
  font-size: 14px;
  border-width: 0;
  border-radius: 0;
  outline-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none; }

.vacancy-filter__footer {
  padding: 30px 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.vacancy-filter__button {
  width: 220px;
  background: #007fcd;
  color: white;
  border-width: 0;
  height: 32px;
  font: normal 16px "Century Gothic";
  cursor: pointer; }

.vacancy-list {
  font-size: 16px; }
.vacancy-list__table {
  width: 100%;
  border-width: 0;
  border-collapse: collapse; }
.vacancy-list__th {
  text-align: left;
  padding: 8px;
  color: white;
  font-weight: normal; }
.vacancy-list__td {
  text-align: left;
  padding: 6px 8px;
  color: #002b6e;
  background: white;
  font-weight: normal; }

.wideban {
  height: 600px;
  text-align: center; }
.wideban__content {
  padding: 5px 0; }
.wideban__image {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  height: 100%;
  width: 1920px;
  margin: 0 -960px;
  pointer-events: none; }
.wideban__image::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center; }
.wideban__inner {
  position: relative;
  height: 100%;
  text-align: left; }
.wideban__caption {
  text-align: left;
  color: #002b6e; }
.wideban__caption_white {
  color: white; }
.wideban__caption_absolute {
  position: absolute; }
.wideban__caption_left-1 {
  left: 1%; }
.wideban__caption_left-2 {
  left: 2%; }
.wideban__caption_left-3 {
  left: 3%; }
.wideban__caption_left-4 {
  left: 4%; }
.wideban__caption_left-5 {
  left: 5%; }
.wideban__caption_left-6 {
  left: 6%; }
.wideban__caption_left-7 {
  left: 7%; }
.wideban__caption_left-8 {
  left: 8%; }
.wideban__caption_left-9 {
  left: 9%; }
.wideban__caption_left-10 {
  left: 10%; }
.wideban__caption_left-11 {
  left: 11%; }
.wideban__caption_left-12 {
  left: 12%; }
.wideban__caption_left-13 {
  left: 13%; }
.wideban__caption_left-14 {
  left: 14%; }
.wideban__caption_left-15 {
  left: 15%; }
.wideban__caption_left-16 {
  left: 16%; }
.wideban__caption_left-17 {
  left: 17%; }
.wideban__caption_left-18 {
  left: 18%; }
.wideban__caption_left-19 {
  left: 19%; }
.wideban__caption_left-20 {
  left: 20%; }
.wideban__caption_left-21 {
  left: 21%; }
.wideban__caption_left-22 {
  left: 22%; }
.wideban__caption_left-23 {
  left: 23%; }
.wideban__caption_left-24 {
  left: 24%; }
.wideban__caption_left-25 {
  left: 25%; }
.wideban__caption_left-26 {
  left: 26%; }
.wideban__caption_left-27 {
  left: 27%; }
.wideban__caption_left-28 {
  left: 28%; }
.wideban__caption_left-29 {
  left: 29%; }
.wideban__caption_left-30 {
  left: 30%; }
.wideban__caption_left-31 {
  left: 31%; }
.wideban__caption_left-32 {
  left: 32%; }
.wideban__caption_left-33 {
  left: 33%; }
.wideban__caption_left-34 {
  left: 34%; }
.wideban__caption_left-35 {
  left: 35%; }
.wideban__caption_left-36 {
  left: 36%; }
.wideban__caption_left-37 {
  left: 37%; }
.wideban__caption_left-38 {
  left: 38%; }
.wideban__caption_left-39 {
  left: 39%; }
.wideban__caption_left-40 {
  left: 40%; }
.wideban__caption_left-41 {
  left: 41%; }
.wideban__caption_left-42 {
  left: 42%; }
.wideban__caption_left-43 {
  left: 43%; }
.wideban__caption_left-44 {
  left: 44%; }
.wideban__caption_left-45 {
  left: 45%; }
.wideban__caption_left-46 {
  left: 46%; }
.wideban__caption_left-47 {
  left: 47%; }
.wideban__caption_left-48 {
  left: 48%; }
.wideban__caption_left-49 {
  left: 49%; }
.wideban__caption_left-50 {
  left: 50%; }
.wideban__caption_left-51 {
  left: 51%; }
.wideban__caption_left-52 {
  left: 52%; }
.wideban__caption_left-53 {
  left: 53%; }
.wideban__caption_left-54 {
  left: 54%; }
.wideban__caption_left-55 {
  left: 55%; }
.wideban__caption_left-56 {
  left: 56%; }
.wideban__caption_left-57 {
  left: 57%; }
.wideban__caption_left-58 {
  left: 58%; }
.wideban__caption_left-59 {
  left: 59%; }
.wideban__caption_left-60 {
  left: 60%; }
.wideban__caption_left-61 {
  left: 61%; }
.wideban__caption_left-62 {
  left: 62%; }
.wideban__caption_left-63 {
  left: 63%; }
.wideban__caption_left-64 {
  left: 64%; }
.wideban__caption_left-65 {
  left: 65%; }
.wideban__caption_left-66 {
  left: 66%; }
.wideban__caption_left-67 {
  left: 67%; }
.wideban__caption_left-68 {
  left: 68%; }
.wideban__caption_left-69 {
  left: 69%; }
.wideban__caption_left-70 {
  left: 70%; }
.wideban__caption_left-71 {
  left: 71%; }
.wideban__caption_left-72 {
  left: 72%; }
.wideban__caption_left-73 {
  left: 73%; }
.wideban__caption_left-74 {
  left: 74%; }
.wideban__caption_left-75 {
  left: 75%; }
.wideban__caption_left-76 {
  left: 76%; }
.wideban__caption_left-77 {
  left: 77%; }
.wideban__caption_left-78 {
  left: 78%; }
.wideban__caption_left-79 {
  left: 79%; }
.wideban__caption_left-80 {
  left: 80%; }
.wideban__caption_left-81 {
  left: 81%; }
.wideban__caption_left-82 {
  left: 82%; }
.wideban__caption_left-83 {
  left: 83%; }
.wideban__caption_left-84 {
  left: 84%; }
.wideban__caption_left-85 {
  left: 85%; }
.wideban__caption_left-86 {
  left: 86%; }
.wideban__caption_left-87 {
  left: 87%; }
.wideban__caption_left-88 {
  left: 88%; }
.wideban__caption_left-89 {
  left: 89%; }
.wideban__caption_left-90 {
  left: 90%; }
.wideban__caption_left-91 {
  left: 91%; }
.wideban__caption_left-92 {
  left: 92%; }
.wideban__caption_left-93 {
  left: 93%; }
.wideban__caption_left-94 {
  left: 94%; }
.wideban__caption_left-95 {
  left: 95%; }
.wideban__caption_left-96 {
  left: 96%; }
.wideban__caption_left-97 {
  left: 97%; }
.wideban__caption_left-98 {
  left: 98%; }
.wideban__caption_left-99 {
  left: 99%; }
.wideban__caption_left-100 {
  left: 100%; }
.wideban__caption_right-1 {
  right: 1%; }
.wideban__caption_right-2 {
  right: 2%; }
.wideban__caption_right-3 {
  right: 3%; }
.wideban__caption_right-4 {
  right: 4%; }
.wideban__caption_right-5 {
  right: 5%; }
.wideban__caption_right-6 {
  right: 6%; }
.wideban__caption_right-7 {
  right: 7%; }
.wideban__caption_right-8 {
  right: 8%; }
.wideban__caption_right-9 {
  right: 9%; }
.wideban__caption_right-10 {
  right: 10%; }
.wideban__caption_right-11 {
  right: 11%; }
.wideban__caption_right-12 {
  right: 12%; }
.wideban__caption_right-13 {
  right: 13%; }
.wideban__caption_right-14 {
  right: 14%; }
.wideban__caption_right-15 {
  right: 15%; }
.wideban__caption_right-16 {
  right: 16%; }
.wideban__caption_right-17 {
  right: 17%; }
.wideban__caption_right-18 {
  right: 18%; }
.wideban__caption_right-19 {
  right: 19%; }
.wideban__caption_right-20 {
  right: 20%; }
.wideban__caption_right-21 {
  right: 21%; }
.wideban__caption_right-22 {
  right: 22%; }
.wideban__caption_right-23 {
  right: 23%; }
.wideban__caption_right-24 {
  right: 24%; }
.wideban__caption_right-25 {
  right: 25%; }
.wideban__caption_right-26 {
  right: 26%; }
.wideban__caption_right-27 {
  right: 27%; }
.wideban__caption_right-28 {
  right: 28%; }
.wideban__caption_right-29 {
  right: 29%; }
.wideban__caption_right-30 {
  right: 30%; }
.wideban__caption_right-31 {
  right: 31%; }
.wideban__caption_right-32 {
  right: 32%; }
.wideban__caption_right-33 {
  right: 33%; }
.wideban__caption_right-34 {
  right: 34%; }
.wideban__caption_right-35 {
  right: 35%; }
.wideban__caption_right-36 {
  right: 36%; }
.wideban__caption_right-37 {
  right: 37%; }
.wideban__caption_right-38 {
  right: 38%; }
.wideban__caption_right-39 {
  right: 39%; }
.wideban__caption_right-40 {
  right: 40%; }
.wideban__caption_right-41 {
  right: 41%; }
.wideban__caption_right-42 {
  right: 42%; }
.wideban__caption_right-43 {
  right: 43%; }
.wideban__caption_right-44 {
  right: 44%; }
.wideban__caption_right-45 {
  right: 45%; }
.wideban__caption_right-46 {
  right: 46%; }
.wideban__caption_right-47 {
  right: 47%; }
.wideban__caption_right-48 {
  right: 48%; }
.wideban__caption_right-49 {
  right: 49%; }
.wideban__caption_right-50 {
  right: 50%; }
.wideban__caption_right-51 {
  right: 51%; }
.wideban__caption_right-52 {
  right: 52%; }
.wideban__caption_right-53 {
  right: 53%; }
.wideban__caption_right-54 {
  right: 54%; }
.wideban__caption_right-55 {
  right: 55%; }
.wideban__caption_right-56 {
  right: 56%; }
.wideban__caption_right-57 {
  right: 57%; }
.wideban__caption_right-58 {
  right: 58%; }
.wideban__caption_right-59 {
  right: 59%; }
.wideban__caption_right-60 {
  right: 60%; }
.wideban__caption_right-61 {
  right: 61%; }
.wideban__caption_right-62 {
  right: 62%; }
.wideban__caption_right-63 {
  right: 63%; }
.wideban__caption_right-64 {
  right: 64%; }
.wideban__caption_right-65 {
  right: 65%; }
.wideban__caption_right-66 {
  right: 66%; }
.wideban__caption_right-67 {
  right: 67%; }
.wideban__caption_right-68 {
  right: 68%; }
.wideban__caption_right-69 {
  right: 69%; }
.wideban__caption_right-70 {
  right: 70%; }
.wideban__caption_right-71 {
  right: 71%; }
.wideban__caption_right-72 {
  right: 72%; }
.wideban__caption_right-73 {
  right: 73%; }
.wideban__caption_right-74 {
  right: 74%; }
.wideban__caption_right-75 {
  right: 75%; }
.wideban__caption_right-76 {
  right: 76%; }
.wideban__caption_right-77 {
  right: 77%; }
.wideban__caption_right-78 {
  right: 78%; }
.wideban__caption_right-79 {
  right: 79%; }
.wideban__caption_right-80 {
  right: 80%; }
.wideban__caption_right-81 {
  right: 81%; }
.wideban__caption_right-82 {
  right: 82%; }
.wideban__caption_right-83 {
  right: 83%; }
.wideban__caption_right-84 {
  right: 84%; }
.wideban__caption_right-85 {
  right: 85%; }
.wideban__caption_right-86 {
  right: 86%; }
.wideban__caption_right-87 {
  right: 87%; }
.wideban__caption_right-88 {
  right: 88%; }
.wideban__caption_right-89 {
  right: 89%; }
.wideban__caption_right-90 {
  right: 90%; }
.wideban__caption_right-91 {
  right: 91%; }
.wideban__caption_right-92 {
  right: 92%; }
.wideban__caption_right-93 {
  right: 93%; }
.wideban__caption_right-94 {
  right: 94%; }
.wideban__caption_right-95 {
  right: 95%; }
.wideban__caption_right-96 {
  right: 96%; }
.wideban__caption_right-97 {
  right: 97%; }
.wideban__caption_right-98 {
  right: 98%; }
.wideban__caption_right-99 {
  right: 99%; }
.wideban__caption_right-100 {
  right: 100%; }
.wideban__caption_bottom-1 {
  bottom: 1%; }
.wideban__caption_bottom-2 {
  bottom: 2%; }
.wideban__caption_bottom-3 {
  bottom: 3%; }
.wideban__caption_bottom-4 {
  bottom: 4%; }
.wideban__caption_bottom-5 {
  bottom: 5%; }
.wideban__caption_bottom-6 {
  bottom: 6%; }
.wideban__caption_bottom-7 {
  bottom: 7%; }
.wideban__caption_bottom-8 {
  bottom: 8%; }
.wideban__caption_bottom-9 {
  bottom: 9%; }
.wideban__caption_bottom-10 {
  bottom: 10%; }
.wideban__caption_bottom-11 {
  bottom: 11%; }
.wideban__caption_bottom-12 {
  bottom: 12%; }
.wideban__caption_bottom-13 {
  bottom: 13%; }
.wideban__caption_bottom-14 {
  bottom: 14%; }
.wideban__caption_bottom-15 {
  bottom: 15%; }
.wideban__caption_bottom-16 {
  bottom: 16%; }
.wideban__caption_bottom-17 {
  bottom: 17%; }
.wideban__caption_bottom-18 {
  bottom: 18%; }
.wideban__caption_bottom-19 {
  bottom: 19%; }
.wideban__caption_bottom-20 {
  bottom: 20%; }
.wideban__caption_bottom-21 {
  bottom: 21%; }
.wideban__caption_bottom-22 {
  bottom: 22%; }
.wideban__caption_bottom-23 {
  bottom: 23%; }
.wideban__caption_bottom-24 {
  bottom: 24%; }
.wideban__caption_bottom-25 {
  bottom: 25%; }
.wideban__caption_bottom-26 {
  bottom: 26%; }
.wideban__caption_bottom-27 {
  bottom: 27%; }
.wideban__caption_bottom-28 {
  bottom: 28%; }
.wideban__caption_bottom-29 {
  bottom: 29%; }
.wideban__caption_bottom-30 {
  bottom: 30%; }
.wideban__caption_bottom-31 {
  bottom: 31%; }
.wideban__caption_bottom-32 {
  bottom: 32%; }
.wideban__caption_bottom-33 {
  bottom: 33%; }
.wideban__caption_bottom-34 {
  bottom: 34%; }
.wideban__caption_bottom-35 {
  bottom: 35%; }
.wideban__caption_bottom-36 {
  bottom: 36%; }
.wideban__caption_bottom-37 {
  bottom: 37%; }
.wideban__caption_bottom-38 {
  bottom: 38%; }
.wideban__caption_bottom-39 {
  bottom: 39%; }
.wideban__caption_bottom-40 {
  bottom: 40%; }
.wideban__caption_bottom-41 {
  bottom: 41%; }
.wideban__caption_bottom-42 {
  bottom: 42%; }
.wideban__caption_bottom-43 {
  bottom: 43%; }
.wideban__caption_bottom-44 {
  bottom: 44%; }
.wideban__caption_bottom-45 {
  bottom: 45%; }
.wideban__caption_bottom-46 {
  bottom: 46%; }
.wideban__caption_bottom-47 {
  bottom: 47%; }
.wideban__caption_bottom-48 {
  bottom: 48%; }
.wideban__caption_bottom-49 {
  bottom: 49%; }
.wideban__caption_bottom-50 {
  bottom: 50%; }
.wideban__caption_bottom-51 {
  bottom: 51%; }
.wideban__caption_bottom-52 {
  bottom: 52%; }
.wideban__caption_bottom-53 {
  bottom: 53%; }
.wideban__caption_bottom-54 {
  bottom: 54%; }
.wideban__caption_bottom-55 {
  bottom: 55%; }
.wideban__caption_bottom-56 {
  bottom: 56%; }
.wideban__caption_bottom-57 {
  bottom: 57%; }
.wideban__caption_bottom-58 {
  bottom: 58%; }
.wideban__caption_bottom-59 {
  bottom: 59%; }
.wideban__caption_bottom-60 {
  bottom: 60%; }
.wideban__caption_bottom-61 {
  bottom: 61%; }
.wideban__caption_bottom-62 {
  bottom: 62%; }
.wideban__caption_bottom-63 {
  bottom: 63%; }
.wideban__caption_bottom-64 {
  bottom: 64%; }
.wideban__caption_bottom-65 {
  bottom: 65%; }
.wideban__caption_bottom-66 {
  bottom: 66%; }
.wideban__caption_bottom-67 {
  bottom: 67%; }
.wideban__caption_bottom-68 {
  bottom: 68%; }
.wideban__caption_bottom-69 {
  bottom: 69%; }
.wideban__caption_bottom-70 {
  bottom: 70%; }
.wideban__caption_bottom-71 {
  bottom: 71%; }
.wideban__caption_bottom-72 {
  bottom: 72%; }
.wideban__caption_bottom-73 {
  bottom: 73%; }
.wideban__caption_bottom-74 {
  bottom: 74%; }
.wideban__caption_bottom-75 {
  bottom: 75%; }
.wideban__caption_bottom-76 {
  bottom: 76%; }
.wideban__caption_bottom-77 {
  bottom: 77%; }
.wideban__caption_bottom-78 {
  bottom: 78%; }
.wideban__caption_bottom-79 {
  bottom: 79%; }
.wideban__caption_bottom-80 {
  bottom: 80%; }
.wideban__caption_bottom-81 {
  bottom: 81%; }
.wideban__caption_bottom-82 {
  bottom: 82%; }
.wideban__caption_bottom-83 {
  bottom: 83%; }
.wideban__caption_bottom-84 {
  bottom: 84%; }
.wideban__caption_bottom-85 {
  bottom: 85%; }
.wideban__caption_bottom-86 {
  bottom: 86%; }
.wideban__caption_bottom-87 {
  bottom: 87%; }
.wideban__caption_bottom-88 {
  bottom: 88%; }
.wideban__caption_bottom-89 {
  bottom: 89%; }
.wideban__caption_bottom-90 {
  bottom: 90%; }
.wideban__caption_bottom-91 {
  bottom: 91%; }
.wideban__caption_bottom-92 {
  bottom: 92%; }
.wideban__caption_bottom-93 {
  bottom: 93%; }
.wideban__caption_bottom-94 {
  bottom: 94%; }
.wideban__caption_bottom-95 {
  bottom: 95%; }
.wideban__caption_bottom-96 {
  bottom: 96%; }
.wideban__caption_bottom-97 {
  bottom: 97%; }
.wideban__caption_bottom-98 {
  bottom: 98%; }
.wideban__caption_bottom-99 {
  bottom: 99%; }
.wideban__caption_bottom-100 {
  bottom: 100%; }
.wideban__caption_top-1 {
  top: 1%; }
.wideban__caption_top-2 {
  top: 2%; }
.wideban__caption_top-3 {
  top: 3%; }
.wideban__caption_top-4 {
  top: 4%; }
.wideban__caption_top-5 {
  top: 5%; }
.wideban__caption_top-6 {
  top: 6%; }
.wideban__caption_top-7 {
  top: 7%; }
.wideban__caption_top-8 {
  top: 8%; }
.wideban__caption_top-9 {
  top: 9%; }
.wideban__caption_top-10 {
  top: 10%; }
.wideban__caption_top-11 {
  top: 11%; }
.wideban__caption_top-12 {
  top: 12%; }
.wideban__caption_top-13 {
  top: 13%; }
.wideban__caption_top-14 {
  top: 14%; }
.wideban__caption_top-15 {
  top: 15%; }
.wideban__caption_top-16 {
  top: 16%; }
.wideban__caption_top-17 {
  top: 17%; }
.wideban__caption_top-18 {
  top: 18%; }
.wideban__caption_top-19 {
  top: 19%; }
.wideban__caption_top-20 {
  top: 20%; }
.wideban__caption_top-21 {
  top: 21%; }
.wideban__caption_top-22 {
  top: 22%; }
.wideban__caption_top-23 {
  top: 23%; }
.wideban__caption_top-24 {
  top: 24%; }
.wideban__caption_top-25 {
  top: 25%; }
.wideban__caption_top-26 {
  top: 26%; }
.wideban__caption_top-27 {
  top: 27%; }
.wideban__caption_top-28 {
  top: 28%; }
.wideban__caption_top-29 {
  top: 29%; }
.wideban__caption_top-30 {
  top: 30%; }
.wideban__caption_top-31 {
  top: 31%; }
.wideban__caption_top-32 {
  top: 32%; }
.wideban__caption_top-33 {
  top: 33%; }
.wideban__caption_top-34 {
  top: 34%; }
.wideban__caption_top-35 {
  top: 35%; }
.wideban__caption_top-36 {
  top: 36%; }
.wideban__caption_top-37 {
  top: 37%; }
.wideban__caption_top-38 {
  top: 38%; }
.wideban__caption_top-39 {
  top: 39%; }
.wideban__caption_top-40 {
  top: 40%; }
.wideban__caption_top-41 {
  top: 41%; }
.wideban__caption_top-42 {
  top: 42%; }
.wideban__caption_top-43 {
  top: 43%; }
.wideban__caption_top-44 {
  top: 44%; }
.wideban__caption_top-45 {
  top: 45%; }
.wideban__caption_top-46 {
  top: 46%; }
.wideban__caption_top-47 {
  top: 47%; }
.wideban__caption_top-48 {
  top: 48%; }
.wideban__caption_top-49 {
  top: 49%; }
.wideban__caption_top-50 {
  top: 50%; }
.wideban__caption_top-51 {
  top: 51%; }
.wideban__caption_top-52 {
  top: 52%; }
.wideban__caption_top-53 {
  top: 53%; }
.wideban__caption_top-54 {
  top: 54%; }
.wideban__caption_top-55 {
  top: 55%; }
.wideban__caption_top-56 {
  top: 56%; }
.wideban__caption_top-57 {
  top: 57%; }
.wideban__caption_top-58 {
  top: 58%; }
.wideban__caption_top-59 {
  top: 59%; }
.wideban__caption_top-60 {
  top: 60%; }
.wideban__caption_top-61 {
  top: 61%; }
.wideban__caption_top-62 {
  top: 62%; }
.wideban__caption_top-63 {
  top: 63%; }
.wideban__caption_top-64 {
  top: 64%; }
.wideban__caption_top-65 {
  top: 65%; }
.wideban__caption_top-66 {
  top: 66%; }
.wideban__caption_top-67 {
  top: 67%; }
.wideban__caption_top-68 {
  top: 68%; }
.wideban__caption_top-69 {
  top: 69%; }
.wideban__caption_top-70 {
  top: 70%; }
.wideban__caption_top-71 {
  top: 71%; }
.wideban__caption_top-72 {
  top: 72%; }
.wideban__caption_top-73 {
  top: 73%; }
.wideban__caption_top-74 {
  top: 74%; }
.wideban__caption_top-75 {
  top: 75%; }
.wideban__caption_top-76 {
  top: 76%; }
.wideban__caption_top-77 {
  top: 77%; }
.wideban__caption_top-78 {
  top: 78%; }
.wideban__caption_top-79 {
  top: 79%; }
.wideban__caption_top-80 {
  top: 80%; }
.wideban__caption_top-81 {
  top: 81%; }
.wideban__caption_top-82 {
  top: 82%; }
.wideban__caption_top-83 {
  top: 83%; }
.wideban__caption_top-84 {
  top: 84%; }
.wideban__caption_top-85 {
  top: 85%; }
.wideban__caption_top-86 {
  top: 86%; }
.wideban__caption_top-87 {
  top: 87%; }
.wideban__caption_top-88 {
  top: 88%; }
.wideban__caption_top-89 {
  top: 89%; }
.wideban__caption_top-90 {
  top: 90%; }
.wideban__caption_top-91 {
  top: 91%; }
.wideban__caption_top-92 {
  top: 92%; }
.wideban__caption_top-93 {
  top: 93%; }
.wideban__caption_top-94 {
  top: 94%; }
.wideban__caption_top-95 {
  top: 95%; }
.wideban__caption_top-96 {
  top: 96%; }
.wideban__caption_top-97 {
  top: 97%; }
.wideban__caption_top-98 {
  top: 98%; }
.wideban__caption_top-99 {
  top: 99%; }
.wideban__caption_top-100 {
  top: 100%; }
.wideban__caption_width-1 {
  width: 1%; }
.wideban__caption_width-2 {
  width: 2%; }
.wideban__caption_width-3 {
  width: 3%; }
.wideban__caption_width-4 {
  width: 4%; }
.wideban__caption_width-5 {
  width: 5%; }
.wideban__caption_width-6 {
  width: 6%; }
.wideban__caption_width-7 {
  width: 7%; }
.wideban__caption_width-8 {
  width: 8%; }
.wideban__caption_width-9 {
  width: 9%; }
.wideban__caption_width-10 {
  width: 10%; }
.wideban__caption_width-11 {
  width: 11%; }
.wideban__caption_width-12 {
  width: 12%; }
.wideban__caption_width-13 {
  width: 13%; }
.wideban__caption_width-14 {
  width: 14%; }
.wideban__caption_width-15 {
  width: 15%; }
.wideban__caption_width-16 {
  width: 16%; }
.wideban__caption_width-17 {
  width: 17%; }
.wideban__caption_width-18 {
  width: 18%; }
.wideban__caption_width-19 {
  width: 19%; }
.wideban__caption_width-20 {
  width: 20%; }
.wideban__caption_width-21 {
  width: 21%; }
.wideban__caption_width-22 {
  width: 22%; }
.wideban__caption_width-23 {
  width: 23%; }
.wideban__caption_width-24 {
  width: 24%; }
.wideban__caption_width-25 {
  width: 25%; }
.wideban__caption_width-26 {
  width: 26%; }
.wideban__caption_width-27 {
  width: 27%; }
.wideban__caption_width-28 {
  width: 28%; }
.wideban__caption_width-29 {
  width: 29%; }
.wideban__caption_width-30 {
  width: 30%; }
.wideban__caption_width-31 {
  width: 31%; }
.wideban__caption_width-32 {
  width: 32%; }
.wideban__caption_width-33 {
  width: 33%; }
.wideban__caption_width-34 {
  width: 34%; }
.wideban__caption_width-35 {
  width: 35%; }
.wideban__caption_width-36 {
  width: 36%; }
.wideban__caption_width-37 {
  width: 37%; }
.wideban__caption_width-38 {
  width: 38%; }
.wideban__caption_width-39 {
  width: 39%; }
.wideban__caption_width-40 {
  width: 40%; }
.wideban__caption_width-41 {
  width: 41%; }
.wideban__caption_width-42 {
  width: 42%; }
.wideban__caption_width-43 {
  width: 43%; }
.wideban__caption_width-44 {
  width: 44%; }
.wideban__caption_width-45 {
  width: 45%; }
.wideban__caption_width-46 {
  width: 46%; }
.wideban__caption_width-47 {
  width: 47%; }
.wideban__caption_width-48 {
  width: 48%; }
.wideban__caption_width-49 {
  width: 49%; }
.wideban__caption_width-50 {
  width: 50%; }
.wideban__caption_width-51 {
  width: 51%; }
.wideban__caption_width-52 {
  width: 52%; }
.wideban__caption_width-53 {
  width: 53%; }
.wideban__caption_width-54 {
  width: 54%; }
.wideban__caption_width-55 {
  width: 55%; }
.wideban__caption_width-56 {
  width: 56%; }
.wideban__caption_width-57 {
  width: 57%; }
.wideban__caption_width-58 {
  width: 58%; }
.wideban__caption_width-59 {
  width: 59%; }
.wideban__caption_width-60 {
  width: 60%; }
.wideban__caption_width-61 {
  width: 61%; }
.wideban__caption_width-62 {
  width: 62%; }
.wideban__caption_width-63 {
  width: 63%; }
.wideban__caption_width-64 {
  width: 64%; }
.wideban__caption_width-65 {
  width: 65%; }
.wideban__caption_width-66 {
  width: 66%; }
.wideban__caption_width-67 {
  width: 67%; }
.wideban__caption_width-68 {
  width: 68%; }
.wideban__caption_width-69 {
  width: 69%; }
.wideban__caption_width-70 {
  width: 70%; }
.wideban__caption_width-71 {
  width: 71%; }
.wideban__caption_width-72 {
  width: 72%; }
.wideban__caption_width-73 {
  width: 73%; }
.wideban__caption_width-74 {
  width: 74%; }
.wideban__caption_width-75 {
  width: 75%; }
.wideban__caption_width-76 {
  width: 76%; }
.wideban__caption_width-77 {
  width: 77%; }
.wideban__caption_width-78 {
  width: 78%; }
.wideban__caption_width-79 {
  width: 79%; }
.wideban__caption_width-80 {
  width: 80%; }
.wideban__caption_width-81 {
  width: 81%; }
.wideban__caption_width-82 {
  width: 82%; }
.wideban__caption_width-83 {
  width: 83%; }
.wideban__caption_width-84 {
  width: 84%; }
.wideban__caption_width-85 {
  width: 85%; }
.wideban__caption_width-86 {
  width: 86%; }
.wideban__caption_width-87 {
  width: 87%; }
.wideban__caption_width-88 {
  width: 88%; }
.wideban__caption_width-89 {
  width: 89%; }
.wideban__caption_width-90 {
  width: 90%; }
.wideban__caption_width-91 {
  width: 91%; }
.wideban__caption_width-92 {
  width: 92%; }
.wideban__caption_width-93 {
  width: 93%; }
.wideban__caption_width-94 {
  width: 94%; }
.wideban__caption_width-95 {
  width: 95%; }
.wideban__caption_width-96 {
  width: 96%; }
.wideban__caption_width-97 {
  width: 97%; }
.wideban__caption_width-98 {
  width: 98%; }
.wideban__caption_width-99 {
  width: 99%; }
.wideban__caption_width-100 {
  width: 100%; }
.wideban__title {
  position: relative;
  z-index: 2;
  font-size: 34px;
  margin: 35px 0 20px;
  padding: 15px 0;
  color: white; }
.wideban__title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 140px;
  background: #ee2837;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom; }
.wideban__subtitle {
  position: relative;
  z-index: 2;
  font-size: 24px;
  margin-bottom: 15px;
  padding-bottom: 15px; }
.wideban__subtitle::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 140px;
  background: #ee2837;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom; }
.wideban__text {
  font-size: 16px;
  position: relative;
  z-index: 1;
  line-height: 1.4; }
.wideban__text_shadow::after {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: -20px;
  right: -20px;
  bottom: -20px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.9);
  -webkit-filter: blur(40px);
  filter: blur(40px); }
.wideban_01-interior-TPE-carpet-00 {
  z-index: 1;
  height: 650px;
  background-image: url(../img/wideban-01-interior-TPE-carpet-header.jpg);
  background-position: center; }
.wideban_01-interior-TPE-carpet-01 {
  height: 540px; }
.wideban_01-interior-TPE-carpet-01 .wideban__image::after {
  background-image: url(../img/wideban-01-interior-TPE-carpet-01.png);
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 1348px;
  height: 737px; }
.wideban_01-interior-TPE-carpet-01::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 60px;
  background: url(../img/ribbon-bottom-dark.svg) center top no-repeat; }
.wideban_01-interior-TPE-carpet-02 {
  height: 660px; }
.wideban_01-interior-TPE-carpet-02 .wideban__image::after {
  background-image: url(../img/wideban-01-interior-TPE-carpet-02.png);
  left: 0;
  top: 0;
  max-height: 100%;
  width: 1063px;
  height: 660px; }
.wideban_01-interior-TPE-carpet-02::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 60px;
  background: url(../img/ribbon-bottom-white.svg) center top no-repeat; }
.wideban_01-interior-TPE-carpet-03 {
  height: 540px; }
.wideban_01-interior-TPE-carpet-03 .wideban__image::after {
  background-image: url(../img/wideban-01-interior-TPE-carpet-03.png);
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 1212px;
  height: 903px; }
.wideban_02-boot-TPE-carpet-00 {
  height: 650px;
  background-image: url(../img/wideban-02-boot-TPE-carpet-header.png);
  background-position: center; }
.wideban_02-boot-TPE-carpet-01 {
  height: 540px; }
.wideban_02-boot-TPE-carpet-01 .wideban__image::after {
  background-image: url(../img/wideban-02-boot-TPE-carpet-01.png);
  right: 0;
  bottom: 18px;
  width: 1324px;
  height: 622px; }
.wideban_02-boot-TPE-carpet-02 {
  height: 600px; }
.wideban_02-boot-TPE-carpet-02 .wideban__image::after {
  background-image: url(../img/wideban-02-boot-TPE-carpet-02.png);
  left: 0;
  bottom: 0;
  width: 1381px;
  height: 685px; }
.wideban_02-boot-TPE-carpet-03 {
  height: 565px; }
.wideban_02-boot-TPE-carpet-03 .wideban__image::after {
  background-image: url(../img/wideban-02-boot-TPE-carpet-03.png);
  right: 0;
  bottom: -5px;
  width: 1430px;
  height: 682px; }
.wideban_02-boot-TPE-carpet-03::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 60px;
  background: url(../img/ribbon-bottom-light.svg) center top no-repeat; }
.wideban_03-mudguard-00 {
  height: 650px;
  background-image: url(../img/wideban-03-mudguard-header.jpg);
  background-position: center; }
.wideban_03-mudguard-01 {
  height: 535px; }
.wideban_03-mudguard-01 .wideban__image::after {
  background-image: url(../img/wideban-03-mudguard-01.png);
  left: 225px;
  bottom: 0;
  z-index: 1;
  width: 789px;
  height: 650px; }
.wideban_03-mudguard-02 {
  height: 600px; }
.wideban_03-mudguard-02 .wideban__image::after {
  background-image: url(../img/wideban-03-mudguard-02.png);
  right: 230px;
  bottom: -15px;
  z-index: 1;
  width: 802px;
  height: 529px; }
.wideban_03-mudguard-03 {
  height: 600px; }
.wideban_03-mudguard-03 .wideban__image::after {
  background-image: url(../img/wideban-03-mudguard-03.png);
  left: 235px;
  bottom: 0;
  width: 746px;
  height: 603px; }
.wideban_04-crankcase-protection-00 {
  height: 650px;
  background-image: url(../img/wideban-04-crankcase-protection-header.jpg);
  background-position: center; }
.wideban_04-crankcase-protection-01 {
  height: 540px; }
.wideban_04-crankcase-protection-01 .wideban__image::after {
  background-image: url(../img/wideban-04-crankcase-protection-01.png);
  right: 330px;
  bottom: -30px;
  width: 760px;
  height: 654px; }
.wideban_04-crankcase-protection-02 {
  height: 600px; }
.wideban_04-crankcase-protection-02 .wideban__image::after {
  background-image: url(../img/wideban-04-crankcase-protection-02.png);
  left: 135px;
  bottom: -43px;
  z-index: 1;
  width: 828px;
  height: 632px; }
.wideban_04-crankcase-protection-03 {
  height: 600px; }
.wideban_04-crankcase-protection-03 .wideban__image::after {
  background-image: url(../img/wideban-04-crankcase-protection-03.png);
  right: 150px;
  top: 70px;
  width: 776px;
  height: 441px; }
.wideban_05-fenders-00 {
  height: 650px;
  background-image: url(../img/wideban-05-fenders-header.png);
  background-position: center; }
.wideban_05-fenders-01 {
  height: 540px; }
.wideban_05-fenders-01 .wideban__image::after {
  background-image: url(../img/wideban-05-fenders-01.png);
  right: 140px;
  bottom: 0;
  width: 915px;
  height: 566px; }
.wideban_05-fenders-02 {
  height: 570px; }
.wideban_05-fenders-02 .wideban__image::after {
  background-image: url(../img/wideban-05-fenders-02.png);
  left: 0;
  bottom: -90px;
  z-index: 1;
  width: 824px;
  height: 596px; }
.wideban_05-fenders-03 {
  height: 600px; }
.wideban_05-fenders-03 .wideban__image::after {
  background-image: url(../img/wideban-05-fenders-03.png);
  right: 220px;
  bottom: 0;
  z-index: 1;
  width: 825px;
  height: 585px; }
.wideban_06-noise-insulation-fenders-00 {
  height: 650px;
  background-image: url(../img/wideban-06-noise-insulation-fenders-header.png);
  background-position: center; }
.wideban_06-noise-insulation-fenders-01 {
  height: 540px; }
.wideban_06-noise-insulation-fenders-01 .wideban__image::after {
  background-image: url(../img/wideban-06-noise-insulation-fenders-01.png);
  right: 165px;
  bottom: 0;
  z-index: 1;
  width: 892px;
  height: 617px; }
.wideban_06-noise-insulation-fenders-02 {
  height: 660px; }
.wideban_06-noise-insulation-fenders-02 .wideban__image::after {
  background-image: url(../img/wideban-06-noise-insulation-fenders-02.png);
  left: 0;
  bottom: -20px;
  z-index: 1;
  width: 824px;
  height: 596px; }
.wideban_06-noise-insulation-fenders-03 {
  height: 535px; }
.wideban_06-noise-insulation-fenders-03 .wideban__image::after {
  background-image: url(../img/wideban-06-noise-insulation-fenders-03.png);
  right: 128px;
  bottom: 0;
  z-index: 1;
  width: 821px;
  height: 606px; }
.wideban_07-interior-textiles-00 {
  height: 650px;
  background-image: url(../img/wideban-07-interior-textiles-header.jpg);
  background-position: center; }
.wideban_07-interior-textiles-01 {
  height: 545px; }
.wideban_07-interior-textiles-01 .wideban__image::after {
  background-image: url(../img/wideban-07-interior-textiles-01.png);
  right: 0;
  top: -56px;
  z-index: 1;
  width: 1063px;
  height: 663px; }
.wideban_07-interior-textiles-02 {
  height: 650px; }
.wideban_07-interior-textiles-02 .wideban__image::after {
  background-image: url(../img/wideban-07-interior-textiles-02.png);
  left: 0;
  bottom: 0;
  width: 1132px;
  height: 1036px; }
.wideban_07-interior-textiles-03 {
  height: 540px; }
.wideban_07-interior-textiles-03 .wideban__image::after {
  background-image: url(../img/wideban-07-interior-textiles-03.png);
  right: 0;
  bottom: 0;
  width: 1020px;
  height: 765px; }
.wideban_09-window-deflectors-00 {
  height: 660px;
  background-image: url(../img/wideban-09-window-deflectors-header.jpg);
  background-position: center; }
.wideban_09-window-deflectors-01 {
  height: 540px; }
.wideban_09-window-deflectors-01 .wideban__image::after {
  background-image: url(../img/wideban-09-window-deflectors-01.png);
  right: 0;
  top: -19px;
  z-index: 1;
  width: 873px;
  height: 518px; }
.wideban_09-window-deflectors-02 {
  height: 655px; }
.wideban_09-window-deflectors-02 .wideban__image::after {
  background-image: url(../img/wideban-09-window-deflectors-02.png);
  left: 30px;
  bottom: 60px;
  width: 906px;
  height: 547px; }
.wideban_09-window-deflectors-03 {
  height: 540px; }
.wideban_09-window-deflectors-03 .wideban__image::after {
  background-image: url(../img/wideban-09-window-deflectors-03.png);
  right: 0;
  bottom: 30px;
  width: 1002px;
  height: 555px; }
.wideban_10-hood-deflectors-00 {
  height: 665px;
  background-image: url(../img/wideban-10-hood-deflectors-header.jpg);
  background-position: center; }
.wideban_10-hood-deflectors-01 {
  height: 540px; }
.wideban_10-hood-deflectors-01 .wideban__image::after {
  background-image: url(../img/wideban-10-hood-deflectors-01.png);
  z-index: 2;
  left: 70px;
  top: -110px;
  width: 1433px;
  height: 812px; }
.wideban_10-hood-deflectors-02 {
  height: 655px; }
.wideban_10-hood-deflectors-02 .wideban__image::after {
  background-image: url(../img/wideban-10-hood-deflectors-02.png);
  left: 0;
  bottom: -140px;
  z-index: 2;
  width: 993px;
  height: 526px; }
.wideban_10-hood-deflectors-03 {
  height: 542px; }
.wideban_10-hood-deflectors-03 .wideban__image::after {
  background-image: url(../img/wideban-10-hood-deflectors-03.png);
  right: 0;
  bottom: 28px;
  width: 1047px;
  height: 574px; }
.wideban_11-bumper-nets-00 {
  height: 665px;
  background-image: url(../img/wideban-11-bumper-nets-header.jpg);
  background-position: center; }
.wideban_11-bumper-nets-01 {
  height: 538px; }
.wideban_11-bumper-nets-01 .wideban__image::after {
  background-image: url(../img/wideban-11-bumper-nets-01.png);
  right: 0;
  top: -62px;
  z-index: 1;
  width: 1055px;
  height: 573px; }
.wideban_11-bumper-nets-02 {
  height: 661px; }
.wideban_11-bumper-nets-02 .wideban__image::after {
  background-image: url(../img/wideban-11-bumper-nets-02.png);
  left: 0;
  bottom: 1px;
  width: 926px;
  height: 689px; }
.wideban_11-bumper-nets-03 {
  height: 540px; }
.wideban_11-bumper-nets-03 .wideban__image::after {
  background-image: url(../img/wideban-11-bumper-nets-03.png);
  right: 0;
  bottom: 34px;
  width: 927px;
  height: 566px; }

.banner {
  height: 600px; }

.banner__content {
  position: relative;
  height: 100%; }
.banner__caption {
  position: absolute; }
.banner__caption_left-1 {
  left: 1%; }
.banner__caption_left-2 {
  left: 2%; }
.banner__caption_left-3 {
  left: 3%; }
.banner__caption_left-4 {
  left: 4%; }
.banner__caption_left-5 {
  left: 5%; }
.banner__caption_left-6 {
  left: 6%; }
.banner__caption_left-7 {
  left: 7%; }
.banner__caption_left-8 {
  left: 8%; }
.banner__caption_left-9 {
  left: 9%; }
.banner__caption_left-10 {
  left: 10%; }
.banner__caption_left-11 {
  left: 11%; }
.banner__caption_left-12 {
  left: 12%; }
.banner__caption_left-13 {
  left: 13%; }
.banner__caption_left-14 {
  left: 14%; }
.banner__caption_left-15 {
  left: 15%; }
.banner__caption_left-16 {
  left: 16%; }
.banner__caption_left-17 {
  left: 17%; }
.banner__caption_left-18 {
  left: 18%; }
.banner__caption_left-19 {
  left: 19%; }
.banner__caption_left-20 {
  left: 20%; }
.banner__caption_left-21 {
  left: 21%; }
.banner__caption_left-22 {
  left: 22%; }
.banner__caption_left-23 {
  left: 23%; }
.banner__caption_left-24 {
  left: 24%; }
.banner__caption_left-25 {
  left: 25%; }
.banner__caption_left-26 {
  left: 26%; }
.banner__caption_left-27 {
  left: 27%; }
.banner__caption_left-28 {
  left: 28%; }
.banner__caption_left-29 {
  left: 29%; }
.banner__caption_left-30 {
  left: 30%; }
.banner__caption_left-31 {
  left: 31%; }
.banner__caption_left-32 {
  left: 32%; }
.banner__caption_left-33 {
  left: 33%; }
.banner__caption_left-34 {
  left: 34%; }
.banner__caption_left-35 {
  left: 35%; }
.banner__caption_left-36 {
  left: 36%; }
.banner__caption_left-37 {
  left: 37%; }
.banner__caption_left-38 {
  left: 38%; }
.banner__caption_left-39 {
  left: 39%; }
.banner__caption_left-40 {
  left: 40%; }
.banner__caption_left-41 {
  left: 41%; }
.banner__caption_left-42 {
  left: 42%; }
.banner__caption_left-43 {
  left: 43%; }
.banner__caption_left-44 {
  left: 44%; }
.banner__caption_left-45 {
  left: 45%; }
.banner__caption_left-46 {
  left: 46%; }
.banner__caption_left-47 {
  left: 47%; }
.banner__caption_left-48 {
  left: 48%; }
.banner__caption_left-49 {
  left: 49%; }
.banner__caption_left-50 {
  left: 50%; }
.banner__caption_left-51 {
  left: 51%; }
.banner__caption_left-52 {
  left: 52%; }
.banner__caption_left-53 {
  left: 53%; }
.banner__caption_left-54 {
  left: 54%; }
.banner__caption_left-55 {
  left: 55%; }
.banner__caption_left-56 {
  left: 56%; }
.banner__caption_left-57 {
  left: 57%; }
.banner__caption_left-58 {
  left: 58%; }
.banner__caption_left-59 {
  left: 59%; }
.banner__caption_left-60 {
  left: 60%; }
.banner__caption_left-61 {
  left: 61%; }
.banner__caption_left-62 {
  left: 62%; }
.banner__caption_left-63 {
  left: 63%; }
.banner__caption_left-64 {
  left: 64%; }
.banner__caption_left-65 {
  left: 65%; }
.banner__caption_left-66 {
  left: 66%; }
.banner__caption_left-67 {
  left: 67%; }
.banner__caption_left-68 {
  left: 68%; }
.banner__caption_left-69 {
  left: 69%; }
.banner__caption_left-70 {
  left: 70%; }
.banner__caption_left-71 {
  left: 71%; }
.banner__caption_left-72 {
  left: 72%; }
.banner__caption_left-73 {
  left: 73%; }
.banner__caption_left-74 {
  left: 74%; }
.banner__caption_left-75 {
  left: 75%; }
.banner__caption_left-76 {
  left: 76%; }
.banner__caption_left-77 {
  left: 77%; }
.banner__caption_left-78 {
  left: 78%; }
.banner__caption_left-79 {
  left: 79%; }
.banner__caption_left-80 {
  left: 80%; }
.banner__caption_left-81 {
  left: 81%; }
.banner__caption_left-82 {
  left: 82%; }
.banner__caption_left-83 {
  left: 83%; }
.banner__caption_left-84 {
  left: 84%; }
.banner__caption_left-85 {
  left: 85%; }
.banner__caption_left-86 {
  left: 86%; }
.banner__caption_left-87 {
  left: 87%; }
.banner__caption_left-88 {
  left: 88%; }
.banner__caption_left-89 {
  left: 89%; }
.banner__caption_left-90 {
  left: 90%; }
.banner__caption_left-91 {
  left: 91%; }
.banner__caption_left-92 {
  left: 92%; }
.banner__caption_left-93 {
  left: 93%; }
.banner__caption_left-94 {
  left: 94%; }
.banner__caption_left-95 {
  left: 95%; }
.banner__caption_left-96 {
  left: 96%; }
.banner__caption_left-97 {
  left: 97%; }
.banner__caption_left-98 {
  left: 98%; }
.banner__caption_left-99 {
  left: 99%; }
.banner__caption_left-100 {
  left: 100%; }
.banner__caption_right-1 {
  right: 1%; }
.banner__caption_right-2 {
  right: 2%; }
.banner__caption_right-3 {
  right: 3%; }
.banner__caption_right-4 {
  right: 4%; }
.banner__caption_right-5 {
  right: 5%; }
.banner__caption_right-6 {
  right: 6%; }
.banner__caption_right-7 {
  right: 7%; }
.banner__caption_right-8 {
  right: 8%; }
.banner__caption_right-9 {
  right: 9%; }
.banner__caption_right-10 {
  right: 10%; }
.banner__caption_right-11 {
  right: 11%; }
.banner__caption_right-12 {
  right: 12%; }
.banner__caption_right-13 {
  right: 13%; }
.banner__caption_right-14 {
  right: 14%; }
.banner__caption_right-15 {
  right: 15%; }
.banner__caption_right-16 {
  right: 16%; }
.banner__caption_right-17 {
  right: 17%; }
.banner__caption_right-18 {
  right: 18%; }
.banner__caption_right-19 {
  right: 19%; }
.banner__caption_right-20 {
  right: 20%; }
.banner__caption_right-21 {
  right: 21%; }
.banner__caption_right-22 {
  right: 22%; }
.banner__caption_right-23 {
  right: 23%; }
.banner__caption_right-24 {
  right: 24%; }
.banner__caption_right-25 {
  right: 25%; }
.banner__caption_right-26 {
  right: 26%; }
.banner__caption_right-27 {
  right: 27%; }
.banner__caption_right-28 {
  right: 28%; }
.banner__caption_right-29 {
  right: 29%; }
.banner__caption_right-30 {
  right: 30%; }
.banner__caption_right-31 {
  right: 31%; }
.banner__caption_right-32 {
  right: 32%; }
.banner__caption_right-33 {
  right: 33%; }
.banner__caption_right-34 {
  right: 34%; }
.banner__caption_right-35 {
  right: 35%; }
.banner__caption_right-36 {
  right: 36%; }
.banner__caption_right-37 {
  right: 37%; }
.banner__caption_right-38 {
  right: 38%; }
.banner__caption_right-39 {
  right: 39%; }
.banner__caption_right-40 {
  right: 40%; }
.banner__caption_right-41 {
  right: 41%; }
.banner__caption_right-42 {
  right: 42%; }
.banner__caption_right-43 {
  right: 43%; }
.banner__caption_right-44 {
  right: 44%; }
.banner__caption_right-45 {
  right: 45%; }
.banner__caption_right-46 {
  right: 46%; }
.banner__caption_right-47 {
  right: 47%; }
.banner__caption_right-48 {
  right: 48%; }
.banner__caption_right-49 {
  right: 49%; }
.banner__caption_right-50 {
  right: 50%; }
.banner__caption_right-51 {
  right: 51%; }
.banner__caption_right-52 {
  right: 52%; }
.banner__caption_right-53 {
  right: 53%; }
.banner__caption_right-54 {
  right: 54%; }
.banner__caption_right-55 {
  right: 55%; }
.banner__caption_right-56 {
  right: 56%; }
.banner__caption_right-57 {
  right: 57%; }
.banner__caption_right-58 {
  right: 58%; }
.banner__caption_right-59 {
  right: 59%; }
.banner__caption_right-60 {
  right: 60%; }
.banner__caption_right-61 {
  right: 61%; }
.banner__caption_right-62 {
  right: 62%; }
.banner__caption_right-63 {
  right: 63%; }
.banner__caption_right-64 {
  right: 64%; }
.banner__caption_right-65 {
  right: 65%; }
.banner__caption_right-66 {
  right: 66%; }
.banner__caption_right-67 {
  right: 67%; }
.banner__caption_right-68 {
  right: 68%; }
.banner__caption_right-69 {
  right: 69%; }
.banner__caption_right-70 {
  right: 70%; }
.banner__caption_right-71 {
  right: 71%; }
.banner__caption_right-72 {
  right: 72%; }
.banner__caption_right-73 {
  right: 73%; }
.banner__caption_right-74 {
  right: 74%; }
.banner__caption_right-75 {
  right: 75%; }
.banner__caption_right-76 {
  right: 76%; }
.banner__caption_right-77 {
  right: 77%; }
.banner__caption_right-78 {
  right: 78%; }
.banner__caption_right-79 {
  right: 79%; }
.banner__caption_right-80 {
  right: 80%; }
.banner__caption_right-81 {
  right: 81%; }
.banner__caption_right-82 {
  right: 82%; }
.banner__caption_right-83 {
  right: 83%; }
.banner__caption_right-84 {
  right: 84%; }
.banner__caption_right-85 {
  right: 85%; }
.banner__caption_right-86 {
  right: 86%; }
.banner__caption_right-87 {
  right: 87%; }
.banner__caption_right-88 {
  right: 88%; }
.banner__caption_right-89 {
  right: 89%; }
.banner__caption_right-90 {
  right: 90%; }
.banner__caption_right-91 {
  right: 91%; }
.banner__caption_right-92 {
  right: 92%; }
.banner__caption_right-93 {
  right: 93%; }
.banner__caption_right-94 {
  right: 94%; }
.banner__caption_right-95 {
  right: 95%; }
.banner__caption_right-96 {
  right: 96%; }
.banner__caption_right-97 {
  right: 97%; }
.banner__caption_right-98 {
  right: 98%; }
.banner__caption_right-99 {
  right: 99%; }
.banner__caption_right-100 {
  right: 100%; }
.banner__caption_bottom-1 {
  bottom: 1%; }
.banner__caption_bottom-2 {
  bottom: 2%; }
.banner__caption_bottom-3 {
  bottom: 3%; }
.banner__caption_bottom-4 {
  bottom: 4%; }
.banner__caption_bottom-5 {
  bottom: 5%; }
.banner__caption_bottom-6 {
  bottom: 6%; }
.banner__caption_bottom-7 {
  bottom: 7%; }
.banner__caption_bottom-8 {
  bottom: 8%; }
.banner__caption_bottom-9 {
  bottom: 9%; }
.banner__caption_bottom-10 {
  bottom: 10%; }
.banner__caption_bottom-11 {
  bottom: 11%; }
.banner__caption_bottom-12 {
  bottom: 12%; }
.banner__caption_bottom-13 {
  bottom: 13%; }
.banner__caption_bottom-14 {
  bottom: 14%; }
.banner__caption_bottom-15 {
  bottom: 15%; }
.banner__caption_bottom-16 {
  bottom: 16%; }
.banner__caption_bottom-17 {
  bottom: 17%; }
.banner__caption_bottom-18 {
  bottom: 18%; }
.banner__caption_bottom-19 {
  bottom: 19%; }
.banner__caption_bottom-20 {
  bottom: 20%; }
.banner__caption_bottom-21 {
  bottom: 21%; }
.banner__caption_bottom-22 {
  bottom: 22%; }
.banner__caption_bottom-23 {
  bottom: 23%; }
.banner__caption_bottom-24 {
  bottom: 24%; }
.banner__caption_bottom-25 {
  bottom: 25%; }
.banner__caption_bottom-26 {
  bottom: 26%; }
.banner__caption_bottom-27 {
  bottom: 27%; }
.banner__caption_bottom-28 {
  bottom: 28%; }
.banner__caption_bottom-29 {
  bottom: 29%; }
.banner__caption_bottom-30 {
  bottom: 30%; }
.banner__caption_bottom-31 {
  bottom: 31%; }
.banner__caption_bottom-32 {
  bottom: 32%; }
.banner__caption_bottom-33 {
  bottom: 33%; }
.banner__caption_bottom-34 {
  bottom: 34%; }
.banner__caption_bottom-35 {
  bottom: 35%; }
.banner__caption_bottom-36 {
  bottom: 36%; }
.banner__caption_bottom-37 {
  bottom: 37%; }
.banner__caption_bottom-38 {
  bottom: 38%; }
.banner__caption_bottom-39 {
  bottom: 39%; }
.banner__caption_bottom-40 {
  bottom: 40%; }
.banner__caption_bottom-41 {
  bottom: 41%; }
.banner__caption_bottom-42 {
  bottom: 42%; }
.banner__caption_bottom-43 {
  bottom: 43%; }
.banner__caption_bottom-44 {
  bottom: 44%; }
.banner__caption_bottom-45 {
  bottom: 45%; }
.banner__caption_bottom-46 {
  bottom: 46%; }
.banner__caption_bottom-47 {
  bottom: 47%; }
.banner__caption_bottom-48 {
  bottom: 48%; }
.banner__caption_bottom-49 {
  bottom: 49%; }
.banner__caption_bottom-50 {
  bottom: 50%; }
.banner__caption_bottom-51 {
  bottom: 51%; }
.banner__caption_bottom-52 {
  bottom: 52%; }
.banner__caption_bottom-53 {
  bottom: 53%; }
.banner__caption_bottom-54 {
  bottom: 54%; }
.banner__caption_bottom-55 {
  bottom: 55%; }
.banner__caption_bottom-56 {
  bottom: 56%; }
.banner__caption_bottom-57 {
  bottom: 57%; }
.banner__caption_bottom-58 {
  bottom: 58%; }
.banner__caption_bottom-59 {
  bottom: 59%; }
.banner__caption_bottom-60 {
  bottom: 60%; }
.banner__caption_bottom-61 {
  bottom: 61%; }
.banner__caption_bottom-62 {
  bottom: 62%; }
.banner__caption_bottom-63 {
  bottom: 63%; }
.banner__caption_bottom-64 {
  bottom: 64%; }
.banner__caption_bottom-65 {
  bottom: 65%; }
.banner__caption_bottom-66 {
  bottom: 66%; }
.banner__caption_bottom-67 {
  bottom: 67%; }
.banner__caption_bottom-68 {
  bottom: 68%; }
.banner__caption_bottom-69 {
  bottom: 69%; }
.banner__caption_bottom-70 {
  bottom: 70%; }
.banner__caption_bottom-71 {
  bottom: 71%; }
.banner__caption_bottom-72 {
  bottom: 72%; }
.banner__caption_bottom-73 {
  bottom: 73%; }
.banner__caption_bottom-74 {
  bottom: 74%; }
.banner__caption_bottom-75 {
  bottom: 75%; }
.banner__caption_bottom-76 {
  bottom: 76%; }
.banner__caption_bottom-77 {
  bottom: 77%; }
.banner__caption_bottom-78 {
  bottom: 78%; }
.banner__caption_bottom-79 {
  bottom: 79%; }
.banner__caption_bottom-80 {
  bottom: 80%; }
.banner__caption_bottom-81 {
  bottom: 81%; }
.banner__caption_bottom-82 {
  bottom: 82%; }
.banner__caption_bottom-83 {
  bottom: 83%; }
.banner__caption_bottom-84 {
  bottom: 84%; }
.banner__caption_bottom-85 {
  bottom: 85%; }
.banner__caption_bottom-86 {
  bottom: 86%; }
.banner__caption_bottom-87 {
  bottom: 87%; }
.banner__caption_bottom-88 {
  bottom: 88%; }
.banner__caption_bottom-89 {
  bottom: 89%; }
.banner__caption_bottom-90 {
  bottom: 90%; }
.banner__caption_bottom-91 {
  bottom: 91%; }
.banner__caption_bottom-92 {
  bottom: 92%; }
.banner__caption_bottom-93 {
  bottom: 93%; }
.banner__caption_bottom-94 {
  bottom: 94%; }
.banner__caption_bottom-95 {
  bottom: 95%; }
.banner__caption_bottom-96 {
  bottom: 96%; }
.banner__caption_bottom-97 {
  bottom: 97%; }
.banner__caption_bottom-98 {
  bottom: 98%; }
.banner__caption_bottom-99 {
  bottom: 99%; }
.banner__caption_bottom-100 {
  bottom: 100%; }
.banner__caption_top-1 {
  top: 1%; }
.banner__caption_top-2 {
  top: 2%; }
.banner__caption_top-3 {
  top: 3%; }
.banner__caption_top-4 {
  top: 4%; }
.banner__caption_top-5 {
  top: 5%; }
.banner__caption_top-6 {
  top: 6%; }
.banner__caption_top-7 {
  top: 7%; }
.banner__caption_top-8 {
  top: 8%; }
.banner__caption_top-9 {
  top: 9%; }
.banner__caption_top-10 {
  top: 10%; }
.banner__caption_top-11 {
  top: 11%; }
.banner__caption_top-12 {
  top: 12%; }
.banner__caption_top-13 {
  top: 13%; }
.banner__caption_top-14 {
  top: 14%; }
.banner__caption_top-15 {
  top: 15%; }
.banner__caption_top-16 {
  top: 16%; }
.banner__caption_top-17 {
  top: 17%; }
.banner__caption_top-18 {
  top: 18%; }
.banner__caption_top-19 {
  top: 19%; }
.banner__caption_top-20 {
  top: 20%; }
.banner__caption_top-21 {
  top: 21%; }
.banner__caption_top-22 {
  top: 22%; }
.banner__caption_top-23 {
  top: 23%; }
.banner__caption_top-24 {
  top: 24%; }
.banner__caption_top-25 {
  top: 25%; }
.banner__caption_top-26 {
  top: 26%; }
.banner__caption_top-27 {
  top: 27%; }
.banner__caption_top-28 {
  top: 28%; }
.banner__caption_top-29 {
  top: 29%; }
.banner__caption_top-30 {
  top: 30%; }
.banner__caption_top-31 {
  top: 31%; }
.banner__caption_top-32 {
  top: 32%; }
.banner__caption_top-33 {
  top: 33%; }
.banner__caption_top-34 {
  top: 34%; }
.banner__caption_top-35 {
  top: 35%; }
.banner__caption_top-36 {
  top: 36%; }
.banner__caption_top-37 {
  top: 37%; }
.banner__caption_top-38 {
  top: 38%; }
.banner__caption_top-39 {
  top: 39%; }
.banner__caption_top-40 {
  top: 40%; }
.banner__caption_top-41 {
  top: 41%; }
.banner__caption_top-42 {
  top: 42%; }
.banner__caption_top-43 {
  top: 43%; }
.banner__caption_top-44 {
  top: 44%; }
.banner__caption_top-45 {
  top: 45%; }
.banner__caption_top-46 {
  top: 46%; }
.banner__caption_top-47 {
  top: 47%; }
.banner__caption_top-48 {
  top: 48%; }
.banner__caption_top-49 {
  top: 49%; }
.banner__caption_top-50 {
  top: 50%; }
.banner__caption_top-51 {
  top: 51%; }
.banner__caption_top-52 {
  top: 52%; }
.banner__caption_top-53 {
  top: 53%; }
.banner__caption_top-54 {
  top: 54%; }
.banner__caption_top-55 {
  top: 55%; }
.banner__caption_top-56 {
  top: 56%; }
.banner__caption_top-57 {
  top: 57%; }
.banner__caption_top-58 {
  top: 58%; }
.banner__caption_top-59 {
  top: 59%; }
.banner__caption_top-60 {
  top: 60%; }
.banner__caption_top-61 {
  top: 61%; }
.banner__caption_top-62 {
  top: 62%; }
.banner__caption_top-63 {
  top: 63%; }
.banner__caption_top-64 {
  top: 64%; }
.banner__caption_top-65 {
  top: 65%; }
.banner__caption_top-66 {
  top: 66%; }
.banner__caption_top-67 {
  top: 67%; }
.banner__caption_top-68 {
  top: 68%; }
.banner__caption_top-69 {
  top: 69%; }
.banner__caption_top-70 {
  top: 70%; }
.banner__caption_top-71 {
  top: 71%; }
.banner__caption_top-72 {
  top: 72%; }
.banner__caption_top-73 {
  top: 73%; }
.banner__caption_top-74 {
  top: 74%; }
.banner__caption_top-75 {
  top: 75%; }
.banner__caption_top-76 {
  top: 76%; }
.banner__caption_top-77 {
  top: 77%; }
.banner__caption_top-78 {
  top: 78%; }
.banner__caption_top-79 {
  top: 79%; }
.banner__caption_top-80 {
  top: 80%; }
.banner__caption_top-81 {
  top: 81%; }
.banner__caption_top-82 {
  top: 82%; }
.banner__caption_top-83 {
  top: 83%; }
.banner__caption_top-84 {
  top: 84%; }
.banner__caption_top-85 {
  top: 85%; }
.banner__caption_top-86 {
  top: 86%; }
.banner__caption_top-87 {
  top: 87%; }
.banner__caption_top-88 {
  top: 88%; }
.banner__caption_top-89 {
  top: 89%; }
.banner__caption_top-90 {
  top: 90%; }
.banner__caption_top-91 {
  top: 91%; }
.banner__caption_top-92 {
  top: 92%; }
.banner__caption_top-93 {
  top: 93%; }
.banner__caption_top-94 {
  top: 94%; }
.banner__caption_top-95 {
  top: 95%; }
.banner__caption_top-96 {
  top: 96%; }
.banner__caption_top-97 {
  top: 97%; }
.banner__caption_top-98 {
  top: 98%; }
.banner__caption_top-99 {
  top: 99%; }
.banner__caption_top-100 {
  top: 100%; }
.banner__thesis_blue {
  color: #002b6e; }
.banner__large {
  margin-right: 20px; }
.banner_production {
  height: 600px;
  min-height: 600px; }
.banner_technology-department {
  height: 800px; }
.banner_datsun {
  height: 860px; }

.body {
  margin-top: 60px; }

.button_half {
  padding: 0;
  width: 50%; }

.certificates__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.certificates__item {
  position: relative;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5%; }
.certificates__item:nth-child(3n+3) {
  margin-right: 0; }

.certificates__image {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
.certificates__image > img {
  max-width: 100%;
  height: auto; }

.certificates__title {
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  text-align: center; }
.certificates__title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: #ee2737;
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.certificates__link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.certificates__link:hover ~ .certificates__image {
  opacity: 0.85; }

.certificates__link:hover ~ .certificates__title {
  color: #ee2737; }
.certificates__link:hover ~ .certificates__title::after {
  opacity: 1; }

.contacts {
  position: relative;
  height: 0;
  padding-top: 600px; }
.contacts__map {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }
.contacts__overlay {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 15; }
.contacts__overlay::before {
  left: 40px;
  top: 30px; }
.contacts__overlay-inner {
  position: relative;
  height: 100%; }
.contacts__content {
  position: absolute;
  bottom: 85px;
  right: 0;
  width: 540px;
  padding: 5px 10px;
  pointer-events: all;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.export__title {
  position: absolute;
  top: 59%;
  left: 51%; }

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

.equipment__item {
  float: left;
  width: 47.5%;
  margin-right: 5%;
  margin-bottom: 20px; }
.equipment__item:nth-child(2n+2) {
  margin-right: 0; }

.equipment__content_three-cols .equipment__item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px; }
.equipment__content_three-cols .equipment__item:nth-child(2n+2) {
  margin-right: 0; }

.equipment__content_four-cols .equipment__item {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 20px; }
.equipment__content_four-cols .equipment__item:nth-child(2n+2) {
  margin-right: 0; }

.features {
  padding: 0;
  margin: 0 -15px; }
.features__item {
  width: 33%;
  padding: 15px 25px;
  text-align: center;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.features__item:nth-child(3n-2) {
  clear: left; }

.fieldset_submit {
  padding: 28px 0 0; }

.form {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.form__column {
  width: 50%;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.form__column + .form__column {
  margin-right: 0; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  height: 59px; }
.header__content {
  position: relative;
  padding-top: 3px !important; }
.header__button-trigger {
  display: none; }
.header__aside-title {
  display: none; }
.header__logo {
  float: left;
  width: 170px;
  padding: 20px 0; }
.header__aside {
  display: inline-block;
  width: auto;
  float: right; }
.header__menu {
  margin-right: -12px; }
.header__language {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: 10; }

.history {
  padding: 15px 0 85px; }
.history__description {
  position: relative;
  height: 50px; }
.history__description::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 4px;
  height: 15px;
  width: 5px;
  background: #ee2837;
  -webkit-transform: skewY(25deg);
  -ms-transform: skewY(25deg);
  transform: skewY(25deg); }
.history__year {
  height: 50px;
  width: 160px;
  line-height: 30px;
  color: white;
  font-size: 36px;
  position: relative;
  text-align: center; }
.history__year::before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  margin: -8px;
  border-radius: 50%;
  border: 5px solid #ee2737;
  top: 14px; }
.history__text {
  font-size: 16px;
  line-height: 22px;
  color: white;
  padding-top: 11px; }
.history__milestone {
  position: relative;
  height: 50px; }
.history__milestone:nth-child(odd) .history__description {
  margin-left: 50%; }
.history__milestone:nth-child(odd) .history__description::before {
  left: -2px; }
.history__milestone:nth-child(odd) .history__year {
  float: left; }
.history__milestone:nth-child(odd) .history__year::before {
  left: 0; }
.history__milestone:nth-child(odd) .history__text {
  padding-left: 160px; }
.history__milestone:nth-child(even) .history__description {
  margin-right: 50%;
  text-align: right; }
.history__milestone:nth-child(even) .history__description::before {
  right: -3px; }
.history__milestone:nth-child(even) .history__year {
  float: right; }
.history__milestone:nth-child(even) .history__year::before {
  right: 0; }
.history__milestone:nth-child(even) .history__text {
  padding-right: 160px; }
.history__milestone:last-child .history__description::before {
  display: none; }

.inner {
  width: 940px;
  margin: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

.lab__item {
  float: left;
  width: 32.66667%;
  margin-right: 1%;
  margin-bottom: 1%; }
.lab__item:nth-child(3n+3) {
  margin-right: 0; }

.language__select {
  display: none; }

.language__list_active {
  display: block; }

.logistic {
  padding: 0;
  margin: 0 -15px; }
.logistic__item {
  width: 20%;
  padding: 55px 15px;
  text-align: center;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.logistic__item:nth-child(5n-4) {
  clear: left; }

.menu {
  height: 60px;
  line-height: 60px; }
.menu__list {
  white-space: nowrap;
  padding: 0;
  margin: 0;
  font-size: 0; }
.menu__item {
  display: inline-block; }
.menu__link {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #002b6e;
  font-family: "Century Gothic";
  font-size: 16px;
  height: 60px;
  line-height: 72px;
  padding: 0 12px; }
.menu__link_active {
  color: #ee2737; }

.partner-list__list::after {
  content: "";
  display: block;
  clear: both; }

.partner-list__item {
  float: left;
  width: 23.33333%;
  margin-right: 15%;
  margin-bottom: 3%; }
.partner-list__item:nth-child(3n+3) {
  margin-right: 0; }
.partner-list__item:nth-child(3n+1) {
  clear: left; }
.partner-list__item:nth-child(3n+1) .partner-list__image > img {
  left: 0; }
.partner-list__item:nth-child(3n+2) .partner-list__image > img {
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }
.partner-list__item:nth-child(3n+3) .partner-list__image > img {
  right: 0; }

.section_certificates {
  padding: 140px 0 0px; }

.stats-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.stats-list__item {
  width: 220px; }
.stats-list_space-aroud {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.submenu {
  margin: 0 -35px;
  padding: 0 35px; }

.subheader {
  top: 99px; }

.sunburst-diagram__legend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.sunburst-diagram__l-item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-right: 50px; }
.sunburst-diagram__l-item:last-child {
  margin-right: 0; }

.technology__item::after {
  right: -17%;
  top: 36%; }

.technology__image {
  width: 170px;
  height: 170px; }

.technology__content {
  width: 170px;
  padding-bottom: 40px;
  margin: auto; }

.technology__title {
  font-size: 21px;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.team-features {
  padding: 0; }

.vacancy {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: -25px;
  z-index: 1; }
.vacancy__filter {
  width: 455px;
  position: relative;
  z-index: 2; }
.vacancy__list {
  position: relative;
  z-index: 2; }
.vacancy::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: -7.44681%;
  bottom: 0;
  width: 57.65957%;
  padding-top: 76.62936%;
  background: url(../img/vacancy-lady.png) center no-repeat;
  background-size: 100% 100%; }
