@charset "UTF-8";

.home_slider__controller .slick-arrow,
.home_slider__controller .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  font-size: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  outline: 0;
  cursor: pointer
}

.lb-cancel {
  background-image: url(images/lightbox/loading.gif)
}

.lb-nav a.lb-prev {
  background-image: url(images/lightbox/prev.png)
}

.lb-nav a.lb-next {
  background-image: url(images/lightbox/next.png)
}

.lb-data .lb-close {
  background-image: url(images/lightbox/close.png)
}

img {
  max-width: 100%;
  height: auto
}

::-moz-selection {
  color: #fff !important;
  background-color: rgba(230, 0, 18, .75) !important
}

::selection {
  color: #fff !important;
  background-color: rgba(230, 0, 18, .75) !important
}

.no_data {
  text-align: center
}

.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto
}

.nav_btn {
  display: block;
  max-width: 220px;
  font-size: 13.5px;
  border: 1px solid;
  margin: 0 auto;
  padding: 10px 43px;
  background-image: url(images/icon_nav.svg);
  background-repeat: no-repeat;
  background-size: 28px 8.34539px;
  background-position: top 46% right 15px;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s
}

.nav_btn:hover {
  background-position: top 46% right 7.5px
}

.nav_btn--white {
  background-color: #fff
}

.nav_btn--dark {
  color: #fff;
  background-color: #000;
  background-image: url(images/icon_nav_white.svg)
}

.nav_btn--dark:hover {
  color: #fff
}

.nav_btn--red {
  color: #fff;
  background-color: #e60012;
  background-image: url(images/icon_nav_white.svg)
}

.nav_btn--red:hover {
  color: #fff
}

.nav_btn--bold {
  font-weight: bold;
}

.breadcrumb,
.custom_breadcrumb {
  display: block;
  font-size: 13px
}

@media screen and (min-width:567.2px) {

  .breadcrumb,
  .custom_breadcrumb {
    margin-bottom: 30px
  }
}

.breadcrumb__list,
.custom_breadcrumb__list {
  list-style: none;
  padding: .75rem 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1230px
}

.breadcrumb__list__item,
.custom_breadcrumb__list__item {
  display: block
}

.breadcrumb__list__item + .breadcrumb__list__item,
.breadcrumb__list__item + .custom_breadcrumb__list__item,
.custom_breadcrumb__list__item + .breadcrumb__list__item,
.custom_breadcrumb__list__item + .custom_breadcrumb__list__item {
  padding-left: .5em
}

.breadcrumb__list__item + .breadcrumb__list__item:before,
.breadcrumb__list__item + .custom_breadcrumb__list__item:before,
.custom_breadcrumb__list__item + .breadcrumb__list__item:before,
.custom_breadcrumb__list__item + .custom_breadcrumb__list__item:before {
  content: ">";
  display: inline-block;
  padding-right: .5em
}

.breadcrumb__list__item br,
.custom_breadcrumb__list__item br {
  display: none
}

.breadcrumb__link,
.custom_breadcrumb__link {
  color: inherit !important
}

.footer__aside__block__title,
.page_home__section__title {
  display: block;
  font-size: 22.5px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 40px;
  padding: 0 0 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#727171), to(#727171));
  background-image: -o-linear-gradient(#727171 0, #727171 100%);
  background-image: linear-gradient(#727171, #727171);
  background-repeat: no-repeat;
  background-size: 58.5px 5px;
  background-position: bottom
}

@media screen and (min-width:567.2px) {

  .footer__aside__block__title,
  .page_home__section__title {
    font-size: 30.6px
  }
}

.card_list_container {
  margin: 0 auto;
  max-width: 84.89583vw
}

.card_list {
  padding-left: 0;
  list-style: none;
  width: auto;
  margin: 0 -10px
}

.card_list a {
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s
}

.card_list a:hover {
  opacity: .7
}

.card_list .slick-list {
  height: 100%;
  overflow: visible
}

.card_list:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.card_list:not(.slick-initialized) .card_list__item:nth-child(n+2) {
  display: none
}

.card_list__item {
  padding: 0 10px;
  outline: 0 !important
}

.card_list__block,
.slick-initialized .card_list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.card_list__block {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: inherit !important;
  text-decoration: none !important;
  outline: 0 !important
}

.card_list__image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative
}

.card_list__image__icon {
  display: inline-block;
  line-height: 1.2;
  padding: 2px 8px;
  font-size: 13px;
  color: #fff;
  background: #e62112;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  margin: auto
}

.card_list__image__block {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 75%;
  position: relative;
  overflow: hidden;
  background: #fff
}

.card_list__image__block img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover;object-position: center";
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

.card_list a:hover .card_list__image__block img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.card_list__title {
  display: block;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 5px
}

@media screen and (max-width:567px) {
  .card_list__title {
    font-size: 25px
  }
}

.card_list__content {
  display: block;
  margin: 0 0 15px;
  font-size: 12.35px
}

@media screen and (max-width:567px) {
  .card_list__content {
    font-size: 11.25px
  }
}

.card_list__nav {
  margin-top: auto
}

.card_list_dots,
.page_products__slider__thumbs__dots,
.page_products__technology__dots {
  display: block
}

.card_list_dots .slick-dots,
.page_products__slider__thumbs__dots .slick-dots,
.page_products__technology__dots .slick-dots {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: auto;
  margin: 0 -1.25px
}

.card_list_dots .slick-dots li,
.page_products__slider__thumbs__dots .slick-dots li,
.page_products__technology__dots .slick-dots li {
  display: block;
  padding: 0 1.25px;
  margin-top: 25px
}

.card_list_dots .slick-dots li:first-child:last-child,
.page_products__slider__thumbs__dots .slick-dots li:first-child:last-child,
.page_products__technology__dots .slick-dots li:first-child:last-child {
  display: none
}

.card_list_dots .slick-dots li button,
.page_products__slider__thumbs__dots .slick-dots li button,
.page_products__technology__dots .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: none;
  outline: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  overflow: hidden;
  width: 29px;
  height: 4px;
  background: #efefef
}

.card_list_dots .slick-dots li.slick-active button,
.page_products__slider__thumbs__dots .slick-dots li.slick-active button,
.page_products__technology__dots .slick-dots li.slick-active button {
  background: #000
}

.page_archive {
  display: block;
  line-height: 1.6
}

@media screen and (max-width:567px) {
  .page_archive {
    font-size: 13.5px
  }
}

.page_archive .container {
  max-width: 860px
}

.page_archive__header {
  display: block;
  margin: 0 0 25px
}

@media screen and (max-width:567px) {
  .page_archive__header .container {
    padding-left: 0;
    padding-right: 0
  }
}

