@charset "UTF-8";
*:before,
*:after,
* {
  box-sizing: border-box;
}

:focus {
  outline: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

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

html {
  overflow-y: scroll;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f5f5f5;
  color: #000000;
  font-size: 15px;
  font-family: "hlvtc", "helvetica", "arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
  padding: 0;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin: 0;
  position: relative;
  padding-top: 60px;
}
@media (min-width:990px) {
  body {
    font-size: 16px;
    padding-top: 0px;
  }
}
@media (min-width:1600px) {
  body {
    font-size: 17px;
  }
}

svg,
img {
  max-width: 100%;
}

a {
  color: inherit;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

p {
  margin: 0 0 1em 0;
}
p:last-child {
  margin-bottom: 0;
}

sup {
  vertical-align: middle;
  position: relative;
  top: -0.5em;
  font-size: 0.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.8em 0 0.3em 0;
  line-height: 1;
  font-weight: 800;
  font-family: "hlvtc", "helvetica", "arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

h1,
h2 {
  font-size: 2em;
  margin: 0.4em 0 1.3em 0;
}
@media (min-width:750px) {
  h1,
h2 {
    font-size: 2.16em;
    margin: 0.3em 0 1.2em 0;
  }
}
@media (min-width:1600px) {
  h1,
h2 {
    font-size: 2.4em;
  }
}
h1.jpf,
h2.jpf {
  font-size: 1.6em;
  margin: 0.4em 0 1.3em 0;
  line-height: normal;
}
@media (min-width:750px) {
  h1.jpf,
h2.jpf {
    font-size: 1.8em;
    margin: 0.3em 0 1.2em 0;
  }
}
@media (min-width:1600px) {
  h1.jpf,
h2.jpf {
    font-size: 2em;
  }
}

h4 {
  font-size: 1.3em;
}

figure {
  margin: 0;
}

button,
input,
select {
  border-radius: 0;
}

button {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  background-color: transparent;
  padding: 0;
  margin: 0;
  line-height: inherit;
  cursor: pointer;
  border: none;
}

.anchor {
  display: block;
  position: relative;
  top: -60px;
}
@media (min-width:990px) {
  .anchor {
    top: -75px;
  }
}
@media (min-width:990px) {
  .anchor {
    top: -85px;
  }
}

ul {
  margin: 0 0 1em 0;
}
@media (max-width:749px) {
  ul {
    padding-left: 1.25em;
  }
}

@media (min-width:990px) {
  .page-wrap {
    min-height: calc(100vh - 220px);
  }
  .page-wrap--dark:before {
    content: "";
  }
}
@media (min-width:990px) and (min-width:750px) {
  .page-wrap--dark:before {
    display: block;
    background-color: #000;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width:990px) and (min-width:1200px) {
  .page-wrap--dark:before {
    top: 125px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInUpLarge {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInDownLarge {
  0% {
    opacity: 0;
    transform: translateY(-80px);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes hide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes menuItemShow {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
 * jQuery Accordion 0.0.1
 * (c) 2014 Victor Fernandez <victor@vctrfrnndz.com>
 * MIT Licensed.
 */
/* Requirements */
[data-accordion] [data-content] {
  overflow: hidden;
  max-height: 0;
}

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

.fancybox-active {
  height: auto;
}

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

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

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

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

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

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

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

.light-fancybox .fancybox-bg {
  background-color: #fff;
}

.light-fancybox.fancybox-is-open .fancybox-bg {
  opacity: 0.7;
}

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

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

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

.fancybox-toolbar {
  right: 5px;
  top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.aicons {
  margin: 12px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
@media (min-width:1200px) {
  .product__feature--r .aicons {
    justify-content: flex-end;
  }
}
.aicons li + li {
  margin-left: 7px;
}
.aicons button {
  display: block;
  overflow: hidden;
  text-indent: -100px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  transition: opacity 0.3s;
  opacity: 0.7;
}
.aicons button:hover, .aicons button.active {
  opacity: 1;
}

.burger {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 2000;
  width: 60px;
  height: 60px;
}
.burger__inside, .burger:before, .burger:after {
  content: "";
  display: block;
  position: absolute;
  top: 29px;
  height: 2px;
  background-color: #000000;
  left: 17px;
  right: 17px;
  overflow: hidden;
  text-indent: 1000px;
  transition: transform 0.3s, opacity 0.3s;
}
.menu-active .burger__inside {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
}
.burger:before {
  -webkit-transform: translateY(-9px);
  -moz-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  -o-transform: translateY(-9px);
  transform: translateY(-9px);
}
.menu-active .burger:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger:after {
  -webkit-transform: translateY(9px);
  -moz-transform: translateY(9px);
  -ms-transform: translateY(9px);
  -o-transform: translateY(9px);
  transform: translateY(9px);
}
.menu-active .burger:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media (min-width:990px) {
  .burger {
    display: none;
  }
}

.button, .nice-select {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  border: none;
  background-color: #000;
  position: relative;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 0.8em 1.3em;
  font-size: 0.875em;
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
  line-height: 1.1;
}
@media (min-width:750px) {
  .button, .nice-select {
    padding: 1.2em 2em;
    font-size: 1em;
  }
}
.button:hover, .nice-select:hover {
  background-color: #333333;
}
.button--darkgrey {
  background-color: #333333;
}
.button--darkgrey:hover {
  background-color: #666666;
}
.button--white {
  background-color: #fff;
  color: #000;
}
.button--white:hover {
  color: #000;
  background-color: #eee;
}
.button--wide {
  text-align: left;
}
.button--next {
  padding-right: 3.2em;
}
.button--next:after {
  content: "";
  right: 2em;
  display: block;
  bottom: calc(50% - 4px);
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transition: transform 0.3s;
  -webkit-transform: translateY(1px) rotate(-45deg);
  -moz-transform: translateY(1px) rotate(-45deg);
  -ms-transform: translateY(1px) rotate(-45deg);
  -o-transform: translateY(1px) rotate(-45deg);
  transform: translateY(1px) rotate(-45deg);
}
.button--next:hover:after {
  -webkit-transform: translate(5px, 1px) rotate(-45deg);
  -moz-transform: translate(5px, 1px) rotate(-45deg);
  -ms-transform: translate(5px, 1px) rotate(-45deg);
  -o-transform: translate(5px, 1px) rotate(-45deg);
  transform: translate(5px, 1px) rotate(-45deg);
}
.button__resp {
  display: none;
}
@media (max-width:749px) {
  .button__resp--mobile {
    display: inline;
  }
}
@media (min-width:750px) {
  .button__resp--desktop {
    display: inline;
  }
}

.header {
  position: fixed;
  top: 0;
  height: 60px;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 0 15px;
  background-color: #fff;
}
@media (min-width:990px) {
  .header {
    height: 75px;
    padding: 0 60px;
    background-color: rgba(255, 255, 255, 0.92);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    transition: box-shadow 0.3s;
  }
  .submenu-active .header {
    z-index: 2000;
  }
  .document-scrolled .header {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (min-width:1600px) {
  .header {
    height: 85px;
  }
}
.header__inside {
  display: flex;
  align-items: center;
  height: 60px;
  justify-content: space-between;
  padding-right: 46px;
}
@media (min-width:990px) {
  .header__inside {
    max-width: 1920px;
    height: 75px;
    padding: 0;
    margin: 0 auto;
  }
}
@media (min-width:1600px) {
  .header__inside {
    height: 85px;
  }
}
.header__logo {
  display: block;
  width: 140px;
  height: 24px;
  margin-right: 20px;
  background-image: url(../img/vector/logo-hoxter.svg);
  background-size: contain;
  background-position: 0 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -1000px;
}
@media (min-width:990px) {
  .header__logo {
    width: 165px;
    height: 24px;
    margin-right: 10px;
  }
}
@media (min-width:1200px) {
  .header__logo {
    width: 192px;
    height: 24px;
    margin-right: 0px;
  }
}
@media (min-width:990px) {
  .header__nav {
    display: flex;
    height: 100%;
  }
}

.top-header {
  font-size: 14px;
  display: none;
  position: relative;
}
.top-header--mobile {
  display: block;
}
@media (min-width:990px) {
  .top-header--mobile {
    display: none;
  }
}
.top-header--desktop {
  display: none;
}
@media (min-width:990px) {
  .top-header--desktop {
    display: block;
  }
}
@media (min-width:990px) {
  .top-header {
    font-size: inherit;
    height: 0px;
    background-color: #dadada;
    font-size: 14px;
    z-index: 1100;
    padding: 0 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .submenu-active .top-header {
    z-index: 2100;
  }
}
@media (min-width:990px) and (min-width:1600px) {
  .top-header {
    height: 40px;
  }
}
.gas-coming-soon .top-header:before {
  content: "";
  background-color: #dadada;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: 30;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width:990px) {
  .top-header__inside {
    height: 0px;
    max-width: 1920px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width:1600px) {
  .top-header__inside {
    height: 40px;
  }
}
.top-header__menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
@media (min-width:990px) {
  .top-header__menu {
    align-items: center;
  }
}
.top-header__menu > li {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
@media (max-width:989px) {
  .top-header__menu > li:first-child {
    width: 56px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
  }
  .top-header__menu > li:not(:last-child) {
    border-right: 1px solid #fff;
  }
}
@media (min-width:990px) {
  .top-header__menu > li {
    flex-grow: 0;
    flex-basis: auto;
  }
  .top-header__menu > li + li {
    margin-left: 2.2em;
  }
  .top-header__menu > li + li:last-child {
    margin-left: 1.6em;
  }
}
.top-header__menu > li > a {
  text-decoration: none;
}
@media (max-width:989px) {
  .top-header__menu > li > a {
    padding: 14px 10px;
    background-color: #f5f5f5;
    display: block;
  }
}
.top-header__menu > li.active > a, .top-header__menu > li > a:hover {
  font-weight: bold;
  letter-spacing: -0.02em;
}
.top-header__user a {
  background-image: url(../img/vector/user.svg);
  background-size: 0.8em auto;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 1.4em;
  display: inline-block;
}
@media (max-width:989px) {
  .top-header__user a {
    padding: 0 !important;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
  }
}
@media (max-width:989px) {
  .top-header__desktop-label {
    display: none;
  }
}

@media (max-width:989px) {
  .menu {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 1500;
    background-color: #fff;
  }
  .menu-active .menu {
    display: block;
    animation-name: fadeIn;
    animation-duration: 0.3s;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width:990px) {
  .menu {
    height: 100%;
  }
}
.menu > ul {
  margin: 0 0 0 0;
  padding: 0;
  list-style-type: none;
  display: block;
  position: relative;
}
@media (min-width:990px) {
  .menu > ul {
    display: flex;
    margin-left: 20px;
    height: 100%;
  }
}
@media (min-width:1200px) {
  .menu > ul {
    margin-left: 38px;
    /* &:before {
        content: "";
        display: block;
        right: 100%;
        top:calc(50% - 4px);
        margin-right: 5px;
        position: absolute;
        width: $arrow-size;
        height: $arrow-size;
        border-right: 1px solid $font-color;
        border-bottom: 1px solid $font-color;
        @include transform(rotate(-45deg));
    } */
  }
}
.gas-coming-soon .menu > ul:after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: 30;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.menu > ul > li {
  text-align: left;
  border-top: 1px solid #f4f4f4;
}
@media (min-width:990px) {
  .menu > ul > li {
    border: none;
    margin: 0;
    padding: 0 0.5em;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media (min-width:1200px) {
  .menu > ul > li {
    padding: 0 1.1em;
  }
}
@media (min-width:990px) {
  .menu > ul > li:first-child {
    margin-left: 0;
  }
}
@media (min-width:990px) {
  .menu > ul > li:last-child {
    margin-right: -0.8em;
  }
}
@media (min-width:1200px) {
  .menu > ul > li:last-child {
    margin-right: -1.4em;
  }
}
.menu > ul > li > a {
  text-decoration: none;
  transition: none;
  padding: 15px 45px;
  display: block;
}
@media (min-width:990px) {
  .menu > ul > li > a {
    display: inline-block;
    padding: 0;
  }
  .menu > ul > li > a:after {
    display: block;
    content: attr(data-title);
    height: 0;
    overflow: hidden;
    font-weight: bold;
    letter-spacing: 0.03em;
  }
}
.menu > ul > li.active > a, .menu > ul > li > a:hover {
  letter-spacing: -0.02em;
  font-weight: 700;
}
@media (min-width:990px) {
  .menu > ul > li.active > a, .menu > ul > li > a:hover {
    padding-bottom: 1px;
  }
}
@media (min-width:1200px) {
  .menu > ul > li.active > a, .menu > ul > li > a:hover {
    padding-bottom: 2px;
  }
}

.section {
  background-size: cover;
  background-position: 50% 50%;
  background-color: #fff;
  padding: 50px 20px;
  position: relative;
}
@media (min-width:750px) {
  .section {
    padding: 70px 100px;
  }
}
@media (min-width:1600px) {
  .section {
    padding: 90px 100px;
  }
}
.section--has-breadcrumbs {
  padding-top: 20px;
}
@media (min-width:750px) {
  .section--has-breadcrumbs {
    padding: 30px 100px 90px 100px;
  }
}
@media (max-width:749px) {
  .section--contacts {
    padding: 0;
  }
}
.section--product {
  padding: 20px 0 30px 0;
}
@media (min-width:750px) {
  .section--product {
    padding: 20px 100px 30px 100px;
  }
}
@media (min-width:1600px) {
  .section--product {
    padding: 30px 100px 60px 100px;
  }
}
.section--light-gray {
  background-color: #f5f5f5;
}
.section--dark {
  background-color: #000;
  color: #fff;
}
.section--distrib {
  color: #fff;
  background-color: #3f3f3f;
  background-image: url(../img/ja/home/distributors.jpg);
}
@media (min-width:750px) {
  .section--distrib {
    padding: 150px 100px;
  }
}
.section--technology {
  color: #fff;
  background-color: #072026;
  background-image: url(../img/content/technology.jpg);
}
@media (min-width:750px) {
  .section--technology {
    padding: 150px 100px;
  }
}
.section--models {
  padding-bottom: 1px;
}
@media (max-width:749px) {
  .section--models {
    padding-left: 0;
    padding-right: 0;
  }
}
.section--materials {
  overflow: hidden;
  padding-bottom: 160px;
  background-color: #F5F5F5;
  position: relative;
  min-height: 400px;
}
@media (min-width:990px) {
  .section--materials {
    padding-bottom: 60px;
  }
}
@media (min-width:1200px) {
  .section--materials {
    min-height: 665px;
  }
}
.section--philosophy {
  background-color: #F5F5F5;
  padding-bottom: 0;
  overflow: hidden;
}
@media (min-width:990px) {
  .section--philosophy {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.section--map {
  background-color: #000;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.section__img {
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
}
.section--philosophy .section__img {
  position: relative;
  flex-grow: 1;
  background-size: cover;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  margin-left: -10%;
  margin-right: -30%;
}
.section--philosophy .section__img:after {
  content: "";
  display: block;
  padding-top: 55.7389347337%;
}
.section--materials .section__img {
  background-position: 50% 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media (min-width:990px) {
  .section--philosophy .section__outside {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.section__inside {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 10;
}
.section--narrow .section__inside {
  max-width: 740px;
}
.section--map .section__inside {
  max-width: none;
}
@media (min-width:990px) {
  .section--philosophy .section__inside {
    position: static;
    padding-top: 80px;
  }
}
.section--philosophy .section__inside {
  max-width: 36em;
  flex-shrink: 0;
  margin: 0 auto;
  text-align: center;
}
@media (min-width:990px) {
  .section--philosophy .section__inside {
    margin: 0;
    padding-bottom: 60px;
    text-align: right;
  }
}
@media (min-width:1200px) {
  .section--philosophy .section__inside {
    max-width: 29em;
  }
}
.section--philosophy .section__inside p:not(:last-child) {
  margin: 0 0 2em 0;
}
.section--centered .section__inside {
  text-align: center;
}
@media (max-width:749px) {
  .section--hide-brs .section__inside > p > br {
    display: none;
  }
}
.section__title {
  text-align: center;
  margin: 0 0 35px 0;
}
@media (min-width:750px) {
  .section__title {
    margin: 0 0 2.5em 0;
  }
}
@media (min-width:1600px) {
  .section__title {
    margin: 0 0 3.5em 0;
  }
}
.section--product .section__title {
  margin-bottom: 2em;
}
@media (min-width:990px) {
  .section--philosophy .section__title {
    text-align: right;
  }
}
.section--models .section__title {
  margin-bottom: 0em;
}
@media (min-width:750px) {
  .section--models .section__title {
    margin-bottom: 1em;
  }
}
.section__title h1,
.section__title h2 {
  margin: 0;
}
.section__button {
  text-align: center;
  margin-top: 3.5em;
}
.section__breadcrumbs {
  display: none;
  margin-bottom: 20px;
}
@media (min-width:750px) {
  .section__breadcrumbs {
    margin-bottom: 18px;
  }
}
@media (min-width:1600px) {
  .section__breadcrumbs {
    margin-bottom: 40px;
  }
}
@media (min-width:990px) {
  .section__breadcrumbs .section--materials {
    margin-bottom: 30px;
  }
}
@media (min-width:990px) and (min-width:990px) {
  .section__breadcrumbs .section--materials {
    margin-bottom: 70px;
  }
}
@media (min-width:990px) {
  .section--philosophy .section__breadcrumbs {
    z-index: 10;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
  }
}
.section__cats {
  max-width: 1200px;
  margin: 70px auto 0 auto;
}
.section__mobile-info {
  margin-top: 25px;
}
@media (min-width:750px) {
  .section__mobile-info {
    display: none;
  }
}

.sswitch {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
  align-self: center;
  border: 2px solid #000000;
  font-size: 16px;
  position: relative;
  color: #000;
  background-color: #fff;
}
@media (max-width:989px) {
  .sswitch {
    font-size: 12px;
  }
}
.sswitch:after {
  content: "";
  display: block;
  background-color: #000000;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transition: transform 0.3s;
}
.sswitch--simple:after {
  display: none;
}
.sswitch[data-active=distributors]:after {
  transform: translateX(100%);
}
.sswitch__item {
  width: 5em;
  padding: 0.25em 2px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  position: relative;
  z-index: 5;
  transition: color 0.2s;
}
.sswitch--map .sswitch__item {
  width: 7.7em;
  padding: 1em 2px;
}
.sswitch__item--active, .sswitch--animate li:first-child .sswitch__item, .sswitch__item.active {
  color: #fff;
  background-color: #000;
  font-weight: 700;
}
.sswitch__item[disabled] {
  color: #aaa;
  cursor: default;
}
.sswitch[data-active=sales] .sswitch__item[data-toggle=sales] {
  color: #fff;
  transition-delay: 0.1s;
  font-weight: 700;
}
.sswitch[data-active=distributors] .sswitch__item[data-toggle=distributors] {
  color: #fff;
  transition-delay: 0.1s;
  font-weight: 700;
}
.sswitch[data-active=drevo] .sswitch__item[data-toggle=drevo] {
  color: #fff;
  transition-delay: 0.1s;
  font-weight: 700;
}
.sswitch[data-active=plyn] .sswitch__item[data-toggle=plyn] {
  color: #fff;
  transition-delay: 0.1s;
  font-weight: 700;
}
li:first-child .sswitch__item {
  padding-left: 0;
}
li:last-child .sswitch__item {
  padding-right: 0;
}
.sswitch--animate li {
  transition: transform 0.6s;
}
.sswitch--animate li .sswitch__item {
  transition: 0.6s;
}
.sswitch--animate li:first-child {
  transform: translateX(100%);
  position: relative;
  z-index: 10;
}
.sswitch--animate li:first-child .sswitch__item {
  padding-left: 2px;
  padding-right: 0px;
}
.sswitch--animate li:last-child {
  transform: translateX(-100%);
}
.sswitch--animate li:last-child .sswitch__item {
  background-color: #fff;
  color: inherit;
  padding-left: 0px;
  padding-right: 2px;
  font-weight: normal;
}

@keyframes slideLeft {
  0% {
    opacity: 0.2;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.hp-slider {
  background-color: #000;
  overflow: hidden;
  position: relative;
  padding: 0;
}
@media (min-width:750px) {
  .hp-slider {
    height: calc(100vh - 75px);
  }
}
@media (min-width:1600px) {
  .hp-slider {
    height: calc(100vh - 85px);
  }
}
.hp-slider__slide {
  padding: 0 30px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #000;
  padding: 0;
  display: flex !important;
  flex-direction: column-reverse;
}
@media (min-width:750px) {
  .hp-slider__slide {
    flex-direction: row;
  }
}
.hp-slider__img {
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width:749px) {
  .hp-slider__img {
    background-size: cover;
    background-position: 50% 50%;
  }
  .hp-slider__img:after {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
}
.hp-slider__inside {
  padding: 15px 0;
}
@media (min-width:750px) {
  .hp-slider__inside {
    display: flex;
    align-items: center;
    height: calc(100vh - 75px);
    padding: 0;
  }
}
@media (min-width:1600px) {
  .hp-slider__inside {
    height: calc(100vh - 85px);
  }
}
.hp-slider__box {
  position: relative;
  color: #fff;
  line-height: 1.5;
  padding: 30px;
}
@media (min-width:750px) {
  .hp-slider__box {
    padding: 60px;
  }
}
.hp-slider__box > * {
  position: relative;
  z-index: 10;
}
.hp-slider__box h2 {
  margin: 0 0 0.3em 0;
}
@media (max-width:749px) {
  .hp-slider__box .button, .hp-slider__box .nice-select {
    font-size: 0.8em;
  }
}
@media (min-width:750px) {
  .hp-slider__box .button, .hp-slider__box .nice-select {
    font-size: 1em;
    white-space: nowrap;
  }
}
.hp-slider__buttons {
  margin-top: 1.5em;
}
.hp-slider .slick-dots {
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
}
@media (min-width:750px) {
  .hp-slider .slick-dots {
    bottom: 58px;
  }
}
.hp-slider .slick-dots li {
  margin: 0 4px;
}
.hp-slider .slick-dots button {
  width: 12px;
  height: 12px;
  background: transparent;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -100px;
  border: 1px solid #fff;
}
@media (min-width:750px) {
  .hp-slider .slick-dots button {
    background-color: #000;
    border: none;
  }
}
.hp-slider .slick-dots .slick-active > button {
  background-color: #fff;
}

.submenu {
  position: absolute;
  top: 100%;
  background-color: #fff;
  width: 896px;
  right: 0;
  text-align: left;
  display: none;
  z-index: 100;
}
@media (max-width:989px) {
  .submenu {
    display: none !important;
  }
}
.menu > ul > li.open .submenu {
  display: flex;
  animation-name: fadeIn;
  animation-duration: 0.2s;
}
.submenu__block {
  flex-basis: 0;
  flex-grow: 1;
  padding: 27px 32px 38px 32px;
}
.submenu__block + .submenu__block {
  border-left: 1px solid #ededed;
}
.submenu__title {
  font-weight: 800;
  font-size: 1.47em;
  line-height: 1;
  margin: 0 0 1em 0;
}
.submenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.submenu li + li {
  margin-top: 0.8em;
}
.submenu a {
  text-decoration: none;
  display: block;
  position: relative;
  line-height: 1.2;
  padding-right: 20px;
}
.submenu a:after {
  content: "";
  display: block;
  right: 2px;
  bottom: 8px;
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transition: transform 0.3s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.submenu a:hover:after {
  -webkit-transform: translateX(5px) rotate(-45deg);
  -moz-transform: translateX(5px) rotate(-45deg);
  -ms-transform: translateX(5px) rotate(-45deg);
  -o-transform: translateX(5px) rotate(-45deg);
  transform: translateX(5px) rotate(-45deg);
}
.submenu li.active a,
.submenu a:hover {
  text-decoration: underline;
}

@media (min-width:990px) {
  .pnav {
    display: flex;
    margin: 0 -6px;
  }
  .pnav--col3 {
    justify-content: center;
  }
  .pnav--col3 .pnav__block {
    flex-basis: unset;
    flex-grow: unset;
    width: calc(33% - 12px);
    margin: 6px;
  }
}
.pnav__block {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 392px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
@media (max-width:989px) {
  .pnav__block {
    margin: 0 auto;
    max-width: 340px;
  }
  .pnav__block + .pnav__block {
    margin-top: 20px;
  }
}
@media (min-width:990px) {
  .pnav__block {
    /* margin: 0 $item-spacing; */
  }
}
.pnav__block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-size: contain;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
.pnav__block--1:before {
  top: 3em;
  left: 11em;
  right: -6em;
  bottom: 2em;
  background-image: url(../img/content/pnav-1.png);
}
@media (min-width:990px) {
  .pnav__block--1:before {
    right: -8em;
  }
}
@media (min-width:1600px) {
  .pnav__block--1:before {
    top: 4em;
    right: -8em;
  }
}
.pnav__block--2:before {
  top: 7.5em;
  left: 11em;
  right: -2em;
  bottom: 2em;
  background-image: url(../img/content/pnav-2.png);
}
@media (min-width:990px) {
  .pnav__block--2:before {
    right: -5em;
  }
}
.pnav__block--3:before {
  top: 14em;
  left: 1em;
  background-position: 50% 100%;
  right: 3em;
  bottom: 0;
  background-image: url(../img/content/pnav-3.png);
}
.pnav__block--6:before {
  top: 12%;
  right: 30px;
  bottom: 30px;
  left: 0;
  background-image: url(../img/content/bloxdlazdice-1-1.png);
}
.pnav__head {
  padding: 25px;
  border-bottom: 2px solid #f5f5f5;
}
@media (min-width:990px) {
  .pnav__head {
    padding: 20px 30px 15px 30px;
    min-height: 80px;
    display: flex;
    align-items: center;
  }
}
@media (min-width:1200px) {
  .pnav__head {
    min-height: 80px;
    padding: 15px 40px 10px 40px;
  }
}
@media (min-width:1600px) {
  .pnav__head {
    min-height: 100px;
    padding: 20px 40px 15px 40px;
  }
}
.pnav__head h3 {
  margin: 0;
  font-size: 1.47em;
}
.pnav__content {
  padding: 25px;
  min-height: 300px;
}
@media (min-width:990px) {
  .pnav__content {
    padding: 30px;
    min-height: 30vw;
  }
}
@media (min-width:1200px) {
  .pnav__content {
    padding: 30px 40px;
  }
}
@media (min-width:1600px) {
  .pnav__content {
    padding: 40px 40px;
    min-height: 420px;
  }
}
.pnav__content ul {
  list-style-type: none;
  width: 56%;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: right;
  z-index: 5;
}
.pnav__content ul ul {
  width: 100%;
  margin-top: 1em;
  padding-right: 2.5em;
}
.pnav__content ul ul li {
  margin-top: 0;
}
.pnav__content li + li {
  margin-top: 1em;
}
.pnav__content a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  line-height: 1.25;
  padding: 0 1.5em 0 0;
}
.pnav__content a:hover {
  text-decoration: underline;
}
.pnav__content a:after {
  content: "";
  text-decoration: none;
  display: inline-block;
  vertical-align: 0.1em;
  margin-left: 0.7em;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transition: transform 0.3s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pnav__content a:hover:after {
  -webkit-transform: translateX(5px) rotate(-45deg);
  -moz-transform: translateX(5px) rotate(-45deg);
  -ms-transform: translateX(5px) rotate(-45deg);
  -o-transform: translateX(5px) rotate(-45deg);
  transform: translateX(5px) rotate(-45deg);
}

.inspire--margin-top {
  margin-top: 3.5em;
}
.inspire__items {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}
.inspire__item {
  position: relative;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  margin: 6px;
  width: calc(50% - 12px);
}
.inspire__item:after {
  content: "";
  display: block;
  padding-top: 100%;
}
@media (min-width:750px) {
  .inspire__item {
    width: calc(33.33% - 12px);
  }
}
@media (min-width:990px) {
  .inspire__item {
    width: calc(25% - 12px);
  }
}
.inspire__item:after {
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  transition: opacity 0.3s;
  background-image: url(../img/vector/zoom.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 28px auto;
}
.inspire__item--video:after {
  background-image: url(../img/vector/play.svg);
}
.inspire__item:hover:after {
  opacity: 1;
}
.inspire .empty {
  margin: 6px;
  display: block;
}

.footer {
  background-color: #dadada;
  padding: 20px;
  font-size: 13px;
  line-height: 1.35;
  position: relative;
  z-index: 10;
}
@media (min-width:480px) {
  .footer {
    padding: 30px;
    font-size: 14px;
  }
}
@media (min-width:750px) {
  .footer {
    font-size: 15px;
    padding: 50px 100px;
  }
}
@media (min-width:990px) {
  .footer {
    height: 220px;
  }
}
.footer__inside {
  margin: 0 auto;
  max-width: 1200px;
}
@media (min-width: 890px) {
  .footer__inside {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.footer__addresses {
  display: flex;
  justify-content: center;
  margin: 0 auto 20px;
}
@media (min-width: 890px) {
  .footer__addresses {
    justify-content: space-between;
    margin: 0;
  }
}
.footer__address + .footer__address {
  margin-left: 3em;
  margin-right: 0;
}
.footer__address p {
  margin: 0;
}
.footer__address p.txt-ja {
  font-size: 0.9em;
}
.footer__address a {
  text-decoration: none;
  white-space: nowrap;
}
.footer__address a:hover {
  text-decoration: underline;
}
.footer__info {
  text-align: center;
}
.footer__contact {
  margin-bottom: 20px;
}

.social {
  display: flex;
  list-style-type: none;
  margin: -0.4em;
  padding: 0;
}
.social--footer {
  margin-bottom: 0.6em;
  justify-content: center;
}
@media (min-width:750px) {
  .social--footer {
    justify-content: center;
  }
}
.social li {
  margin: 0.4em;
}
.social__item {
  width: 2.8em;
  height: 2.8em;
  display: inline-block;
  text-indent: -200px;
  overflow: hidden;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.social__item--facebook {
  background-image: url(../img/vector/social-facebook.svg);
}
.social__item--instagram {
  background-image: url(../img/vector/social-instagram.svg);
}
.social__item--youtube {
  background-image: url(../img/vector/social-youtube.svg);
}
.social--footer .social__item {
  transition: opacity 0.3s;
}
.social--footer .social__item:hover {
  opacity: 0.7;
}

.langswitcher {
  position: relative;
  text-align: left;
}
@media (max-width:989px) {
  .langswitcher {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
  }
}
.langswitcher__list {
  background-color: #dadada;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0.4em 0 0.5em 0;
  list-style-type: none;
  display: none;
  bottom: 100%;
}
@media (min-width:990px) {
  .langswitcher__list {
    top: 100%;
    bottom: auto;
  }
}
.langswitcher.active .langswitcher__list {
  display: block;
}
.langswitcher__list li + li {
  margin-top: 0.4em;
}
.langswitcher__item {
  position: relative;
  padding: 0 2.2em 0 2.9em;
  display: block;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  min-width: 9em;
}
.langswitcher__item[href]:hover {
  font-weight: 700;
  letter-spacing: 0;
}
.langswitcher__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 1em;
  bottom: 0;
  width: 17px;
  background-size: contain;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.langswitcher__item--cs:before {
  background-image: url(../img/vector/flag-cs.svg);
}
.langswitcher__item--en:before {
  background-image: url(../img/vector/flag-en.svg);
}
.langswitcher__item--de:before {
  background-image: url(../img/vector/flag-de.svg);
}
.langswitcher__item--fr:before {
  background-image: url(../img/vector/flag-fr.svg);
}
.langswitcher__item--es:before {
  background-image: url(../img/vector/flag-es.svg);
}
.langswitcher__item--pl:before {
  background-image: url(../img/vector/flag-pl.svg);
}
.langswitcher__item--ua:before {
  background-image: url(../img/vector/flag-ua.svg);
}
.langswitcher__item--fi:before {
  background-image: url(../img/vector/flag-fi.svg);
}
.langswitcher__item--it:before {
  background-image: url(../img/vector/flag-it.svg);
}
.langswitcher__item--nl:before {
  background-image: url(../img/vector/flag-nl.svg);
}
.langswitcher__item--ru:before {
  background-image: url(../img/vector/flag-ru.svg);
}
.langswitcher__item--ch:before {
  background-image: url(../img/vector/flag-ch.svg);
}
.langswitcher__item--gsw:before {
  background-image: url(../img/vector/flag-gsw.svg);
}
.langswitcher__item--sk:before {
  background-image: url(../img/vector/flag-sk.svg);
}
.langswitcher__item--toggle:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -6.1538461538px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.langswitcher.active .langswitcher__item--toggle:after {
  -webkit-transform: translateY(4px) rotateX(180deg) rotate(-45deg);
  -moz-transform: translateY(4px) rotateX(180deg) rotate(-45deg);
  -ms-transform: translateY(4px) rotateX(180deg) rotate(-45deg);
  -o-transform: translateY(4px) rotateX(180deg) rotate(-45deg);
  transform: translateY(4px) rotateX(180deg) rotate(-45deg);
}
@media (max-width:989px) {
  .langswitcher__item--toggle {
    display: block;
    width: 100%;
    height: 100%;
  }
  .langswitcher__item--toggle:after {
    right: 10px;
  }
}

.breadcrumbs {
  font-size: 13px;
}
.breadcrumbs ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.breadcrumbs__item {
  position: relative;
}
.breadcrumbs__item a {
  text-decoration: none;
}
.breadcrumbs__item a:hover {
  text-decoration: underline;
}
.breadcrumbs__item--home a {
  display: inline-block;
  padding-left: 20px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 0.7em auto;
  background-image: url(../img/vector/sweet-home.svg);
}
.section--dark .breadcrumbs__item--home a, .section--map .breadcrumbs__item--home a {
  background-image: url(../img/vector/sweet-home-white.svg);
}
.breadcrumbs__item + .breadcrumbs__item {
  padding-left: 30px;
}
.breadcrumbs__item + .breadcrumbs__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product {
  position: relative;
  overflow: hidden;
  font-size: 12px;
  padding-bottom: 90px;
}
@media (min-width:750px) {
  .product {
    padding: 0;
    overflow: visible;
    font-size: inherit;
  }
}
.product__container {
  flex-direction: row-reverse;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width:1200px) {
  .product__container {
    display: block;
    margin: 0 auto;
    max-width: 700px;
  }
}
@media (min-width:1200px) and (min-height: 720px) {
  .product__container {
    max-width: 105vh;
  }
}
.product__img {
  display: none;
}
@media (min-width:1200px) {
  .product__img {
    display: block;
  }
}
.product__img img {
  width: 100%;
  display: block;
}
.product__mimg {
  display: block;
  width: 50%;
}
@media (min-width:750px) {
  .product__mimg {
    max-width: 47vh;
  }
}
@media (min-width:1200px) {
  .product__mimg {
    display: none;
  }
}
.product__mimg img {
  width: 100%;
  display: block;
}
.product__features {
  width: 50%;
  padding-left: 15px;
}
@media (min-width:1200px) {
  .product__features {
    position: absolute;
    padding-left: 0px;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    right: 0;
  }
}
@media (max-width:1199px) {
  .product__feature {
    position: absolute;
    margin-top: 0 !important;
    position: relative;
    transform: none !important;
  }
  .product__feature:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (min-width:1200px) {
  .product__feature {
    font-size: 13px;
    position: absolute;
    width: 20em;
    transition: transform 0.6s, opacity 0.3s;
  }
  .product__feature--l {
    left: 0;
  }
  .product__feature--r {
    text-align: right;
    right: 0;
  }
}
@media (min-width:1200px) {
  .product__feature {
    width: 23em;
  }
  .product__feature--wide {
    width: 30em;
  }
  .product__feature--medium {
    width: 26em;
  }
}
@media (min-width:1600px) {
  .product__feature {
    font-size: 14px;
  }
}
.product__fhead {
  margin: 0 0 0.1em 0;
  cursor: pointer;
  line-height: 1.2;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (min-width:1200px) {
  .product__fhead {
    margin: 0 0 0.5em 0;
  }
}
.product__fhead h3 {
  padding: 0 25px;
  font-size: inherit;
  display: inline-block;
  line-height: inherit;
  margin: 0;
  position: relative;
  font-weight: 300;
}
@media (min-width:1200px) {
  .product__feature--l .product__fhead h3 {
    padding-right: 8px;
  }
  .product__feature--r .product__fhead h3 {
    padding-left: 8px;
  }
}
@media (min-width:1200px) {
  .product__fhead:hover h3, .product__feature.open .product__fhead h3 {
    font-weight: bold;
    letter-spacing: -0.02em;
  }
}
.product__fhead:before, .product__fhead:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  width: 10px;
  height: 2px;
  background-color: #000;
  transition: transform 0.7s;
}
@media (min-width:1200px) {
  .product__fhead:before, .product__fhead:after {
    top: 8px;
  }
}
.product__fhead:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width:1200px) {
  .product__feature--r .product__fhead:before, .product__feature--r .product__fhead:after {
    left: auto;
    right: 4px;
  }
  .product__feature.open .product__fhead:after {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .product__feature.open .product__fhead:after {
    -webkit-transform: rotate(720deg);
    -moz-transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    -o-transform: rotate(720deg);
    transform: rotate(720deg);
  }
  .product__feature--l.open .product__fhead:after {
    -webkit-transform: rotate(-720deg);
    -moz-transform: rotate(-720deg);
    -ms-transform: rotate(-720deg);
    -o-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
}
.product__text {
  display: none;
}
@media (min-width:1200px) {
  .product__text {
    padding: 0 25px;
    line-height: inherit;
    font-size: 13px;
  }
  .product__feature.open .product__text {
    display: block;
    animation-name: fadeIn;
    animation-duration: 0.5s;
    animation-fill-mode: backwards;
    animation-delay: 0.5s;
  }
}
@media (min-width:1200px) {
  .product__text {
    font-size: inherit;
  }
}
.product__text p {
  margin-bottom: 0.2em;
}
.product__more {
  font-weight: bold;
}
.product__more:after {
  content: "";
  display: inline-block;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  vertical-align: 0.1em;
  margin-left: 5px;
  height: 6px;
  text-decoration: none;
}
.product__show-toggle {
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 100;
  right: 0;
  text-align: center;
}
@media (min-width:750px) {
  .product__show-toggle {
    bottom: auto;
    top: 0;
    right: auto;
  }
}
.product__more-link {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 100;
  right: 0;
  text-align: center;
}
@media (min-width:750px) {
  .product__more-link {
    bottom: auto;
    top: 0;
    left: auto;
  }
}
.product__overlays {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: none;
}
@media (min-width:1200px) {
  .product__overlays {
    display: block;
  }
}
.product__overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s, clip-path 0.8s, margin 0.7s;
}
.product__overlay[data-value=active], .product__overlay.active {
  opacity: 1;
}
.product__overlay.always {
  opacity: 1;
  transition: none;
}
.product__overlay--zdvih {
  opacity: 1;
}
.product__overlay--zdvih[data-value=up] {
  margin-top: 16.8% !important;
}
.product__overlay--zdvih2 {
  opacity: 1;
}
.product__overlay--zdvih2[data-value=up] {
  margin-top: 12.4% !important;
}
.product__overlay--zdvih[data-value=up] ~ .product__overlay--klicka {
  margin-top: 32.5% !important;
}
.product__overlay--zdvih2[data-value=up] ~ .product__overlay--klicka2 {
  margin-top: 28.7% !important;
}
.product__overlay img {
  display: block;
}

.cats {
  position: relative;
  /*
      &:before {
          content: "";
          display: block;
          padding-top: 48%;
      }
  */
}
.cats__cat {
  width: 34%;
  margin: 0 auto;
  box-shadow: 30px 30px 150px 0 rgba(0, 0, 0, 0.1);
  /*
          &:nth-child(1) {
              left: 1.66%;
              z-index: 1;
              left: 32%;
          }

          &:nth-child(2) {
              margin-top: 7.5%;
              left: 32%;
              z-index: 5;
          }

          &:nth-child(3) {
              margin-top: 1.66%;
              right: 1.66%;
              z-index: 10;
          }
  */
}
.cats__cat img {
  display: block;
}
.cats__cat a {
  display: block;
}
.cats__cat a:hover {
  z-index: 15;
  box-shadow: 20px 20px 100px 0 rgba(0, 0, 0, 0.1);
  transform: scale(1.05) translateY(-5px);
}

.mfilter {
  background-color: #fff;
}
@media (min-width:990px) {
  .mfilter {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
    padding: 0 50px;
    z-index: 1500;
  }
}
@media (min-width:1200px) {
  .mfilter {
    padding: 0 100px;
  }
}
.mfilter__inside {
  display: flex;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width:990px) {
  .mfilter__inside {
    align-items: center;
    justify-content: space-between;
  }
}
.mfilter__head {
  margin: 0;
  font-size: 20px;
  width: 50%;
  text-align: center;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width:990px) {
  .mfilter__head {
    font-size: 25px;
    display: block;
    height: auto;
    width: auto;
    text-align: left;
  }
}
.mfilter__preview {
  width: 50%;
  background-color: #000;
  color: #fff;
  display: block;
  text-align: left;
  padding: 10px;
  white-space: nowrap;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-size: 14px;
}
@media (min-width:990px) {
  .mfilter__preview {
    display: none;
  }
}
.mfilter__items {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (max-width:989px) {
  .mfilter__items {
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 50%;
    border: 1px solid #000;
    right: 0;
    z-index: 100;
  }
  .mfilter-active .mfilter__items {
    display: block;
  }
}
@media (min-width:990px) {
  .mfilter__items {
    display: flex;
  }
}
.mfilter__item {
  display: block;
  line-height: 1;
  position: relative;
  cursor: pointer;
}
.mfilter__item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
@media (min-width:990px) {
  .mfilter__item {
    height: 75px;
  }
}
@media (min-width:1600px) {
  .mfilter__item {
    height: 85px;
  }
}
.mfilter__button {
  display: block;
  padding: 10px 10px;
  transition: color 0.3s;
  white-space: nowrap;
  font-size: 14px;
  text-transform: lowercase;
}
@media (min-width:990px) {
  .mfilter__button {
    font-size: 15px;
    padding: 14px 15px 14px 14px;
    display: flex;
    height: 75px;
    align-items: center;
  }
}
@media (min-width:1200px) {
  .mfilter__button {
    font-size: inherit;
    padding: 18px 24px 18px 22px;
  }
}
@media (min-width:1600px) {
  .mfilter__button {
    height: 85px;
  }
}
input:checked ~ .mfilter__button {
  background-color: #000;
  color: #fff;
}
.mfilter__button:hover, input:checked ~ .mfilter__button {
  letter-spacing: -0.02em;
  font-weight: bold;
}
.mfilter__img {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 9px;
  vertical-align: middle;
}
.mfilter__item--all .mfilter__img {
  margin-right: 2px;
}
.mfilter__img svg,
.mfilter__img img {
  display: block;
  width: 100%;
}
.mfilter__anchor {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  position: relative;
  padding-right: 0.8em;
}
.mfilter__anchor:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  right: 0em;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  transition: right 0.3s;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mfilter__anchor:hover:after {
  right: -0.15em;
}

.formats {
  margin: 20px 0;
  display: none;
}
@media (min-width:990px) {
  .formats {
    display: none;
  }
}
@media (max-width:989px) {
  .formats {
    display: none !important;
  }
}
.formats__image {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.7s;
}
@media (min-width:1200px) {
  .formats__image {
    transition: height 0.5s 0.5s, opacity 0.5s;
  }
}
.formats-active .formats__image {
  height: auto;
  opacity: 1;
}
@media (min-width:1200px) {
  .formats-active .formats__image {
    transition: height 0.5s, opacity 0.5s 0.3s;
    height: auto;
  }
}
@media (min-width:1200px) {
  .formats-active .formats--130 .formats__image {
    height: 130px;
  }
}
.formats__image img {
  display: none;
}

.toggler {
  line-height: 1;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  line-height: 1.1;
  display: inline-block;
  position: relative;
}
.toggler--white {
  color: #fff;
}
.toggler--button {
  font-size: inherit;
  padding: 1.2em 1.5em 1.2em 3.2em;
  background-color: #fff;
  font-weight: normal !important;
  letter-spacing: inherit !important;
}
.toggler:hover {
  font-weight: bold;
  letter-spacing: -0.02em;
}
.toggler__icon {
  width: 24px;
  height: 24px;
  background-color: #000;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  transition: transform 0.3s;
}
.toggler--white .toggler__icon {
  background-color: #fff;
}
.toggler--button .toggler__icon {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 1.3em;
}
.toggler__icon:before, .toggler__icon:after {
  position: absolute;
  transition: transform 0.3s;
  top: 50%;
  left: 6px;
  right: 6px;
  margin-top: -1px;
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
}
.toggler--white .toggler__icon:before, .toggler--white .toggler__icon:after {
  background-color: #000;
}
.toggler__icon:after {
  transform: rotate(90deg);
}
html.formats-active .toggler--formats .toggler__icon {
  transform: rotate(180deg);
}
html.formats-active .toggler--formats .toggler__icon:after {
  transform: none;
}

.products {
  margin: 0 0 50px 0;
  min-height: 500px;
}
.products__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px;
  justify-content: center;
}
@media (min-width:750px) {
  .products__list {
    margin: 0;
  }
}
@media (min-width:990px) {
  .products__list {
    justify-content: flex-start;
  }
}
.products__item {
  position: relative;
  width: calc(100% - 20px);
  margin: 10px;
  display: block;
  text-decoration: none;
}
@media (min-width:480px) {
  .products__item {
    width: calc(50% - 20px);
    margin: 10px;
  }
}
@media (min-width:750px) {
  .products__item {
    padding: 10px 0 30px 0;
    margin: 0 0 30px 0;
    width: 50%;
  }
}
@media (min-width:990px) {
  .products__item {
    width: 33%;
  }
}
@media (min-width:1200px) {
  .products__item {
    width: 25%;
  }
}
.products__item:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  content: "";
  display: block;
  transition: background-color 0.3s;
  background-color: rgba(0, 0, 0, 0);
}
.products__item:hover:before {
  background-color: rgba(0, 0, 0, 0.03);
}
.products__item:after {
  content: "";
  transition: background-color 0.3s;
  background-color: #dadada;
  position: absolute;
  left: 10px;
  right: 10px;
  margin-top: 100%;
  height: 2px;
  display: block;
  top: 10px;
}
.products--cats .products__item:after {
  margin-top: 135%;
  top: -40px;
}
@media (min-width:750px) {
  .products--cats .products__item:after {
    top: -90px;
  }
}
@media (min-width:750px) {
  .products__item:after {
    left: 30px;
    right: 30px;
    top: 15px;
  }
}
.products__item:hover:after {
  background-color: #000000;
}
.products__image-wrap {
  margin: 0 0 30px 0;
}
.products--cats .products__image-wrap {
  margin-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width:750px) {
  .products--cats .products__image-wrap {
    padding-left: 43px;
    padding-right: 43px;
  }
}
.products__image-wrap img {
  display: block;
  width: 100%;
}
.products__image {
  background-size: contain;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  display: block;
}
.products__image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.products--cats .products__image:before {
  padding-top: 135%;
}
.products__text {
  font-size: 14px;
}
@media (min-width:750px) {
  .products__text {
    margin: 0 30px;
    font-size: 15px;
  }
}
.products__title {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 0.7em 0;
}
.products--cats .products__title {
  margin-bottom: 0.35em;
}
.products__specs ul {
  margin: 0 !important;
  padding: 0;
  list-style-type: none;
}
.products__specs-row {
  line-height: 1.2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 7px 0;
}
@media (min-width: 360px) {
  .products__specs-row {
    margin: 0;
    line-height: inherit;
    flex-direction: row;
    justify-content: space-between;
  }
}
.products__ilink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  text-indent: -1000px;
  overflow: hidden;
  z-index: 15;
  width: 100%;
  height: 100%;
}
.products__ilink:before {
  content: "";
  opacity: 0;
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.5);
  top: 50%;
  left: 50%;
  display: block;
  border-radius: 50%;
  margin-top: -35px;
  margin-left: -35px;
  background-image: url(../img/vector/zoom.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 30px auto;
  transition: opacity 0.3s;
}
.products--cats .products__ilink:before {
  display: none;
}
.products__ilink:hover:before {
  opacity: 1;
}
.products__specs-row--link {
  position: relative;
  z-index: 20;
  text-decoration: none;
}
.products__specs-row--link:hover {
  text-decoration: underline;
}
.products__item:hover .products__specs-row--link-like {
  text-decoration: underline;
}
.products__specs-next {
  display: inline-block;
  padding: 0 0.7em 0 0;
  position: relative;
}
.products__specs-next:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 1px;
}

@media (min-width:990px) {
  .anav {
    display: flex;
    margin: -6px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.anav__block {
  display: block;
  margin: 6px;
  position: relative;
  text-decoration: none;
  text-align: left;
  overflow: hidden;
  color: #000;
}
@media (min-width:990px) {
  .anav__block {
    width: calc(33.33% - 12px);
  }
  .anav--large .anav__block {
    width: calc(50% - 12px);
  }
}
.anav__block:hover {
  z-index: 100;
}
@media (max-width:989px) {
  .anav__block {
    max-width: 400px;
    margin: 20px auto 0 auto;
  }
}
.anav__block:hover {
  box-shadow: 5px 5px 40px 0 rgba(0, 0, 0, 0.05);
  transform: scale(1.05);
}
.anav__head {
  padding: 20px 25px;
  position: relative;
  z-index: 5;
  background-color: #fff;
}
.anav--vectors .anav__head:after {
  position: absolute;
  bottom: 0;
  background-color: #f4f4f4;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  content: "";
  display: block;
  transition: transform 0.3s;
}
@media (min-width:750px) {
  .anav__head {
    padding: 20px 30px 15px 30px;
    transition: transform 0.3s;
    min-height: 90px;
    display: flex;
    align-items: center;
  }
}
@media (min-width:1200px) {
  .anav__head {
    padding: 15px 40px 10px 40px;
  }
}
@media (min-width:1600px) {
  .anav__head {
    min-height: 100px;
    padding: 20px 40px 15px 40px;
  }
}
.anav__head h2,
.anav__head h3 {
  margin: 0;
  font-size: 1.47em;
  line-height: 1.2;
  position: relative;
  padding-right: 1em;
  z-index: 10;
}
.anav__head h2:after,
.anav__head h3:after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  display: inline-block;
  vertical-align: 0.1em;
  text-decoration: none;
  position: absolute;
  bottom: 0.3em;
  right: 0;
  transition: transform 0.3s;
}
a:hover .anav__head h2:after,
a:hover .anav__head h3:after {
  -webkit-transform: translateX(7px) rotate(-45deg);
  -moz-transform: translateX(7px) rotate(-45deg);
  -ms-transform: translateX(7px) rotate(-45deg);
  -o-transform: translateX(7px) rotate(-45deg);
  transform: translateX(7px) rotate(-45deg);
}
.anav__image-wrap {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
}
.anav__image-wrap:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.anav--vectors .anav__image-wrap {
  background-color: #fff;
}
.anav--large .anav__image-wrap:after {
  padding-top: 74.0740740741%;
}
.anav--vectors .anav__image-wrap:after {
  padding-top: 82.5%;
}
.anav__image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.4s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.305, 0.57, 0.325, 0.985);
  z-index: 5;
  transform: scale3d(1, 1, 1);
}
.anav--vectors .anav__image {
  opacity: 0.7;
}
@media (min-width:750px) {
  .anav--vectors .anav__image {
    opacity: 0.2;
  }
}
@media (min-width:750px) {
  .anav--vectors .anav__block:hover .anav__image {
    opacity: 1;
  }
  .anav__block:hover .anav__image {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

.downloads-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 989px) {
  .downloads-wrap {
    display: block;
  }
}

.downloads-item {
  width: 48%;
  background: #fff;
  padding: 60px;
  text-align: center;
  margin: 1%;
  display: flex;
  flex-wrap: wrap;
  align-items:flex-end;
  justify-content: center;
}
.downloads-item img {
  max-width: 260px;
}
@media (max-width: 989px) {
  .downloads-item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .downloads-item + .downloads-item {
    margin: 20px auto 0;
  }
}
.downloads-item dl {
  display: inline-block;
  min-width: 260px;
  margin: 0.25em auto 0;
  padding: 1em 0.25em 0;
  border-top: 3px solid #CCC;
  text-align: left;
}
@media (max-width: 989px) {
  .downloads-item dl {
    min-width: 100%;
  }
}
.downloads-item dl dt {
  margin-bottom: 0.15em;
  font-size: 18px;
  font-weight: 800;
}
.downloads-item dl dd {
  margin: 0;
}
.downloads-item dl dd strong {
  font-weight: 800;
}
.downloads-item dl dd span {
  margin-right: 1em;
}
.downloads-item dl dd span, .downloads-item dl dd strong {
  display: inline-block;
}
.downloads-item dl dd a {
  float: right;
  padding-right: 1em;
  text-decoration: none;
  position: relative;
}
.downloads-item dl dd a:hover {
  text-decoration: underline;
}
.downloads-item dl dd a:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  top: 50%;
  margin-top: -3px;
  right: 0;
}
.downloads-item dl dd a.nostyle {
  float: none;
  padding-right: 0;
}
.downloads-item dl dd a.nostyle:after {
  display: none;
}

.downloads__image {
  text-align: center;
}

.gfilter {
  margin: 0 0 1.5em 0;
}
@media (min-width:750px) {
  .gfilter {
    margin: 0 0 2.5em 0;
  }
}
@media (min-width:1600px) {
  .gfilter {
    margin: 0 0 3.5em 0;
  }
}
.gfilter ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  min-height: 1.8em;
  align-items: center;
}
.gfilter li {
  margin: 0 1.5em;
}
.gfilter__item {
  position: relative;
  cursor: pointer;
}
.gfilter__item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.gfilter__check {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #dadada;
  border-radius: 50%;
  vertical-align: 0em;
  margin-right: 0.2em;
}
input:checked ~ .gfilter__check {
  background-color: #000;
}
input:checked ~ .gfilter__label {
  font-weight: bold;
  letter-spacing: -0.01em;
}

.accordion {
  text-align: left;
  margin-top: 3.5em;
}
.accordion__head {
  padding: 15px;
  position: relative;
  text-decoration: none;
  padding-right: 50px;
}
@media (min-width:750px) {
  .accordion__head {
    padding: 15px 35px;
  }
}
.accordion__head:after, .accordion__head:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  transition: background-color 0.3s;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.055);
  left: 0;
  right: 0;
}
.accordion__item:first-child > .accordion__head:before, li:first-child > .accordion__head:before {
  background-color: rgba(0, 0, 0, 0.11);
}
.accordion__item:last-child > .accordion__head:after, li:last-child > .accordion__head:after {
  background-color: rgba(0, 0, 0, 0.11);
}
.accordion__head:before {
  margin-bottom: -1px;
  bottom: 100%;
}
.accordion__head:after {
  margin-top: -1px;
  top: 100%;
}
.accordion__head:hover:after, .accordion__head:hover:before {
  background-color: #000 !important;
}
.accordion__head:hover {
  background-color: #fff;
}
.accordion__item.open .accordion__head:before {
  background-color: #000 !important;
}
.accordion__item.open .accordion__head, .accordion__item.open .accordion__head:after {
  background-color: rgba(0, 0, 0, 0) !important;
}
.accordion__item:not(.open) .accordion__head:hover {
  cursor: pointer;
  background-color: #fff;
}
.accordion__head h2 {
  font-size: inherit;
  font-weight: bold;
  margin: 0;
  line-height: inherit;
}
.accordion__head h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transition: transform 0.3s;
}
.accordion__item.open .accordion__head h2:after {
  -webkit-transform: rotateX(180deg) rotate(45deg);
  -moz-transform: rotateX(180deg) rotate(45deg);
  -ms-transform: rotateX(180deg) rotate(45deg);
  -o-transform: rotateX(180deg) rotate(45deg);
  transform: rotateX(180deg) rotate(45deg);
}
.accordion__text {
  opacity: 0;
  transition: opacity 0.3s;
  padding: 1px 15px 20px 15px;
}
@media (min-width:750px) {
  .accordion__text {
    padding: 5px 50px 40px 35px;
  }
}
.accordion--catalogs .accordion__text {
  padding-left: 0;
  padding-right: 0;
}
.accordion__item.open .accordion__text {
  opacity: 1;
  transition-delay: 0.2s;
}
.accordion__text h3 {
  font-size: inherit;
  font-weight: bold;
  margin: 2em 0 1em 0;
}
.accordion__text h3:first-child {
  margin-top: 0;
}
.accordion__text ul {
  margin-bottom: 2em;
}

.dl-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.dl-list__item {
  justify-content: space-between;
  display: flex;
  padding: 15px;
  position: relative;
  text-decoration: none;
}
@media (min-width:750px) {
  .dl-list__item {
    padding: 15px 35px;
  }
}
.dl-list__item:after, .dl-list__item:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  transition: background-color 0.3s;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.055);
  left: 0;
  right: 0;
}
.accordion__item:first-child > .dl-list__item:before, li:first-child > .dl-list__item:before {
  background-color: rgba(0, 0, 0, 0.11);
}
.accordion__item:last-child > .dl-list__item:after, li:last-child > .dl-list__item:after {
  background-color: rgba(0, 0, 0, 0.11);
}
.dl-list__item:before {
  margin-bottom: -1px;
  bottom: 100%;
}
.dl-list__item:after {
  margin-top: -1px;
  top: 100%;
}
.dl-list__item:hover:after, .dl-list__item:hover:before {
  background-color: #000 !important;
}
.dl-list__item:hover {
  background-color: #fff;
}
.dl-list__name {
  font-weight: bold;
}
.dl-list__ext {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.dl-list__ext:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: calc(50% - 5px);
  right: 0;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
}

.docfilter {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 30px 0;
}
@media (min-width:750px) {
  .docfilter {
    flex-direction: row;
    margin: 0 0 60px 0;
  }
}
.docfilter__item + .docfilter__item {
  margin: 15px 0 0 0;
}
@media (min-width:750px) {
  .docfilter__item + .docfilter__item {
    margin: 0 0 0 20px;
  }
}

.nice-select {
  background-image: url(../img/vector/arrow-down-bold.svg);
  background-size: 11px auto;
  background-repeat: no-repeat;
  background-position: top 48% right 1em;
  padding-right: 2.7em;
  padding-left: 1.6em;
  transition: background-position 0.3s, background-color 0.3s;
}
.nice-select:hover {
  background-position: top 54% right 1em;
}

.map {
  background-color: #F2F2F2;
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  color: #000;
}
.map__inside {
  height: 50vw;
  min-height: 400px;
  max-height: 800px;
  position: relative;
  z-index: 10;
}
.map__country-select {
  top: 25px;
  position: absolute;
  z-index: 15;
  left: 25px;
}
@media (min-width:750px) {
  .map__country-select {
    left: auto;
    top: 40px;
    right: 30px;
  }
}
@media (min-width: 1280px) {
  .map__country-select {
    right: calc(50% - 600px);
  }
}
.map__type-select {
  bottom: 25px;
  position: absolute;
  z-index: 15;
  left: 25px;
}
@media (min-width:750px) {
  .map__type-select {
    bottom: 50px;
    left: 30px;
  }
}
@media (min-width: 1280px) {
  .map__type-select {
    left: calc(50% - 600px);
  }
}
.map__more-info {
  display: none;
  top: 25px;
  left: 25px;
}
@media (min-width:750px) {
  .map__more-info {
    display: block;
    top: 40px;
    z-index: 15;
    left: 30px;
    position: absolute;
  }
}
@media (min-width: 1280px) {
  .map__more-info {
    left: calc(50% - 600px);
  }
}
.map__user-guide {
  display: block;
  padding: 0.5em;
  background: #fff;
  bottom: 25px;
  right: 25px;
}
@media (max-width:749px) {
  .map__user-guide {
    padding: 15px 20px;
  }
}
@media (min-width:750px) {
  .map__user-guide {
    display: block;
    bottom: 40px;
    z-index: 15;
    right: 30px;
    position: absolute;
  }
}
@media (min-width: 1280px) {
  .map__user-guide {
    right: calc(50% - 600px);
  }
}
.map__user-guide ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  line-height: 2;
}
@media (max-width:749px) {
  .map__user-guide ul {
    padding-left: 1.5em;
    text-indent: -1.5em;
    font-size: 14px;
    line-height: 1.4;
  }
}
.map__user-guide ul li:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1.6em;
  margin-right: 0.5em;
  vertical-align: -0.4em;
}
.map__user-guide ul li:first-child:before {
  background: url("../../img/vector/map-pin-red.svg") no-repeat center center/1em 1.6em;
}
.map__user-guide ul li:last-child:before {
  background: url("../../img/vector/map-pin.svg") no-repeat center center/1em 1.6em;
}

.gm-control-active > img {
  filter: contrast(3);
}

.contacts {
  overflow: hidden;
}
@media (min-width:990px) {
  .contacts {
    margin-top: -25px;
  }
}
.contacts__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -25px;
}
.contacts--full .contacts__items {
  flex-wrap: nowrap;
}
@media (max-width:989px) {
  .contacts--full .contacts__items {
    display: block;
    padding: 15px;
  }
}
@media (max-width:749px) {
  .contacts__items {
    margin: 0;
  }
}
.contacts__item {
  display: block;
  padding: 20px 15px;
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  font-family: "hlvtc", "helvetica", "arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 300;
  position: relative;
  width: 100%;
}
@media (min-width:750px) {
  .contacts__item {
    padding: 45px 25px;
    font-size: 15px;
  }
}
.contacts--full .contacts__item {
  font-size: 15px;
  max-width: none;
}
@media (min-width:480px) {
  .contacts__item {
    width: 50%;
  }
}
@media (min-width:990px) {
  .contacts__item {
    width: 33.33%;
  }
}
@media (min-width: 1300px) {
  .contacts__item {
    width: 25%;
  }
}
@media (min-width:1600px) {
  .contacts__item {
    width: 25%;
  }
}
.contacts--full .contacts__item {
  width: auto;
  flex-grow: 1;
  flex-basis: 0;
}
.contacts__item--iw {
  margin: 0;
  width: 100%;
  padding: 15px 20px 10px 20px;
}
@media (min-width:750px) {
  .contacts__item--iw {
    padding: 15px 20px 20px 20px;
    min-width: 270px;
  }
}
.contacts--hover .contacts__item--in-page:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  content: "";
  display: block;
  transition: background-color 0.3s;
  background-color: rgba(0, 0, 0, 0);
}
.contacts--hover .contacts__item--in-page:hover:before {
  background-color: rgba(0, 0, 0, 0.03);
}
.contacts__name {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 0.2em 0;
  border-top: 2px solid #dadada;
  padding-top: 15px;
  transition: border-color 0.3s;
}
.contacts--hover .contacts__item:hover .contacts__name {
  border-top-color: #000;
}
.contacts__item--iw .contacts__name {
  padding: 0;
  border: none;
}
.contacts__address p {
  margin: 0;
}
.contacts__contacts {
  list-style-type: none;
  margin: 1.2em 0 0 0;
  padding: 0;
}
.contacts__item a {
  display: block;
  position: relative;
  z-index: 15;
  text-decoration: none;
  word-wrap: break-word;
}
.contacts__item a:hover {
  text-decoration: underline;
}
.contacts__item a:not([href^="tel:"]) {
  padding-right: 30px;
}
.contacts__item a:not([href^="tel:"]):after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  top: 50%;
  margin-top: -3px;
  right: 5px;
}
.contacts__additional {
  margin-top: 1em;
}
.contacts__ilink {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  content: "";
  display: block;
}

button[aria-label=Zavřít].gm-ui-hover-effect {
  opacity: 1 !important;
  top: 0 !important;
  right: 0 !important;
}

.gm-style .gm-style-iw-c {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.form--narrow {
  max-width: 394px;
  margin-left: auto;
  margin-right: auto;
}
.form--wide {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.form__items {
  display: flex;
  margin: -5px;
  flex-wrap: wrap;
}
.form__item {
  display: block;
  margin: 5px;
  position: relative;
  background-color: #fff;
  width: calc(100% - 10px);
}
@media (min-width:750px) {
  .form--wide .form__item {
    width: calc(50% - 10px);
  }
}
.form__item .form__error {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #f00;
  font-size: 12px;
}
.form__input {
  position: relative;
  z-index: 10;
  width: 100%;
  display: block;
  padding: 20px;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  background: transparent;
  border: none;
  color: inherit;
}
.form__item--has-value .form__input {
  transform: translateY(10px);
}
.form__input--select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGZpbGw9IiMwMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAyNTUgMjU1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNTUgMjU1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSIwLDYzLjc1IDEyNy41LDE5MS4yNSAyNTUsNjMuNzUgIi8+PC9zdmc+);
  background-size: 8px auto;
  background-repeat: no-repeat;
  background-position: right 14px top calc(50% - 8px);
}
.form__input--select::-ms-expand {
  display: none;
}
.form__input--select option {
  padding-left: 0;
}
.form__label {
  position: absolute;
  top: 20px;
  display: block;
  left: 20px;
  color: #cacaca;
  transform-origin: 0 0;
  transition: transform 0.3s;
}
.form__item--has-value .form__label {
  transform: translateY(-10px) scale(0.75);
}
.form__note {
  margin: 15px 0 10px 0;
  font-size: 0.8em;
}
.form__buttons {
  margin: 3.2em 0 0 0;
}

.down-arrow {
  display: none;
}
@media (min-width:750px) {
  .down-arrow {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 15px);
    z-index: 100;
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../img/vector/arrow-down.svg);
    background-size: 20px auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-indent: -100px;
    overflow: hidden;
  }
}

.pline {
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #000;
  width: 100px;
  transition: transform 0.6s;
}
@media (max-width:1199px) {
  .pline {
    display: none !important;
  }
}
.product__feature--l .pline {
  left: 100%;
  transform-origin: 0 0;
}
.product__feature--r .pline {
  right: 100%;
  transform-origin: 100% 0;
}
.pline__dot {
  position: absolute;
  bottom: -2px;
  right: 0px;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
  display: block;
  transform-origin: 100% 0;
}
.product__feature--r .pline__dot {
  transform-origin: 0 0;
  right: auto;
  left: 0px;
}
.pline__south {
  height: 40px;
  width: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
}
.pline__south .pline__dot {
  left: -2px;
  right: -2px;
}
.product__feature--l .pline__south {
  transform-origin: 100% 0;
  left: auto;
  right: 0;
}
.pline__dot, .pline__south {
  transition: transform 0.7s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.product__feature.open .pline__dot, .product__feature.open .pline__south {
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.pmodal {
  max-width: 1200px !important;
  width: 100%;
  padding: 0 !important;
  color: #000;
}
.pmodal--small {
  max-width: 800px !important;
  margin: 0 auto;
}
.pmodal__head {
  text-align: center;
  padding: 40px 20px;
}
@media (min-width:750px) {
  .pmodal__head {
    padding: 70px;
  }
  .pmodal--small .pmodal__head {
    padding-bottom: 2em;
  }
}
.pmodal__head h1 {
  font-size: 2em;
  margin: 0;
}
@media (min-width:750px) {
  .pmodal__flex {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.pmodal__content {
  padding: 25px;
}
@media (min-width:750px) {
  .pmodal__content {
    padding: 40px;
    width: 50%;
  }
}
@media (min-width:1200px) {
  .pmodal__content {
    padding: 70px;
    width: 50%;
  }
}
.pmodal__content h1 {
  font-size: 25px;
  margin: 0 0 0.4em 0;
}
@media (min-width:750px) {
  .pmodal__content h1 {
    margin: 0 0 0.9em 0;
  }
}
.pmodal__content2 {
  padding: 0 10px 15px 10px;
}
@media (min-width:750px) {
  .pmodal__content2 {
    padding: 0 50px 60px 50px;
  }
}
.pmodal__media {
  max-width: 300px;
  padding: 25px 25px 0 25px;
}
@media (min-width:750px) {
  .pmodal__media {
    padding: 0;
    width: 50%;
    max-width: none;
  }
}
.pmodal__media img {
  display: block;
  margin: 0;
  width: 100%;
}

.page-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(250, 250, 250, 0.8);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 500;
}
.menu-active .page-overlay {
  display: block;
  animation-name: fadeIn;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.people {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
.people--catalogs {
  align-items: flex-end;
}
.people__block {
  width: calc(50% - 10px);
  margin: 5px;
}
@media (min-width:750px) {
  .people__block {
    margin: 20px;
    width: calc(33.33% - 40px);
  }
}
@media (min-width:990px) {
  .people__block {
    width: calc(25% - 40px);
  }
}
.people__name {
  margin: 0 0 0.1em 0 !important;
}
.people__role {
  font-size: 15px;
}
.people__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin: 0 0 1.1em 0;
}
.people__img:after {
  content: "";
  display: block;
  padding-top: 128%;
}
.people__full-img {
  margin: 0 0 1.1em 0;
  display: block;
}
.people__contacts {
  font-size: 15px;
  list-style-type: none;
  margin: 0.6em 0 1em 0 !important;
  line-height: 1.5;
  padding: 0;
}
.people__contacts a {
  text-decoration: none;
}
.people__contacts a:hover {
  text-decoration: underline;
}

.schemes {
  line-height: 1.4;
  font-size: 14px;
}
@media (min-width:750px) {
  .schemes {
    font-size: 15px;
  }
}
@media (min-width:990px) {
  .schemes {
    display: flex;
    justify-content: center;
    margin: 0 -20px;
  }
}
.schemes__block {
  flex-basis: 0;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
@media (max-width:989px) {
  .schemes__block:nth-child(even) {
    flex-direction: row;
  }
  .schemes__block + .schemes__block {
    margin-top: 30px;
  }
}
@media (min-width:990px) {
  .schemes__block {
    margin: 0 20px;
  }
}
.schemes__content {
  width: 54%;
}
@media (min-width:750px) {
  .schemes__content {
    max-width: 26em;
    padding-top: 1em;
  }
}
.schemes__image {
  width: 50%;
  margin-right: 6%;
}
@media (max-width:989px) {
  .schemes__block:nth-child(even) .schemes__image {
    margin-right: 0;
    margin-left: 6%;
  }
}
.schemes__image img {
  margin: 0 0 0 auto;
  display: block;
}
.schemes h2 {
  font-size: 1.3em;
  margin: 0 0 0.8em 0;
}

.custom-lightbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  background-color: rgba(255, 255, 255, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 100;
  animation-name: fadeIn;
  animation-duration: 0.3s;
  animation-fill-mode: backwards;
  transition: padding-top 1s;
}
@media (max-height: 810px) {
  .custom-lightbox {
    padding-top: 75px;
    transition: padding-top 1s;
  }
}
.custom-lightbox__inside {
  background-color: #fff;
  width: 100%;
  position: relative;
  max-width: 1200px;
  animation-name: fadeIn;
  animation-duration: 0.3s;
  animation-fill-mode: backwards;
  animation-delay: 0.05s;
  margin: 75px 0;
}
.custom-lightbox__close {
  position: absolute;
  top: 0;
  right: 0;
}
.custom-lightbox .fancybox-close-small {
  top: 0 !important;
  right: 0 !important;
  color: #000 !important;
}

.form-result {
  max-width: 36em;
  margin: -1em auto 2em auto;
}

@keyframes showShadow {
  0% {
    transform: scale(0.4, 0.2);
    opacity: 0;
  }
  80% {
    transform: none;
    opacity: 0.7;
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes firstLine {
  0% {
    transform: translateY(-100vh);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes lastLine {
  0% {
    transform: translateY(100vh);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.coming-soon {
  height: calc(100vh - 60px);
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
}
.coming-soon__inside {
  position: absolute;
  top: 10vh;
  bottom: 12vh;
  left: 10vw;
  right: 10vw;
  background-image: url(../img/content/hp-coming-soon.jpg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  animation-name: fadeIn;
  animation-duration: 0.7s;
  animation-delay: 0.3s;
  animation-fill-mode: backwards;
}
.coming-soon__inside h1 {
  font-size: 60px;
  line-height: 0.7;
  margin: 0;
  color: #ddd;
  opacity: 0.9;
  padding-bottom: 0.6em;
}
@media (min-width: 500px) {
  .coming-soon__inside h1 {
    font-size: 12vw;
  }
}
@media (min-width: 1666.6666666667px) {
  .coming-soon__inside h1 {
    font-size: 200px;
  }
}
.coming-soon__inside:after {
  position: absolute;
  content: "";
  font-size: 60px;
  width: 4em;
  margin-left: -2em;
  left: 50%;
  top: 105%;
  height: 0.2em;
  background-size: contain;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-image: url(../img/content/hp-coming-soon-shadow.png);
  animation-name: showShadow;
  animation-duration: 1.1s;
  animation-delay: 0.5s;
  animation-fill-mode: backwards;
}
@media (min-width: 500px) {
  .coming-soon__inside:after {
    font-size: 12vw;
  }
}
@media (min-width: 1666.6666666667px) {
  .coming-soon__inside:after {
    font-size: 200px;
  }
}
.coming-soon__line {
  display: block;
}
.coming-soon__line:first-child {
  animation-name: firstLine;
  animation-duration: 0.8s;
  animation-delay: 0.5s;
  animation-fill-mode: backwards;
}
.coming-soon__line:last-child {
  animation-name: lastLine;
  animation-duration: 1s;
  animation-delay: 0.9s;
  animation-fill-mode: backwards;
}

.grants {
  font-size: 0.875em;
}
@media (min-width:990px) {
  .grants {
    display: flex;
    margin: -3em;
  }
}
@media (min-width:990px) {
  .grants__block {
    margin: 3em;
    flex-basis: 0;
    flex-grow: 1;
  }
}

.section--store {
  background: #f5f5f5;
}

.store-info-wrap {
  display: flex;
  justify-content: space-between;
}

.store-info {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 28.5%;
}
.store-info dl {
  display: inline-block;
  margin: 0;
}
.store-info dt {
  padding-top: 15px;
  border-top: 2px solid #dadada;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width:749px) {
  .store-info dt {
    font-size: 18px;
  }
}
@media (max-width:479px) {
  .store-info dt {
    font-size: 16px;
  }
}
.store-info dd {
  margin-top: 0.5em;
  margin-left: 0;
  font-size: 18px;
}
@media (max-width:749px) {
  .store-info dd {
    font-size: 16px;
  }
}
@media (max-width:479px) {
  .store-info dd {
    font-size: 14px;
  }
}
.store-info dd ul {
  padding: 0;
  list-style: none;
}
@media (max-width: 990px) {
  .store-info {
    width: 100%;
  }
}
@media (min-width: 991px) {
  .store-info a {
    position: relative;
    display: block;
    padding-right: 1em;
    text-decoration: none;
  }
  .store-info a:hover {
    text-decoration: underline;
  }
  .store-info a:after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    top: 50%;
    margin-top: -3px;
    right: 0;
  }
}

.store-image-t {
  width: 100%;
}
.store-image-t ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.store-image-t ul li {
  width: 46.5%;
  margin-top: 18px;
}
@media (max-width: 749px) {
  .store-image-t ul li {
    width: 100%;
  }
}
.store-image-t ul li img {
  vertical-align: top;
}

.store-image-v {
  width: 65%;
}
@media (max-width: 990px) {
  .store-image-v {
    display: none;
  }
}
.store-image-v img {
  vertical-align: top;
}

.about {
  padding: 30px 20px;
  background-color: #fff;
}
@media (min-width:990px) {
  .about {
    padding: 70px 100px;
  }
}
@media (min-width:1600px) {
  .about {
    padding: 90px 100px;
  }
}
.about--rev {
  background-color: #f5f5f5;
}
.about__inside {
  margin: 0 auto;
}
@media (min-width:990px) {
  .about__inside {
    max-width: 1200px;
    display: flex;
    align-items: center;
  }
  .about--rev .about__inside {
    flex-direction: row-reverse;
  }
}
@media (min-width:990px) {
  .about__content {
    width: 50%;
  }
}
.about__text {
  max-width: 32em;
  animation-name: fadeIn;
  animation-duration: 0.7s;
  animation-delay: 0.1s;
  animation-fill-mode: backwards;
}
.about__text h2 {
  font-size: 30px;
  margin: 0 0 0.5em 0;
}
@media (min-width:990px) {
  .about__text h2 {
    margin: 0 0 0.9em 0;
  }
}
@media (min-width:990px) {
  .about__media {
    width: 50%;
    position: relative;
  }
}
.about__img {
  margin: 20px 0 0 0;
}
@media (min-width:990px) {
  .about__img {
    margin: 0;
  }
  .about__img--a {
    width: 80%;
    margin-left: auto;
  }
  .about__img--b {
    position: absolute;
    left: -1.6666%;
    bottom: 0;
    margin-bottom: -30%;
    width: 70.8%;
  }
  .about__img--c {
    margin-top: 18%;
    margin-bottom: 18%;
    width: 88%;
  }
  .about__img--d {
    margin-top: -25%;
    width: 78.33%;
  }
  .about__img--e {
    margin-top: -10%;
    margin-left: auto;
    width: 71.5%;
  }
  .about__img--f {
    width: 87.5%;
    margin-top: 10%;
    margin-bottom: 10%;
  }
}
.about__img img {
  width: 100%;
  display: block;
}

.product__feature {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: backwards;
}
.product__feature:nth-child(1) {
  animation-delay: 0.4s;
}
.product__feature:nth-child(2) {
  animation-delay: 0.6s;
}
.product__feature:nth-child(3) {
  animation-delay: 0.8s;
}
.product__feature:nth-child(4) {
  animation-delay: 1s;
}
.product__feature:nth-child(5) {
  animation-delay: 1.2s;
}
.product__feature:nth-child(6) {
  animation-delay: 1.4s;
}
.product__feature:nth-child(7) {
  animation-delay: 1.6s;
}
.product__feature:nth-child(8) {
  animation-delay: 1.8s;
}
.product__feature:nth-child(9) {
  animation-delay: 2s;
}
.product__feature:nth-child(10) {
  animation-delay: 2.2s;
}

.product__img,
.footer__inside,
.section__inside {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-delay: 0.1s;
  animation-fill-mode: backwards;
}

.map__more-info,
.map__country-select,
.map__type-select {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-delay: 1.5s;
  animation-fill-mode: backwards;
}

.section.appeared .products__item,
.inspire__item,
.anav__block {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: backwards;
}
.section.appeared .products__item:nth-child(1),
.inspire__item:nth-child(1),
.anav__block:nth-child(1) {
  animation-delay: 0.11s;
}
.section.appeared .products__item:nth-child(2),
.inspire__item:nth-child(2),
.anav__block:nth-child(2) {
  animation-delay: 0.21s;
}
.section.appeared .products__item:nth-child(3),
.inspire__item:nth-child(3),
.anav__block:nth-child(3) {
  animation-delay: 0.31s;
}
.section.appeared .products__item:nth-child(4),
.inspire__item:nth-child(4),
.anav__block:nth-child(4) {
  animation-delay: 0.41s;
}
.section.appeared .products__item:nth-child(5),
.inspire__item:nth-child(5),
.anav__block:nth-child(5) {
  animation-delay: 0.51s;
}
.section.appeared .products__item:nth-child(6),
.inspire__item:nth-child(6),
.anav__block:nth-child(6) {
  animation-delay: 0.61s;
}
.section.appeared .products__item:nth-child(7),
.inspire__item:nth-child(7),
.anav__block:nth-child(7) {
  animation-delay: 0.71s;
}
.section.appeared .products__item:nth-child(8),
.inspire__item:nth-child(8),
.anav__block:nth-child(8) {
  animation-delay: 0.81s;
}
.section.appeared .products__item:nth-child(9),
.inspire__item:nth-child(9),
.anav__block:nth-child(9) {
  animation-delay: 0.91s;
}
.section.appeared .products__item:nth-child(10),
.inspire__item:nth-child(10),
.anav__block:nth-child(10) {
  animation-delay: 1.01s;
}
.section.appeared .products__item:nth-child(11),
.inspire__item:nth-child(11),
.anav__block:nth-child(11) {
  animation-delay: 1.11s;
}
.section.appeared .products__item:nth-child(12),
.inspire__item:nth-child(12),
.anav__block:nth-child(12) {
  animation-delay: 1.21s;
}
.section.appeared .products__item:nth-child(13),
.inspire__item:nth-child(13),
.anav__block:nth-child(13) {
  animation-delay: 1.31s;
}
.section.appeared .products__item:nth-child(14),
.inspire__item:nth-child(14),
.anav__block:nth-child(14) {
  animation-delay: 1.41s;
}
.section.appeared .products__item:nth-child(15),
.inspire__item:nth-child(15),
.anav__block:nth-child(15) {
  animation-delay: 1.51s;
}
.section.appeared .products__item:nth-child(16),
.inspire__item:nth-child(16),
.anav__block:nth-child(16) {
  animation-delay: 1.61s;
}
.section.appeared .products__item:nth-child(17),
.inspire__item:nth-child(17),
.anav__block:nth-child(17) {
  animation-delay: 1.71s;
}
.section.appeared .products__item:nth-child(18),
.inspire__item:nth-child(18),
.anav__block:nth-child(18) {
  animation-delay: 1.81s;
}
.section.appeared .products__item:nth-child(19),
.inspire__item:nth-child(19),
.anav__block:nth-child(19) {
  animation-delay: 1.91s;
}
.section.appeared .products__item:nth-child(20),
.inspire__item:nth-child(20),
.anav__block:nth-child(20) {
  animation-delay: 2.01s;
}
.section.appeared .products__item:nth-child(21),
.inspire__item:nth-child(21),
.anav__block:nth-child(21) {
  animation-delay: 2.11s;
}
.section.appeared .products__item:nth-child(22),
.inspire__item:nth-child(22),
.anav__block:nth-child(22) {
  animation-delay: 2.21s;
}
.section.appeared .products__item:nth-child(23),
.inspire__item:nth-child(23),
.anav__block:nth-child(23) {
  animation-delay: 2.31s;
}
.section.appeared .products__item:nth-child(24),
.inspire__item:nth-child(24),
.anav__block:nth-child(24) {
  animation-delay: 2.41s;
}
.section.appeared .products__item:nth-child(25),
.inspire__item:nth-child(25),
.anav__block:nth-child(25) {
  animation-delay: 2.51s;
}
.section.appeared .products__item:nth-child(26),
.inspire__item:nth-child(26),
.anav__block:nth-child(26) {
  animation-delay: 2.61s;
}
.section.appeared .products__item:nth-child(27),
.inspire__item:nth-child(27),
.anav__block:nth-child(27) {
  animation-delay: 2.71s;
}
.section.appeared .products__item:nth-child(28),
.inspire__item:nth-child(28),
.anav__block:nth-child(28) {
  animation-delay: 2.81s;
}
.section.appeared .products__item:nth-child(29),
.inspire__item:nth-child(29),
.anav__block:nth-child(29) {
  animation-delay: 2.91s;
}
.section.appeared .products__item:nth-child(30),
.inspire__item:nth-child(30),
.anav__block:nth-child(30) {
  animation-delay: 3.01s;
}

.pnav.appear .pnav__block {
  animation-name: hide;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.pnav.appear.appeared .pnav__block {
  animation-name: fadeIn;
  animation-duration: 1s;
}
.pnav.appear.appeared .pnav__block:nth-child(1) {
  animation-delay: 0.12s;
}
.pnav.appear.appeared .pnav__block:nth-child(2) {
  animation-delay: 0.22s;
}
.pnav.appear.appeared .pnav__block:nth-child(3) {
  animation-delay: 0.32s;
}
.pnav.appear.appeared .pnav__block:nth-child(4) {
  animation-delay: 0.42s;
}
.pnav.appear.appeared .pnav__block:nth-child(5) {
  animation-delay: 0.52s;
}
.pnav.appear.appeared .pnav__block:nth-child(6) {
  animation-delay: 0.62s;
}
.pnav.appear.appeared .pnav__block:nth-child(7) {
  animation-delay: 0.72s;
}
.pnav.appear.appeared .pnav__block:nth-child(8) {
  animation-delay: 0.82s;
}
.pnav.appear.appeared .pnav__block:nth-child(9) {
  animation-delay: 0.92s;
}
.pnav.appear.appeared .pnav__block:nth-child(10) {
  animation-delay: 1.02s;
}
.pnav.appear.appeared .pnav__block:nth-child(11) {
  animation-delay: 1.12s;
}
.pnav.appear.appeared .pnav__block:nth-child(12) {
  animation-delay: 1.22s;
}
.pnav.appear.appeared .pnav__block:nth-child(13) {
  animation-delay: 1.32s;
}
.pnav.appear.appeared .pnav__block:nth-child(14) {
  animation-delay: 1.42s;
}
.pnav.appear.appeared .pnav__block:nth-child(15) {
  animation-delay: 1.52s;
}
.pnav.appear.appeared .pnav__block:nth-child(16) {
  animation-delay: 1.62s;
}
.pnav.appear.appeared .pnav__block:nth-child(17) {
  animation-delay: 1.72s;
}
.pnav.appear.appeared .pnav__block:nth-child(18) {
  animation-delay: 1.82s;
}
.pnav.appear.appeared .pnav__block:nth-child(19) {
  animation-delay: 1.92s;
}
.pnav.appear.appeared .pnav__block:nth-child(20) {
  animation-delay: 2.02s;
}
.pnav.appear.appeared .pnav__block:nth-child(21) {
  animation-delay: 2.12s;
}
.pnav.appear.appeared .pnav__block:nth-child(22) {
  animation-delay: 2.22s;
}
.pnav.appear.appeared .pnav__block:nth-child(23) {
  animation-delay: 2.32s;
}
.pnav.appear.appeared .pnav__block:nth-child(24) {
  animation-delay: 2.42s;
}
.pnav.appear.appeared .pnav__block:nth-child(25) {
  animation-delay: 2.52s;
}
.pnav.appear.appeared .pnav__block:nth-child(26) {
  animation-delay: 2.62s;
}
.pnav.appear.appeared .pnav__block:nth-child(27) {
  animation-delay: 2.72s;
}
.pnav.appear.appeared .pnav__block:nth-child(28) {
  animation-delay: 2.82s;
}
.pnav.appear.appeared .pnav__block:nth-child(29) {
  animation-delay: 2.92s;
}
.pnav.appear.appeared .pnav__block:nth-child(30) {
  animation-delay: 3.02s;
}

.hp-slider__slides {
  animation-name: fadeIn;
  animation-duration: 0.4s;
  animation-delay: 0.2s;
  animation-fill-mode: both;
}

.hp-slider__text {
  animation-name: hide;
  animation-duration: 0.5s;
  animation-delay: 0.1s;
  animation-fill-mode: both;
}

.slick-slide.slick-active .hp-slider__text {
  animation-name: fadeIn;
}

.hp-slider .slick-dots {
  animation-name: fadeIn;
  animation-duration: 0.4s;
  animation-delay: 0.8s;
  animation-fill-mode: backwards;
}

.about.appear .about__text {
  animation-name: hide;
  animation-duration: 0.8s;
  animation-delay: 0s;
  animation-fill-mode: both;
}

.about.appeared .about__text {
  animation-name: fadeInUp;
}

.about.appear .about__img img {
  animation-name: hide;
  animation-duration: 0.8s;
  animation-delay: 0s;
  animation-fill-mode: both;
}

.about.appear .about__img:nth-child(1) img {
  animation-delay: 0.41s;
}
.about.appear .about__img:nth-child(2) img {
  animation-delay: 0.81s;
}
.about.appear .about__img:nth-child(3) img {
  animation-delay: 1.21s;
}
.about.appear .about__img:nth-child(4) img {
  animation-delay: 1.61s;
}
.about.appear .about__img:nth-child(5) img {
  animation-delay: 2.01s;
}
.about.appear .about__img:nth-child(6) img {
  animation-delay: 2.41s;
}
.about.appear .about__img:nth-child(7) img {
  animation-delay: 2.81s;
}
.about.appear .about__img:nth-child(8) img {
  animation-delay: 3.21s;
}
.about.appear .about__img:nth-child(9) img {
  animation-delay: 3.61s;
}
.about.appear .about__img:nth-child(10) img {
  animation-delay: 4.01s;
}
.about.appear .about__img:nth-child(11) img {
  animation-delay: 4.41s;
}
.about.appear .about__img:nth-child(12) img {
  animation-delay: 4.81s;
}
.about.appear .about__img:nth-child(13) img {
  animation-delay: 5.21s;
}
.about.appear .about__img:nth-child(14) img {
  animation-delay: 5.61s;
}
.about.appear .about__img:nth-child(15) img {
  animation-delay: 6.01s;
}
.about.appear .about__img:nth-child(16) img {
  animation-delay: 6.41s;
}
.about.appear .about__img:nth-child(17) img {
  animation-delay: 6.81s;
}
.about.appear .about__img:nth-child(18) img {
  animation-delay: 7.21s;
}
.about.appear .about__img:nth-child(19) img {
  animation-delay: 7.61s;
}
.about.appear .about__img:nth-child(20) img {
  animation-delay: 8.01s;
}
.about.appear .about__img:nth-child(21) img {
  animation-delay: 8.41s;
}
.about.appear .about__img:nth-child(22) img {
  animation-delay: 8.81s;
}
.about.appear .about__img:nth-child(23) img {
  animation-delay: 9.21s;
}
.about.appear .about__img:nth-child(24) img {
  animation-delay: 9.61s;
}
.about.appear .about__img:nth-child(25) img {
  animation-delay: 10.01s;
}
.about.appear .about__img:nth-child(26) img {
  animation-delay: 10.41s;
}
.about.appear .about__img:nth-child(27) img {
  animation-delay: 10.81s;
}
.about.appear .about__img:nth-child(28) img {
  animation-delay: 11.21s;
}
.about.appear .about__img:nth-child(29) img {
  animation-delay: 11.61s;
}
.about.appear .about__img:nth-child(30) img {
  animation-delay: 12.01s;
}

.about.appeared .about__img img {
  animation-name: fadeIn;
}

.section.appear .section__inside {
  animation-name: hide;
  animation-duration: 0.8s;
  animation-delay: 0s;
  animation-fill-mode: both;
}

.section.appeared .section__inside {
  animation-name: fadeIn;
}

.section--materials:after {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-delay: 0.1s;
  animation-fill-mode: both;
}

.down-arrow {
  animation-name: flash;
  animation-delay: 0.5s;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

/*fireside-support-structure-in-japan*/
.section--materials.support-structure .section__title {
  color: #fff;
  margin-top: 60px;
}
.section--materials.support-structure .section__img {
  background-size: cover;
}
@media (min-width:1200px) {
  .section--materials.support-structure {
    min-height: 624px;
  }
}

.support-structure .about__text h2 {
  font-size: 24px;
  line-height: 1.458;
  margin: 0 0 20px;
}
.support-structure .about__text h2 span {
  font-size: 18px;
  display: block;
}
.support-structure .about__text dl {
  display: flex;
  justify-content: flex-start;
  margin: 40px 0 0;
}
.support-structure .about__text dl dt {
  width: 100px;
  flex: 0 0 auto;
}
.support-structure .about__text dl dd {
  margin: 0;
}
@media (min-width:990px) {
.support-structure .about__img--d {
    margin-top: -30%;
    width: 78.33%;
    margin-left: auto;
  }
.support-structure .about__img--e {
    margin-top: 0;
    margin-bottom: -25%;
    margin-left: 0;
    width: 71.5%;
  }
}

.support-structure .gmap {
  text-align: center;
  margin:10% auto 0;
  max-width: 1200px;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.support-structure .gmap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media (min-width:990px) {
  .support-structure .gmap {
 margin:100px auto 0;
  }
}

/*# sourceMappingURL=main.css.map */