.page_archive__header__title {
  display: block;
  font-size: 22.5px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 40px;
  padding: 0 0 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#727171), to(#727171));
  background-image: -o-linear-gradient(#727171 0, #727171 100%);
  background-image: linear-gradient(#727171, #727171);
  background-repeat: no-repeat;
  background-size: 58.5px 5px;
  background-position: bottom
}

@media screen and (min-width:567.2px) {
  .page_archive__header__title {
    font-size: 30.6px
  }
}

.page_archive__body {
  display: block;
  padding: 0 0 50px
}

.page_archive__list {
  display: block
}

.page_archive__list--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin: 0 -5px
}

@media screen and (min-width:567.2px) {
  .page_archive__list--grid {
    margin: 0 -10px
  }
}

.page_archive__list__item {
  display: block;
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px solid #efefef
}

.page_archive__list__item--grid {
  border: 0;
  margin: 0 0 20px;
  padding: 0 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

@media screen and (min-width:567.2px) {
  .page_archive__list__item--grid {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 10px
  }
}

.page_archive__list__item--grid .page_archive__block {
  display: block
}

.page_archive__list__item--grid .page_archive__block__image {
  width: 100%;
  max-width: 100%
}

.page_archive__block {
  display: block;
  color: inherit !important;
  text-decoration: none !important;
  word-break: break-all;
  width: auto;
  margin: 0 -15px
}

.page_archive__block[href] {
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s
}

.page_archive__block[href]:focus,
.page_archive__block[href]:hover {
  opacity: .7
}

.page_archive__block[href]:focus .page_archive__block__more__btn,
.page_archive__block[href]:hover .page_archive__block__more__btn {
  color: #fff !important;
  background-color: #000 !important
}

@media screen and (min-width:567.2px) {
  .page_archive__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.page_archive__block__image {
  display: block;
  margin: 0 0 10px;
  padding: 0 15px
}

@media screen and (min-width:567.2px) {
  .page_archive__block__image {
    max-width: 330px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
    margin-bottom: 0
  }
}

@media screen and (max-width:567px) {
  .page_archive__block__image {
    width: 40%;
    height: auto;
    float: left
  }
}

.page_archive__block__image__block {
  display: block;
  width: 100%;
  padding: 0 0 66.66667%;
  outline: 1px solid #efefef;
  outline-offset: -1px;
  position: relative;
  overflow: hidden
}

.page_archive__block__image__block img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover;object-position: center"
}

.page_archive__block__body {
  display: block;
  padding: 0 15px
}

@media screen and (min-width:567.2px) {
  .page_archive__block__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
  }
}

.page_archive__block__header {
  display: block;
  margin: 0 0 8px
}

.page_archive__block__title {
  display: block;
  font-size: 1.1em;
  font-weight: 700;
  margin: 0 0 4px
}

@media screen and (max-width:567px) {
  .page_archive__block__title {
    font-size: 1em
  }
}

.page_archive__block__date {
  display: block;
  color: #666;
  font-size: .9em
}

.page_archive__block__excerpt {
  display: block;
  clear: both;
  font-size: .9em
}

.page_archive__block__more {
  display: block;
  text-align: right;
  margin-top: auto
}

.page_archive__block__more__btn {
  border: 1px solid #000;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  font-size: .8em
}

.article {
  display: block;
  line-height: 1.6
}

@media screen and (max-width:567px) {
  .article {
    font-size: 13.5px
  }
}

.article .container {
  max-width: 860px
}

.article__header {
  display: block;
  margin: 0 0 25px
}

@media screen and (max-width:567px) {
  .article__header .container {
    padding-left: 0;
    padding-right: 0
  }
}

.article__header__title {
  display: block;
  font-size: 22.5px;
  font-weight: 700;
  text-align: center;
  padding: 0 0 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#727171), to(#727171));
  background-image: -o-linear-gradient(#727171 0, #727171 100%);
  background-image: linear-gradient(#727171, #727171);
  background-repeat: no-repeat;
  background-size: 58.5px 5px;
  background-position: bottom;
  margin: 0 0 20px
}

@media screen and (min-width:567.2px) {
  .article__header__title {
    font-size: 30.6px
  }
}

.article__body {
  display: block;
  padding: 0 0 50px
}

.article__footer {
  display: block
}

@media screen and (max-width:567px) {
  .article__footer .container {
    padding-left: 0;
    padding-right: 0
  }
}

.article__footer__nav {
  padding: 25px 0;
  text-align: center
}

.article__footer__nav__btn {
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s
}

.article__footer__nav__btn:hover {
  opacity: .7
}

.article__pagination {
  display: block;
  border-top: 1px solid #efefef
}

@media screen and (min-width:567.2px) {
  .article__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#efefef));
    background-image: -o-linear-gradient(#efefef 0, #efefef 100%);
    background-image: linear-gradient(#efefef, #efefef);
    background-position: 50%;
    background-size: 1px 80%;
    background-repeat: no-repeat
  }
}

.article__pagination .article__pagination__next,
.article__pagination .article__pagination__prev {
  display: block;
  border-bottom: 1px solid #efefef
}

@media screen and (min-width:567.2px) {

  .article__pagination .article__pagination__next,
  .article__pagination .article__pagination__prev {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
}

.article__pagination .article__pagination__next > a,
.article__pagination .article__pagination__prev > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 15px;
  color: inherit !important;
  text-decoration: none !important;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s
}

.article__pagination .article__pagination__next > a:hover,
.article__pagination .article__pagination__prev > a:hover {
  background: #fcfcfc
}

.article__pagination .article__pagination__next > a:after,
.article__pagination .article__pagination__prev > a:after {
  content: "";
  display: block;
  width: 30px;
  height: 8.92405px;
  background-image: url(images/icon_nav.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%
}

.article__pagination__prev > a:after {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1)
}

.news_list {
  padding-left: 0;
  list-style: none;
  margin: 0 auto;
  max-width: 860px
}

.news_list__item {
  display: block
}

.news_list__item + .news_list__item {
  margin-top: 15px
}

.news_list__block {
  width: auto;
  margin: 0 -5px
}

@media screen and (min-width:567.2px) {
  .news_list__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.news_list__block__date {
  display: block;
  color: #595757;
  font-size: 1em;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  max-width: 120px;
  padding: 0 5px
}

.news_list__block__title {
  display: block;
  font-size: 1em;
  padding: 0 5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden
}

.news_list__link {
  color: inherit !important
}

.recommend_movie .card_list {
  margin-left: 0;
  margin-right: 0
}

.recommend_movie .card_list__item {
  padding-left: 0;
  padding-right: 0
}

.recommend_movie__content {
  display: block;
  width: 100%;
  margin: 0 auto
}

.recommend_movie__block {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 75.00006%
}

.recommend_movie__block:before {
  content: "";
  display: block;
  width: 23.771%;
  height: auto;
  background-image: url(images/movie_start.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  margin: auto
}

.recommend_movie__block > iframe,
.recommend_movie__block > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto
}

.recommend_movie__block__title {
  font-size: 14.805px;
  padding-left: 8px;
  padding-right: 8px
}

@media screen and (min-width:567.2px) {
  .recommend_movie__block__title {
    font-size: 19.125px
  }
}

.recommend_movie__nav {
  display: block;
  margin-top: 20px
}

.onlineshop__container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto
}

@media (max-width:991.98px) {
  .onlineshop__container {
    padding-left: 30px;
    padding-right: 30px
  }
}

.onlineshop__link {
  display: block;
  color: inherit !important;
  text-decoration: none !important;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s
}

.onlineshop__link:hover {
  opacity: .9
}

.onlineshop__link:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.onlineshop__image {
  display: block;
  width: 100%;
  overflow: hidden
}

.onlineshop__image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

.onlineshop__title {
  font-weight: 700;
  line-height: 1.1;
  text-align: center
}

@media screen and (min-width:567.2px) {
  .onlineshop__title {
    font-size: 61.2px
  }
}

@media screen and (max-width:567px) {
  .onlineshop__title {
    font-size: 25px;
    text-align: left
  }
}

.pagination {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%
}

.pagination,
.pagination__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.pagination__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 29.25px;
  height: 29.25px;
  margin: 5px 2px;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  color: inherit !important;
  text-decoration: none !important;
  border: 2px solid #000;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.pagination__item.is-active,
.pagination__item[href]:focus,
.pagination__item[href]:hover {
  color: #fff !important;
  background: #000
}

.social_list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin: 0;
  padding: 0
}

.social_list__item {
  display: block;
  padding: 0 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.social_list__block {
  display: block;
  width: 27.00855px
}

.social_list__block.__youtube {
  width: 41.5269px
}

.social_list__block.__facebook {
  width: 27.11115px
}

.social_list__block.__twitter {
  width: 32.2542px
}

.social_list__block.__line {
  width: 27.07065px
}

.social_list__block svg {
  display: block;
  width: 100%;
  height: auto
}

.product_category__list {
  width: 100%;
  max-width: none;
  padding-left: 0;
  list-style: none;
  margin: 0
}

@media screen and (min-width:567.2px) {
  .product_category__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }
}

.product_category__list__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

@media screen and (min-width:567.2px) {
  .product_category__list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
}

.product_category__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: calc(100vh - 57px);
  padding: 0;
  height: auto
}

@media screen and (min-width:567.2px) {
  .product_category__block {
    height: calc(50vh - 40px);
    height: auto
  }
}

.product_category__block:hover {
  opacity: .9
}

.product_category__block__bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

.product_category__block:hover .product_category__block__bg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.product_category__block__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover;object-position: center"
}

.product_category__block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  padding: 40px 30px 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  margin: auto
}

@media screen and (min-width:567.2px) {
  .product_category__block__content {
    padding: 30px
  }
}

.product_category__block__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .75)
}

@media screen and (min-width:567.2px) {
  .product_category__block__title {
    font-size: 53.55px
  }
}

.product_category__block__sub_title {
  font-size: 22.5px;
  font-weight: 400;
  line-height: 1.1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .75)
}

@media screen and (min-width:567.2px) {
  .product_category__block__sub_title {
    font-size: 30.6px
  }
}

.product_category__block__nav {
  margin-top: auto;
  padding: 10px 0;
  z-index: 5
}

.product_category__block__nav__btn {
  display: block;
  width: 100%;
  max-width: 244px;
  margin: 0 auto;
  font-size: 13.5px;
  color: inherit;
  border: 1px solid
}

.product_category__block__nav__btn:hover {
  color: inherit
}

.product_category__block__image {
  display: block;
  width: 100%
}

.product_category__block__image img {
  display: block;
  width: 100%;
  height: auto
}

@media screen and (max-width:567px) {

  .product_category__ito_content_1,
  .product_category__ito_content_2 {
    display: none !important
  }
}

.product_category__ito_content_1 img,
.product_category__ito_content_2 img {
  display: block;
  max-width: 100%;
  height: auto
}

@media screen and (max-width:567px) {
  .product_category__ito_content_1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    top: 49.86588%;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 2;
    margin: auto
  }
}

.product_category__ito_content_1 .product_category__ito_content__sign {
  max-width: 41.57724%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 15px
}

@media screen and (min-width:567.2px) {
  .product_category__ito_content_1 .product_category__ito_content__sign {
    width: 15.94839%;
    min-width: 100px;
    max-width: 100%;
    margin: 0
  }
}

.product_category__ito_content_1 .product_category__ito_content__logo {
  max-width: 14.28694%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 17%
}

@media screen and (min-width:567.2px) {
  .product_category__ito_content_1 .product_category__ito_content__logo {
    width: 8.55701%;
    min-width: 50px;
    max-width: 100%;
    margin: 0 0 0 3.12714%
  }
}

.product_category__ito_content_2 {
  margin-top: auto
}

@media screen and (min-width:567.2px) {
  .product_category__ito_content_2 {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    pointer-events: none;
    padding: 0 1.98052% 3.26763% 0
  }
}

.product_category__ito_content_2 .product_category__ito_content__logo {
  margin: 0 auto
}

@media screen and (min-width:567.2px) {
  .product_category__ito_content_2 .product_category__ito_content__logo {
    margin: 0 0 0 auto;
    width: 19.14467%;
    min-width: 150px;
    max-width: 100%
  }
}

@media screen and (min-width:567.2px) {
  .product_category__ito_content_2 + .product_category__block__nav {
    margin-top: auto
  }
}

.page_contact__main {
  font-size: 14px
}

.page_contact .mw_wp_form table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
  border-color: #999;
  border-style: solid;
  border-width: 1px 0 0 1px
}

@media screen and (max-width:567px) {

  .page_contact .mw_wp_form table,
  .page_contact .mw_wp_form table tbody,
  .page_contact .mw_wp_form table thead,
  .page_contact .mw_wp_form table tr {
    display: block
  }
}

.page_contact .mw_wp_form table td,
.page_contact .mw_wp_form table th {
  padding: 15px;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  border-color: #999;
  border-style: solid;
  border-width: 0 1px 1px 0
}

@media screen and (max-width:567px) {

  .page_contact .mw_wp_form table td,
  .page_contact .mw_wp_form table th {
    display: block
  }
}

.page_contact .mw_wp_form table th {
  color: #fff;
  background: #333;
  width: 25%
}

@media screen and (max-width:567px) {
  .page_contact .mw_wp_form table th {
    width: 100%
  }
}

.page_contact .mw_wp_form table th small {
  display: block;
  font-size: 10px;
  color: #f92f2f
}

@media screen and (max-width:567px) {
  .page_contact .mw_wp_form table td {
    width: 100%
  }
}

.page_contact .mw_wp_form input[type=date],
.page_contact .mw_wp_form input[type=datetime],
.page_contact .mw_wp_form input[type=email],
.page_contact .mw_wp_form input[type=text],
.page_contact .mw_wp_form select,
.page_contact .mw_wp_form textarea {
  max-width: 100%
}

.page_contact .mw_wp_form button[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: none;
  outline: 0;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  max-width: 220px;
  font-size: 15px;
  background: #efefef;
  border: 1px solid #e2e2e2;
  margin: 0 auto;
  padding: 10px 15px
}

.page_contact .mw_wp_form_confirm > form > :not(.contact__confirm_show) {
  display: none
}

.page_contact .mw_wp_form_confirm .contact__confirm_show table th small {
  display: none
}

.page_contact .mw_wp_form_confirm .contact__confirm_show table td:empty:before {
  content: "\306A\3057"
}

.header {
  display: block;
  background: #fff;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1020;
  border-bottom: 1px solid #efefef
}

.header .container {
  max-width: 1270px
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 57px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

body {
  padding-top: 58px
}

@media screen and (min-width:567.2px) {
  .header__content {
    height: 80px;
    padding: 0
  }

  body {
    padding-top: 81px
  }
}

.header__logo {
  display: block;
  text-align: center;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

@media screen and (min-width:567.2px) {
  .header__logo {
    margin-right: 15px
  }
}

@media screen and (max-width:567px) {
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
  }
}

.header__logo__link {
  display: block;
  color: inherit !important;
  text-decoration: none !important;
  width: 100%;
  max-width: 280px
}

@media screen and (min-width:567.2px) {
  .header__logo__link {
    width: 22.58065vw
  }
}

.header__logo img {
  display: block;
  width: 100%;
  height: auto
}

@media screen and (max-width:567px) {
  .header__logo img {
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
}

.header__menu__icon,
.header__shop__icon {
  display: block;
  width: 20px;
  height: auto
}

@media screen and (min-width:567.2px) {

  .header__menu__icon,
  .header__shop__icon {
    width: 30px
  }

  .header__menu__icon img,
  .header__shop__icon img {
    width: 20px
  }
}

.header__menu {
  display: none
}

@media screen and (max-width:567px) {
  .header__menu {
    display: block
  }
}

.header__menu__icon {
  width: 30px
}

.header__shop {
  display: none;
  margin-left: auto
}

@media screen and (max-width:567px) {
  .header__shop {
    display: block;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
}

.header__shop__icon {
  padding-left: 0;
  padding-right: 0
}

.header__shop__nav {
  display: block;
  padding: 25px 0
}

.header__shop__nav__list {
  padding-left: 0;
  list-style: none
}

.header__shop__nav__list__item {
  display: block
}

.header__shop__nav__list__item + .header__shop__nav__list__item {
  margin-top: 15px
}

.header__shop__nav__link {
  display: block;
  color: inherit !important;
  text-decoration: none !important;
  border: 1px solid #000;
  border-radius: 6px;
  padding-top: 12px;
  padding-bottom: 12px
}

.header__shop__nav__footer {
  display: block;
  text-align: center;
  margin-top: 25px
}

.header__shop__nav__closer {
  color: inherit !important;
  text-decoration: underline
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
  margin-left: auto;
  padding: 6px 0 0
}

@media screen and (min-width:567.2px) {
  .header__nav {
    font-size: 15.3px
  }
}

@media screen and (max-width:567px) {
  .header__nav {
    display: none
  }
}

.header__nav__top {
  width: auto;
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header__nav__top__nav {
  display: block;
  padding: 0 5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0
}

.header__nav__top__shop {
  display: block;
  padding: 0 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.header__nav__top__list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (min-width:567.2px) {
  .header__nav__top__list {
    font-size: 11.475px
  }
}

.header__nav__top__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: .75em
}

.header__nav__top__list__item + .header__nav__top__list__item:before {
  content: "";
  width: 1px;
  height: 1em;
  background: currentColor;
  margin-right: .75em;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.header__nav__top__link {
  color: inherit !important
}

.header__nav__main {
  display: block;
  margin-top: auto
}

.header__nav__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse nowrap;
  flex-flow: row-reverse nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  margin: 0 -15px
}

.header__nav__content__nav,
.header__nav__content__search {
  display: block;
  padding: 0 15px
}

.header__nav__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header__nav__search__btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
  margin-left: 10px
}

.header__nav__search__btn img {
  display: block;
  width: 30px
}

.header__nav__list {
  padding-left: 0;
  list-style: none;
  width: auto;
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.header__nav__list__item {
  display: block;
  padding: 0 15px;
  max-width: 160px;
}

.header__nav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  color: #595757 !important;
  text-decoration: none !important;
  padding: 0;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  font-size: min(1em, 1.2vw);
  text-align: center
}

.header__nav__products__content {
  display: none;
  position: relative
}

.header__nav__products__content:after,
.header__nav__products__content:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  margin: auto
}

.header__nav__products__content:before {
  border-color: transparent transparent #dee2e6;
  z-index: 9;
  bottom: -1.5px
}

.header__nav__products__content:after {
  border-color: transparent transparent #fff;
  z-index: 15;
  bottom: -3px
}

.header__nav__products:hover .header__nav__products__content {
  display: block
}

.header_product {
  width: 100%;
  max-height: calc(100vh - 81px);
  position: fixed;
  top: 81px;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 1030;
  margin: auto;
  overflow-y: auto;
  background: #fff;
  border-bottom: 1px solid #efefef;
  padding: 25px 0
}

@media screen and (max-width:567px) {
  .header_product {
    display: none
  }
}

.header_product__content {
  width: auto;
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.header_product__group {
  padding: 0 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.header_product__group.__freshwater {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.header_product__group.__freshwater .header_product__group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin: 0 -10px
}

.header_product__group.__freshwater .header_product__group__list__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px
}

.header_product__group__title {
  display: block;
  margin: 0 0 20px;
  padding: 5px;
  font-size: 1.5em;
  font-weight: 700;
  border-bottom: 4px solid #727171
}

.header_product__group__title a {
  text-decoration: none !important
}

.header_product__group__body {
  display: block;
  padding: 0 15px
}

.header_product__group__list {
  padding-left: 0;
  list-style: none
}

.header_product__group__list__item {
  margin-bottom: 15px
}

.header_product__group__link {
  color: inherit !important
}

.drawer_menu {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1030;
  margin: auto
}

.drawer_menu__dialog {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 500px;
  margin-left: auto
}

.drawer_menu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  position: relative;
  width: 100%;
  height: 100%
}

.drawer_menu__footer,
.drawer_menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.drawer_menu__body {
  display: block;
  position: relative;
  padding: 4px 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  overflow-y: auto
}

.drawer_menu__closer {
  font-size: 14px;
  color: inherit !important;
  text-decoration: underline;
  margin-left: auto
}

.drawer_menu__group {
  display: block
}

.drawer_menu__group + .drawer_menu__group {
  margin-top: 50px
}

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

.drawer_menu__search__btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 6px;
  padding-right: 6px
}

.drawer_menu__search__btn svg {
  display: block;
  width: 28px;
  height: auto
}

.drawer_menu__search__btn .cls-1 {
  stroke: #595757
}

.drawer_menu__category {
  font-size: 18px;
  border-bottom: 1px solid
}

.drawer_menu__category__title {
  display: block;
  font-weight: 700;
  text-align: center;
  margin: 0;
  padding: 8px 0
}

.drawer_menu__category__body {
  display: block;
  margin: 0
}

.drawer_menu__category__group__title,
.drawer_menu__category__link,
.drawer_menu__category__parent_group__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit !important;
  text-decoration: none !important;
  font-size: 1em;
  font-weight: 400;
  padding: 10px 8px;
  border-top: 1px solid
}

.drawer_menu__category__first .drawer_menu__category__link {
  font-weight: 700
}

.drawer_menu__category__parent_group {
  display: block;
  margin: 0;
  border-top: 1px solid
}

.drawer_menu__category__parent_group__title {
  margin: 0;
  font-weight: 700;
  border: 0
}

.drawer_menu__category__parent_group__title:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)), -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: -o-linear-gradient(currentColor 0, currentColor 100%), -o-linear-gradient(currentColor 0, currentColor 100%);
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 2px 100%, 100% 2px;
  margin-left: auto
}

.drawer_menu__category__parent_group__title.js--opened:after {
  background-size: 2px 0, 100% 2px
}

.drawer_menu__category__parent_group__title.js--closed:after {
  background-size: 2px 100%, 100% 2px
}

.drawer_menu__category__parent_group__body {
  display: none;
  margin: 0
}

.drawer_menu__category__group {
  display: block;
  margin: 0
}

.drawer_menu__category__group__title:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)), -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: -o-linear-gradient(currentColor 0, currentColor 100%), -o-linear-gradient(currentColor 0, currentColor 100%);
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 2px 100%, 100% 2px;
  margin-left: auto
}

.drawer_menu__category__group__title.js--opened:after {
  background-size: 2px 0, 100% 2px
}

.drawer_menu__category__group__title.js--closed:after {
  background-size: 2px 100%, 100% 2px
}

.drawer_menu__category__group__body {
  display: none;
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  padding: 6px 8px;
  border-top: 1px solid
}

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

.drawer_menu__category__list__item {
  display: block;
  padding: 0
}

.drawer_menu__category__list__item .drawer_menu__category__link:not([data-depth="0"]) {
  display: block;
  border: 0;
  padding: 5px 0
}

.drawer_menu__category__link {
  color: inherit !important;
  text-decoration: none !important
}

.drawer_menu__social {
  display: block;
  margin-top: 80px;
  padding: 15px 0
}

.drawer_menu__social .social_list__block {
  display: block;
  width: 33.63952px
}

.drawer_menu__social .social_list__block.__youtube {
  width: 51.72243px
}

.drawer_menu__social .social_list__block.__facebook {
  width: 33.76739px
}

.drawer_menu__social .social_list__block.__twitter {
  width: 40.17334px
}

.drawer_menu__social .social_list__block.__line {
  width: 33.71738px
}

.drawer_menu__social .social_list__block svg {
  display: block;
  width: 100%;
  height: auto
}

.drawer_menu__social .social_list__block .cls-1 {
  fill: #595757;
  stroke: none
}

.main {
  display: block;
  min-height: 60vh
}

.footer {
  position: relative
}

.footer,
.footer__aside {
  display: block
}

body.page-template-default .footer__aside {
  display: none
}

.footer__aside__block {
  display: block;
  margin: 0;
  padding: 40px 0;
  overflow: hidden
}

.footer__aside__block__body {
  display: block;
  margin: 0;
  padding: 0
}

.footer__aside__magazine {
  background: #fff
}

.footer__aside__magazine .card_list__image__block {
  padding: 0 0 60.24096%
}

.footer__aside__onlineshop {
  background: #efefef
}

.footer__main {
  display: block;
  padding: 30px 0;
  color: #fff;
  background: #727171
}

.footer__social {
  display: block;
  padding: 5px 0
}

.footer__social .social_list__block {
  display: block;
  width: 27.00855px
}

.footer__social .social_list__block.__youtube {
  width: 41.5269px
}

.footer__social .social_list__block.__facebook {
  width: 27.11115px
}

.footer__social .social_list__block.__twitter {
  width: 32.2542px
}

.footer__social .social_list__block.__line {
  width: 27.07065px
}

.footer__social .social_list__block .cls-1 {
  fill: #fff;
  stroke: none
}

.footer__menu {
  display: block;
  margin: 0;
  overflow: hidden;
  font-size: 13.5px;
  padding: 25px 0
}

@media screen and (min-width:567.2px) {
  .footer__menu {
    padding: 50px 0
  }
}

.footer__menu__list {
  padding-left: 0;
  list-style: none;
  width: auto;
  margin: 0 -30px
}

@media screen and (min-width:567.2px) {
  .footer__menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.footer__menu__list + .footer__menu__list {
  margin-top: 8px
}

@media screen and (min-width:567.2px) {
  .footer__menu__list + .footer__menu__list {
    margin-top: 30px
  }
}

.footer__menu__list__item {
  display: block;
  padding: 0 30px
}

.footer__menu__list__item + .footer__menu__list__item {
  margin-top: 8px
}

@media screen and (min-width:567.2px) {
  .footer__menu__list__item + .footer__menu__list__item {
    border-left: 1px solid;
    margin-top: 0
  }
}

.footer__menu__link {
  color: inherit !important
}

.footer__copyright {
  display: block;
  padding: 10px 0
}

.footer__copyright__logo {
  width: 100%;
  max-width: 214px;
  margin: 0 auto 15px
}

.footer__copyright__logo img {
  display: block;
  width: 100%;
  height: auto
}

.footer__copyright__text {
  display: block;
  text-align: center;
  font-size: 9px
}

.page_home__section {
  display: block;
  padding: 30px 0;
  overflow: hidden
}

@media screen and (min-width:567.2px) {
  .page_home__section {
    padding: 40px 0
  }
}

.page_home__section__body {
  display: block
}

.page_home__section__nav {
  display: block;
  margin-top: 20px
}

@media screen and (min-width:567.2px) {
  .page_home__section__nav {
    margin-top: 30px
  }
}

.home_slider {
  display: block;
  position: relative
}

.home_slider__list:not(.slick-initialized) .home_slider__list__item:not(:first-child) {
  display: none
}

.home_slider__list__item {
  display: block;
  outline: 0 !important
}

.home_slider__list_container {
  width: 100%;
  background: #000
}

.home_slider__list_container__content {
  display: block;
  margin: 0 auto
}

.home_slider__block__image {
  display: block;
  width: 100%;
  height: auto
}

.home_slider__block__image img {
  display: block;
  width: 100%
}

.home_slider__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0 15px
}

@media screen and (max-width:567px) {
  .home_slider__controller {
    bottom: 25px
  }
}

.home_slider__controller__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
  margin-top: 10px
}

.home_slider__controller__content > * {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.home_slider__controller .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.home_slider__controller .slick-arrow:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: #a9adae;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.home_slider__controller .slick-arrow.slick-prev {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}

.home_slider__controller .slick-arrow.slick-prev:after {
  border-width: 5px 0 0 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.home_slider__controller .slick-arrow.slick-next {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.home_slider__controller .slick-arrow.slick-next:after {
  border-width: 5px 5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.home_slider__controller .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  margin: 0 -7.5px;
  padding: 0 40px
}

@media screen and (max-width:567px) {
  .home_slider__controller .slick-dots {
    margin: 0 -4px
  }
}

.home_slider__controller .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 7.5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.home_slider__controller .slick-dots li:first-child:last-child {
  visibility: hidden
}

@media screen and (max-width:567px) {
  .home_slider__controller .slick-dots li {
    padding: 0 4px;
    margin-bottom: 8px
  }
}

.home_slider__controller .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  overflow: hidden;
  background: #efefef;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s
}

@media screen and (max-width:567px) {
  .home_slider__controller .slick-dots li button {
    width: 10px;
    height: 10px
  }
}

.home_slider__controller .slick-dots li.slick-active button {
  background: #3e3a39
}

@media screen and (max-width:567px) {
  .home_slider__controller__content {
    display: block;
    padding-left: 40px;
    padding-right: 40px
  }
}

@media screen and (max-width:567px) {
  .home_slider__controller .slick-dots {
    padding: 0
  }
}

.home_new_products {
  background: #efefef
}

.home_new_products__container {
  max-width: 100%;
  margin: 0 auto
}

@media (max-width:767.98px) {
  .home_new_products .card_list__image {
    max-width: 240px
  }
}

.home_new_products .card_list__image__block {
  padding-bottom: 66.66667%
}

.home_new_products .card_list_dots .slick-dots li:not(.slick-active) button,
.home_new_products .page_products__slider__thumbs__dots .slick-dots li:not(.slick-active) button,
.home_new_products .page_products__technology__dots .slick-dots li:not(.slick-active) button {
  background: #fff
}

@media screen and (min-width:567.2px) {
  .home_new_products .card_list__nav {
    display: none
  }
}

.home_new_products__block,
.home_new_products__block__image {
  position: relative
}

.home_new_products__block__icon {
  display: inline-block;
  line-height: 1.2;
  padding: 2px 8px;
  font-size: 13px;
  color: #fff;
  background: #e62112;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  margin: auto
}

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

.home_yukiito {
  color: #fff;
  background-color: #000
}

.home_yukiito__container {
  max-width: 1240px
}

@media (max-width:991.98px) {
  .home_yukiito__container {
    padding-left: 30px;
    padding-right: 30px
  }
}

.home_yukiito__link {
  display: block;
  color: inherit !important;
  text-decoration: none !important;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s
}

.home_yukiito__link:hover {
  opacity: .9
}

.home_yukiito__link:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.home_yukiito__image {
  display: block;
  width: 100%;
  overflow: hidden
}

.home_yukiito__image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

.home_yukiito__title {
  font-weight: 700;
  line-height: 1.1;
  text-align: center
}

.page_home__section.home_yukiito {
  padding-bottom: 0
}

.home_yukiito__movie_container {
  background: #000;
  padding: 40px 0
}

.home_yukiito__movie {
  margin: 0 auto 50px;
  max-width: 1240px
}

.home_yukiito__movie:last-of-type {
  margin-bottom: 0
}

.home_yukiito__movie__content .card_list {
  width: 98%;
  overflow: hidden;
  margin: 0 auto
}

.home_yukiito__movie__content .card_list__title {
  font-size: 14px;
  font-weight: 400
}

.home_yukiito__card_list__image__block {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  overflow: hidden
}

.home_yukiito__card_list__image__block::before {
  content: "";
  display: block;
  width: 23.771%;
  height: auto;
  background-image: url(https://www.megabass.co.jp/site/wp-content/themes/megabass2021/assets/css/images/movie_start.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  margin: auto
}

.home_yukiito__movie__card_list .card_list__item-dots {
  padding: 0 4px
}

.home_yukiito__movie__card_list .slick-dots {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: auto;
  height: 30px;
  pointer-events: all;
  margin: 0 -1.25px
}

.home_yukiito__movie__card_list .slick-dots li {
  display: block;
  padding: 0 1.25px;
  margin-top: 0
}

.home_yukiito__movie__card_list .slick-dots li button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: none;
  outline: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  overflow: hidden;
  width: 29px;
  height: 4px;
  background: #efefef
}

.home_yukiito__movie__card_list .slick-dots li.slick-active button {
  background: #161616
}

@media screen and (min-width:567.2px) {
  .home_yukiito__title {
    font-size: 61.2px
  }
}

@media screen and (max-width:567px) {
  .home_yukiito__title {
    font-size: 25px;
    text-align: left
  }
}

.home_onlineshop {
  background-color: #efefef
}

.home_world__container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto
}

.home_world__link {
  display: block;
  color: inherit !important;
  text-decoration: none !important;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s
}

.home_world__link:hover {
  opacity: .9
}

.home_world__link:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none
}

.home_world__image {
  display: block;
  width: 100%;
  overflow: hidden
}

.home_world__image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease
}

.home_world__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1
}

.page_products {
  display: block
}

.page_products .container {
  max-width: 1230px
}

body.lang-en .__ja {
  display: none
}

body:not(.lang-en) .__en {
  display: none
}

.page_products__header {
  display: block;
  margin: 0 0 20px
}

.page_products__header__content {
  display: block
}

.page_products__header__title {
  font-size: 31.5px;
  font-weight: 700;
  text-align: center
}

@media screen and (min-width:567.2px) {
  .page_products__header__title {
    font-size: 76.5px
  }
}

.page_products__header__title__catch {
  display: block;
  font-size: .42857em
}

@media screen and (min-width:567.2px) {
  .page_products__header__title__catch {
    font-size: 22.92px
  }
}

.page_products__header__title__catch:after {
  content: "";
  display: block;
  width: 31.5px;
  height: 1.125px;
  margin: 8px auto;
  background: currentColor
}

@media screen and (min-width:567.2px) {
  .page_products__header__title__catch:after {
    width: 54.162px;
    height: 1.9125px
  }
}

.page_products__header__title__main {
  display: block;
  font-size: 1em;
  font-weight: 400
}

.page_products__body {
  display: block
}

.page_products__slider {
  display: block;
  position: relative;
  margin: 0 auto 30px
}

.page_products__slider__list:not(.slick-initialized) .page_products__slider__list__item:not(:first-child) {
  display: none
}

.page_products__slider__list__item {
  display: block
}

@media screen and (min-width:567.2px) {
  .page_products__slider {
    max-width: 1530px;
    padding-left: 15px;
    padding-right: 15px
  }
}

.page_products__slider__list__item {
  outline: 0 !important
}

.page_products__slider__block {
  display: block
}

.page_products__slider__block img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto
}

.page_products__slider__block.js--fit {
  width: 100%;
  height: auto;
  max-width: 100%;
  position: relative;
  overflow: hidden
}

.page_products__slider__block.js--fit img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover;object-position: center"
}

.page_products__slider__thumbs {
  margin-top: 10px
}

.page_products__slider__thumbs__list {
  width: auto;
  margin: 0 -5px
}

.page_products__slider__thumbs__list:not(.slick-initialized) .page_products__slider__thumbs__list__item:not(:first-child) {
  display: none
}

.page_products__slider__thumbs__list__item {
  display: block;
  padding: 0 5px;
  outline: 0 !important
}

.page_products__slider__thumbs__block {
  max-width: 122px;
  border: 1px solid #fff
}

.page_products__slider__thumbs__block.js--active {
  border: 1px solid #e60012
}

.page_products__slider__thumbs__block img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto
}

.page_products__slider__thumbs__block.js--fit {
  width: 120px;
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden
}

.page_products__slider__thumbs__block.js--fit img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover;object-position: center"
}

.page_products__rod_title {
  font-size: 31.5px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px
}

@media screen and (min-width:567.2px) {
  .page_products__rod_title {
    font-size: 30.6px
  }
}

.page_products__rod_title__catch {
  display: block;
  font-size: .42857em
}

.page_products__rod_title__catch:after {
  content: "";
  display: block;
  width: 31.5px;
  height: 1.125px;
  margin: 8px auto;
  background: currentColor
}

@media screen and (min-width:567.2px) {
  .page_products__rod_title__catch:after {
    width: 31.212px;
    height: 1.9125px
  }
}

.page_products__rod_title__main {
  display: block;
  font-size: 1em;
  font-weight: 700
}

.page_products__summary {
  display: block;
  font-size: 13.5px;
  line-height: 5.25/3
}

@media screen and (min-width:567.2px) {
  .page_products__summary {
    font-size: 17.9775px
  }
}

.page_products__summary p {
  font-size: 1em;
  line-height: inherit
}

.page_products__nav,
.page_products__section {
  display: block;
  padding: 30px 0
}

@media screen and (min-width:567.2px) {
  .page_products__section {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

.page_products__section__title,
.page_products__spec__curve__title {
  display: block;
  font-size: 22.5px;
  font-weight: 700;
  text-align: center
}

@media screen and (min-width:567.2px) {

  .page_products__section__title,
  .page_products__spec__curve__title {
    font-size: 27.999px
  }
}

.page_products__spec__table {
  display: block;
  margin: 0;
  padding: 0;
  border-top: 1px solid #c9caca;
  border-left: 1px solid #c9caca
}

@media screen and (min-width:567.2px) {
  .page_products__spec__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.page_products__spec__table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

@media screen and (min-width:567.2px) {
  .page_products__spec__table__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 1px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
}

.page_products__spec__table__td,
.page_products__spec__table__th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 5px;
  border-right: 1px solid #c9caca;
  border-bottom: 1px solid #c9caca;
  font-size: 9px;
  font-weight: 700
}

@media screen and (min-width:567.2px) {

  .page_products__spec__table__td,
  .page_products__spec__table__th {
    font-size: 13.9995px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.page_products__spec__table__th {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46.47887%;
  flex: 0 0 46.47887%;
  max-width: 46.47887%;
  color: #fff;
  background: #595757
}

.page_products__spec__table__th > span {
  display: block
}

@media screen and (min-width:567.2px) {
  .page_products__spec__table__th {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }
}

.page_products__spec__table__td {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  background: #fff
}

@media screen and (min-width:567.2px) {
  .page_products__spec__table__td {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}

.page_products__spec__table__td > span {
  display: block
}

.page_products__spec__curve {
  display: block;
  margin: 0 auto;
  padding: 30px 0 10px
}

.page_products__spec__curve__image {
  display: block
}

.page_products__spec__curve__image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto
}

.page_products__movie {
  background-color: #efefef
}

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

@media screen and (min-width:567.2px) {
  .page_products__movie__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: auto;
    margin: 0 -15px
  }
}

.page_products__movie__list__item {
  display: block;
  margin: 0 0 25px
}

@media screen and (min-width:567.2px) {
  .page_products__movie__list__item {
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .page_products__movie__list__item:first-child:last-child {
    margin-left: auto;
    margin-right: auto
  }
}

.page_products__movie__block {
  display: block;
  color: inherit !important;
  text-decoration: none !important;
  position: relative
}

.page_products__movie__block:before {
  content: "";
  display: block;
  width: 23.771%;
  height: auto;
  background-image: url(images/movie_start.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  margin: auto
}

.page_products__movie__block img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0
}

.page_products__movie__block__title {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  text-align: center;
  margin: 1em 0 0
}

.page_products__movie__more__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto
}

.page_products__movie__more__btn.js--opened {
  display: none
}

.page_products__movie__more__btn:after,
.page_products__movie__more__btn:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-color: currentcolor;
  border-style: solid;
  border-width: 0 2px 2px 0;
  -webkit-transform: translateY(-25%) rotate(45deg);
  -ms-transform: translateY(-25%) rotate(45deg);
  transform: translateY(-25%) rotate(45deg);
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.page_products__movie__more__btn:before {
  opacity: 0;
  visibility: hidden
}

.page_products__movie__more__content {
  display: none
}

.page_products__technology {
  background-color: #efefef
}

.page_products__technology__content {
  position: relative
}

.page_products__technology__list {
  display: block
}

@media screen and (max-width:567px) {
  .page_products__technology__list {
    background: #fff
  }
}

.page_products__technology__list__item {
  display: block;
  outline: 0 !important
}

@media screen and (min-width:567.2px) {
  .page_products__technology__list__item {
    margin: 0 0 30px
  }
}

.page_products__technology__block {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 0 0 50px
}

@media screen and (min-width:567.2px) {
  .page_products__technology__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    padding: 0
  }
}

.page_products__technology__block__image {
  margin: 0 0 5px
}

@media screen and (min-width:567.2px) {
  .page_products__technology__block__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0
  }
}

.page_products__technology__block__image img {
  display: block;
  width: 100%;
  height: auto
}

.page_products__technology__block__body {
  display: block;
  padding: 0 4px
}

@media screen and (min-width:567.2px) {
  .page_products__technology__block__body {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    padding: 15px 20px
  }
}

.page_products__technology__block__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px
}

@media screen and (min-width:567.2px) {
  .page_products__technology__block__title {
    font-size: 23.99958px
  }
}

.page_products__technology__block__content {
  font-size: 13.5px;
  line-height: 5.25/3
}

@media screen and (min-width:567.2px) {
  .page_products__technology__block__content {
    font-size: 15.99998px
  }
}

.page_products__technology__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  margin: auto
}

.page_products__technology__dots .slick-dots {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.page_products__technology__dots .slick-dots li {
  margin-top: 0
}

.page_products__contents {
  overflow: hidden
}

.page_products__contents .card_list__image {
  margin-bottom: 10px
}

.page_products__contents .card_list__image img {
  display: block;
  width: 100%
}

.page_products__contents .card_list__title {
  font-size: 13.5px;
  line-height: 1.5
}

@media screen and (min-width:567.2px) {
  .page_products__contents .card_list__title {
    font-size: 14.99997px
  }
}

.page_products__contents__tag {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  font-size: 16.47px;
  line-height: 1.2;
  padding: 2px 8px;
  color: #212529 !important;
  background-color: #efefef !important;
  text-transform: uppercase
}

.page_products__contents__tag[data-name=BLOG],
.page_products__contents__tag[data-name=Blog] {
  color: #fff !important;
  background-color: #ea5514 !important
}

.page_products__contents__tag[data-name=MEDIA] {
  color: #fff !important;
  background-color: #8fc31f !important
}

.page_products__contents__tag[data-name=NEWS] {
  color: #fff !important;
  background-color: #e60012 !important
}

.page_products__contents__title_text {
  display: inline
}

.page_products__variation {
  background-color: #efefef
}

.page_products__variation__list {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin: 0 -5px
}

.page_products__variation__list__item {
  display: block;
  margin: 0 0 15px;
  padding: 0 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

@media (min-width:768px) {
  .page_products__variation__list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
}

@media (min-width:992px) {
  .page_products__variation__list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
}

@media (min-width:1200px) {
  .page_products__variation__list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
}

.page_products__variation__block {
  display: block;
  color: inherit !important;
  text-decoration: none !important
}

.page_products__variation__block img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0
}

.page_products__variation__block__icon {
  display: inline-block;
  line-height: 1.2;
  padding: 2px 8px;
  font-size: 9px;
  color: #fff;
  background: #e62112
}

@media screen and (min-width:567.2px) {
  .page_products__variation__block__icon {
    font-size: 13.9995px
  }
}

.page_products__variation__block__icon + .page_products__variation__block__title {
  margin-top: 0
}

.page_products__variation__block__title {
  display: block;
  font-size: 9px;
  font-weight: 700;
  margin-top: 3px
}

@media screen and (min-width:567.2px) {
  .page_products__variation__block__title {
    font-size: 13.9995px
  }
}

.page_products__relation__list {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin: 0 -5px
}

.page_products__relation__list__item {
  display: block;
  margin: 0 0 15px;
  padding: 0 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

@media (min-width:768px) {
  .page_products__relation__list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
}

@media (min-width:992px) {
  .page_products__relation__list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
}

@media (min-width:1200px) {
  .page_products__relation__list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
}

.page_products__relation__block {
  display: block;
  color: inherit !important;
  text-decoration: none !important;
  position: relative
}

.page_products__relation__block__icon {
  display: inline-block;
  line-height: 1.2;
  padding: 2px 8px;
  font-size: 13px;
  color: #fff;
  background: #e62112;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 7;
  margin: auto
}

.page_products__relation__block img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 3px
}

.page_products__relation__block__title {
  display: block;
  font-size: 9px;
  font-weight: 700
}

@media screen and (min-width:567.2px) {
  .page_products__relation__block__title {
    font-size: 13.9995px
  }
}

.page_products__instagram {
  background-color: #efefef
}

.page_products__instagram__hashtag {
  display: block;
  text-align: center;
  font-size: .4em;
  font-weight: inherit
}

.page_products__instagram__list {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin: 0 -5px
}

.page_products__instagram__list__item {
  display: block;
  margin: 0 0 10px;
  padding: 0 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

@media (min-width:768px) {
  .page_products__instagram__list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
  }
}

@media (min-width:992px) {
  .page_products__instagram__list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
}

@media (min-width:1200px) {
  .page_products__instagram__list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }
}

.page_products__instagram__block {
  display: block;
  color: inherit !important;
  text-decoration: none !important
}

.page_products__instagram__block img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 3px
}

.page_products__instagram__block__title {
  display: block;
  font-size: 9px;
  font-weight: 700
}

.page_products__instagram__nav {
  margin-top: 20px
}

.page_products__tag {
  display: block;
  padding: 30px 0;
  font-size: 13px
}

.page_products__tag__list {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page_products__tag__list__item {
  display: block;
  margin: 0 5px 5px 0
}

.page_products__tag__block {
  display: block;
  color: #fff !important;
  text-decoration: none !important;
  background: #606060;
  border-radius: 4px;
  overflow: hidden;
  padding: 4px 12px;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s
}

.page_products__tag__block:hover {
  background: #474747
}

.page_maintenance {
  display: block;
  position: relative;
  padding: 10vw 15px;
  max-width: 800px;
  margin: 0 auto
}

.page_maintenance__header {
  display: block;
  margin: 0 0 50px
}

.page_maintenance__header__logo {
  display: block;
  width: 80%;
  max-width: 320px;
  margin: 0 auto
}

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

.slick-slider {
  -ms-touch-action: auto;
  touch-action: auto
}