@font-face {
  font-family: 'AcuminPro';
  src: url(../fonts/AcuminPro-Regular.ttf) format('truetype'), url(../fonts/AcuminPro-Regular.eot) format('eot'), url(../fonts/AcuminPro-Regular.woff) format('woff'), url(../fonts/AcuminPro-Regular.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'AcuminPro';
  src: url(../fonts/AcuminPro-Bold.ttf) format('truetype'), url(../fonts/AcuminPro-Bold.eot) format('eot'), url(../fonts/AcuminPro-Bold.woff) format('woff'), url(../fonts/AcuminPro-Bold.woff2) format('woff2');
  font-weight: bold;
}
@font-face {
  font-family: 'Anton';
  src: url(../fonts/Anton-Regular.ttf) format('truetype'), url(../fonts/Anton-Regular.eot) format('eot'), url(../fonts/Anton-Regular.woff) format('woff'), url(../fonts/Anton-Regular.woff2) format('woff2');
  font-weight: bold;
}
body {
  font-family: "AcuminPro";
  font-weight: 400;
}
@media (min-width: 1600px) and (max-width: 1999px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  html {
    font-size: 16px;
  }
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1218px;
}
.container-small {
    padding: 0 170px;
}
@media (max-width: 1400px) {
  .container-small {
    padding: 0 20px;
  }
}

:root {
  --grid-columns: 12;
  --grid-margin: 3.75rem;
  --grid-gutter: 1.25rem;
  --font: 'AcuminPro';
}
:root {
  --icon-width-arrow: 1rem;
  --icon-ratio-arrow: 1;
}
:root {
  --button-height: 2.5rem;
  --button-width: auto;
  --button-padding: 0 .9375rem 0 .9375rem;
  --button-radius: 4.375rem;
  --button-color: #FFFFFF;
  --button-background: #000000;
  --button-stroke-color: var(--button-background);
  --button-stroke-width: 1px;
  --button-color-hover: #000000;
  --button-background-hover: #D6D6D6;
  --button-stroke-color-hover: transparent;
  --button-color-active: #000000;
  --button-background-active: #FFFFFF;
  --button-stroke-color-active: var(--button-background-active);
}

:root {
  --grid-gutter-half: calc(.5* var(--grid-gutter));
  --font-size-h2-sans: clamp(40px, 55 / 2000* 100vw, 55px);
  --font-size-h3-sans: clamp(26px, 40 / 2000* 100vw, 40px);
  --spacing-tiny-mobile: 20;
  --spacing-tiny: 20;
  --spacing-small-mobile: 30;
  --spacing-small: 30;
  --spacing-medium-mobile: 40;
  --spacing-medium: 40;
  --spacing-large-mobile: 60;
  --spacing-large: 80;
  --spacing-big-mobile: 80;
  --spacing-big: 120;
  --spacing-huge-mobile: 100;
  --spacing-huge: 100;
  --spacing-enormous-mobile: 140;
  --spacing-enormous: 250;
}

.o-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--grid-margin);
  padding-right: var(--grid-margin);
}
@media (min-width: 700px) {
  :root {
    --padding-box: -webkit-calc(var(--grid-margin) - var(--grid-gutter));
    --padding-box: -moz-calc(var(--grid-margin) - var(--grid-gutter));
    --padding-box: calc(var(--grid-margin) - var(--grid-gutter));
  }
}
@media (min-width: 1000px) {
  :root {
    --border-radius: 30px;
    --border-radius-medium: 40px;
    --border-radius-large: 50px;
  }
}
.svg-arrow-right,
.svg-arrow-left {
  --icon-width: var(--icon-width-arrow);
  --icon-ratio: var(--icon-ratio-arrow);
  --icon-height: -webkit-calc(var(--icon-width)*(1 /(var(--icon-ratio))));
  --icon-height: -moz-calc(var(--icon-width)*(1 /(var(--icon-ratio))));
  --icon-height: calc(var(--icon-width)*(1 /(var(--icon-ratio))));
  stroke-width: 2px;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: round;
}
.header_header_flex,
.header_header_logo {
  width: 240px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.hero-sticky_fixed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  position: fixed;
  right: 30px;
  top: 37px;
  z-index: 301;
}
.hero-sticky_fixed .contact {
  height: 45px;
  line-height: 45px;
  padding: 0 45px;
  border-radius: 45px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.hero-sticky_fixed .contact:hover {
  background-color: #fff;
}
.hero-sticky_fixed.inner .contact,
.hero-sticky_fixed.active .contact {
  color: #fff;
  background-color: #000;
}
.hero-sticky_fixed.inner .hover-language .zhuyu,
.hero-sticky_fixed.active .hover-language .zhuyu {
  color: #000;
}
.hero-sticky_fixed.inner .menuBtn:before,
.hero-sticky_fixed.active .menuBtn:before {
  opacity: 1;
}
#header {
  z-index: 200;
  position: absolute;
  width: 100%;
  top: 35px;
  left: 0;
}
#header .nav {
  text-align: center;
}
#header .nav .ui.menu {
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .left {
  float: left;
}
#header .nav .ui.menu .right {
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  background-color: #fff;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  padding: 0 25px;
  margin-left: auto;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 25px;
  font-size: 16px;
  font-weight: bold;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #9b631b;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.pc-hide {
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #9b631b;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #9b631b;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #9b631b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #9b631b;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}

table{}

.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #9b631b;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #9b631b !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  line-height: 2;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-page {
    margin-top: 120px;
  }
  .inner-banner {
    display: none;
  }
  .inner-page {
    padding-top: 40px;
  }
}
.hover-language .zhuyu {
  color: #FFFFFF;
  border: 1px solid currentcolor;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  border-radius: 15px;
}
.hover-language .zhuyu i {
  margin-left: 10px;
}
.hover-language ul.sub-menu {
  max-height: 810px;
overflow-y: scroll;
  position: absolute;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  top: 100%;
  left: 0;
  min-width: 90px;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.hover-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.menuBtn {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.menuBtn.active .menu-button_button_block span:first-child {
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.menuBtn.active .menu-button_button_block span:not(:first-child,:last-child) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
}
.menuBtn.active .menu-button_button_block span:last-child {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.menuBtn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  mix-blend-mode: difference;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.menu-button_button_block {
  width: 18px;
  height: 14px;
  position: relative;
}
.menu-button_button_block span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  -webkit-transition: 0.4s ease-in-out 0.3s;
  -moz-transition: 0.4s ease-in-out 0.3s;
  transition: 0.4s ease-in-out 0.3s;
  -webkit-transition-property: width, left, top, -webkit-transform;
  transition-property: width, left, top, -webkit-transform;
  -moz-transition-property: width, left, top, transform, -moz-transform;
  transition-property: width, left, top, transform;
  transition-property: width, left, top, transform, -webkit-transform, -moz-transform;
}
.menu-button_button_block span:first-child {
  width: 10px;
  left: 8px;
}
.menu-button_button_block span:not(:first-child,:last-child) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-button_button_block span:last-child {
  width: 10px;
  top: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#banner {
  height: 100vh;
}
#banner li {
  position: relative;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hero_hero {
  height: 100vh;
  padding: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.hero-background_back {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 33px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.5);
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}
.hero-background_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: 0;
  transition: .5s ease;
}
.hero-background_img.active {
  opacity: 1;
  z-index: 1;
}
.hero-background_back_children {
  position: relative;
  z-index: 3;
  padding: 8px 19px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.hero_hero_content {
  padding: 25px 20px 0;
  margin-top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hero_hero_left {
  padding-bottom: 20px;
  font-size: 148px;
  max-width: 6.12em;
  width: 100%;
}
.hero-title_title {
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
}
.hero-title_title_create {
  font: 400 1em / 1 var(--font);
}
.hero-title_title_awesome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.hero-title_title_awesome,
.hero-title_title_slider__mIN0n,
.hero-title_title_text__kvrCX,
.hero-title_title_typing {
  font: 700 1em / 1 var(--font);
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.hero-scroll-button_button {
  font-size: inherit;
  width: .617em;
  height: .617em;
  margin-inline: .197em .259em;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #fff;
  position: relative;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: background, -webkit-transform;
  transition-property: background, -webkit-transform;
  -moz-transition-property: background, transform, -moz-transform;
  transition-property: background, transform;
  transition-property: background, transform, -webkit-transform, -moz-transform;
}
.hero-scroll-button_button:hover {
  background-color: transparent;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.hero-scroll-button_button:before {
  content: "";
  display: block;
  width: 105%;
  height: 105%;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: hero-scroll-button_pulse 2s infinite;
  -moz-animation: hero-scroll-button_pulse 2s infinite;
  animation: hero-scroll-button_pulse 2s infinite;
}
.hero-scroll-button_button:hover:before {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
.hero-scroll-button_button_arrow_1__UKpkj,
.hero-scroll-button_button_arrow_2__9S58a {
  width: 20%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.15s ease-in-out;
  -moz-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -moz-transition-property: transform, opacity, -moz-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -moz-transform;
}
.hero-scroll-button_button_arrow_1__UKpkj {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero-scroll-button_button:hover .hero-scroll-button_button_arrow_1__UKpkj {
  opacity: 0;
  -webkit-transform: translate(-50%, -20%);
  -moz-transform: translate(-50%, -20%);
  -ms-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
}
.hero-scroll-button_button_arrow_2__9S58a {
  opacity: 0;
  -webkit-transform: translate(-50%, -80%);
  -moz-transform: translate(-50%, -80%);
  -ms-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
}
.hero-scroll-button_button:hover .hero-scroll-button_button_arrow_2__9S58a {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-delay: .05s;
  -moz-transition-delay: .05s;
  transition-delay: .05s;
}
.hero-scroll-button_button_arrow_1__UKpkj [data-stroke] {
  stroke: #000;
}
.hero-scroll-button_button_arrow_2__9S58a [data-stroke] {
  stroke: #fff;
}
.hero_hero_mobile_scroll__bTEt3 .hero_hero_mobile_scrollBtn__Y1CPw {
  margin-left: 0;
  margin-right: 16px;
  display: none;
  width: 62px;
  height: 62px;
}
.hero_hero_mobile_scroll__bTEt3 .hero_hero_mobile_scrollText__yEdzi {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #fff;
  position: relative;
}
@-webkit-keyframes hero-scroll-button_pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(1.6);
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
  70.1%,
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@-moz-keyframes hero-scroll-button_pulse {
  0% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  70% {
    -moz-transform: translate(-50%, -50%) scale(1.6);
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
  70.1%,
  to {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes hero-scroll-button_pulse {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(1.6);
    -moz-transform: translate(-50%, -50%) scale(1.6);
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
  70.1%,
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.hero_hero_mobile_scroll__bTEt3 {
  margin-top: 29px;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero-clutch_root__3PIA3 {
  margin-top: 18px;
  overflow: hidden;
  max-width: -webkit-calc(100% + 10px);
  max-width: -moz-calc(100% + 10px);
  max-width: calc(100% + 10px);
  font-size: 16px;
  display: block;
  margin-left: -10px;
}
.hero-clutch_wrapper__5cM9T {
  padding: 6px 10px;
  width: 100%;
  border-radius: 50px;
}
.hero-clutch_text__toapR {
  font: 400 18px / 32px var(--font);
  color: #fff;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@-webkit-keyframes hero-video_rotateClickIcon__mz4Z7 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(1turn);
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
@-moz-keyframes hero-video_rotateClickIcon__mz4Z7 {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -moz-transform: translate(-50%, -50%) rotate(1turn);
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
@keyframes hero-video_rotateClickIcon__mz4Z7 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(1turn);
    -moz-transform: translate(-50%, -50%) rotate(1turn);
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
.hero-video_root_playBtn__BOK28 {
  position: relative;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-property: opacity, visibility;
  -moz-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  z-index: 3;
  border: none;
}
.hero-video_root_playBtn_click__s0Zpt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 138%;
  min-width: 138%;
  height: 138%;
  -webkit-animation: hero-video_rotateClickIcon__mz4Z7 10s linear infinite;
  -moz-animation: hero-video_rotateClickIcon__mz4Z7 10s linear infinite;
  animation: hero-video_rotateClickIcon__mz4Z7 10s linear infinite;
}
.hero_hero_right {
  margin: auto;
}
.our-product {
  margin-bottom: 190px;
}
.our-product button.arrow {
  margin: 0 5px;
  width: 47px;
  height: 47px;
  border: none;
  border-radius: 47px;
  font-size: 0;
}
.our-product button.arrow.swiper-button-disabled {
  opacity: .35;
  pointer-events: none;
}
.product_title_sticky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product_title_content {
  font-size: 24px;
  font-weight: bold;
}
.product-inner {
  position: relative;
}
.product-inner * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product_list {
  position: relative;
  z-index: 2;
}
.u-theme {
  color: var(--color-primary);
  background-color: var(--color-secondary);
  --button-color: var(--color-secondary);
  --button-background: var(--color-primary);
  --button-color-hover: var(--color-secondary);
  --button-background-hover: var(--color-accent);
  --header-link-color-hover: var(--color-accent);
  --header-color-total-cart: var(--color-secondary);
}
.c-tile-can {
  --color-secondary: #EDEDED;
  position: relative;
  border-radius: var(--border-radius-large);
  overflow: hidden;
  -webkit-clip-path: inset(0% 0% 0% 0% round var(--border-radius-large) var(--border-radius-large) var(--border-radius-large) var(--border-radius-large));
  clip-path: inset(0% 0% 0% 0% round var(--border-radius-large) var(--border-radius-large) var(--border-radius-large) var(--border-radius-large));
}
.c-tile-can_inner {
  padding: clamp(16px, -webkit-calc(30 / 14.4* 1vw), 30px) var(--padding-box);
  padding: clamp(16px, -moz-calc(30 / 14.4* 1vw), 30px) var(--padding-box);
  padding: clamp(16px, calc(30 / 14.4* 1vw), 30px) var(--padding-box);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-tile-can_background {
  background: var(--color-primary);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
}
.c-tile-can:hover .c-tile-can_background {
  opacity: .08;
}
.c-tile-can_top {
  position: relative;
  z-index: 4;
}
.c-tile-can_title {
  font-weight: bold;
}
.c-tile-can.-feature .c-tile-can_title {
  font-size: 52px;
}
.c-tile-can_text {
  position: absolute;
  bottom: clamp(16px, -webkit-calc(30 / 14.4* 1vw), 30px);
  bottom: clamp(16px, -moz-calc(30 / 14.4* 1vw), 30px);
  bottom: clamp(16px, calc(30 / 14.4* 1vw), 30px);
  left: 0;
  right: 8.75rem;
  display: none;
  line-height: 1.2;
  font-weight: bold;
  font-size: 18px;
  z-index: 3;
  text-wrap: balance;
}
.c-tile-can.-feature .c-tile-can_text {
  display: block;
  padding-left: -webkit-calc(25% + var(--padding-box));
  padding-left: -moz-calc(25% + var(--padding-box));
  padding-left: calc(25% + var(--padding-box));
  -webkit-transform: translate3d(2.5rem, 0, 0);
  -moz-transform: translate3d(2.5rem, 0, 0);
  transform: translate3d(2.5rem, 0, 0);
  -webkit-transition: opacity 0.9s 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: opacity 0.9s 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.9s 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.9s 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.9s 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  opacity: 1;
  line-height: 29px;
}
.c-tile-can:hover .c-tile-can_text {
  -webkit-transform: translate3d(2.5rem, -4.375rem, 0);
  -moz-transform: translate3d(2.5rem, -4.375rem, 0);
  transform: translate3d(2.5rem, -4.375rem, 0);
}
.c-button,
.recharge.page__customers__request-invite .btn,
.shopify-challenge__button.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--button-color);
  background-color: var(--button-background);
  height: var(--button-height);
  width: var(--button-width);
  padding: var(--button-padding);
  border-radius: var(--button-radius);
  position: relative;
  z-index: 0;
  line-height: 1;
  letter-spacing: -0.02em;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: background-color 0.2s cubic-bezier(0.38, 0.005, 0.215, 1), color 0.2s cubic-bezier(0.38, 0.005, 0.215, 1);
  -moz-transition: background-color 0.2s cubic-bezier(0.38, 0.005, 0.215, 1), color 0.2s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: background-color 0.2s cubic-bezier(0.38, 0.005, 0.215, 1), color 0.2s cubic-bezier(0.38, 0.005, 0.215, 1);
  -webkit-font-kerning: none;
  font-kerning: none;
}
.c-button.-expand,
.recharge.page__customers__request-invite .-expand.btn,
.-expand.shopify-challenge__button.btn {
  --button-circle: 2.5rem;
  -webkit-clip-path: inset(0 0 0 -webkit-calc(100% - var(--button-circle)) round var(--button-circle) var(--button-circle) var(--button-circle) var(--button-circle));
  clip-path: inset(0 0 0 -moz-calc(100% - var(--button-circle)) round var(--button-circle) var(--button-circle) var(--button-circle) var(--button-circle));
  clip-path: inset(0 0 0 calc(100% - var(--button-circle)) round var(--button-circle) var(--button-circle) var(--button-circle) var(--button-circle));
  transition: color 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), background-color 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-clip-path 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  -webkit-transition: color 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), background-color 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-clip-path 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  -moz-transition: clip-path 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), color 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), background-color 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: clip-path 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), color 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), background-color 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: clip-path 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), color 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), background-color 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-clip-path 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
}
.c-button:after,
.recharge.page__customers__request-invite .btn:after,
.shopify-challenge__button.btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--button-background);
  border-radius: var(--button-radius);
  z-index: -1;
}
.c-button.-expand:hover,
.recharge.page__customers__request-invite .-expand.btn:hover,
.-expand.shopify-challenge__button.btn:hover,
.u-button-hover:hover .c-button.-expand,
.u-button-hover:hover .recharge.page__customers__request-invite .-expand.btn,
.recharge.page__customers__request-invite .u-button-hover:hover .-expand.btn,
.u-button-hover:hover .-expand.shopify-challenge__button.btn,
.u-button-hover.focus-visible .c-button.-expand,
.u-button-hover.focus-visible .recharge.page__customers__request-invite .-expand.btn,
.recharge.page__customers__request-invite .u-button-hover.focus-visible .-expand.btn,
.u-button-hover.focus-visible .-expand.shopify-challenge__button.btn {
  -webkit-clip-path: inset(0 0 0 0 round var(--button-circle) var(--button-circle) var(--button-circle) var(--button-circle));
  clip-path: inset(0 0 0 0 round var(--button-circle) var(--button-circle) var(--button-circle) var(--button-circle));
}
.c-button_label {
  padding-top: .125rem;
  display: inline-block;
}
.c-button.-expand .c-button_label,
.recharge.page__customers__request-invite .-expand.btn .c-button_label,
.-expand.shopify-challenge__button.btn .c-button_label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: -webkit-calc(var(--button-circle)* .8);
  padding-right: -moz-calc(var(--button-circle)* .8);
  padding-right: calc(var(--button-circle)* .8);
  opacity: 0;
  -webkit-transform: translate3d(-20px, 0, 0);
  -moz-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: opacity 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: opacity 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: opacity 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  line-height: 1;
}
.c-button.-expand:hover .c-button_label,
.recharge.page__customers__request-invite .-expand.btn:hover .c-button_label,
.-expand.shopify-challenge__button.btn:hover .c-button_label,
.u-button-hover:hover .c-button.-expand .c-button_label,
.u-button-hover:hover .recharge.page__customers__request-invite .-expand.btn .c-button_label,
.recharge.page__customers__request-invite .u-button-hover:hover .-expand.btn .c-button_label,
.u-button-hover:hover .-expand.shopify-challenge__button.btn .c-button_label,
.u-button-hover.focus-visible .c-button.-expand .c-button_label,
.u-button-hover.focus-visible .recharge.page__customers__request-invite .-expand.btn .c-button_label,
.recharge.page__customers__request-invite .u-button-hover.focus-visible .-expand.btn .c-button_label,
.u-button-hover.focus-visible .-expand.shopify-challenge__button.btn .c-button_label {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.c-button.-expand .c-button_icon,
.recharge.page__customers__request-invite .-expand.btn .c-button_icon,
.-expand.shopify-challenge__button.btn .c-button_icon {
  position: absolute;
  right: 0;
  top: 0;
  width: var(--button-circle);
  height: var(--button-circle);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: left 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: left 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), left 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), left 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), left 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
}
.c-button.-expand:hover .c-button_icon,
.recharge.page__customers__request-invite .-expand.btn:hover .c-button_icon,
.-expand.shopify-challenge__button.btn:hover .c-button_icon,
.u-button-hover:hover .c-button.-expand .c-button_icon,
.u-button-hover:hover .recharge.page__customers__request-invite .-expand.btn .c-button_icon,
.recharge.page__customers__request-invite .u-button-hover:hover .-expand.btn .c-button_icon,
.u-button-hover:hover .-expand.shopify-challenge__button.btn .c-button_icon,
.u-button-hover.focus-visible .c-button.-expand .c-button_icon,
.u-button-hover.focus-visible .recharge.page__customers__request-invite .-expand.btn .c-button_icon,
.recharge.page__customers__request-invite .u-button-hover.focus-visible .-expand.btn .c-button_icon,
.u-button-hover.focus-visible .-expand.shopify-challenge__button.btn .c-button_icon {
  -webkit-transform: translate(-3px);
  -moz-transform: translate(-3px);
  -ms-transform: translate(-3px);
  transform: translate(-3px);
}
.c-icon {
  display: inline-block;
  vertical-align: middle;
}
.c-icon svg {
  display: block;
  width: var(--icon-width);
  height: var(--icon-height);
  fill: currentColor;
  stroke: currentColor;
}
.c-tile-can_cta {
  text-align: right;
  position: relative;
  z-index: 4;
  pointer-events: none;
}
.c-tile-can_url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.u-screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
.c-tile-can_illustration {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 57%;
  opacity: 0;
  -webkit-transform: translate3d(-10%, 10%, 0);
  -moz-transform: translate3d(-10%, 10%, 0);
  transform: translate3d(-10%, 10%, 0);
  z-index: 2;
  -webkit-transition: opacity 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: opacity 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
}
.c-tile-can.-feature .c-tile-can_illustration {
  width: 45%;
  -webkit-transform: translate3d(-20%, 10%, 0);
  -moz-transform: translate3d(-20%, 10%, 0);
  transform: translate3d(-20%, 10%, 0);
}
.c-tile-can:hover .c-tile-can_illustration {
  opacity: 1;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
}
.c-tile-can.-feature:hover .c-tile-can_illustration {
  -webkit-transform: translate3d(0, 20%, 0);
  -moz-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
}
.c-image {
  position: relative;
}
img[width].c-image_img,
img[height].c-image_img {
  max-width: 100%;
}
.c-image.-lazy-load .c-image_img {
  -webkit-transition: opacity 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: opacity 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
}
.c-image_inner {
  position: relative;
}
.c-image_img {
  width: 100%;
}
.c-tile-can_visual {
  position: absolute;
  width: 25%;
  left: var(--padding-box);
  bottom: 0;
  pointer-events: none;
  z-index: 3;
}
.c-tile-can.-feature .c-tile-can_visual {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.9s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.9s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: transform 0.9s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.9s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.9s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.9s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.9s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.9s 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.c-tile-can_visual_inner {
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
}
.c-tile-can:hover .c-tile-can_visual_inner {
  -webkit-transform: translateY(15%);
  -moz-transform: translateY(15%);
  -ms-transform: translateY(15%);
  transform: translateY(15%);
}
.c-rail {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 1;
}
.c-horizontal-panel_rail_inner {
  padding-bottom: 1.25rem;
}
.c-rail_inner {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: visible;
  width: auto;
}
.c-rail_pattern {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.c-rail_item {
  padding-right: 3.75rem;
}
.c-rail_text {
  font-weight: bold;
  font-size: 120px;
}
.c-rail_text span {
  color: #b1b1b1;
}
@media (min-width: 1000px) {
  .c-tile-can {
    aspect-ratio: 450 / 400;
  }
}
@media (min-width: 1200px) {
  .product_title {
    position: absolute;
    top: 100vh;
    left: 60px;
    bottom: 0;
  }
  .product_title_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 6.25rem;
    padding-bottom: 22rem;
  }
  .product_title_content {
    width: 42.5rem;
    aspect-ratio: 680 / 480;
  }
  .c-horizontal-panel_navigation {
    display: none;
  }
  .product-inner {
    margin-top: -100vh;
  }
  .product_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  .product_list {
    width: auto;
    height: 100vh;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .product_item {
    padding-top: 6.25rem;
    padding-bottom: 11.25rem;
    padding-left: var(--grid-gutter);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
  }
  .product_item:first-child {
    padding-left: -webkit-calc(100vh + 50vw);
    padding-left: -moz-calc(100vh + 50vw);
    padding-left: calc(100vh + 50vw);
  }
  .c-tile-can.-feature {
    width: 42.5rem;
    aspect-ratio: 680 / 480;
  }
  .c-horizontal-panel_rail {
    position: absolute;
    top: 17.5rem;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 10;
  }
  .c-horizontal-panel_rail_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.swiper-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.i-advantage {
  margin-top: 190px;
  margin-bottom: 85px;
}
.c-heading.-huge-sans {
  font-weight: bold;
  font-size: 120px;
  line-height: 1.2;
}
.u-accent {
  color: #b1b1b1;
}
.c-splash-yerba_title_line_inner {
  display: inline-block;
}
.c-splash-yerba_title {
  margin-bottom: 190px;
}
@media (min-width: 1000px) {
  .c-splash-yerba_title_line.-last {
    text-align: right;
  }
  .c-splash-yerba_title_line.-first .c-splash-yerba_title_line_inner {
    -webkit-transform: translate(-webkit-calc(var(--smooth-progress)* 80%));
    -moz-transform: translate(-moz-calc(var(--smooth-progress)* 80%));
    -ms-transform: translate(calc(var(--smooth-progress)* 80%));
    transform: translate(calc(var(--smooth-progress)* 80%));
  }
  .c-splash-yerba_title_line.-last .c-splash-yerba_title_line_inner {
    -webkit-transform: translate(-webkit-calc(var(--smooth-progress)* 50%* -3));
    -moz-transform: translate(-moz-calc(var(--smooth-progress)* 50%* -3));
    -ms-transform: translate(calc(var(--smooth-progress)* 50%* -3));
    transform: translate(calc(var(--smooth-progress)* 50%* -3));
  }
}
.c-splash-yerba_container {
  position: relative;
  -webkit-clip-path: inset(0 0 0 0 round 0 0 var(--border-radius-large) var(--border-radius-large));
  clip-path: inset(0 0 0 0 round 0 0 var(--border-radius-large) var(--border-radius-large));
}
.c-splash-yerba_perks {
  position: relative;
}
.c-splash-yerba_visual-area {
  position: absolute;
  top: var(--top, 0);
  left: 0;
  width: 100%;
  bottom: 0;
  pointer-events: none;
}
.c-splash-yerba_list {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  text-wrap: balance;
}
.c-splash-yerba_item:not(:last-child) {
  margin-bottom: 85px;
}
.c-splash-yerba_label {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 20px;
}
.c-text.-large {
  font-size: 18px;
  line-height: 1.8;
}
.c-splash-yerba_icon {
  width: 3.125rem;
  margin-bottom: 15px;
  -webkit-transform: rotate(20deg) scale3d(0, 0, 1);
  -moz-transform: rotate(20deg) scale3d(0, 0, 1);
  transform: rotate(20deg) scale3d(0, 0, 1);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
}
.c-splash-yerba_item.is-inview .c-splash-yerba_icon {
  -webkit-transform: rotate(0) scaleZ(1);
  -moz-transform: rotate(0) scaleZ(1);
  transform: rotate(0) scaleZ(1);
  opacity: 1;
}
.c-splash-yerba_content {
  position: relative;
  z-index: 3;
}
.c-splash-yerba_content_text {
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 30px;
}
.c-splash-yerba_content_sticky.is-inview .c-splash-yerba_content_text {
  opacity: 1;
  line-height: 1.5;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
}
.c-splash-yerba_content_sticky.is-inview .c-splash-yerba_content_rz {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.6s cubic-bezier(0.38, 0.005, 0.215, 1);
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  transition-delay: .1s;
}
.c-splash-yerba_background_visual:first-child .c-splash-yerba_background_visual_img {
  left: 0;
}
.c-splash-yerba_background_visual:last-child .c-splash-yerba_background_visual_img {
  right: 0;
}
.c-image.-cover .c-image_inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.c-image.-cover .c-image_img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (min-width: 1000px) {
  .c-splash-yerba_perks {
    padding-bottom: 265px;
  }
  .c-splash-yerba_list {
    max-width: 21.25rem;
    padding-bottom: 85px;
  }
  .c-splash-yerba_content {
    --button-color: #000000;
    --button-background: #FFFFFF;
    color: #fff;
    height: 180vh;
    margin-top: 10vh;
  }
  .c-splash-yerba_content.-has-content:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #000;
    opacity: -webkit-calc(var(--smooth-progress)* .75);
    opacity: -moz-calc(var(--smooth-progress)* .75);
    opacity: calc(var(--smooth-progress)* .75);
  }
  .c-splash-yerba_content_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-transition: top 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
    -moz-transition: top 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
    transition: top 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  }
  html.is-scrolling-up .c-splash-yerba_content_sticky {
    top: var(--header-height);
  }
  .c-splash-yerba_content_text {
    padding-right: 15%;
    font-size: 48px;
    opacity: 0;
    -webkit-transform: translateY(2.5rem);
    -moz-transform: translateY(2.5rem);
    -ms-transform: translateY(2.5rem);
    transform: translateY(2.5rem);
    -webkit-transition: opacity 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1);
    transition: opacity 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1);
    -moz-transition: transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1);
    transition: transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.1s cubic-bezier(0.38, 0.005, 0.215, 1);
    transition: transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1);
  }
  .c-splash-yerba_content_rz {
    opacity: 0;
    -webkit-transform: translateY(2.5rem);
    -moz-transform: translateY(2.5rem);
    -ms-transform: translateY(2.5rem);
    transform: translateY(2.5rem);
    -webkit-transition: opacity 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1);
    transition: opacity 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1);
    -moz-transition: transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1);
    transition: transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.1s cubic-bezier(0.38, 0.005, 0.215, 1);
    transition: transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), opacity 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), -webkit-transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1), -moz-transform 0.1s cubic-bezier(0.38, 0.005, 0.215, 1);
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s;
  }
  .c-splash-yerba_background {
    -webkit-clip-path: inset(0 0 0 0 round 0 0 var(--border-radius-large) var(--border-radius-large));
    clip-path: inset(0 0 0 0 round 0 0 var(--border-radius-large) var(--border-radius-large));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .c-splash-yerba_background_sticky_area {
    position: absolute;
    top: -100vh;
    bottom: -100vh;
    left: 0;
    width: 100%;
  }
  .c-splash-yerba_background_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
  }
  .c-splash-yerba_background_visual {
    position: absolute;
    top: 0;
    height: 100%;
    width: -webkit-calc(50% + 1px);
    width: -moz-calc(50% + 1px);
    width: calc(50% + 1px);
    overflow: hidden;
  }
  .c-splash-yerba_background_visual:first-child {
    left: 0;
  }
  .c-splash-yerba_background_visual:last-child {
    right: 0;
  }
  .c-splash-yerba_background_visual_img {
    position: absolute;
    top: 0;
    width: 200%;
    height: 100%;
  }
}
.our-about {
  margin-top: 100px;
  margin-bottom: 100px;
}
.our-about .box {
  background-color: #f8f5f2;
  border-radius: var(--border-radius-large);
}
.our-about .Tit {
  font-size: 51px;
  line-height: 1.4;
  font-weight: bold;
}
.our-about .left {
  width: 50%;
  vertical-align: middle;
}
.our-about .left img {
  max-width: 100%;
  border-radius: var(--border-radius-large);
}
.our-about .right {
  width: 50%;
  vertical-align: middle;
  padding: 0 4%;
}
.our-about .right h1{
  display: inline;
}
.our-about .right .aboutBtn {
  display: inline-block;
  color: #fff;
  background-color: #000;
  padding: 20px 80px;
  border-radius: 30px;
}
.our-about .right .list {
  margin-top: 15%;
}
.our-about .right .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.our-about .right .list li {
  margin-right: auto;
}
.our-about .right .list li .num {
  font-size: 48px;
  line-height: 1;
}
.our-about .right .list li .num span {
  font-size: 20px;
}




.our-about .bottom {
  margin-top: 100px;
}
.our-about .bottom ul {
  margin: -15px;
}
.our-about .bottom li {
  padding: 15px;
}
.our-about .bottom li .num {
  font-size: 48px;
  line-height: 1;
}
.our-about .bottom li .num span {
  font-size: 20px;
}

.our-service {
  margin: 140px 0;
}
.our-service img {
  max-width: 100%;
}
.our-service .Tit {
  font-size: 72px;
  font-weight: bold;
  margin-right: auto;
}
.our-service .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: var(--grid-margin);
  padding-right: var(--grid-margin);
}
.our-service .top ul {
  margin: -10px;
}
.our-service .top li {
  width: auto;
  padding: 10px;
}
.our-service .top li.active a {
  color: #fff;
  background-color: #000;
}
.our-service .top li a {
  display: block;
  border: 1px solid black;
  line-height: 55px;
  height: 55px;
  padding: 0 30px;
  border-radius: 55px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-service .top li a:hover {
  color: #fff;
  background-color: #000;
}
.our-service .bottom img {
  border-radius: var(--border-radius-large);
}
.our-news .Tit {
  font-size: 72px;
  font-weight: bold;
}
.our-news .swiper-container {
  padding: 0 15%;
}
.our-news .list > div {
  margin-bottom: 80px;
}
.our-news .list li .img {
  margin-bottom: 25px;
  border-radius: 30px;
}
.our-news .list li .img img {
  max-width: 100%;
}
.our-news .list li .name {
  margin-bottom: 10px;
  color: #624219;
}
.our-news .list li time {
  opacity: .6;
}
.our-news button.arrow {
  margin: 0 5px;
  width: 47px;
  height: 47px;
  border: none;
  border-radius: 47px;
  font-size: 0;
}
.i-why {
  margin: 180px 0;
}
.i-why .Tit {
  font-size: 60px;
  line-height: 1.2;
  font-weight: bold;
}
.i-why .left {
  padding-right: 80px;
}
.i-why .left .desc {
  max-width: 450px;
}
.i-why .left .whyBtn {
  display: inline-block;
  color: #fff;
  background-color: #000;
  padding: 0 50px;
  line-height: 70px;
  height: 70px;
  border-radius: 35px;
}
.i-why .right {
  padding-left: 80px;
}
.i-why .right li {
  padding: 30px;
  border-radius: 30px;
  color: var(--color-primary);
  background: var(--color-secondary);
  cursor: pointer;
}
.i-why .right li:not(:last-child) {
  margin-bottom: 15px;
}
.i-why .right li .mml-text {
  font-size: 30px;
}
.i-why .right li .content {
  margin-top: 10px;
  padding-left: 60px;
  padding-right: 40px;
  display: none;
}
.i-why .right li .name {
  padding-left: 60px;
  padding-right: 40px;
}
.i-why .right li .icon {
  float: left;
}
.i-why .right li .icon img {
  vertical-align: middle;
}
.i-why .right li .btn {
  float: right;
}
.i-why .right li .btn:before {
  content: "+";
}
.i-why .right li.active .btn:before {
  content: "-";
}
#footer {
  height: 100vh;
  padding: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 10;
}
.foot-background_back {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 33px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.5);
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
}
.foot-background_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.foot-background_back_children {
  position: relative;
  z-index: 3;
  padding: 35px 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.foot_foot_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.foot_foot_top::before,
.foot_foot_top::after {
  content: "";
  height: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.foot_foot_top::before {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.46)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.46));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.46));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.46));
}
.foot_foot_top::after {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(20%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.46)));
  background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.46));
  background-image: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.46));
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.46));
}
.foot_foot_logo {
  width: 110px;
  height: 110px;
  border-radius: 55px;
  background-color: rgba(255, 255, 255, 0.46);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.foot_foot_logo img {
  max-width: 70%;
}
.foot_foot_center {
  text-align: center;
  margin-top: auto;
}
.foot_foot_center > div:first-child {
  font-size: 96px;
  font-weight: bold;
  color: #fff;
}
.foot_foot_center > div:last-child {
  font-size: 24px;
  line-height: 1.6;
  color: #fff;
  max-width: 700px;
  margin: auto;
}
.foot_foot_bottom {
  margin-top: auto;
}
.foot_foot_bottom .box {
  background-color: #fff;
  padding: 3% 5%;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.foot_foot_bottom .box > div {
  margin-left: auto;
  max-width: 390px;
}
.foot_foot_bottom .box > div:nth-child(1) {
  margin-left: 0;
  /*margin-right: auto;
  max-width: unset;*/
  max-width: 300px;
}

.foot_foot_bottom .box > div:nth-child(1) img {
  width: 100%;
}

.foot_foot_bottom .box > div li {
  line-height: 2;
}
.foot_foot_bottom .Tit {
  font-size: 62px;
  line-height: 1.2;
  font-weight: bold;
}
.foot_foot_bottom .tel {
  font-size: 30px;
  font-weight: bold;
}
.foot_foot_bottom .email span {
  display: inline-block;
  border-bottom: 1px solid #000000;
}
.foot-link .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.foot-link img {
  max-height: 16px;
}
@media (max-width: 1800px) {
  .our-about .box {
    background-color: transparent;
  }
  .our-about .right .list li .num {
    font-size: 40px;
  }
  .our-about .left {
    vertical-align: top;
  }
  .our-about .right {
    vertical-align: top;
  }
}
@media (max-width: 1600px) {
  .hero_hero_left {
    font-size: 100px;
  }
  .hero-video_root_playBtn__BOK28 {
    width: 60px;
    height: 60px;
  }
  .c-tile-can.-feature .c-tile-can_title {
    font-size: 42px;
  }
  .c-rail_text {
    font-size: 90px;
  }
  .c-heading.-huge-sans {
    font-size: 90px;
  }
  .our-about .Tit {
    font-size: 34px;
  }
  .font-20 {
    font-size: 18px;
  }
  .our-about .right .list {
    margin-top: 10%;
  }
  .our-service .Tit {
    font-size: 60px;
  }
  .our-service .top li a {
    line-height: 45px;
    height: 45px;
    padding: 0 15px;
  }
  .our-news .Tit {
    font-size: 60px;
  }
  .i-why .Tit {
    font-size: 50px;
  }
  .i-why .right li .mml-text {
    font-size: 24px;
  }
  .foot_foot_center > div:first-child {
    font-size: 70px;
  }
  .foot_foot_bottom .Tit {
    font-size: 50px;
  }
}
@media (max-width: 1400px) {
  .c-rail_text {
    font-size: 70px;
  }
  .c-heading.-huge-sans {
    font-size: 70px;
  }
  .our-product {
    margin-bottom: 150px;
  }
  .i-advantage {
    margin-top: 150px;
    margin-bottom: 70px;
  }
  .c-splash-yerba_title {
    margin-bottom: 150px;
  }
  .our-about .right .list {
    display: none;
  }
  .our-about .bottom {
    display: block;
  }
  .our-service {
    margin: 100px 0;
  }
  .our-service .top {
    display: block;
  }
  .our-service .Tit {
    font-size: 40px;
  }
  .our-news .Tit {
    font-size: 40px;
  }
  .our-news .swiper-container {
    padding: 0 5%;
  }
  .i-why {
    margin: 100px 0;
  }
  .i-why .left {
    padding-right: 40px;
  }
  .i-why .right {
    padding-left: 40px;
  }
  .i-why .Tit {
    font-size: 40px;
  }
  .i-why .right li .mml-text {
    font-size: 20px;
  }
  .i-why .right li {
    padding: 20px;
  }
  .foot_foot_center > div:first-child {
    font-size: 50px;
  }
  .foot_foot_center > div:last-child {
    font-size: 18px;
  }
  .foot_foot_bottom .Tit {
    font-size: 40px;
  }
  .foot_foot_bottom .box > div {
    max-width: 300px;
  }
  .foot_foot_bottom .box {
    padding: 30px;
  }
  .foot_foot_bottom .box > div:nth-child(1) {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  #header .nav .ui.menu .menu-box {
    height: 50px;
    line-height: 50px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
    font-size: 15px;
  }
  .hero-sticky_fixed .contact {
    padding: 0 20px;
  }
  .hero_hero_left {
    font-size: 85px;
  }
  .hero-clutch_text__toapR {
    font-size: 16px;
  }
  .product_title {
    padding: 0 var(--grid-margin);
    margin-bottom: 2.5rem;
  }
  .our-product {
    padding-top: 70px;
  }
  .product_item {
    height: auto;
  }
  .product_sticky {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 40px;
  }
  .product_title_sticky {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .our-about .right .aboutBtn {
    padding: 15px 55px;
  }
  .hide-1200 {
    display: none!important;
  }
  .foot_foot_bottom .box > div {
    max-width: 50%;
  }
  .hero_hero_content {
    padding: 0;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .c-tile-can.-feature {
    aspect-ratio: inherit;
    height: 25rem;
  }
  .c-tile-can_text {
    -webkit-transform: translateZ(0) !important;
    -moz-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
    right: 30px;
    bottom: 5rem;
  }
  .c-tile-can.-feature .c-tile-can_visual {
    width: 20%;
  }
}
@media (max-width: 1090px) {
  #header .nav .ui.menu .menu-box {
    display: none;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  .c-tile-can.-feature {
    aspect-ratio: 10 / 6;
  }
  .c-splash-yerba_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: var(--grid-gutter);
    -moz-column-gap: var(--grid-gutter);
    column-gap: var(--grid-gutter);
  }
  .c-splash-yerba_content_text {
    font-size: 40px;
  }
  .c-splash-yerba_background_visual {
    margin-top: clamp(-webkit-calc(.0625rem* var(--spacing-large-mobile)), -webkit-calc(var(--spacing-large) / 14.4* 1vw), -webkit-calc(.0625rem* var(--spacing-large)));
    margin-top: clamp(-moz-calc(.0625rem* var(--spacing-large-mobile)), -moz-calc(var(--spacing-large) / 14.4* 1vw), -moz-calc(.0625rem* var(--spacing-large)));
    margin-top: clamp(calc(.0625rem* var(--spacing-large-mobile)), calc(var(--spacing-large) / 14.4* 1vw), calc(.0625rem* var(--spacing-large)));
  }
}
@media (max-width: 999px) {
  :root {
    --border-radius: 30px;
    --border-radius-medium: 30px;
    --border-radius-large: 30px;
  }
  .c-tile-can {
    aspect-ratio: 5 / 4;
  }
  .c-tile-can.-feature {
    width: 100%;
  }
  .c-tile-can:hover .c-tile-can_visual_inner {
    -webkit-transform: translateY(28%);
    -moz-transform: translateY(28%);
    -ms-transform: translateY(28%);
    transform: translateY(28%);
  }
  .c-rail_text {
    font-size: 60px;
  }
  .our-product {
    margin-bottom: 120px;
  }
  .i-advantage {
    margin-top: 120px;
    margin-bottom: 60px;
  }
  .c-heading.-huge-sans {
    font-size: 60px;
  }
  .c-splash-yerba_title {
    padding-top: 40px;
    margin-bottom: 60px;
  }
  .c-splash-yerba_perks {
    padding-bottom: 60px;
  }
  .c-splash-yerba_list {
    padding-bottom: 40px;
  }
  .c-splash-yerba_content {
    --button-color: #FFFFFF;
    --button-background: #000000;
    color: #000;
  }
  .c-splash-yerba_content_rz {
    display: none;
  }
  .c-splash-yerba_background_visual {
    aspect-ratio: 9 / 5;
    -webkit-clip-path: inset(0% 0% 0% 0% round var(--border-radius-large) var(--border-radius-large) var(--border-radius-large) var(--border-radius-large)) !important;
    clip-path: inset(0% 0% 0% 0% round var(--border-radius-large) var(--border-radius-large) var(--border-radius-large) var(--border-radius-large)) !important;
  }
  .c-splash-yerba_background_visual:last-child {
    display: none;
  }
  .c-splash-yerba_background_visual_img {
    aspect-ratio: 9 / 5;
  }
  .our-about {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .our-about .left {
    width: 40%;
  }
  .our-about .right {
    width: 60%;
  }

  .our-about .bottom {
    margin-top: 60px;
  }
  .font-20 {
    font-size: 16px;
    line-height: 30px;
  }
  .font-18 {
    font-size: 16px;
  }
  .our-service {
    margin: 80px 0;
  }
  .i-why {
    margin: 80px 0;
  }
  .i-why .left {
    width: 100%!important;
    padding: 0;
    margin-bottom: 20px;
  }
  .i-why .right {
    width: 100%!important;
    padding: 0;
  }
  .i-why .left .whyBtn {
    padding: 0 25px;
    line-height: 50px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .our-about .bottom li .num {
    font-size: 36px;
  }
  .our-about .bottom li .num span {
    font-size: 18px;
  }

  #header {
    display: none;
  }
  .hero-sticky_fixed {
    display: none;
  }
  #mobile {
    display: block;
  }
  #index-body {
    margin-top: 120px;
  }
  .hero_hero {
    height: auto;
  }
  .hero_hero_left {
    width: 100%;
    font-size: 90px;
  }
  .hero_hero_content {
    margin-block: auto;
    margin-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-inline: 40px;
  }
  .hero_hero_right {
    margin: 10% auto;
  }
  .hero_hero_mobile_scroll__bTEt3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  #footer {
    height: auto;
  }
  .foot_foot_center {
    margin-top: 60px;
  }
  .foot_foot_center > div:first-child {
    font-size: 40px;
  }
  .foot_foot_bottom {
    margin-top: 60px;
  }
  .foot-background_back_children {
    padding: 30px 40px;
  }
  .foot_foot_bottom .tel {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .foot_foot_bottom .Tit {
    font-size: 30px;
  }
  .foot_foot_bottom .add {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .hero_hero_content {
    margin-top: 48px;
    padding-inline: 0;
  }
  .hero_hero_left {
    font-size: 12vw;
    padding-bottom: 0;
    max-width: 100%;
  }
  .hero-scroll-button_button {
    display: none;
  }
  .hero-title_title_awesome {
    padding-left: 1.5em;
  }
  .hero_hero_mobile_scroll__bTEt3 .hero_hero_mobile_scrollBtn__Y1CPw {
    display: block;
  }
  .hero-title_title {
    padding-bottom: 0;
    border: none;
  }
  .hero-clutch_text__toapR {
    font-size: 14px;
    line-height: 2;
  }
  .hero_hero_right {
    margin: 5% auto;
  }
}
@media (max-width: 699px) {
  html {
    font-size: 16px;
  }
  :root {
    --grid-margin: 1.25rem;
    --padding-box: var(--grid-gutter);
    --header-height_inner: 3.125rem;
    --header-padding: 10px;
  }
  .c-tile-can.-feature .c-tile-can_text {
    display: none;
  }
  .product_title {
    padding: 0 20px;
  }
  .product_sticky {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .c-rail_text {
    font-size: 48px;
  }
  .c-heading.-huge-sans {
    font-size: 40px;
    line-height: 1.4;
  }
  .c-splash-yerba_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-splash-yerba_item:not(:last-child) {
    margin-bottom: 60px;
  }
  .c-splash-yerba_content {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 40px;
  }
  .c-splash-yerba_background {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .c-splash-yerba_background_visual {
    margin-bottom: 40px;
  }
  .c-splash-yerba_content_text {
    font-size: 26px;
    line-height: 1.6;
  }
  .our-about .left {
    width: 100%;
  }
  .our-about .right {
    width: 100%;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .our-service {
    display: none;
  }
  .our-news .swiper-container {
    padding: 0 1.25rem;
  }
  .i-why {
    display: none;
  }
  .foot-background_back_children {
    padding: 30px 19px;
  }
  .foot_foot_bottom .box {
    display: block;
    text-align: center;
  }
  .foot_foot_bottom .Tit {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .foot_foot_bottom .Tit br {
    display: none;
  }
  .foot_foot_bottom .box > div {
    max-width: 100%;
  }
  .foot_foot_center > div:first-child {
    font-size: 30px;
  }
  .foot_foot_center > div:last-child {
    font-size: 16px;
    line-height: 2;
  }
  .font-18 {
    font-size: 14px;
    line-height: 2;
  }
  .font-16 {
    font-size: 14px;
    line-height: 2;
  }
  .foot-link img {
    max-height: 14px;
  }
  .foot_foot_bottom .tel {
    font-size: 18px;
    line-height: 1.8;
  }
  .product_title_content {
    font-size: 20px;
    line-height: 1.6;
  }
  .our-product button.arrow {
    width: 40px;
    height: 40px;
  }

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

@media (max-width: 500px) {
  .our-about .bottom {
    text-align: center;
  }
}

.none_modal__E9dhu {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden auto;
  height: 0;
  visibility: hidden;
}
.none_modal__E9dhu.active {
  height: auto;
  visibility: visible;
}
.main-layout_main_menu__25O9L {
  z-index: 300;
}
.none_modal_window__ntV_U {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -moz-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu_menu__IDTdX {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.menu_menu_left__smqeu {
  height: auto;
  max-width: 354px;
  width: 100%;
  padding: 40px 40px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.menu_menu_expand__vNK3L:before,
.menu_menu_left__smqeu:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.menu_menu_left__smqeu:before {
  background: #452d0e;
}
.menu_menu_left__smqeu:before {
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}
.menu_menu_logoBtn__Iy8OE {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.menu_menu_clutch__MYC81 {
  margin-top: auto;
}
.menu_menu_clutch__MYC81 form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.menu_menu_clutch__MYC81 input[type="text"] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  padding: 0 15px;
}
.menu_menu_clutch__MYC81 input[type="submit"] {
  width: 40px;
  height: 40px;
  background: #000 url(../images/icon-search-white.png) no-repeat center;
}
.menu_menu_text__Yqx10 {
  margin-top: 20px;
  font: 500 13px / 1.2 var(--font);
  color: rgba(255, 255, 255, 0.7);
  max-width: 14.61em;
}
.menu_menu_expand__vNK3L {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 40px 30px 40px 45px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.menu_menu_expand__vNK3L:before {
  background: #4541f1;
}
.menu_menu_expand__vNK3L:before {
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.menu_menu_header__XyBmA {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 64px;
}
.menu_menu_content__zfPAz {
  margin-top: auto;
  padding-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu_menu_header_title__JDrMc {
  font: 500 16px / 1.2 var(--font);
  color: rgba(255, 255, 255, 0.7);
}
.menu_menu_content_left__L9nXW {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.menu_menu_content_link__f6b52 {
  font: 500 106px / 1.4 var(--font);
  color: #fff;
  position: relative;
  display: inline-block;
}
.menu_menu_content_link__f6b52:before {
  content: "";
  display: block;
  width: 1.2em;
  height: .1em;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: scaleX(0) translateY(-50%);
  -moz-transform: scaleX(0) translateY(-50%);
  -ms-transform: scaleX(0) translateY(-50%);
  transform: scaleX(0) translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -moz-transition-property: transform, opacity, -moz-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -moz-transform;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.menu_menu_content_link__f6b52:hover:before {
  opacity: 1;
  -webkit-transform: scaleX(1) translateY(-50%);
  -moz-transform: scaleX(1) translateY(-50%);
  -ms-transform: scaleX(1) translateY(-50%);
  transform: scaleX(1) translateY(-50%);
}
.menu_menu_content_link__f6b52 span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out, -moz-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -moz-transform 0.4s ease-in-out;
}
.menu_menu_content_link__f6b52:hover span {
  -webkit-transform: translateX(1.3em);
  -moz-transform: translateX(1.3em);
  -ms-transform: translateX(1.3em);
  transform: translateX(1.3em);
}
.menu_menu_content_link__f6b52 span:after {
  content: attr(data-index);
  display: block;
  font: 600 16px / 1.2 var(--font);
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transform: translateY(150%);
  -moz-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
}
.menu_menu_content_right__obXBW {
  max-width: 280px;
  width: 100%;
}
.menu_menu_socials__1M3yT {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu_menu_row__JB3dx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-height: 890px) {
  .menu_menu_content_link__f6b52 {
    font-size: 11vh;
  }
  .menu_menu_content_link__f6b52 span:after {
    font-size: 1.8vh;
  }
}
.menu_menu__IDTdX {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.menu_menu_expand__vNK3L:before,
.menu_menu_left__smqeu:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.menu_menu_left__smqeu {
  height: auto;
  max-width: 354px;
  width: 100%;
  padding: 40px 40px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.menu_menu_left__smqeu:before {
  background: #452d0e;
}
.menu_menu_logoBtn__Iy8OE {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.menu_menu_expand__vNK3L {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 40px 30px 40px 45px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.menu_menu_expand__vNK3L:before {
  background: #7d5d34;
}
.menu_menu_logo__dGy5v,
.menu_menu_mobile_logo__XtD4w {
  width: 64px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.menu_menu_logo__dGy5v [data-fill=right],
.menu_menu_logo__dGy5v [data-fill=top],
.menu_menu_mobile_logo__XtD4w [data-fill=right],
.menu_menu_mobile_logo__XtD4w [data-fill=top] {
  fill: #fff;
}
.menu_menu_logo__dGy5v [data-fill=left],
.menu_menu_mobile_logo__XtD4w [data-fill=left] {
  fill: #ececec;
}
.menu_menu_mobile_logo__XtD4w {
  display: none;
}
.menu_menu_clutch__MYC81 {
  margin-top: auto;
}
.menu_menu_text__Yqx10 {
  margin-top: 20px;
  font: 500 13px/1.2 Plus Jakarta Sans;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.7);
  max-width: 14.61em;
}
.menu_menu_header__XyBmA {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 64px;
}
.menu_menu_header_title__JDrMc {
  font: 500 16px/1.2 Plus Jakarta Sans;
  color: rgba(255, 255, 255, 0.7);
}
.menu_menu_header_clientBtn__BVzeY {
  margin-left: auto;
}
.menu_menu_designrush__jWUAm {
  margin-top: 20px;
}
.menu_menu_designrush__jWUAm img {
  max-width: 134px;
  width: 100%;
}
.menu_menu_content__zfPAz {
  margin-top: auto;
  padding-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu_menu_content_left__L9nXW {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.menu_menu_content_link__f6b52 {
  font: 500 106px/1.2 Plus Jakarta Sans;
  letter-spacing: -0.02em;
  color: #fff;
  position: relative;
  display: inline-block;
}
.menu_menu_content_link__f6b52 span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out, -moz-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -moz-transform 0.4s ease-in-out;
}
.menu_menu_content_link__f6b52 span:after {
  content: attr(data-index);
  display: block;
  font: 600 16px/1.2 Plus Jakarta Sans;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transform: translateY(150%);
  -moz-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
}
.menu_menu_content_link__f6b52:before {
  content: "";
  display: block;
  width: 1.2em;
  height: .1em;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: scaleX(0) translateY(-50%);
  -moz-transform: scaleX(0) translateY(-50%);
  -ms-transform: scaleX(0) translateY(-50%);
  transform: scaleX(0) translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -moz-transition-property: transform,opacity,-moz-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform,-moz-transform;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.menu_menu_content_link__f6b52:hover span {
  -webkit-transform: translateX(1.3em);
  -moz-transform: translateX(1.3em);
  -ms-transform: translateX(1.3em);
  transform: translateX(1.3em);
}
.menu_menu_content_link__f6b52:hover:before {
  opacity: 1;
  -webkit-transform: scaleX(1) translateY(-50%);
  -moz-transform: scaleX(1) translateY(-50%);
  -ms-transform: scaleX(1) translateY(-50%);
  transform: scaleX(1) translateY(-50%);
}
@media screen and (max-height: 890px) {
  .menu_menu_content_link__f6b52 {
    font-size: 11vh;
  }
  .menu_menu_content_link__f6b52 span:after {
    font-size: 1.8vh;
  }
}
.menu_menu_content_right__obXBW {
  max-width: 280px;
  width: 100%;
}
.menu_menu_socials__1M3yT {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu_menu_socials_email__X8HeS {
  margin-top: 10px;
  font: 500 18px/1.2 Plus Jakarta Sans;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu_menu_socials_email__X8HeS a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
.menu_menu_socials_email__X8HeS button {
  font: inherit;
  margin-left: 6px;
  width: 1.25em;
  height: 1.25em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.menu_menu_socials_email__X8HeS button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: .55em;
  height: 0.55em;
}
.menu_menu_socials_email__X8HeS button svg [data-stroke] {
  stroke: #fff;
}
.menu_menu_socials_email__X8HeS button:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.menu_menu_socials_link__tVyp4 {
  font: 500 37px/1.2 Plus Jakarta Sans;
  color: #fff;
}
.menu_menu_socials_link__tVyp4 + .menu_menu_socials_link__tVyp4 {
  margin-top: 3px;
}
.menu_menu_row__JB3dx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu_menu_row__JB3dx .menu_menu_clutch__MYC81 {
  display: none;
}
.menu_menu_copy__Pv_XR {
  font: 500 17px/1.2 Plus Jakarta Sans;
  letter-spacing: -0.03em;
  color: #fff;
  padding-right: 10px;
}
.menu_menu_copy_copyright__7C87n {
  margin-top: 7px;
  opacity: 0.5;
}
.menu_menu_socialsExtra__5W7a3 {
  margin-top: -50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu_menu_socialsExtra_link__2MXbb {
  width: 40px;
  height: 40px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu_menu_socialsExtra_link__2MXbb img {
  width: 30%;
}
.menu_menu_socialsExtra_link__2MXbb svg {
  width: 11px;
  height: 19px;
  stroke: #fff;
}
.menu_menu_socialsExtra_link__2MXbb + .menu_menu_socialsExtra_link__2MXbb {
  margin-top: 14px;
}
.menu_menu_socialsExtra_link__2MXbb:hover {
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1600px) {
  .menu_menu_socials_link__tVyp4 {
    font-size: 32px;
  }
  .menu_menu_copy__Pv_XR {
    font-size: 15px;
  }
}
@media screen and (max-width: 1366px) {
  .menu_menu_left__smqeu {
    padding: 30px 30px 40px;
    max-width: 280px;
  }
  .menu_menu_expand__vNK3L {
    padding: 40px 30px;
  }
  .menu_menu_logo__dGy5v {
    width: 50px;
  }
  .menu_menu_header_closeBtn__p3kDC {
    width: 46px;
    height: 46px;
  }
  .menu_menu_content_link__f6b52 {
    font-size: 72px;
  }
  .menu_menu_content_link__f6b52 span:after {
    font-size: 12px;
  }
  .menu_menu_content_right__obXBW {
    max-width: 240px;
  }
  .menu_menu_socialsExtra_link__2MXbb + .menu_menu_socialsExtra_link__2MXbb {
    margin-top: 8px;
  }
  .menu_menu_socials_link__tVyp4 {
    font-size: 28px;
  }
  .menu_menu_socials_link__tVyp4 + .menu_menu_socials_link__tVyp4 {
    margin-top: 12px;
  }
}
@media screen and (max-width: 1124px) {
  .menu_menu_left__smqeu {
    padding: 20px 20px 40px;
    max-width: 250px;
  }
  .menu_menu_expand__vNK3L {
    padding-inline: 20px;
  }
  .menu_menu_content_link__f6b52 {
    font-size: 66px;
  }
}
@media screen and (max-width: 991px) {
  .menu_menu__IDTdX {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .menu_menu_left__smqeu {
    display: none;
  }
  .menu_menu_expand__vNK3L {
    padding-top: 35px;
  }
  .menu_menu_header_title__JDrMc {
    display: none;
  }
  .menu_menu_mobile_logo__XtD4w {
    width: 50px;
    display: block;
  }
  .menu_menu_content__zfPAz {
    margin-top: 55px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .menu_menu_content_right__obXBW {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
  }
  .menu_menu_copy__Pv_XR {
    display: none;
  }
  .menu_menu_row__JB3dx {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu_menu_row__JB3dx .menu_menu_clutch__MYC81 {
    display: block;
    margin-top: 13px;
  }
  .menu_menu_socialsExtra__5W7a3 {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu_menu_socialsExtra_link__2MXbb + .menu_menu_socialsExtra_link__2MXbb {
    margin-top: 0;
    margin-left: 11px;
  }
  .menu_menu_content_link__f6b52 {
    font-size: -webkit-calc((1vh + 1vw)*3.7);
    font-size: -moz-calc((1vh + 1vw)*3.7);
    font-size: calc((1vh + 1vw)*3.7);
  }
  .menu_menu_content_link__f6b52 span:after {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@media screen and (max-width: 768px) {
  .menu_menu_expand__vNK3L {
    padding-top: 18px;
  }
}
@media screen and (max-width: 565px) {
  .menu_menu_mobile_logo__XtD4w {
    width: 35px;
  }
  .menu_menu_content_link__f6b52 {
    font-size: 13.07vw;
  }
  .menu_menu_socials_link__tVyp4 {
    font-size: 24px;
  }
  .menu_menu_socials_link__tVyp4 + .menu_menu_socials_link__tVyp4 {
    margin-top: 6px;
  }
  .menu_menu_copy__Pv_XR {
    font-size: 11px;
  }
}
@media screen and (max-width: 465px) {
  .menu_menu_socials_email__X8HeS {
    font-size: 12px;
  }
}
@media screen and (max-width: 376px) {
  .menu_menu_expand__vNK3L {
    padding-top: 20px;
  }
  .menu_menu_header__XyBmA {
    padding-right: 56px;
  }
  .menu_menu_content__zfPAz {
    margin-top: 25px;
  }
  .menu_menu_content_link__f6b52 {
    font-size: 36px;
  }
  .menu_menu_content_link__f6b52 + .menu_menu_content_link__f6b52 {
    margin-top: 10px;
  }
  .menu_menu_content_right__obXBW {
    margin-top: 25px;
  }
  .menu_menu_socials_link__tVyp4 {
    font-size: 24px;
  }
  .menu_menu_header_clientBtn__BVzeY span {
    font-size: 13px;
  }
}
.menu_menu_left__smqeu:before {
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}
.menu_menu_expand__vNK3L:before {
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.menu_enter__8vf__ .menu_menu_expand__vNK3L:before,
.menu_enter__8vf__ .menu_menu_left__smqeu:before {
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
.menu_enter__8vf__ .menu_menu_clutch__MYC81,
.menu_enter__8vf__ .menu_menu_designrush__jWUAm,
.menu_enter__8vf__ .menu_menu_logo__dGy5v,
.menu_enter__8vf__ .menu_menu_text__Yqx10 {
  opacity: 0;
}
.menu_enter__8vf__ .menu_menu_text__Yqx10 {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
.menu_enter__8vf__ .menu_menu_content_left__L9nXW,
.menu_enter__8vf__ .menu_menu_copy__Pv_XR,
.menu_enter__8vf__ .menu_menu_socialsExtra__5W7a3,
.menu_enter__8vf__ .menu_menu_socials__1M3yT {
  opacity: 0;
}
.menu_enter__8vf__ .menu_menu_header__XyBmA {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.menu_enterActive__6ljEz .menu_menu_expand__vNK3L:before,
.menu_enterActive__6ljEz .menu_menu_left__smqeu:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(1, 0, 0.46, 0.85) 0ms;
  transition: -webkit-transform 0.6s cubic-bezier(1, 0, 0.46, 0.85) 0ms;
  -moz-transition: transform 0.6s cubic-bezier(1, 0, 0.46, 0.85) 0ms, -moz-transform 0.6s cubic-bezier(1, 0, 0.46, 0.85) 0ms;
  transition: transform 0.6s cubic-bezier(1, 0, 0.46, 0.85) 0ms;
  transition: transform 0.6s cubic-bezier(1, 0, 0.46, 0.85) 0ms, -webkit-transform 0.6s cubic-bezier(1, 0, 0.46, 0.85) 0ms, -moz-transform 0.6s cubic-bezier(1, 0, 0.46, 0.85) 0ms;
}
.menu_enterActive__6ljEz .menu_menu_logo__dGy5v {
  -webkit-transition: opacity 0.5s cubic-bezier(1, 0, 0.46, 0.85) 50ms;
  -moz-transition: opacity 0.5s cubic-bezier(1, 0, 0.46, 0.85) 50ms;
  transition: opacity 0.5s cubic-bezier(1, 0, 0.46, 0.85) 50ms;
}
.menu_enterActive__6ljEz .menu_menu_clutch__MYC81,
.menu_enterActive__6ljEz .menu_menu_designrush__jWUAm,
.menu_enterActive__6ljEz .menu_menu_text__Yqx10 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.4s ease-out 0.5s;
  -moz-transition: 0.4s ease-out 0.5s;
  transition: 0.4s ease-out 0.5s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -moz-transition-property: transform, opacity, -moz-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -moz-transform;
}
.menu_enterActive__6ljEz .menu_menu_content_left__L9nXW {
  -webkit-transition: opacity 0.4s cubic-bezier(1, 0, 0.46, 0.85) 0.3s;
  -moz-transition: opacity 0.4s cubic-bezier(1, 0, 0.46, 0.85) 0.3s;
  transition: opacity 0.4s cubic-bezier(1, 0, 0.46, 0.85) 0.3s;
}
.menu_enterActive__6ljEz .menu_menu_header__XyBmA {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.35s ease-out 0.5s;
  -moz-transition: 0.35s ease-out 0.5s;
  transition: 0.35s ease-out 0.5s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, transform, -moz-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform, -moz-transform;
}
.menu_enterActive__6ljEz .menu_menu_socials__1M3yT {
  -webkit-transition: opacity 0.2s ease-out 0.6s;
  -moz-transition: opacity 0.2s ease-out 0.6s;
  transition: opacity 0.2s ease-out 0.6s;
}
.menu_enterActive__6ljEz .menu_menu_copy__Pv_XR {
  -webkit-transition: opacity 0.2s ease-out 0.7s;
  -moz-transition: opacity 0.2s ease-out 0.7s;
  transition: opacity 0.2s ease-out 0.7s;
}
.menu_enterActive__6ljEz .menu_menu_socialsExtra__5W7a3 {
  -webkit-transition: opacity 0.2s ease-out 0.8s;
  -moz-transition: opacity 0.2s ease-out 0.8s;
  transition: opacity 0.2s ease-out 0.8s;
}
.menu_enterActive__6ljEz .menu_menu_clutch__MYC81,
.menu_enterActive__6ljEz .menu_menu_content_left__L9nXW,
.menu_enterActive__6ljEz .menu_menu_copy__Pv_XR,
.menu_enterActive__6ljEz .menu_menu_designrush__jWUAm,
.menu_enterActive__6ljEz .menu_menu_header__XyBmA,
.menu_enterActive__6ljEz .menu_menu_logo__dGy5v,
.menu_enterActive__6ljEz .menu_menu_socialsExtra__5W7a3,
.menu_enterActive__6ljEz .menu_menu_socials__1M3yT,
.menu_enterActive__6ljEz .menu_menu_text__Yqx10 {
  opacity: 1;
}
.menu_exit__3KVWY .menu_menu_expand__vNK3L:before,
.menu_exit__3KVWY .menu_menu_left__smqeu:before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.menu_exit__3KVWY .menu_menu_clutch__MYC81,
.menu_exit__3KVWY .menu_menu_content_left__L9nXW,
.menu_exit__3KVWY .menu_menu_copy__Pv_XR,
.menu_exit__3KVWY .menu_menu_designrush__jWUAm,
.menu_exit__3KVWY .menu_menu_header__XyBmA,
.menu_exit__3KVWY .menu_menu_logo__dGy5v,
.menu_exit__3KVWY .menu_menu_socialsExtra__5W7a3,
.menu_exit__3KVWY .menu_menu_socials__1M3yT,
.menu_exit__3KVWY .menu_menu_text__Yqx10 {
  opacity: 1;
}
.menu_exitActive__rq55A .menu_menu_expand__vNK3L:before,
.menu_exitActive__rq55A .menu_menu_left__smqeu:before {
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(1, 0, 0.46, 0.85) 0.4s;
  transition: -webkit-transform 0.6s cubic-bezier(1, 0, 0.46, 0.85) 0.4s;
  -moz-transition: transform 0.6s cubic-bezier(1, 0, 0.46, 0.85) 0.4s, -moz-transform 0.6s cubic-bezier(1, 0, 0.46, 0.85) 0.4s;
  transition: transform 0.6s cubic-bezier(1, 0, 0.46, 0.85) 0.4s;
  transition: transform 0.6s cubic-bezier(1, 0, 0.46, 0.85) 0.4s, -webkit-transform 0.6s cubic-bezier(1, 0, 0.46, 0.85) 0.4s, -moz-transform 0.6s cubic-bezier(1, 0, 0.46, 0.85) 0.4s;
}
.menu_exitActive__rq55A .menu_menu_clutch__MYC81 .menu_menu_text__Yqx10,
.menu_exitActive__rq55A .menu_menu_designrush__jWUAm,
.menu_exitActive__rq55A .menu_menu_logo__dGy5v {
  -webkit-transition: 0.2s cubic-bezier(1, 0, 0.46, 0.85) 0ms;
  -moz-transition: 0.2s cubic-bezier(1, 0, 0.46, 0.85) 0ms;
  transition: 0.2s cubic-bezier(1, 0, 0.46, 0.85) 0ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, transform, -moz-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform, -moz-transform;
}
.menu_exitActive__rq55A .menu_menu_content_left__L9nXW {
  -webkit-transition: opacity 0.4s cubic-bezier(1, 0, 0.46, 0.85) 0ms;
  -moz-transition: opacity 0.4s cubic-bezier(1, 0, 0.46, 0.85) 0ms;
  transition: opacity 0.4s cubic-bezier(1, 0, 0.46, 0.85) 0ms;
}
.menu_exitActive__rq55A .menu_menu_copy__Pv_XR,
.menu_exitActive__rq55A .menu_menu_socialsExtra__5W7a3,
.menu_exitActive__rq55A .menu_menu_socials__1M3yT {
  -webkit-transition: opacity 0.2s cubic-bezier(1, 0, 0.46, 0.85) 0ms;
  -moz-transition: opacity 0.2s cubic-bezier(1, 0, 0.46, 0.85) 0ms;
  transition: opacity 0.2s cubic-bezier(1, 0, 0.46, 0.85) 0ms;
}
.menu_exitActive__rq55A .menu_menu_clutch__MYC81,
.menu_exitActive__rq55A .menu_menu_content_left__L9nXW,
.menu_exitActive__rq55A .menu_menu_copy__Pv_XR,
.menu_exitActive__rq55A .menu_menu_designrush__jWUAm,
.menu_exitActive__rq55A .menu_menu_header__XyBmA,
.menu_exitActive__rq55A .menu_menu_logo__dGy5v,
.menu_exitActive__rq55A .menu_menu_socialsExtra__5W7a3,
.menu_exitActive__rq55A .menu_menu_socials__1M3yT,
.menu_exitActive__rq55A .menu_menu_text__Yqx10 {
  opacity: 0;
}









/* inner */

.more_cont_2 {
  position: relative;
  border: rgba(0, 0, 0, 0) 1px solid;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}
.more_cont_2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transform-origin: left;
          transform-origin: left;
  color: #fff;
}
.more_cont_2 span {
  position: relative;
  z-index: 2;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.more_cont_2:hover {
  color: #000;
}
.more_cont_2:hover::before {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
}
.more_cont_2:hover span {
  color: #000;
}
.inner-page {
  padding-top: 240px;
  /*background-color: #fff9f2;*/
}
.privacy-page{
  padding-bottom: 40px;
  line-height: 1.8;
  font-size: 16px;
}
.privacy-page h3,
.privacy-page h2{
  font-size: 24px;
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}
.privacy-page a{
  color: #337ab7;
}
.contact-page .init-1 .tip_title {
  text-transform: uppercase;
  font-size: 94px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.contact-page .init-1 .container {
  max-width: 1100px;
  margin: auto;
  margin-top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-page .init-1 .container .left {
  width: 48%;
}
.contact-page .init-1 .container .left .tip {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
}
.contact-page .init-1 .container .left .tip span {
  display: block;
}
.contact-page .init-1 .container .left .contact_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-page .init-1 .container .left .contact_info .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
}
.contact-page .init-1 .container .left .contact_info .list img {
  min-width: 18px;
  margin-right: 4px;
}
.contact-page .init-1 .container .left form {
  margin-top: 50px;
}
.contact-page .init-1 .container .left form .list {
  margin-top: 26px;
  width: 100%;
}
.contact-page .init-1 .container .left form .list label {
  display: block;
  cursor: auto;
  font-size: 16px;
}
.contact-page .init-1 .container .left form .list input {
  margin-top: 6px;
  display: block;
  border: none;
  height: 20px;
  border-bottom: 1px solid #000;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  background: inherit;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.contact-page .init-1 .container .left form .list input:focus {
  height: 36px;
}
.contact-page .init-1 .container .left form .list textarea {
  margin-top: 6px;
  display: block;
  border: none;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  background-color: inherit;
  border: 1px solid #000;
}
.contact-page .init-1 .container .left form .submit_btn {
  background-color: #000;
  width: 230px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 30px;
}
.contact-page .init-1 .container .right {
  width: 46%;
}
.contact-page .init-1 .container .right img {
  width: 100%;
  -o-object-fit: cover;
      object-fit: cover;
}
.contact-page .init-2 {
  border-top: 0px solid #FFF;
}
.contact-page .init-2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-page .init-2 .container .list {
  margin-top: 40px;
  max-width: 266px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.contact-page .init-2 .container .list .img {
  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;
  height: 38px;
}
.contact-page .init-2 .container .list .img img {
  max-height: 100%;
  width: auto;
  height: auto;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.contact-page .init-2 .container .list .title {
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 16px;
}
.contact-page .init-2 .container .list .des {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 8px;
}
.contact-page .init-2 .container .list:hover {
  transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.contact-page .init-2 .container .list:hover .img img {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.contact-page .init-3 {
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
.contact-page .init-3 .button-group .button{
  background: #000;
}
.faq-page {
  padding-bottom: 130px;
}
.faq-page .container {
  max-width: 1100px;
}
.faq-page .container .list {
  padding-top: 30px;
  border-top: 1px solid #c2c2c2;
}
.faq-page .container .list:first-child {
  padding-top: 0;
  border-top: none;
}
.faq-page .container .list .title {
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}
.faq-page .container .list .des {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 14px;
  padding-bottom: 40px;
}
.m-page {
  margin-top: 80px;
}
.m-page .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-page .wp-pagenavi span,
.m-page .wp-pagenavi a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #b2b2b2;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-size: 16px;
}
.m-page .wp-pagenavi span.current,
.m-page .wp-pagenavi a.current {
  border-color: #51453c;
  background-color: #51453c;
  color: #fff;
}
.m-page .wp-pagenavi a:hover {
  border-color: #51453c;
  background-color: #51453c;
  color: #fff;
}

.mbx {
  position: absolute;
  width: 100%;
  left: 0;
  top: 150px;
  color: #6a6a6a;
  margin-bottom: 40px;
}
.mbx.pr {
  position: relative;
  left: auto;
  top: auto;
}
.mbx a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.mbx a:hover {
  color: #000;
}
.inner_top_title {
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #c2c2c2;
}
.inner_top_title .title {
  font-size: 92px;
  line-height: 1.2;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}
.inner_top_title .nav_list {
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.inner_top_title .nav_list .list {
  margin-right: 30px;
  margin-top: 30px;
  position: relative;
}
.inner_top_title .nav_list .list::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #000;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.inner_top_title .nav_list .list:hover::before {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
/*.about-page {
  padding-bottom: 120px;
}*/

.about-page .init-2 .container .list {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 28px;
}
.about-page .init-2 .container .list.one .left {
  width: 42%;
  font-size: 24px;
  line-height: 40px;
}
.about-page .init-2 .container .list.one .left h1 {
  display: inline-block;
}
.about-page .init-2 .container .list.one .left .strong {
  font-weight: bold;
}

.about-page .init-2 .container .list.one .right {
  font-size: 16px;
  width: 54%;
      line-height: 30px;
}
.about-page .init-2 .container .list.two {
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
}
.about-page .init-2 .container .list.two .img {
  width: calc(50% - 15px);
}
.about-page .init-2 .container .list.two .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
      object-fit: cover;
}
.about-page .init-2 .container .list.three > div {
  width: 44%;
  font-size: 16px;
}
.environment-page {
  padding-top: 134px;
  padding-bottom: 150px;
}
.environment-page .container {
  max-width: 1100px;
}
.environment-page .init-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
      object-fit: cover;
}
.environment-page .init-2 {
  margin-top: 120px;
}
.environment-page .init-3 {
  margin-top: 40px;
}
.environment-page .init-3 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.environment-page .init-3 .container .left {
  width: 43%;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.environment-page .init-3 .container .right {
  font-size: 16px;
  line-height: 2;
  width: 43%;
}
.environment-page .init-4 {
  margin-top: 60px;
}
.environment-page .init-4 .container {
  padding-top: 30px;
  border-top: 1px solid #C2C2C2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.environment-page .init-4 .container > div {
  width: 43%;
  font-size: 16px;
  line-height: 2;
}
.environment-page .init-4 .container > div img {
  width: 100%;
  -o-object-fit: contain;
      object-fit: contain;
}
.environment-page .init-4 .container > div .strong {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.design-page {
  padding-top: 134px;
  padding-bottom: 150px;
}
.design-page .container {
  max-width: 1100px;
}
.design-page .init-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10vw 15px;
  position: relative;
  text-align: center;
}
.design-page .init-1 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
      object-fit: cover;
}
.design-page .init-1 p {
  position: relative;
  z-index: 2;
  font-size: 58px;
  font-weight: 400;
  font-style: italic;
  color: #FFFFFF;
  text-transform: uppercase;
}
.design-page .init-2 {
  font-size: 24px;
  text-align: center;
  margin-top: 110px;
  text-transform: uppercase;
}
.design-page .init-2 .container {
  padding: 0 50px;
  padding-bottom: 60px;
  border-bottom: 1px solid #c2c2c2;
  line-height: 48px;
}
.design-page .init-3 {
  margin-top: 30px;
}
.design-page .init-3 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.design-page .init-3 .container .list {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 28%;
  text-align: center;
  margin-top: 30px;
}
.design-page .init-3 .container .list .img {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.design-page .init-3 .container .list .img img {
  max-height: 100%;
  -o-object-fit: contain;
      object-fit: contain;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.design-page .init-3 .container .list .text {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  margin-top: 10px;
}
.design-page .init-3 .container .list .img_2 {
  margin-top: 20px;
}
.design-page .init-3 .container .list:hover {
  transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.design-page .init-3 .container .list:hover .img img {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.design-page .init-4 {
  margin-top: 150px;
}
.design-page .init-4 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.design-page .init-4 .container .left {
  width: 42%;
}
.design-page .init-4 .container .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
      object-fit: cover;
}
.design-page .init-4 .container .right {
  width: 44%;
}
.design-page .init-4 .container .right .title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.design-page .init-4 .container .right .des {
  font-size: 16px;
  line-height: 2;
  margin-top: 26px;
}
.culture-page .container {
  max-width: 1100px;
}
.culture-page .init-2 {
  margin-top: 70px;
}
.culture-page .init-2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.culture-page .init-2 .container .left {
  width: 48%;
}
.culture-page .init-2 .container .left img {
  width: 100%;
  -o-object-fit: cover;
      object-fit: cover;
}
.culture-page .init-2 .container .right {
  width: 42%;
}
.culture-page .init-2 .container .right .title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.culture-page .init-2 .container .right .des {
  margin-top: 20px;
  font-size: 16px;
}
.culture-page .init-3 {
  margin-top: 140px;
  background-color: #51453c;
  padding-top: 80px;
  padding-bottom: 130px;
  color: #FFFFFF;
  text-align: center;
}
.culture-page .init-3 .container .tip {
  font-size: 92px;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
}
.culture-page .init-3 .container .des {
  font-size: 18px;
}
.culture-page .init-3 .container .img_list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.culture-page .init-3 .container .img_list img {
  width: 48%;
  -o-object-fit: cover;
      object-fit: cover;
}
.advantage-page {
  padding-bottom: 150px;
}
.advantage-page .init-2 {
  margin-top: 40px;
}
.advantage-page .init-2 .container {
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.advantage-page .init-2 .container .left {
  width: 43%;
}
.advantage-page .init-2 .container .left .title {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
}
.advantage-page .init-2 .container .left .img {
  margin-top: 40px;
}
.advantage-page .init-2 .container .left .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
      object-fit: cover;
}
.advantage-page .init-2 .container .right {
  width: 49%;
}
.advantage-page .init-2 .container .right .list_cont .list {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #c2c2c2;
}
.advantage-page .init-2 .container .right .list_cont .list:first-child {
  padding-top: 0;
}
.advantage-page .init-2 .container .right .list_cont .list .num {
  margin-top: 6px;
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 26px;
  width: 26px;
  height: 31px;
  border: 1px solid #414141;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 300;
  transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
  -moz-transform: rotate(-18deg);
  -webkit-transform: rotate(-18deg);
  -o-transform: rotate(-18deg);
}
.advantage-page .init-2 .container .right .list_cont .list .num span {
  position: relative;
  transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -moz-transform: rotate(18deg);
  -webkit-transform: rotate(18deg);
  -o-transform: rotate(18deg);
}
.advantage-page .init-2 .container .right .list_cont .list .cont .title {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  text-transform: uppercase;
}
.advantage-page .init-2 .container .right .list_cont .list .cont .des {
  font-size: 16px;
  line-height: 30px;
  margin-top: 6px;
}
.advantage-page .init-2 .container .right .img {
  margin-top: 40px;
}
.advantage-page .init-2 .container .right .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
      object-fit: cover;
}
.quality-page .init-1 .container {
  max-width: 1100px;
}
.quality-page .init-2 {
  margin-top: 40px;
}
.quality-page .init-2 .container {
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.quality-page .init-2 .container .left {
  width: 43%;
}
.quality-page .init-2 .container .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
      object-fit: cover;
}
.quality-page .init-2 .container .right {
  width: 43%;
}
.quality-page .init-2 .container .right .title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.quality-page .init-2 .container .right .des {
  font-size: 16px;
  margin-top: 20px;
}
.quality-page .init-3 {
  margin-top: 90px;
}
.quality-page .init-3 .container {
  max-width: 900px;
  text-align: center;
}
.quality-page .init-3 .container .tip {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.quality-page .init-3 .container .des {
  font-size: 16px;
  margin-top: 10px;
}
.quality-page .init-3 .container .swiper {
  margin-top: 30px;
}
.quality-page .init-3 .container .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.quality-page .init-3 .container .swiper .swiper-wrapper .swiper-slide img {
  width: auto;
  -o-object-fit: contain;
      object-fit: contain;
}
.quality-page .init-4 {
  margin-top: 90px;
}
.quality-page .init-4 .container {
  max-width: 1100px;
  text-align: center;
}
.quality-page .init-4 .container .tip {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.quality-page .init-4 .container .des {
  font-size: 16px;
  line-height: 30px;
  margin: auto;
  margin-top: 10px;
  max-width: 500px;
}
.quality-page .init-4 .container .content {
  margin-top: 40px;
  border-top: 1px solid #C2C2C2;
}
.quality-page .init-4 .container .content .swiper {
  margin-top: 40px;
}
.quality-page .init-4 .container .content .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.quality-page .init-4 .container .content .swiper .swiper-wrapper .swiper-slide img {
  width: auto;
  -o-object-fit: contain;
      object-fit: contain;
}
.quality-page .init-5 {
  background: #51453C;
  margin-top: 90px;
  padding: 0 60px;
  padding-top: 80px;
  color: #fff;
  padding-bottom: 130px;
}
.quality-page .init-5 .container {
  width: 100%;
}
.quality-page .init-5 .container .tip {
  font-size: 92px;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
}
.quality-page .init-5 .container .text_cont {
  max-width: 1100px;
  margin: auto;
  margin-top: 40px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.quality-page .init-5 .container .text_cont > div {
  width: 42%;
}
.quality-page .init-5 .container .swiper {
  margin-top: 80px;
}
.quality-page .init-5 .container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
      object-fit: cover;
}
.news-page {
  padding: 220px 60px 120px;
}
.news-page .container {
  width: 100%;
}
.news-page .container .tip_title_1 {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.news-page .container .tip_title_2 {
  font-size: 92px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
}
.news-page .container .content {
  margin: 0 -15px;
  margin-top: 30px;
}
.news-page .container .content .column {
  margin-top: 30px;
  padding: 0 15px;
}
.news-page .container .content .column .box {
  position: relative;
  overflow: hidden;
}
.news-page .container .content .column .box a {
  display: block;
}
/*.news-page .container .content .column .box .img {
  height: 640px;
}*/
.news-page .container .content .column .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
      object-fit: cover;
}
.news-page .container .content .column .box .shadow {
  opacity: 0;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}
.news-page .container .content .column .box .cont {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: absolute;
  width: 100%;
  padding: 0 40px;
  bottom: 46px;
  left: 0;
  z-index: 3;
  color: #fff;
}
.news-page .container .content .column .box .cont .title {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 16px;
}
.news-page .container .content .column .box .cont .des {
  font-size: 16px;
  line-height: 32px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 16px;
}
.news-page .container .content .column .box:hover .shadow {
  opacity: 1;
}
.news-page .container .content .column .box:hover .cont {
  transform: translateX(6px);
  -ms-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -webkit-transform: translateX(6px);
  -o-transform: translateX(6px);
}

.news-page .our-news ul {
  margin: -15px;
}
.news-page .our-news ul li{
  padding: 15px;
}
.newdet-page .newdet-container {
  max-width: 1000px;
}
.newdet-page .container .title {
  font-size: 26px;
  line-height: 1.6;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}
.newdet-page .container time {
  display: block;
  margin: 15px 0;
  font-size: 14px;
  line-height: 2;
  color: #000;
  opacity: 0.6;
}
.newdet-page .container .content_cont {
  display: block;
  padding: 15px 0;
  border-top: 1px #ccc dashed;
  border-bottom: 1px #ccc dashed;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.newdet-page .container .content_cont img {
  width: 100%;
}
.newdet-page .container .share {
  padding-top: 10px;
  margin-bottom: 60px;
}
.newdet-page .container .share h4 {
  font-size: 14px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  font-weight: bold;
}
.newdet-page .container .share ul {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .container .share ul li {
  width: auto;
  margin-left: 20px;
}
.m-link {
  margin-top: 40px;
}
.m-link a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-top: 6px;
}
.m-link a:hover {
  color: #000;
}
@media (max-width: 1700px) {
  .quality-page .init-5 {
    padding: 80px 0;
  }
  .quality-page .init-5 .container {
    width: 1400px;
  }
  .news-page .container {
    width: 1400px;
  }
  .news-page {
    padding: 220px 0;
    padding-bottom: 60px;
  }
  .newdet-page > .container {
    margin-top: 40px;
  }
  .newdet-page .container .title {
    text-align: center;
  }
  .newdet-page .container time {
    text-align: center;
  }
}
@media (max-width: 1500px) {
 
  .quality-page .init-5 .container {
    width: 1200px;
  }
  .news-page .container {
    width: 1200px;
  }
  /*.news-page .container .content .column .box .img {
    height: 480px;
  }*/
}
@media (max-width: 1250px) {
  .contact-page .init-2 .container .list {
    width: 23%;
  }

  .quality-page .init-5 .container {
    width: 970px;
  }
  .news-page .container {
    width: 970px;
  }
}
@media (max-width: 1000px) {
  .mbx {
    position: relative;
    left: auto;
    top: auto;
  }
  .inner-page {
    padding-top: 40px;
  }
  .contact-page .init-1 .tip_title {
    font-size: 60px;
  }
  .contact-page .init-1 .container {
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-page .init-1 .container .left {
    width: 100%;
  }
  .contact-page .init-1 .container .left .tip {
    text-align: center;
  }
  .contact-page .init-1 .container .left .contact_info {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .contact-page .init-1 .container .left form .submit_btn {
    margin: auto;
    margin-top: 20px;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    max-width: 500px;
    margin-top: 20px;
    display: none;
  }
  .contact-page .init-2 {
    margin: 0;
  }
  .contact-page .init-2 .container .list {
    width: 48%;
    text-align: center;
  }
  .contact-page .init-2 .container .list .img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .faq-page .container .list {
    text-align: center;
  }
  
  .inner_top_title .title {
    font-size: 60px;
  }
  .about-page .init-2 .container .list {
    text-align: center;
  }
  .about-page .init-2 .container .list.one .left {
    width: 100%;
  }
  .about-page .init-2 .container .list.one .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .init-2 .container .list.three > div {
    width: 100%;
  }
  .about-page .init-2 .container .list.three .right {
    margin-top: 20px;
  }
  .environment-page .init-3 .container {
    text-align: center;
  }
  .environment-page .init-3 .container .left {
    width: 100%;
  }
  .environment-page .init-3 .container .right {
    width: 100%;
    margin-top: 10px;
  }
  .environment-page .init-4 .container > div {
    width: 100%;
    text-align: center;
  }
  .environment-page .init-4 .container .right {
    margin-top: 20px;
  }
  .design-page .init-1 p {
    font-size: 40px;
  }
  .design-page .init-2 {
    padding: 0 15px;
  }
  .design-page .init-2 .container {
    padding: 20px 0;
  }
  .design-page .init-3 .container .list {
    width: 100%;
  }
  .design-page .init-4 .container .left {
    width: 100%;
  }
  .design-page .init-4 .container .right {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .culture-page .init-1 {
    margin-top: 40px;
  }
  .culture-page .init-2 .container .left {
    width: 100%;
  }
  .culture-page .init-2 .container .right {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .advantage-page .init-1 {
    margin-top: 40px;
  }
  .advantage-page .init-2 .container .left {
    width: 100%;
  }
  .advantage-page .init-2 .container .left .title {
    text-align: center;
  }
  .advantage-page .init-2 .container .right {
    width: 100%;
  }
  .advantage-page .init-2 .container .right .list_cont {
    margin-top: 20px;
  }
  .quality-page .init-5 {
    text-align: center;
  }
  .quality-page .init-5 .container {
    width: 700px;
  }
  .quality-page .init-5 .container .text_cont > div {
    width: 100%;
  }
  .quality-page .init-5 .container .text_cont .right {
    margin-top: 20px;
  }
  .quality-page .init-1 {
    margin-top: 40px;
  }
  .quality-page .init-2 .container .left {
    width: 100%;
  }
  .quality-page .init-2 .container .right {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .news-page .container {
    width: 700px;
  }
  .news-page .container .tip_title_1 {
    margin-top: 40px;
  }
  .news-page .container .tip_title_2 {
    font-size: 60px;
  }
  /*.news-page .container .content .column .box .img {
    height: 300px;
  }*/
  .news-page .container .content .column .box .cont {
    padding: 0 15px;
    bottom: 15px;
  }
}
@media (max-width: 700px) {
 
  .industry {
  display: none;
}
  
  .inner_top_title .nav_list {
    display: none;
  }
  .quality-page .init-5 .container {
    width: 100%;
  }
  .news-page .container {
    width: 100%;
  }
  /*.news-page .container .content .column .box .img {
    height: 54vw;
  }*/
}
@media (max-width: 500px) {
  .contact-page .init-1 .tip_title {
    font-size: 30px;
  }
  .contact-page .init-1 .container .left .tip {
    font-size: 20px;
    line-height: 1.4;
  }

  .contact-page .init-2 .container .list {
    width: 100%;
    text-align: center;
  }
  .faq-page {
    padding-bottom: 40px;
  }
  .faq-page .container .list .title {
    font-size: 20px;
    line-height: 1.6;
  }
  .m-page {
    margin-top: 40px;
  }


  .inner_top_title {
    margin-top: 40px;
  }
  .inner_top_title .title {
    font-size: 30px;
  }
  .about-page {
    padding-bottom: 40px;
  }
  .about-page .init-2 .container .list {
    padding: 20px 0;
  }
  .about-page .init-2 .container .list.one .left {
    font-size: 18px;
    line-height: 32px;
  }
  .about-page .init-2 .container .list.one .right {
    font-size: 16px;
    line-height: 2;
  }
  .about-page .init-2 .container .list.two .img {
    width: 100%;
    margin-top: 16px;
  }
  .about-page .init-2 .container .list.three > div {
    line-height: 2;
  }
  .environment-page {
    padding-bottom: 40px;
  }
  .environment-page .init-1 {
    height: 180px;
  }
  .environment-page .init-2 {
    margin-top: 40px;
  }
  .environment-page .init-3 {
    margin-top: 20px;
  }
  .environment-page .init-3 .container .left {
    font-size: 20px;
  }
  .environment-page .init-4 {
    margin-top: 20px;
  }
  .environment-page .init-4 .container .right {
    line-height: 2;
  }
  .environment-page .init-4 .container > div .strong {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .design-page {
    padding-bottom: 40px;
  }
  .design-page .init-1 {
    padding: 60px 10px;
  }
  .design-page .init-1 p {
    font-size: 26px;
  }
  .design-page .init-2 {
    margin-top: 40px;
    font-size: 16px;
    line-height: 2;
  }
  .design-page .init-3 {
    margin-top: 10px;
  }
  .design-page .init-3 .container .list .text {
    font-size: 18px;
  }
  .design-page .init-4 {
    margin-top: 40px;
  }
  .design-page .init-4 .container .right .title {
    font-size: 20px;
  }
  .culture-page .init-2 {
    margin-top: 40px;
  }
  .culture-page .init-2 .container .right .title {
    font-size: 20px;
  }
  .culture-page .init-2 .container .right .des {
    line-height: 2;
  }
  .culture-page .init-3 {
    margin-top: 40px;
    padding: 40px 0;
  }
  .culture-page .init-3 .container .tip {
    font-size: 30px;
  }
  .culture-page .init-3 .container .des {
    margin-top: 16px;
  }
  .culture-page .init-3 .container .img_list {
    margin-top: 10px;
  }
  .culture-page .init-3 .container .img_list img {
    width: 100%;
    margin-top: 16px;
  }
  .advantage-page {
    padding-bottom: 40px;
  }
  .advantage-page .init-2 .container .left .title {
    font-size: 20px;
    line-height: 1.6;
  }
  .advantage-page .init-2 .container .left .img {
    margin-top: 20px;
  }
  .quality-page .init-2 .container .right .title {
    font-size: 20px;
  }
  .quality-page .init-2 .container .right .des {
    margin-top: 10px;
    line-height: 2;
  }
  .quality-page .init-3 {
    margin-top: 40px;
  }
  .quality-page .init-3 .container .tip {
    font-size: 20px;
  }
  .quality-page .init-3 .container .des {
    line-height: 2;
  }
  .quality-page .init-4 {
    margin-top: 40px;
  }
  .quality-page .init-4 .container .tip {
    font-size: 20px;
  }
  .quality-page .init-4 .container .des {
    font-size: 16px;
    line-height: 2;
  }
  .quality-page .init-4 .container .content .swiper {
    margin-top: 20px;
  }
  .quality-page .init-5 {
    margin-top: 40px;
    padding: 40px 0;
  }
  .quality-page .init-5 .container .tip {
    font-size: 20px;
  }
  .quality-page .init-5 .container .text_cont {
    line-height: 2;
    margin-top: 20px;
  }
  .quality-page .init-5 .container .swiper {
    margin-top: 40px;
  }
  .news-page .container .tip_title_2 {
    font-size: 26px;
    margin-top: 10px;
  }
  .news-page .container .content {
    margin: 0;
  }
  .news-page .container .content .column {
    padding: 0;
    margin-top: 20px;
  }
  /*.news-page .container .content .column .box .img {
    height: 116vw;
  }*/
  .news-page .container .content .column .box .cont .title {
    font-size: 18px;
  }
  .newdet-page .container .title {
    font-size: 20px;
  }
  .newdet-page .container .share {
    margin-bottom: 30px;
  }
}






/* product&prodet */
.transition_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.flex_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.f_268 {
  font-size: 268px;
}
.f_128 {
  font-size: 128px;
}
.f_106 {
  font-size: 106px;
}
.f_90 {
  font-size: 90px;
}
.f_68 {
  font-size: 68px;
}
.f_60 {
  font-size: 60px;
}
.f_48 {
  font-size: 48px;
}
.f_40 {
  font-size: 40px;
}
.f_36 {
  font-size: 36px;
}
.f_32 {
  font-size: 32px;
}
.f_30 {
  font-size: 30px;
}
.f_24 {
  font-size: 24px;
}
.f_20 {
  font-size: 20px;
}
.f_18 {
  font-size: 18px;
  line-height: 32px;
}
.f_16 {
  font-size: 16px;
}
.f_14 {
  font-size: 14px;
}
.mt_150 {
  margin-top: 150px;
}
.mt_130 {
  margin-top: 130px;
}
.mt_100 {
  margin-top: 100px;
}
.mt_60 {
  margin-top: 60px;
}


.product-page .container .left {
  width: 34%;
  padding-right: 90px;
}
.product-page .container .left .des {
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.8);
}
.product-page .container .left .more_c {
  margin-top: 56px;
}
.product-page .container .left .more_c .more {
  display: inline-block;
  background-color: #000000;
  color: #fff;
  padding: 11px 33px;
  border-radius: 24px;
  border: 1px solid #000;
}
.product-page .container .left .more_c .more:hover {
  color: #000;
  background-color: #fff;
}

.product-page .container .right ul {
  margin: -10px -7px;
}
.product-page .container .right ul > p{
  letter-spacing: 0;
  font-size: 16px;
}
.product-page .container .right ul li {
  padding: 10px 7px;
}
.product-page .container .right ul li .box {
  position: relative;
  background-color: #f8f8f8;
}
.product-page .container .right ul li .box a {
  display: block;
}
.product-page .container .right ul li .box .img {
  padding: 60px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-page .container .right ul li .box .img img {
  max-width: 90%;
}
.product-page .container .right ul li .box .cont {
  padding: 0 30px;
  -webkit-transform: translateY(48px);
  -moz-transform: translateY(48px);
  -ms-transform: translateY(48px);
  -o-transform: translateY(48px);
  transform: translateY(48px);
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
}

.product-page .container .right ul li .box .cont .des {
  margin-top: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  
  opacity: 0;
}
.product-page .container .right ul li:hover .box .cont {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.product-page .container .right ul li:hover .box .cont .des {
  opacity: 1;
}



.prodet-page .init-2 .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .init-2 .container .left {
  width: -webkit-calc(-460%);
  width: -moz-calc(-460%);
  width: calc(100% - 560px);
}
.prodet-page .init-2 .container .left img {
  width: 100%;
}
.prodet-page .init-2 .container .right {
  width: 500px;
}
.prodet-page .init-2 .container .right .des {
  margin-top: 24px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
}
.prodet-page .init-3 {
  margin-top: 120px;
}
.prodet-page .init-3 .container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.prodet-page .init-3 .container .left {
  width: 500px;
}

.prodet-page .init-3 .container .left .content {
  margin-top: 20px;
  padding-right: 5px;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}
.prodet-page .init-3 .container .left .content .list {
  padding: 20px 0;
  border-bottom: 1px solid #c6c6c6;
}
.prodet-page .init-3 .container .left .content .list .title {
  font-weight: bold;
  color: #696969;
  position: relative;
  padding-right: 30px;
  cursor: pointer;
  line-height: 30px;
}
.prodet-page .init-3 .container .left .content .list .title .sub {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  color: #909090;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.prodet-page .init-3 .container .left .content .list .title.active .sub {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.prodet-page .init-3 .container .left .content .list .des {
  display: none;
  color: rgba(89, 89, 89, 0.8);
  padding-top: 10px;
  line-height: 1.8;
}
.prodet-page .init-3 .container .right {
  width: -webkit-calc(-460%);
  width: -moz-calc(-460%);
  width: calc(100% - 560px);
}
.prodet-page .init-3 .container .right img {
  width: 100%;
}



.related_product {
  margin-top: 90px;
}
.related_product .container .tips {
  text-transform: uppercase;
  text-align: center;
}
.related_product .container .swiper {
  margin-top: 26px;
}
.related_product .container .swiper .swiper-wrapper .swiper-slide {
  background-color: #d5cdc2;
  padding: 70px 20px;
}
.related_product .container .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.related_product .container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.related_product .container .swiper .swiper-wrapper .swiper-slide .cont {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 16px 30px;
  width: 100%;
}
.related_product .container .swiper .swiper-wrapper .swiper-slide .cont .title {
  color: #fff;
}

@media (max-width: 1700px) {
  .f_268 {
    font-size: 200px;
  }

}

@media (max-width: 1500px) {
  .f_268 {
    font-size: 160px;
  }
  .f_128 {
    font-size: 100px;
  }
  .f_106 {
    font-size: 80px;
  }
  .f_90 {
    font-size: 70px;
  }
  .f_60 {
    font-size: 50px;
  }

}

@media (max-width: 1250px) {
  .f_128 {
    font-size: 80px;
  }

  .product-page .container .left {
    text-align: center;
    padding: 0;
    width: 100%;
  }



}

@media (max-width: 1000px) {
  .f_268 {
    font-size: 100px;
  }
  .f_128 {
    font-size: 60px;
  }
  .f_90 {
    font-size: 60px;
  }
  .f_60 {
    font-size: 40px;
  }
  .f_48 {
    font-size: 38px;
  }


  .prodet-page .init-2 .container .left {
    width: 100%;
  }
  .prodet-page .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .init-3 {
    margin-top: 40px;
  }
  .prodet-page .init-3 .container .left {
    width: 100%;
  }
  .prodet-page .init-3 .container .right {
    display: none;
  }
}

@media (max-width: 700px) {
  .f_268 {
    font-size: 60px;
  }
  .f_106 {
    font-size: 60px;
  }
  .f_90 {
    font-size: 50px;
  }
  .f_68 {
    font-size: 50px;
  }

  .product-page .container .right ul li .box .cont {
    padding: 0 16px;
  }

}

@media (max-width: 500px) {
  .f_268 {
    font-size: 30px;
  }
  .f_128 {
    font-size: 24px;
  }
  .f_106 {
    font-size: 24px;
  }
  .f_90 {
    font-size: 24px;
  }
  .f_68 {
    font-size: 24px;
  }
  .f_60 {
    font-size: 24px;
  }
  .f_48 {
    font-size: 24px;
  }
  .f_36 {
    font-size: 24px;
  }
  .f_30 {
    font-size: 24px;
  }
  .f_24 {
    font-size: 18px;
    line-height: 1.8;
  }
  .f_20 {
    line-height: 2;
    font-size: 16px;
  }
  .f_18 {
    font-size: 16px;
    line-height: 2;
  }
  .mt_150 {
    margin-top: 40px;
  }
  .mt_130 {
    margin-top: 40px;
  }
  .mt_100 {
    margin-top: 40px;
  }
  .mt_60 {
    margin-top: 40px;
  }

  .product-page .container .left .des {
    height: 160px;
    overflow-y: auto;
    padding-right: 5px;
  }
  .product-page .container .left .more_c {
    margin-top: 20px;
  }
  .product-page .container .left .more_c .more {
    padding: 4px 20px;
  }
  .product-page .container .right ul li .box .cont {
    position: relative;
    top: 0;
    text-align: center;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    padding-bottom: 20px;
  }
  .product-page .container .right ul li .box .cont .des {
    opacity: 1;
  }
  .product-page .container .right ul li .box .img {
    padding: 20px 0;
  }


  .prodet-page .init-3 .container .left .content {
    margin-top: 0;
  }

  .related_product {
    margin-top: 40px;
  }
  .related_product .container .swiper {
    margin-top: 10px;
  }
  .related_product .container .swiper .swiper-wrapper .swiper-slide .cont {
    padding: 10px;
    text-align: center;
  }
}



/* about */
.u-margin-huge-top {
    margin-top: clamp(calc(.0625rem* var(--spacing-huge-mobile)), calc(var(--spacing-huge) / 14.4* 1vw), calc(.0625rem* var(--spacing-huge)));
}
.u-margin-huge-bottom {
    margin-bottom: clamp(calc(.0625rem* var(--spacing-huge-mobile)), calc(var(--spacing-huge) / 14.4* 1vw), calc(.0625rem* var(--spacing-huge)));
}

.o-grid {
    display: grid;
    width: 100%;
}

@media (min-width: 1000px){
    .o-grid.-col-12\@from-medium {
        grid-template-columns: repeat(12, 1fr);
    }
    .u-gc-4\/10\@from-medium {
        --gc-start: 4;
        --gc-end: 10;
    }

    .c-wysiwyg.-article img,
    .-article.shopify-policy__body img,
    .c-wysiwyg.-article iframe,
    .-article.shopify-policy__body iframe {
    margin-left: calc(calc((100vw - (var(--grid-gutter) * (var(--grid-columns) - 1)) - (var(--grid-margin) * 2)) / var(--grid-columns) * 1 + var(--grid-gutter) * (1 - 1)) * -1 - var(--grid-gutter));
    width: calc(100% + calc((100vw - (var(--grid-gutter) * (var(--grid-columns) - 1)) - (var(--grid-margin) * 2)) / var(--grid-columns) * 2 + var(--grid-gutter) * (2 - 1)) + (var(--grid-gutter) * 2));
    max-width: calc(100% + calc((100vw - (var(--grid-gutter) * (var(--grid-columns) - 1)) - (var(--grid-margin)* 2)) / var(--grid-columns) * 2 + var(--grid-gutter) * (2 - 1)) + (var(--grid-gutter) * 2));
}
}

.o-grid.-gutters {
    gap: var(--grid-gutter);
    -moz-column-gap: var(--grid-gutter);
    column-gap: var(--grid-gutter);
}

.o-grid_item {
    grid-column-start: var(--gc-start, 1);
    grid-column-end: var(--gc-end, -1);
}

.c-wysiwyg h2 + h3 {
    margin-top: clamp(calc(.0625rem* var(--spacing-medium-mobile)), calc(var(--spacing-medium) / 14.4* 1vw), calc(.0625rem* var(--spacing-medium)));
}

.c-wysiwyg h2, .shopify-policy__body h2 {
    font-size: var(--font-size-h2-sans);
    font-weight: bold;
    margin-top: clamp(calc(.0625rem* var(--spacing-big-mobile)), calc(var(--spacing-big) / 14.4* 1vw), calc(.0625rem* var(--spacing-big)));
    margin-bottom: clamp(calc(.0625rem* var(--spacing-medium-mobile)), calc(var(--spacing-medium) / 14.4* 1vw), calc(.0625rem* var(--spacing-medium)));
}

.c-wysiwyg p + h2 {
  margin-top: 3.75rem;
}

.c-wysiwyg h3, .shopify-policy__body h3 {
    font-size: var(--font-size-h3-sans);
    font-weight: bold;
    margin-top: clamp(calc(.0625rem* var(--spacing-big-mobile)), calc(var(--spacing-big) / 14.4* 1vw), calc(.0625rem* var(--spacing-big)));
    margin-bottom: clamp(calc(.0625rem* var(--spacing-medium-mobile)), calc(var(--spacing-medium) / 14.4* 1vw), calc(.0625rem* var(--spacing-medium)));
}

.c-wysiwyg p + h3 {
    margin-top: 3.75rem;
}

.c-wysiwyg-first-element, .c-wysiwyg>:first-child, .shopify-policy__body>:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.c-wysiwyg h2+p, .shopify-policy__body h2+p, .c-wysiwyg h2+ul, .shopify-policy__body h2+ul, .c-wysiwyg h2+ol, .shopify-policy__body h2+ol, .c-wysiwyg h2+table, .shopify-policy__body h2+table, .c-wysiwyg h2+figure, .shopify-policy__body h2+figure {
    margin-top: clamp(calc(.0625rem* var(--spacing-medium-mobile)), calc(var(--spacing-medium) / 14.4* 1vw), calc(.0625rem* var(--spacing-medium)));
}

.c-wysiwyg img, .shopify-policy__body img {
    width: 100%;
    margin: clamp(calc(.0625rem* var(--spacing-large-mobile)), calc(var(--spacing-large) / 14.4* 1vw), calc(.0625rem* var(--spacing-large))) 0;
    border-radius: var(--border-radius-large);
}

.c-wysiwyg p+p, .shopify-policy__body p+p, .c-wysiwyg p+ul, .shopify-policy__body p+ul, .c-wysiwyg p+ol, .shopify-policy__body p+ol, .c-wysiwyg iframe+p, .shopify-policy__body iframe+p, .c-wysiwyg iframe+ul, .shopify-policy__body iframe+ul, .c-wysiwyg iframe+ol, .shopify-policy__body iframe+ol, .c-wysiwyg img+p, .shopify-policy__body img+p, .c-wysiwyg img+ul, .shopify-policy__body img+ul, .c-wysiwyg img+ol, .shopify-policy__body img+ol, .c-wysiwyg table+p, .shopify-policy__body table+p, .c-wysiwyg table+ul, .shopify-policy__body table+ul, .c-wysiwyg table+ol, .shopify-policy__body table+ol {
    margin-top: 1em;
    margin-bottom: 1.25rem;
}

.c-wysiwyg a, .shopify-policy__body a {
    display: inline;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    font-weight: bold;
}
/* end */


/* product-yd */
.buy-block2 ul li {
  margin-bottom: 110px;
}
.buy-block2 ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.buy-block2 ul li a .num {
  font-family: var(--font);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.07em;
  margin-right: 74px;
}
.buy-block2 ul li a .h3 {
	font-size: 80px;
  margin-top: -0.2em;
  line-height: 1;
}
.buy-block2 ul li a .after-name {
  font-family: var(--font);
  font-size: 14px;
  margin-left: 40px;
  color: #7d5d34;
}
.buy-block2 ul li a img {
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  opacity: 0;
  position: fixed;
  width: 500px;
  height: 500px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.buy-block2 ul li a .down {
  display: none;
}

.buy-block2 ul li a:hover img {
  opacity: 1;
}
@media (max-width: 1620px) {
	.buy-block2 ul li a .h3 {
		font-size: 70px;
	}
}
@media (max-width: 1600px) {
	.buy-block2 ul li a .h3 {
		font-size: 60px;
	}

  .buy-block2 {
    padding-bottom: 150px;
  }
  .buy-block2 ul li {
    margin-bottom: 90px;
  }
  .buy-block2 ul li a .num {
    font-size: 16px;
    margin-right: 60px;
  }
  .buy-block2 ul li a .after-name {
    font-size: 12px;
    margin-left: 30px;
  }
  .buy-block2 ul li a img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1400px) {
  .buy-block2 {
    padding-bottom: 130px;
  }
  .buy-block2 ul li {
    margin-bottom: 80px;
  }
  .buy-block2 ul li a .num {
    font-size: 14px;
    margin-right: 50px;
  }
  .buy-block2 ul li a img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1280px) {
  .buy-block2 ul li a .num {
    margin-right: 30px;
  }
}
@media (max-width: 1024px) {
	.buy-block2 ul li a .h3 {
		font-size: 50px;
	}
}
@media (max-width: 767px) {
	.buy-block2 ul li a .h3 {
		font-size: 18px;
	}

  .buy-block2 {
    padding-top: 0;
    padding-bottom: 70px;
  }
  .buy-block2 ul li {
    width: 100%;
    position: relative;
    padding-bottom: 20px;
    margin-right: 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #000;
  }
  .buy-block2 ul li a {
    position: relative;
    max-width: 85%;
  }
  .buy-block2 ul li .down {
    position: absolute;
    right: 0;
    display: block;
    top: 0;
    z-index: 2;
  }
  .down {
    padding: 5px;
    width: 12px;
    height: 12px;
    background: url(../images/icon.svg) no-repeat center center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .down.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .buy-block2 ul li:last-child {
    margin-bottom: 0;
  }
  .buy-block2 ul li a .num {
    font-size: 12px;
    margin-right: 20px;
  }
  .buy-block2 ul li a .h3 {
    line-height: 1.8;
    margin-top: -5px;
    max-width: 80%;
  }
  .buy-block2 ul li a .after-name {
    line-height: 1.5;
    width: 100%;
    display: block;
    margin-left: 35px;
    margin-top: 15px;
  }
  .buy-block2 ul li a img {
    margin-top: 30px;
    padding-bottom: 20px;
    position: static;
    opacity: 1;
    height: 260px;
    width: 100%;
    display: none;
  }
}
/* end */




/* new-prodet-1 */
.prodet-page .init-1 {
  width: 100%;
}
.prodet-page .init-1 .container {
  width: 100%;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.prodet-page .init-1 .container .img_list {
  width: 200px;
  height: 620px;
}
.prodet-page .init-1 .container .img_list .swiper {
  width: 100%;
  height: 100%;
}
.prodet-page .init-1 .container .img_list .swiper .swiper-wrapper {
  height: 100%;
}
.prodet-page .init-1 .container .img_list .swiper .swiper-wrapper .swiper-slide {
  height: 146px;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
}
.prodet-page .init-1 .container .img_list .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
      object-fit: contain;
  background-color: #d5cdc2;
}
.prodet-page .init-1 .container .big_img {
  width: 38%;
  margin-left: 30px;
  background-color: #fff;
  height: 620px;
}
.prodet-page .init-1 .container .big_img a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.prodet-page .init-1 .container .big_img a img {
  width: auto;
  height: auto;
  min-width: 500px;
  max-height: 100%;
  -o-object-fit: contain;
      object-fit: contain;
  background-color: #d5cdc2;
}
.prodet-page .init-1 .container .right {
  margin-left: auto;
  width: 45%;
}
.prodet-page .init-1 .container .right .title {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
}
.prodet-page .init-1 .container .right .cat_name {
  font-size: 14px;
  font-style: italic;
  color: #666666;
  line-height: 2;
  margin-top: 10px;
}
.prodet-page .init-1 .container .right .content_list {
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  margin-top: 30px;
}
.prodet-page .init-1 .container .right .content_list .list {
  border-top: 1px solid #c2c2c2;
  padding-right: 60px;
}
.prodet-page .init-1 .container .right .content_list .list:first-child {
  border-top: 0;
}
.prodet-page .init-1 .container .right .content_list .list .title_cont {
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
}
.prodet-page .init-1 .container .right .content_list .list .title_cont span {
  font-size: 18px;
  font-weight: bold;
}
.prodet-page .init-1 .container .right .content_list .list .title_cont .btn {
  width: 11px;
  height: 11px;
  margin-left: auto;
  position: relative;
}
.prodet-page .init-1 .container .right .content_list .list .title_cont .btn div {
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 5px;
  left: 0;
}
.prodet-page .init-1 .container .right .content_list .list .title_cont .btn div:last-child {
  height: 100%;
  width: 1px;
  top: 0;
  left: 5px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.prodet-page .init-1 .container .right .content_list .list .title_cont.active .btn div:last-child {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.prodet-page .init-1 .container .right .content_list .list .content {
  font-size: 16px;
  padding: 30px 0;
  padding-top: 10px;
  line-height: 2;
  display: none;
}
.prodet-page .init-1 .container .right .content_list .list .content strong,
.prodet-page .init-1 .container .right .content_list .list .content b {
  font-weight: bold;
}
.prodet-page .init-1 .container .right .more_cont_2 {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #000;
  padding: 14px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  margin-top: 60px;
  display: block;
}
.prodet-page .init-1 .container .right .more_cont_2::before {
  background-color: #7d5d34;
}

@media (max-width: 1500px) {
  .prodet-page .init-1 .container {
    width: 1200px;
  }
  .prodet-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .prodet-page .init-1 .container .right .content_list .list {
    padding-right: 0;
  }
  .prodet-page .init-1 .container .big_img {
    width: 70%;
    height: 700px;
  }
  .prodet-page .init-1 .container .img_list {
    height: 700px;
    width: 26%;
  }
  .prodet-page .init-1 .container .img_list .swiper .swiper-wrapper .swiper-slide {
    height: 226px;
  }
}
@media (max-width: 1250px) {
  .prodet-page .init-1 .container {
    width: 970px;
  }
}
@media (max-width: 1000px) {
  .prodet-page .init-1 .container {
    width: 700px;
    padding: 0 15px;
  }
  .prodet-page .init-1 .container .big_img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-left: 0;
    height: auto;
  }
  .prodet-page .init-1 .container .img_list {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 20px;
    height: auto;
  }
  .prodet-page .init-1 .container .img_list .swiper .swiper-wrapper .swiper-slide {
    height: 120px;
  }
  .prodet-page .init-1 .container .right {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .prodet-page .init-1 .container .m-link {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 700px) {
  .prodet-page .init-1 .container {
      width: 100%;
    }
}
@media (max-width: 500px) {
  .prodet-page .init-1 {
    margin-top: 40px;
  }
  .prodet-page .init-1 .container .right .content_list {
    margin-top: 20px;
  }
  .prodet-page .init-1 .container .right .title {
    font-size: 20px;
    line-height: 1.8;
  }
  .prodet-page .init-1 .container .right .more_cont_2 {
    font-size: 16px;
    margin-top: 30px;
  }
}



.prodet-page .init-1 table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
}
.prodet-page .init-1 table td,
.prodet-page .init-1 table th {
  vertical-align: baseline;
  padding: 20px 30px;
  font-family: Museo Sans Cyrl;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.77;
  letter-spacing: 0.025em;
}
.prodet-page .init-1 table td {
  
  font-size: 16px;
  line-height: 2;
}
.prodet-page .init-1 table tr:nth-child(2n-1) td,
.prodet-page .init-1 table tr:nth-child(2n-1) th {
  background: #f8f8f8;
}
@media (max-width: 1600px) {
  .prodet-page .init-1 table th {
    font-size: 16px;
  }
  .prodet-page .init-1 table td {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .prodet-page .init-1 table td,
  .prodet-page .init-1 table th {
    padding: 20px;
  }
  .prodet-page .init-1 table th {
    font-size: 14px;
  }
  .prodet-page .init-1 table td {
    font-size: 14px;
    line-height: 2;
  }
}
/* end */





/* loader */
.preloader-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: 99999;
    text-align: center;
}
.preloader-wrap.active {
	translate: none;
    rotate: none;
    scale: none;
    transform: translate(0%, -101%);
    opacity: 0;
    visibility: hidden;
	transition: .5s ease;
	transition-delay: .5s;
}
.uppercase-text .preloader-wrap {
    text-transform: uppercase;
}
.outer {
    display: table;
    width: 100%;
    height: 100%;
}
.preloader-wrap .outer {
    padding: 0px;
    box-sizing: border-box;
}
.preloader-wrap .inner {
	display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
}
.trackbar {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: table;
    position: relative;
    padding: 0px;
    opacity: 1;
}
.preloader-intro {
    font-weight: 500;
    position: relative;
    display: block;
    font-size: 5vw;
    line-height: 6vw;
    color: #fff;
    overflow: hidden;
    margin: 0;
}
.preloader-intro span {
    position: relative;
    display: block;
}
.preloader-intro span.active {
	translate: none;
    rotate: none;
    scale: none;
    transform: translate(0%, -101%);
    opacity: 0;
	transition: .5s ease;
}
.loadbar {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0px;
    right: 0;
    overflow: hidden;
}

.percentage {
    font-size: 30px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
    display: table;
    margin: 0 auto;
}
/* end */




/* product2 */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

button {
    background: 0 0;
}

.modal {
  position: relative;
  display: none;
  width: 100%;
  max-width: 1000px;
  padding: 100px 220px;
}
.modal-heading {
  margin-bottom: 25px;
  font-size: 80px;
  line-height: 1.08;
}
.modal-text {
  margin-bottom: 40px;
}
.modal ul {
  margin-bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal ul li {
  width: 50%;
}
.modal ul li a,
header {
  width: 100%;
}
.modal ul li a,
.modal-text {
  
  font-size: 24px;
  line-height: 1.25;
}
.modal ul li a {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.modal ul li a.active {
  border-bottom: 1px solid #7d5d34;
}
.modal-tab,
header .nice-select::after {
  display: none;
}
.modal-tab.active {
  display: block;
}
#thanks .modal-text {
  margin-bottom: 85px;
}
#detail {
  max-width: 1030px;
  padding: 0;
}
.modal .left {
  position: relative;
  width: 380px;
  height: 600px;
  background: rgba(196, 196, 196, 0.1);
}
.modal .left img {
  width: 100%;
  height: auto;
}
.modal .right {
  width: 500px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-left: 100px;
  margin-top: 100px;
  margin-bottom: 100px;
  max-height: 390px;
  overflow-y: auto;
}
.detail-modal-heading {
  
  font-size: 28px;
  line-height: 2;
  letter-spacing: -0.07em;
  margin-bottom: 11px;
}
.detail-modal-text {
  display: block;
  max-width: 436px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.025em;
}
.detail-modal-oblast {
  margin-top: 33px;
  margin-bottom: 9px;
  line-height: 2;
  letter-spacing: 0.025em;
}
#detail .a {
  margin-top: 50px;
}
@media (max-width: 1600px) {
  .modal {
    max-width: 830px;
    padding: 80px 180px;
  }
  .modal ul {
    margin-bottom: 55px;
  }
  .modal ul li a {
    padding-bottom: 16px;
    font-size: 20px;
  }
  .modal-heading {
    margin-bottom: 20px;
    font-size: 60px;
  }
  .modal-text {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #thanks .modal-text {
    margin-bottom: 70px;
  }
  #detail {
    max-width: 860px;
  }
  .modal .left {
    width: 320px;
    height: 500px;
  }
  .modal .right {
    width: 420px;
    margin-left: 80px;
    margin-top: 80px;
    margin-bottom: 80px;
    max-height: 320px;
  }
  .detail-modal-heading {
    font-size: 24px;
  }
  .detail-modal-text {
    max-width: 360px;
  }
  .detail-modal-oblast {
    margin-top: 30px;
  }
  #detail .a {
    margin-top: 40px;
  }
}
@media (max-width: 1280px) {
  .modal ul {
    margin-bottom: 45px;
  }
  .modal ul li a {
    padding-bottom: 10px;
    font-size: 18px;
  }
  .modal-heading {
    font-size: 50px;
  }
  .modal-text {
    font-size: 16px;
  }
  #thanks .modal-text {
    margin-bottom: 60px;
  }
  #detail {
    max-width: 730px;
  }
  .modal .left {
    width: 270px;
    height: 430px;
  }
  .modal .right {
    width: 360px;
    margin-left: 70px;
    margin-top: 70px;
    margin-bottom: 70px;
    max-height: 280px;
  }
  .detail-modal-heading {
    font-size: 20px;
  }
  .detail-modal-text {
    max-width: 310px;
  }
  .detail-modal-oblast {
    margin-top: 23px;
    margin-bottom: 6px;
  }
  #detail .a {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .modal {
    max-width: 100%;
    padding: 90px 20px;
  }
  .modal-heading {
    font-size: 26px;
  }
  .modal-heading,
  .modal-text {
    margin-bottom: 35px;
  }
  #detail {
    max-width: 100%;
  }
  .modal .left {
    width: 100%;
    height: 300px;
  }
  .modal .right {
    width: 100%;
    margin-left: 20px;
    margin-bottom: 70px;
    max-height: none;
  }
  .detail-modal-heading {
    font-size: 26px;
  }
  .detail-modal-text {
    max-width: 90%;
  }
  .detail-modal-oblast {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #detail .a,
  .modal .right {
    margin-top: 40px;
  }
}


.rotate {
  overflow: hidden;
  width: 220px;
  height: 220px;
  display: inline-block;
}
.rotate img {
  pointer-events: none;
}
.rotate img:first-child {
  filter: invert(1);
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: 40s rotate infinite normal linear;
  animation: 40s rotate infinite normal linear;
}
.rotate img:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 40%;
}

@media (max-width: 1400px) {
  .rotate {
      position: relative;
      width: 180px;
      height: 180px;
  }
}

@media (max-width: 767px) {
  .rotate {
      width: 120px;
      height: 120px;
  }
}



.swiper-next, .swiper-prev {
    position: relative;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background: #7d5d34;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.modal .left img, .swiper-next::after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.swiper-button-disabled, footer .bottom p {
    opacity: 0.5;
}

.swiper-prev::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
    width: 12px;
    height: 12px;
    background: url(../images/arr.svg) no-repeat center center / contain;
}

.swiper-next::after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/arr.svg) no-repeat center center / contain;
}

.a, .a::after {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #7d5d34;
}
.a {
  font-family: var(--font);
  font-weight: 400;
  letter-spacing: 0.025em;
  padding-bottom: 7px;
  font-size: 14px;
  line-height: 2;
  border-bottom: 1px solid #000;
}

.a, .rotate {
    position: relative;
}

.a:hover {
    color: #7d5d34;
}

.a:hover::after {
    width: 100%;
}

.return,
.return::before {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.return {
  position: relative;
  padding-left: 70px;
  font-size: 14px;
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.025em;
}
.contacts-card .info a:hover,
.doc-card .download:hover p,
.return:hover {
  color: #7d5d34;
}
.return::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  width: 50px;
  background: #000;
}
.return:hover::before {
  background: #7d5d34;
}

.dist-card .choose-bottom .choose-right li a span, .product-block1 .down::before {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dist-card .choose-bottom .choose-right li a,
.dist-card .choose-bottom .choose-right li a span,
.product-block3 .left ul li a,
.product-block3 .left ul li a::before {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.buy-block2 ul li a:hover img,
.dist-card .choose-bottom .choose-right li a.disabled span,
.dist-card .choose-bottom .choose-right li a:hover span,
.product-block3 .left ul li a.active,
.product-block3 .left ul li a:hover,
.product-card .fanera-wrapper .fanera:hover img {
  opacity: 1;
}

.product-card .fanera-wrapper .fanera.hover-white:hover .razmer {
  color: #fff;
}

.product-block3 .left ul li {
  margin-bottom: 30px;
}

.product-block1 {
  position: relative;
  padding-bottom: 260px;
}
.product-block1 .heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 70%;
  position: relative;
  z-index: 1;
  margin-top: 196px;
}
.product-block1 .heading h2,
.product-block1 .heading h1 {
  font-size: 80px;
  line-height: 1.2;
  word-wrap: break-word;
}
.product-block1 .heading .rotate {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(100%, 50%);
  -ms-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
}
.product-block1 .right {
  pointer-events: none;
  position: absolute;
  right: 5%;
  width: 10%;
  top: 0;
}
.product-block1 .right img {
  position: absolute;
  width: 100%;
  right: 0;
  top: 0;
  height: auto;
}
.product-block1 .right img.top {
  position: static;
}
.product-block1 .right img.center {
  width: 95%;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
}
.product-block1 .right img.bottom {
  width: 90%;
  -webkit-transform: translateY(55%);
  -ms-transform: translateY(55%);
  transform: translateY(55%);
}
.product-block1 .down {
  position: absolute;
  top: 36.5%;
  left: 20px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  padding-right: 70px;
  font-size: 14px;
  line-height: 2;
  font-weight: 300;
  letter-spacing: 0.025em;
}
.product-block1 .down::before {
  content: "";
  height: 1px;
  width: 50px;
  background: #000;
}
@media (max-width: 1700px) {
  .product-block1 .heading {
    max-width: 80%;
  }
  .product-block1 .right {
    width: 15%;
  }
}
@media (max-width: 1600px) {
  .product-block1 .heading {
    max-width: 70%;
  }
  /*.product-block1 .right {
    width: 20%;
  }*/
  .product-block1 {
    padding-bottom: 200px;
  }
  .product-block1 .heading {
    margin-top: 160px;
  }
  /*.product-block1 .right {
    top: 80px;
  }*/
}
@media (max-width: 1500px) {
  .product-block1 .heading {
    max-width: 80%;
  }
  /*.product-block1 .right {
    width: 25%;
  }*/
}
@media (max-width: 1400px) {
  .product-block1 {
    padding-bottom: 180px;
  }
  .product-block1 .heading {
    margin-top: 140px;
  }
  /*.product-block1 .right {
    top: 60px;
  }*/
  .product-block1 .down {
    display: none;
  }
  .product-block1 .heading {
    max-width: 70%;
  }
  /*.product-block1 .right {
    width: 30%;
  }*/
}
@media (max-width: 1280px) {
  .product-block1 {
    padding-bottom: 150px;
  }
  .product-block1 .heading {
    margin-top: 100px;
  }
  /*.product-block1 .right {
    top: 40px;
  }*/
}
@media (max-width: 767px) {
  .product-block1 {
    padding-bottom: 30px;
  }
  .product-block1 .heading {
    max-width: 75%;
    margin-top: 35px;
  }
  .product-block1 .heading h2,
  .product-block1 .heading h1 {
    margin-top: 30px;
  }
  /*.product-block1 .right {
    width: 40%;
  }*/
  .product-block1 .heading .rotate {
    width: 92px;
    height: 92px;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.product-block2 {
  padding-bottom: 200px;
}
.product-block2 .left {
  width: 27%;
}
.product-block2 .right {
  width: 60%;
}
.product-block2 .right .desc {
  
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 40px;
}
.product-block2 .right .desc .a {
  margin-top: 15px;
}
.product-block2 .right .desc .hidden {
  line-height: inherit;
  font-size: inherit;
  display: none;
}
.product-block2 .right .desc .hidden.active {
  display: block;
}
@media (max-width: 1600px) {
  .product-block2 .right {
    width: 70%;
  }
  .product-block2 {
    padding-bottom: 160px;
  }
  .product-block2 .right .desc {
    /*font-size: 24px;*/
    margin-bottom: 30px;
  }
}
@media (max-width: 1400px) {
  .product-block2 .left {
    width: 20%;
  }
  .product-block2 .right {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .product-block2 {
    padding-bottom: 70px;
  }
  .product-block2 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .product-block2 .left {
    margin-top: 30px;
    width: 100%;
  }
  .product-block2 .right {
    width: 100%;
  }
  .product-block2 .right .desc {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.product-block3 .left {
  width: 27%;
}
.product-block3 .right {
  width: 73%;
}
.product-block3 .left ul {
  position: -webkit-sticky;
  position: sticky;
  margin-top: 10px;
  top: 110px;
  padding-bottom: 50px;
}
.product-block3 .left ul li a {
  opacity: 0.5;
  position: relative;
  font-size: 14px;
}
.product-block3 .left ul li a::before {
  content: "";
  position: absolute;
  left: -100px;
  width: 0;
  height: 1px;
  background: #000;
  top: 5px;
}
.product-block3 .left ul li a.active::before {
  width: 70px;
}
.product-card {
  padding-bottom: 155px;
  position: relative;
}
.product-card .num {
  
  font-size: 18px;
  letter-spacing: -0.07em;
  position: absolute;
  top: 10px;
  left: -90px;
}
.product-card .num img {
  width: 20px;
  height: 20px;
}
.product-card a {
  display: inline-block;
}
.product-card h3 {
  font-size: 75px;
  line-height: 1;
  margin-bottom: 80px;
}
.product-card .product-ul li {
  
  letter-spacing: 0.025em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: 16px;
}
.product-card .text1,
.slider3 .swiper-slide p {
  line-height: 1.6;
  font-size: 24px;
  letter-spacing: 0.025em;
}
.product-card .text1 {
  line-height: 1.8;
  max-width: 933px;
}
.product-card .text2 {
  font-size: 18px;
  line-height: 1.77;
  letter-spacing: 0.025em;
}
.product-card .info {
  margin-top: 70px;
}
.product-card .info-left {
  width: 306px;
}
.product-card .info-right {
  width: calc(100% - 306px);
}
.product-card .product-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-card .product-ul li span {
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
}
.product-card .product-ul li img {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 30px;
}
.slider3 .swiper-slide {
  width: 525px;
}
.slider3 .swiper-slide:hover p {
  color: #7d5d34;
}
.slider3 .swiper-slide img {
  /*height: 406px;*/
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.slider3 .swiper-slide p {
  margin-top: 40px;
}
.product-card .slider3 {
  padding-top: 150px;
  position: relative;
  margin-right: -170px;
  padding-right: 170px;
  overflow: hidden;
}
.product-card .swiper-prev {
  margin-right: 20px;
}
.product-card .slider3-nav {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 170px;
  z-index: 10;
}
.product-card .cost {
  width: 100%;
  max-width: 526px;
}
.product-card .cost .flex,
.product-card .cost .nice-select .list {
  width: 100%;
}
.product-card .cost .nice-select {
  width: 100%;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 40px;
}
.product-card .cost .nice-select::after {
  margin-top: -8px;
}
.product-card .cost .cost-left {
  margin-top: 40px;
  
  font-size: 24px;
}
.product-card .cost .cost-right {
  margin-left: auto;
  margin-top: 40px;
}
.product-card .cost .cost-right .cena {
  opacity: 1;
  
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 12px;
}
.product-card .cost .cost-right .cena + p {
  margin-bottom: 16px;
}
.product-card .cost .cost-right p {
  display: block;
  font-family: Museo Sans Cyrl;
  font-size: 13px;
  font-weight: 300;
  opacity: 0.5;
}
.product-card .cost .cost-right .a {
  margin-top: 50px;
}
.product-card .cost .cost-right .a:last-child {
  margin-left: 30px;
  color: #7d5d34;
}
.product-card .cost .cost-right .a:last-child::after {
  width: 100%;
}
.product-card .fanera-wrapper {
  position: relative;
  margin-top: 114px;
  width: 965px;
  height: 508px;
}
.product-card .fanera-wrapper .fanera {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px solid #000;
}
.product-card .fanera-wrapper .razmer {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 11px;
  letter-spacing: 0.025em;
}
.product-card .fanera-wrapper .fanera .fanera-sect,
.product-card .fanera-wrapper .fanera img {
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.product-card .fanera-wrapper .fanera.horizontal {
  flex-wrap: wrap;
}
.product-card .fanera-wrapper .fanera.horizontal .fanera-sect {
  height: 50%;
}
.product-card .fanera-wrapper .fanera.fanera04.horizontal .fanera-sect.horiz p {
  top: 60%;
}
.product-card .fanera-wrapper .fanera.horizontal img {
  height: 100%;
}
.product-card .fanera-wrapper .fanera img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}
.product-card .fanera-wrapper .fanera:hover .fanera-sect {
  opacity: 1;
}
.product-card .fanera-wrapper .fanera .fanera-sect {
  width: 100%;
  /*height: 50%;*/
  position: relative;
}
/*.product-card .fanera-wrapper .fanera01:hover .razmer {
  right: calc(50% + 20px);
}*/
.product-card .fanera-wrapper .fanera .fanera-sect p {
  color: #81511a;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 18px;
  letter-spacing: 0.025em;
}
.product-card .fanera-wrapper .fanera .fanera-sect:last-child p {
  color: #fff;
}
.product-card .fanera-wrapper .fanera .fanera-sect p span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
.product-card .fanera-wrapper .fanera05 {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.product-card .fanera-wrapper .fanera04 {
  width: 88.7%;
  height: 88.7%;
  z-index: 2;
}
.product-card .fanera-wrapper .fanera03 {
  width: 80%;
  height: 77.3%;
  z-index: 3;
}
.product-card .fanera-wrapper .fanera02 {
  width: 71.3%;
  height: 65.5%;
  z-index: 4;
}
.product-card .fanera-wrapper .fanera01 {
  width: 34.5%;
  height: 53.5%;
  z-index: 5;
}
/*.product-card .fanera-wrapper .fanera.fanera01 .fanera-sect p {
  left: 25%;
}*/
.product-card .where-buy {
  margin-top: 133px;
}
.product-card .where-buy .wb-sect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
}
.product-card .where-buy,
.product-card .where-buy .wb-sect .wb-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-card .where-buy .wb-sect:last-child {
  border-left: 1px solid #000;
}
.product-card .where-buy .wb-sect .wb-btn,
.product-card .where-buy .wb-sect p span {
  
  font-size: 120px;
  font-weight: 700;
  margin-right: 30px;
}
.product-card .where-buy .wb-sect p span {
  margin-right: 20px;
}
.product-card .where-buy .wb-sect p {
  display: block;
  font-size: 24px;
}
.product-card .where-buy .wb-sect .a {
  font-size: 24px;
  letter-spacing: 0.025em;
}
.product-card .logistika-wrapper {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-card .logistika-wrapper .lgc {
  width: calc(100% / 3);
  text-align: center;
}
.product-card .logistika-wrapper .lgc img {
  display: block;
  height: 120px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}
.product-card .logistika-wrapper .lgc .a {
  margin-top: 60px;
  font-size: 18px;
  letter-spacing: 0.025em;
  display: inline-block;
}
.product-block3.green {
  background: #7d5d34;
}
.product-block3.green h3 {
  color: #fff;
  margin-bottom: 0;
  position: relative;
}
.product-block3.green h3::after,
.product-block3.next-project .right img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-block3.green h3::after,
.product-block3.next-project .left p {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-block3.green h3::after {
  content: "";
  width: 70px;
  background: #fff;
  height: 1px;
  right: -120px;
}
.product-block3.green h3:hover::after {
  width: 100px;
  right: -150px;
}
.product-block3.green .product-card {
  margin-top: 75px;
  padding-bottom: 75px;
}
.product-block3.next-project {
  display: block;
  margin-top: 200px;
}
.product-block3.next-project .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-block3.next-project .left p {
  position: relative;
  
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
.product-block3.next-project:hover .left p {
  color: #7d5d34;
}
.product-block3.next-project .right .text {
  position: relative;
  padding-top: 250px;
  padding-bottom: 250px;
  padding-left: 170px;
  background: #fafafa;
  margin-left: -90px;
  margin-right: -170px;
}
.product-block3.next-project .right .h3 {
  max-width: 55%;
  word-wrap: break-word;
  font-size: 80px;
  letter-spacing: -0.07em;
}
.product-block3.next-project .right p {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.025em;
  margin-top: 16px;
  max-width: 400px;
}
.product-block3.next-project .right img {
  right: 0;
  height: 480px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
  max-width: 45%;
}
@media (max-width: 1700px) {
  .product-block3 .left ul {
    margin-top: calc(10px / 1.13);
  }
  .product-block3 .left ul li,
  .product-card .product-ul li {
    margin-bottom: calc(30px / 1.13);
  }
  .product-block3 .left ul li a {
    font-size: 12px;
  }
  .product-block3 .left ul li a::before {
    left: calc(-100px / 1.13);
    top: calc(5px / 1.13);
  }
  .product-block3 .left ul li a.active::before {
    width: calc(70px / 1.13);
  }
  .product-card {
    padding-bottom: calc(155px / 1.13);
  }
  .product-card .num {
    font-size: calc(18px / 1.13);
    top: calc(10px / 1.13);
    left: calc(-90px / 1.13);
  }
  .product-card .num img,
  .product-card .product-ul li img {
    width: calc(20px / 1.13);
    height: calc(20px / 1.13);
  }
  .product-card h3 {
    margin-bottom: calc(80px / 1.13);
  }
  .product-card .text1 {
    font-size: calc(24px / 1.13);
    max-width: calc(933px / 1.13);
  }
  .product-card .text2 {
    font-size: calc(18px / 1.13);
  }
  .product-card .info {
    margin-top: calc(70px / 1.13);
  }
  .product-card .info-left {
    width: calc(306px / 1.13);
  }
  .product-card .info-right {
    width: calc(100% - calc(306px / 1.13));
  }
  .product-card .product-ul li {
    font-size: calc(16px / 1.13);
  }
  .product-card .product-ul li img {
    margin-right: calc(30px / 1.13);
  }
  .slider3 .swiper-slide {
    width: calc(525px / 1.13);
  }
  .slider3 .swiper-slide img {
    height: calc(406px / 1.13);
  }
  .slider3 .swiper-slide p {
    font-size: calc(24px / 1.13);
    margin-top: calc(40px / 1.13);
  }
  .product-card .slider3 {
    padding-top: calc(150px / 1.13);
  }
  .product-card .swiper-prev {
    margin-right: calc(20px / 1.13);
  }
  .product-card .cost {
    max-width: calc(526px / 1.13);
  }
  .product-card .cost .nice-select {
    font-size: calc(13px / 1.13);
    margin-bottom: calc(40px / 1.13);
  }
  .product-card .cost .nice-select::after {
    margin-top: calc(-8px / 1.13);
  }
  .product-card .cost .cost-left {
    margin-top: calc(40px / 1.13);
    font-size: calc(24px / 1.13);
  }
  .product-card .cost .cost-right {
    margin-top: calc(40px / 1.13);
  }
  .product-card .cost .cost-right .cena {
    font-size: calc(24px / 1.13);
    margin-bottom: calc(12px / 1.13);
  }
  .product-card .cost .cost-right .cena + p {
    margin-bottom: calc(16px / 1.13);
  }
  .product-card .cost .cost-right p {
    font-size: calc(13px / 1.13);
  }
  .product-card .cost .cost-right .a {
    margin-top: calc(50px / 1.13);
  }
  .product-card .cost .cost-right .a:last-child {
    margin-left: calc(30px / 1.13);
  }
  .product-card .fanera-wrapper {
    margin-top: calc(114px / 1.13);
    width: calc(965px / 1.13);
    height: calc(508px / 1.13);
  }
  .product-card .fanera-wrapper .razmer {
    right: calc(20px / 1.13);
    top: calc(20px / 1.13);
    font-size: calc(11px / 1.13);
  }
  .product-card .fanera-wrapper .fanera .fanera-sect p {
    font-size: calc(18px / 1.13);
  }
  .product-card .fanera-wrapper .fanera .fanera-sect p span {
    font-size: calc(14px / 1.13);
    margin-top: calc(10px / 1.13);
  }
  .product-card .where-buy {
    margin-top: calc(133px / 1.13);
  }
  .product-card .where-buy .wb-sect .wb-btn {
    font-size: calc(120px / 1.13);
    margin-right: calc(30px / 1.13);
  }
  .product-card .where-buy .wb-sect p span {
    font-size: calc(120px / 1.13);
    margin-right: calc(20px / 1.13);
  }
  .product-card .where-buy .wb-sect .a,
  .product-card .where-buy .wb-sect p {
    font-size: calc(24px / 1.13);
  }
  .product-card .logistika-wrapper {
    margin-top: calc(120px / 1.13);
  }
  .product-card .logistika-wrapper .lgc img {
    height: calc(120px / 1.13);
  }
  .product-card .logistika-wrapper .lgc .a {
    margin-top: calc(60px / 1.13);
    font-size: calc(18px / 1.13);
  }
  .product-block3.green h3::after {
    width: calc(70px / 1.13);
    right: calc(-120px / 1.13);
  }
  .product-block3.green h3:hover::after {
    width: calc(100px / 1.13);
    right: calc(-150px / 1.13);
  }
  .product-block3.green .product-card {
    margin-top: calc(75px / 1.13);
    padding-bottom: calc(75px / 1.13);
  }
  .product-block3.next-project {
    margin-top: calc(200px / 1.13);
  }
  .product-block3.next-project .left p {
    font-size: calc(32px / 1.13);
  }
  .product-block3.next-project .right .text {
    padding-left: calc(100px / 1.13);
    padding-top: calc(250px / 1.13);
    padding-bottom: calc(250px / 1.13);
    margin-left: calc(-90px / 1.13);
  }
  .product-block3.next-project .right .h3 {
    font-size: calc(80px / 1.13);
  }
  .product-block3.next-project .right p {
    font-size: calc(16px / 1.13);
    margin-top: calc(16px / 1.13);
    max-width: calc(400px / 1.13);
  }
  .product-block3.next-project .right img {
    height: calc(480px / 1.13);
  }
}
@media (max-width: 1600px) {
  .product-block3 .left ul {
    margin-top: calc(10px / 1.2);
  }
  .product-block3 .left ul li {
    margin-bottom: calc(30px / 1.2);
  }
  .product-block3 .left ul li a {
    font-size: 12px;
  }
  .product-block3 .left ul li a::before {
    left: calc(-100px / 1.2);
    top: calc(5px / 1.2);
  }
  .product-block3 .left ul li a.active::before {
    width: calc(70px / 1.2);
  }
  .product-card {
    padding-bottom: calc(155px / 1.2);
  }
  .product-card .num {
    font-size: calc(18px / 1.2);
    top: calc(10px / 1.2);
    left: calc(-90px / 1.2);
  }
  .product-card .num img,
  .product-card .product-ul li img {
    width: calc(20px / 1.2);
    height: calc(20px / 1.2);
  }
  .product-card h3 {
    margin-bottom: calc(80px / 1.2);
  }
  .product-card .text1 {
    font-size: calc(24px / 1.2);
    max-width: calc(933px / 1.2);
  }
  .product-card .text2 {
    font-size: calc(18px / 1.2);
  }
  .product-card .info {
    margin-top: calc(70px / 1.2);
  }
  .product-card .info-left {
    width: calc(306px / 1.2);
  }
  .product-card .info-right {
    width: calc(100% - calc(306px / 1.2));
  }
  .product-card .product-ul li {
    margin-bottom: calc(30px / 1.2);
    font-size: calc(16px / 1.2);
  }
  .product-card .product-ul li img {
    margin-right: calc(30px / 1.2);
  }
  .slider3 .swiper-slide {
    width: calc(525px / 1.2);
  }
  .slider3 .swiper-slide img {
    height: calc(406px / 1.2);
  }
  .slider3 .swiper-slide p {
    font-size: calc(24px / 1.2);
    margin-top: calc(40px / 1.2);
  }
  .product-card .slider3 {
    padding-top: calc(150px / 1.2);
  }
  .product-card .swiper-prev {
    margin-right: calc(20px / 1.2);
  }
  .product-card .cost {
    max-width: calc(526px / 1.2);
  }
  .product-card .cost .nice-select {
    font-size: calc(13px / 1.2);
    margin-bottom: calc(40px / 1.2);
  }
  .product-card .cost .nice-select::after {
    margin-top: calc(-8px / 1.2);
  }
  .product-card .cost .cost-left {
    margin-top: calc(40px / 1.2);
    font-size: calc(24px / 1.2);
  }
  .product-card .cost .cost-right {
    margin-top: calc(40px / 1.2);
  }
  .product-card .cost .cost-right .cena {
    font-size: calc(24px / 1.2);
    margin-bottom: calc(12px / 1.2);
  }
  .product-card .cost .cost-right .cena + p {
    margin-bottom: calc(16px / 1.2);
  }
  .product-card .cost .cost-right p {
    font-size: calc(13px / 1.2);
  }
  .product-card .cost .cost-right .a {
    margin-top: calc(50px / 1.2);
  }
  .product-card .cost .cost-right .a:last-child {
    margin-left: calc(30px / 1.2);
  }
  .product-card .fanera-wrapper {
    margin-top: calc(114px / 1.2);
    width: calc(965px / 1.2);
    height: calc(508px / 1.2);
  }
  .product-card .fanera-wrapper .razmer {
    right: calc(20px / 1.2);
    top: calc(20px / 1.2);
    font-size: calc(11px / 1.2);
  }
  .product-card .fanera-wrapper .fanera .fanera-sect p {
    font-size: calc(18px / 1.2);
  }
  .product-card .fanera-wrapper .fanera .fanera-sect p span {
    font-size: calc(14px / 1.2);
    margin-top: calc(10px / 1.2);
  }
  .product-card .where-buy {
    margin-top: calc(133px / 1.2);
  }
  .product-card .where-buy .wb-sect .wb-btn {
    font-size: calc(120px / 1.2);
    margin-right: calc(30px / 1.2);
  }
  .product-card .where-buy .wb-sect p span {
    font-size: calc(120px / 1.2);
    margin-right: calc(20px / 1.2);
  }
  .product-card .where-buy .wb-sect .a,
  .product-card .where-buy .wb-sect p {
    font-size: calc(24px / 1.2);
  }
  .product-card .logistika-wrapper {
    margin-top: calc(120px / 1.2);
  }
  .product-card .logistika-wrapper .lgc img {
    height: calc(120px / 1.2);
  }
  .product-card .logistika-wrapper .lgc .a {
    margin-top: calc(60px / 1.2);
    font-size: calc(18px / 1.2);
  }
  .product-block3.green h3::after {
    width: calc(70px / 1.2);
    right: calc(-120px / 1.2);
  }
  .product-block3.green h3:hover::after {
    width: calc(100px / 1.2);
    right: calc(-150px / 1.2);
  }
  .product-block3.green .product-card {
    margin-top: calc(75px / 1.2);
    padding-bottom: calc(75px / 1.2);
  }
  .product-block3.next-project {
    margin-top: calc(200px / 1.2);
  }
  .product-block3.next-project .left p {
    font-size: calc(32px / 1.2);
  }
  .product-block3.next-project .right .text {
    padding-left: calc(100px / 1.2);
    padding-top: calc(250px / 1.2);
    padding-bottom: calc(250px / 1.2);
    margin-left: calc(-90px / 1.2);
  }
  .product-block3.next-project .right .h3 {
    font-size: calc(80px / 1.2);
  }
  .product-block3.next-project .right p {
    font-size: calc(16px / 1.2);
    margin-top: calc(16px / 1.2);
    max-width: calc(400px / 1.2);
  }
  .product-block3.next-project .right img {
    height: calc(480px / 1.2);
  }
}
@media (max-width: 1500px) {
  .product-block3 .left ul {
    margin-top: calc(10px / 1.28);
  }
  .product-block3 .left ul li,
  .product-card .product-ul li {
    margin-bottom: calc(30px / 1.28);
  }
  .product-block3 .left ul li a {
    font-size: 12px;
  }
  .product-block3 .left ul li a::before {
    left: calc(-100px / 1.28);
    top: calc(5px / 1.28);
  }
  .product-block3 .left ul li a.active::before {
    width: calc(70px / 1.28);
  }
  .product-card {
    padding-bottom: calc(155px / 1.28);
  }
  .product-card .num {
    font-size: calc(18px / 1.28);
    top: calc(10px / 1.28);
    left: calc(-90px / 1.28);
  }
  .product-card .num img,
  .product-card .product-ul li img {
    width: calc(20px / 1.28);
    height: calc(20px / 1.28);
  }
  .product-card h3 {
    margin-bottom: calc(80px / 1.28);
  }
  .product-card .text1 {
    font-size: calc(24px / 1.28);
    max-width: calc(933px / 1.28);
  }
  .product-card .text2 {
    font-size: calc(18px / 1.28);
  }
  .product-card .info {
    margin-top: calc(70px / 1.28);
  }
  .product-card .info-left {
    width: calc(306px / 1.28);
  }
  .product-card .info-right {
    width: calc(100% - calc(306px / 1.28));
  }
  .product-card .product-ul li {
    font-size: calc(16px / 1.28);
  }
  .product-card .product-ul li img {
    margin-right: calc(30px / 1.28);
  }
  .slider3 .swiper-slide {
    width: calc(525px / 1.28);
  }
  .slider3 .swiper-slide img {
    height: calc(406px / 1.28);
  }
  .slider3 .swiper-slide p {
    font-size: calc(24px / 1.28);
    margin-top: calc(40px / 1.28);
  }
  .product-card .slider3 {
    padding-top: calc(150px / 1.28);
  }
  .product-card .swiper-prev {
    margin-right: calc(20px / 1.28);
  }
  .product-card .cost {
    max-width: calc(526px / 1.28);
  }
  .product-card .cost .nice-select {
    font-size: calc(13px / 1.28);
    margin-bottom: calc(40px / 1.28);
  }
  .product-card .cost .nice-select::after {
    margin-top: calc(-8px / 1.28);
  }
  .product-card .cost .cost-left {
    margin-top: calc(40px / 1.28);
    font-size: calc(24px / 1.28);
  }
  .product-card .cost .cost-right {
    margin-top: calc(40px / 1.28);
  }
  .product-card .cost .cost-right .cena {
    font-size: calc(24px / 1.28);
    margin-bottom: calc(12px / 1.28);
  }
  .product-card .cost .cost-right .cena + p {
    margin-bottom: calc(16px / 1.28);
  }
  .product-card .cost .cost-right p {
    font-size: calc(13px / 1.28);
  }
  .product-card .cost .cost-right .a {
    margin-top: calc(50px / 1.28);
  }
  .product-card .cost .cost-right .a:last-child {
    margin-left: calc(30px / 1.28);
  }
  .product-card .fanera-wrapper {
    margin-top: calc(114px / 1.28);
    width: calc(965px / 1.28);
    height: calc(508px / 1.28);
  }
  .product-card .fanera-wrapper .razmer {
    right: calc(20px / 1.28);
    top: calc(20px / 1.28);
    font-size: calc(11px / 1.28);
  }
  .product-card .fanera-wrapper .fanera .fanera-sect p {
    font-size: calc(18px / 1.28);
  }
  .product-card .fanera-wrapper .fanera .fanera-sect p span {
    font-size: calc(14px / 1.28);
    margin-top: calc(10px / 1.28);
  }
  .product-card .where-buy {
    margin-top: calc(133px / 1.28);
  }
  .product-card .where-buy .wb-sect .wb-btn {
    font-size: calc(120px / 1.28);
    margin-right: calc(30px / 1.28);
  }
  .product-card .where-buy .wb-sect p span {
    font-size: calc(120px / 1.28);
    margin-right: calc(20px / 1.28);
  }
  .product-card .where-buy .wb-sect .a,
  .product-card .where-buy .wb-sect p {
    font-size: calc(24px / 1.28);
  }
  .product-card .logistika-wrapper {
    margin-top: calc(120px / 1.28);
  }
  .product-card .logistika-wrapper .lgc img {
    height: calc(120px / 1.28);
  }
  .product-card .logistika-wrapper .lgc .a {
    margin-top: calc(60px / 1.28);
    font-size: calc(18px / 1.28);
  }
  .product-block3.green h3::after {
    width: calc(70px / 1.28);
    right: calc(-120px / 1.28);
  }
  .product-block3.green h3:hover::after {
    width: calc(100px / 1.28);
    right: calc(-150px / 1.28);
  }
  .product-block3.green .product-card {
    margin-top: calc(75px / 1.28);
    padding-bottom: calc(75px / 1.28);
  }
  .product-block3.next-project {
    margin-top: calc(200px / 1.28);
  }
  .product-block3.next-project .left p {
    font-size: calc(32px / 1.28);
  }
  .product-block3.next-project .right .text {
    padding-left: calc(100px / 1.28);
    padding-top: calc(250px / 1.28);
    padding-bottom: calc(250px / 1.28);
    margin-left: calc(-90px / 1.28);
  }
  .product-block3.next-project .right .h3 {
    font-size: calc(80px / 1.28);
  }
  .product-block3.next-project .right p {
    font-size: calc(16px / 1.28);
    margin-top: calc(16px / 1.28);
    max-width: calc(400px / 1.28);
  }
  .product-block3.next-project .right img {
    height: calc(480px / 1.28);
  }
}
@media (max-width: 1400px) {
  .product-block3 .left {
    width: 20%;
  }
  .product-block3 .right {
    width: 80%;
  }
  .product-block3 .left ul {
    margin-top: calc(10px / 1.4);
  }
  .product-block3 .left ul li {
    margin-bottom: calc(30px / 1.4);
  }
  .product-block3 .left ul li a {
    font-size: 11px;
  }
  .product-block3 .left ul li a::before {
    display: none;
  }
  .product-card {
    padding-bottom: calc(155px / 1.4);
  }
  .product-card .num {
    font-size: calc(18px / 1.4);
    top: calc(10px / 1.4);
    left: calc(-90px / 1.4);
  }
  .product-card .num img,
  .product-card .product-ul li img {
    width: calc(20px / 1.4);
    height: calc(20px / 1.4);
  }
  .product-card h3 {
    margin-bottom: calc(80px / 1.4);
  }
  .product-card .text1 {
    font-size: calc(24px / 1.4);
    max-width: calc(933px / 1.4);
  }
  .product-card .text2 {
    font-size: calc(18px / 1.4);
  }
  .product-card .info {
    margin-top: calc(70px / 1.4);
  }
  .product-card .info-left {
    width: calc(306px / 1.4);
  }
  .product-card .info-right {
    width: calc(100% - calc(306px / 1.4));
  }
  .product-card .product-ul li {
    margin-bottom: calc(30px / 1.4);
    font-size: calc(16px / 1.4);
  }
  .product-card .product-ul li img {
    margin-right: calc(30px / 1.4);
  }
  .slider3 .swiper-slide {
    width: calc(525px / 1.4);
  }
  .slider3 .swiper-slide img {
    height: calc(406px / 1.4);
  }
  .slider3 .swiper-slide p {
    font-size: calc(24px / 1.4);
    margin-top: calc(40px / 1.4);
  }
  .product-card .slider3 {
    padding-top: calc(150px / 1.4);
    margin-right: -20px;
    padding-right: 20px;
  }
  .product-card .swiper-prev {
    margin-right: calc(20px / 1.4);
  }
  .product-card .slider3-nav {
    margin-right: 20px;
  }
  .product-card .cost {
    max-width: calc(526px / 1.4);
  }
  .product-card .cost .nice-select {
    font-size: calc(13px / 1.4);
    margin-bottom: calc(40px / 1.4);
  }
  .product-card .cost .nice-select::after {
    margin-top: calc(-8px / 1.4);
  }
  .product-card .cost .cost-left {
    margin-top: calc(40px / 1.4);
    font-size: calc(24px / 1.4);
  }
  .product-card .cost .cost-right {
    margin-top: calc(40px / 1.4);
  }
  .product-card .cost .cost-right .cena {
    font-size: calc(24px / 1.4);
    margin-bottom: calc(12px / 1.4);
  }
  .product-card .cost .cost-right .cena + p {
    margin-bottom: calc(16px / 1.4);
  }
  .product-card .cost .cost-right p {
    font-size: calc(13px / 1.4);
  }
  .product-card .cost .cost-right .a {
    margin-top: calc(50px / 1.4);
  }
  .product-card .cost .cost-right .a:last-child {
    margin-left: calc(30px / 1.4);
  }
  .product-card .fanera-wrapper {
    margin-top: calc(114px / 1.4);
    width: calc(965px / 1.4);
    height: calc(508px / 1.4);
  }
  .product-card .fanera-wrapper .razmer {
    right: calc(20px / 1.4);
    top: calc(20px / 1.4);
    font-size: calc(11px / 1.4);
  }
  .product-card .fanera-wrapper .fanera .fanera-sect p {
    font-size: calc(18px / 1.4);
  }
  .product-card .fanera-wrapper .fanera .fanera-sect p span {
    font-size: calc(14px / 1.4);
    margin-top: calc(10px / 1.4);
  }
  .product-card .where-buy {
    margin-top: calc(133px / 1.4);
  }
  .product-card .where-buy .wb-sect .wb-btn {
    font-size: calc(120px / 1.4);
    margin-right: calc(30px / 1.4);
  }
  .product-card .where-buy .wb-sect p span {
    font-size: calc(120px / 1.4);
    margin-right: calc(20px / 1.4);
  }
  .product-card .where-buy .wb-sect .a,
  .product-card .where-buy .wb-sect p {
    font-size: calc(24px / 1.4);
  }
  .product-card .logistika-wrapper {
    margin-top: calc(120px / 1.4);
  }
  .product-card .logistika-wrapper .lgc img {
    height: calc(120px / 1.4);
  }
  .product-card .logistika-wrapper .lgc .a {
    margin-top: calc(60px / 1.4);
    font-size: calc(18px / 1.4);
  }
  .product-block3.green h3::after {
    width: calc(70px / 1.4);
    right: calc(-120px / 1.4);
  }
  .product-block3.green h3:hover::after {
    width: calc(100px / 1.4);
    right: calc(-150px / 1.4);
  }
  .product-block3.green .product-card {
    margin-top: calc(75px / 1.4);
    padding-bottom: calc(75px / 1.4);
  }
  .product-block3.next-project {
    margin-top: calc(200px / 1.4);
  }
  .product-block3.next-project .left p {
    font-size: calc(32px / 1.4);
  }
  .product-block3.next-project .right .text {
    padding-top: calc(250px / 1.4);
    padding-bottom: calc(250px / 1.4);
    padding-left: calc(100px / 1.4);
    margin-left: calc(-90px / 1.4);
    margin-right: -20px;
  }
  .product-block3.next-project .right .h3 {
    font-size: calc(80px / 1.4);
  }
  .product-block3.next-project .right p {
    font-size: calc(16px / 1.4);
    margin-top: calc(16px / 1.4);
    max-width: calc(400px / 1.4);
  }
  .product-block3.next-project .right img {
    height: calc(480px / 1.4);
  }
}
@media (max-width: 1280px) {
  .product-block3 br {
    display: none;
  }
  .product-block3 .left ul {
    margin-top: calc(10px / 1.5);
  }
  .product-block3 .left ul li {
    margin-bottom: calc(30px / 1.5);
  }
  .product-card {
    padding-bottom: calc(155px / 1.5);
  }
  .product-card .num {
    font-size: calc(18px / 1.5);
    left: -20px;
  }
  .product-card .num img,
  .product-card .product-ul li img {
    width: calc(20px / 1.5);
    height: calc(20px / 1.5);
  }
  .product-card h3 {
    margin-bottom: 40px;
  }
  .product-card .text1 {
    font-size: calc(24px / 1.5);
    max-width: calc(933px / 1.5);
  }
  .product-card .text2 {
    font-size: calc(18px / 1.5);
  }
  .product-card .info {
    margin-top: calc(70px / 1.5);
  }
  .product-card .info-left {
    width: calc(306px / 1.5);
  }
  .product-card .info-right {
    width: calc(100% - calc(306px / 1.5));
  }
  .product-card .product-ul li {
    margin-bottom: calc(30px / 1.5);
    font-size: calc(16px / 1.5);
  }
  .product-card .product-ul li img {
    margin-right: calc(30px / 1.5);
  }
  .slider3 .swiper-slide {
    width: calc(525px / 1.5);
  }
  .slider3 .swiper-slide img {
    height: calc(406px / 1.5);
  }
  .slider3 .swiper-slide p {
    font-size: calc(24px / 1.5);
    margin-top: calc(40px / 1.5);
  }
  .product-card .slider3 {
    padding-top: calc(150px / 1.5);
  }
  .product-card .swiper-prev {
    margin-right: calc(20px / 1.5);
  }
  .product-card .cost {
    max-width: calc(526px / 1.5);
  }
  .product-card .cost .nice-select {
    font-size: calc(13px / 1.5);
    margin-bottom: calc(40px / 1.5);
  }
  .product-card .cost .nice-select::after {
    margin-top: calc(-8px / 1.5);
  }
  .product-card .cost .cost-left {
    margin-top: calc(40px / 1.5);
    font-size: calc(24px / 1.5);
  }
  .product-card .cost .cost-right {
    margin-top: calc(40px / 1.5);
  }
  .product-card .cost .cost-right .cena {
    font-size: calc(24px / 1.5);
    margin-bottom: calc(12px / 1.5);
  }
  .product-card .cost .cost-right .cena + p {
    margin-bottom: calc(16px / 1.5);
  }
  .product-card .cost .cost-right p {
    font-size: calc(13px / 1.5);
  }
  .product-card .cost .cost-right .a {
    margin-top: calc(50px / 1.5);
  }
  .product-card .cost .cost-right .a:last-child {
    margin-left: calc(30px / 1.5);
  }
  .product-block3 .left ul li a {
    font-size: 10px;
  }
  .product-card .fanera-wrapper {
    margin-top: calc(114px / 1.5);
    width: 100%;
    height: calc(508px / 1.5);
  }
  .product-card .fanera-wrapper .razmer {
    right: calc(20px / 1.5);
    top: calc(20px / 1.5);
    font-size: calc(11px / 1.5);
  }
  .product-card .fanera-wrapper .fanera .fanera-sect p {
    font-size: calc(18px / 1.5);
  }
  .product-card .fanera-wrapper .fanera .fanera-sect p span {
    font-size: calc(14px / 1.5);
    margin-top: calc(10px / 1.5);
  }
  .product-card .where-buy {
    margin-top: calc(133px / 1.5);
  }
  .product-card .where-buy .wb-sect .wb-btn {
    font-size: calc(120px / 1.5);
    margin-right: calc(30px / 1.5);
  }
  .product-card .where-buy .wb-sect p span {
    font-size: calc(120px / 1.5);
    margin-right: calc(20px / 1.5);
  }
  .product-card .where-buy .wb-sect .a,
  .product-card .where-buy .wb-sect p {
    font-size: calc(24px / 1.5);
  }
  .product-card .logistika-wrapper {
    margin-top: calc(120px / 1.5);
  }
  .product-card .logistika-wrapper .lgc img {
    height: calc(120px / 1.5);
  }
  .product-card .logistika-wrapper .lgc .a {
    margin-top: calc(60px / 1.5);
    font-size: calc(18px / 1.5);
  }
  .product-block3.green h3::after {
    width: calc(70px / 1.5);
    right: calc(-120px / 1.5);
  }
  .product-block3.green h3:hover::after {
    width: calc(100px / 1.5);
    right: calc(-150px / 1.5);
  }
  .product-block3.green .product-card {
    margin-top: calc(75px / 1.5);
    padding-bottom: calc(75px / 1.5);
  }
  .product-block3.next-project {
    margin-top: calc(200px / 1.5);
  }
  .product-block3.next-project .left {
    width: 100%;
  }
  .product-block3.next-project .left p {
    font-size: calc(32px / 1.5);
  }
  .product-block3.next-project .right {
    width: 100%;
    margin-top: 40px;
  }
  .product-block3.next-project .right .text {
    padding-top: calc(250px / 1.5);
    padding-bottom: calc(250px / 1.5);
    padding-left: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .product-block3.next-project .right .h3 {
    max-width: 60%;
    font-size: calc(80px / 1.6);
  }
  .product-block3.next-project .right p {
    margin-top: calc(16px / 1.5);
    max-width: calc(400px / 1.5);
  }
  .product-block3.next-project .right img {
    max-width: 40%;
    height: calc(480px / 1.5);
  }
}
@media (max-width: 1024px) {
  .product-block3 .left ul {
    display: none;
  }
  .product-block3 .right {
    width: 100%;
  }
  .product-card h3 {
    padding-left: 30px;
  }
  .product-card .num {
    left: 0;
  }
}
@media (max-width: 767px) {
  .product-card {
    padding-bottom: 70px;
  }
  .product-card .num {
    font-size: 10px;
  }
  .product-card .num img {
    width: 15px;
    height: 15px;
  }
  .product-card h3 {
    margin-bottom: 30px;
  }
  .product-card .text1 {
    padding-left: 30px;
    font-size: 14px;
    line-height: 2;
  }
  .product-card .text2 {
    font-size: 14px;
  }
  .product-card .info {
    margin-top: 30px;
    margin-left: 30px;
  }
  .product-card .info-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .product-card .info-right {
    width: 100%;
  }
  .product-card .product-ul li {
    margin-bottom: 30px;
    font-size: 12px;
  }
  .product-card .product-ul li:last-child {
    margin-bottom: 0;
  }
  .product-card .product-ul li span {
    border-bottom: none;
    line-height: 1.5;
    padding-bottom: 0;
  }
  .product-card .product-ul li img {
    height: 20px;
    width: 20px;
    margin-right: 30px;
  }
  .slider3 .swiper-slide {
    width: 121px;
  }
  .slider3 .swiper-slide img {
    height: 100px;
  }
  .slider3 .swiper-slide p {
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
    border-bottom: none;
    text-decoration: underline;
  }
  .slider3 .swiper-slide:hover p::after {
    display: none;
  }
  .product-card .slider3 {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 44px;
    padding-right: 0;
    padding-bottom: 80px;
  }
  .product-card .slider3 .swiper-slide:first-child {
    margin-left: 20px;
  }
  .product-card .slider3 .swiper-slide:last-child {
    margin-right: 20px;
  }
  .product-card .swiper-prev {
    margin-right: 10px;
  }
  .product-card .slider3-nav {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    bottom: 0;
    margin-right: 0;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .product-card .cost {
    max-width: 526px;
  }
  .product-card .cost .nice-select {
    font-size: 13px;
    margin-bottom: 40px;
  }
  .product-card .cost .nice-select::after {
    margin-top: -8px;
  }
  .product-card .cost .cost-left {
    display: none;
  }
  .product-card .cost .cost-right {
    margin-top: 10px;
    width: 100%;
  }
  .product-card .cost .cost-right .cena {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .product-card .cost .cost-right .cena + p {
    margin-bottom: 16px;
  }
  .product-card .cost .cost-right p {
    font-size: 13px;
  }
  .product-card .cost .cost-right .a {
    margin-top: 30px;
  }
  .product-card .cost .cost-right .a:last-child {
    margin-left: 30px;
  }
  .product-card .fanera-wrapper {
    margin-top: 30px;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .product-card .fanera-wrapper .razmer {
    position: static;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .product-card .fanera-wrapper .fanera {
    position: static;
    border: 0;
    width: 50%;
    display: inline-block;
  }
  .product-card .fanera-wrapper .fanera:hover img {
    opacity: 0;
  }
  .product-block3.green h3::after,
  .product-card .fanera-wrapper .fanera .fanera-sect {
    display: none;
  }
  .product-card .where-buy {
    margin-top: 30px;
  }
  .product-card .where-buy .wb-sect {
    width: 100%;
  }
  .product-card .where-buy .wb-sect:last-child {
    border-left: none;
    border-top: 1px solid #000;
    margin-top: 30px;
    padding-top: 30px;
  }
  .product-card .where-buy .wb-sect .a {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .product-card .where-buy .wb-sect p {
    font-size: 16px;
  }
  .product-card .where-buy .wb-sect p span {
    margin-right: 10px;
    font-size: 80px;
  }
  .product-card .logistika-wrapper {
    padding-left: 30px;
    margin-top: 50px;
  }
  .product-card .logistika-wrapper .lgc {
    text-align: left;
    width: 100%;
    margin-bottom: 50px;
  }
  .product-card .logistika-wrapper .lgc:last-child {
    margin-bottom: 0;
  }
  .product-card .logistika-wrapper .lgc img {
    width: auto;
    height: 100px;
  }
  .product-card .logistika-wrapper .lgc .a {
    padding-bottom: 8px;
    margin-top: 30px;
    font-size: 12px;
  }
  .product-block3.green .product-card {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .product-block3.next-project {
    padding-bottom: 60px;
    margin-top: 40px;
  }
  .product-block3.next-project .left,
  .product-block3.next-project:hover .a::after {
    width: 100%;
  }
  .product-block3.next-project .left p {
    font-size: 14px;
    padding-left: 30px;
  }
  .product-block3.next-project .right {
    width: 100%;
    margin-top: 30px;
  }
  .product-block3.next-project .right .text {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
    background: 0 0;
  }
  .product-block3.next-project .right .h3 {
    max-width: 100%;
    font-size: 26px;
    margin-top: 20px;
  }
  .product-block3.next-project .right p {
    display: none;
  }
  .product-block3.next-project .right img {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -o-object-position: left;
    object-position: left;
    height: 100px;
  }
  .product-block3.next-project .right .a {
    margin-top: 30px;
  }
  .product-block3.next-project:hover .a {
    color: #7d5d34;
  }
}




.podrobnee {
  border-bottom: 1px solid #000;
}
.podrobnee .text1 {
  max-width: 100%;
  text-align: left;
  position: relative;
  width: 100%;
  display: block;
  padding: 35px 30px 35px 0;
}
.podrobnee .text1::after,
.podrobnee .text1::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 2px;
  background: #000;
}
.podrobnee .text1::before {
  right: 7px;
  width: 2px;
  height: 16px;
}
.podrobnee .text1.active::before {
  display: none;
}
.podrobnee .hidden {
  display: none;
  width: 100%;
  padding-bottom: 35px;
}
.podrobnee .hidden table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
}
.podrobnee .hidden table td,
.podrobnee .hidden table th {
  vertical-align: baseline;
  padding: 20px 30px;
  font-family: Museo Sans Cyrl;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.77;
  letter-spacing: 0.025em;
}
.podrobnee .hidden table td {
  
  font-size: 16px;
  line-height: 2;
}
.podrobnee .hidden table tr:nth-child(2n-1) td,
.podrobnee .hidden table tr:nth-child(2n-1) th {
  background: #f8f8f8;
}
@media (max-width: 1600px) {
  .podrobnee .hidden table th {
    font-size: 16px;
  }
  .podrobnee .hidden table td {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .podrobnee .hidden table td,
  .podrobnee .hidden table th {
    padding: 20px;
  }
  .podrobnee .hidden table th {
    font-size: 14px;
  }
  .podrobnee .hidden table td {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .podrobnee .hidden {
    margin-left: -20px;
    max-width: 100vw;
    width: 100vw;
    overflow-x: auto;
  }
}






@media (max-width: 1620px) {
  /*.product-block1 .heading h2 {
    font-size: 170px;
  }*/

	.product-card h3 {
    font-size: 70px;
  }
}
@media (max-width: 1400px) {
  .product-card h3 {
    font-size: 60px;
  }
}
@media (max-width: 1250px) {
  /*.product-block1 .heading h2 {
    font-size: 160px;
  }*/
}
@media (max-width: 1180px) {
  /*.product-block1 .heading h2 {
    font-size: 138px;
  }*/
}
@media (max-width: 1024px) {
  .product-block1 .heading h2,
  .product-block1 .heading h1 {
    font-size: 44px;
  }

	.product-card h3 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .product-block1 .heading h2,
  .product-block1 .heading h1 {
    font-size: 18px;
    line-height: 1.8;
  }

	.product-card h3 {
    font-size: 26px;
    line-height: 1.6;
  }
}

.pro_app img{
  width: 100%;
}
/* end */



/* fk-ad */
.c-sample {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translateY(50%);
}
/*.c-sample ul {
  margin: -10px;
}
.c-sample ul li{
  padding: 10px;
}*/
.c-sample img {
  width: 100%;
}

@media (max-width:500px) {
  .c-sample {
    transform: translateY(100%);
  }
  .foot-link .box a.foot-link,
  .Auxil-industry{
    display: none!important;
  }
}

#about-num img{
  width: auto;
  margin: 0;
}
#about-num ul {
  margin: -2.5rem 0;
}
#about-num li {
  padding: 2.5rem 0;
}
#about-num li .num{
  font-size: 60px;
  color: #005f41;
  font-family: 'Anton';
}
#about-num li .num span{
  font-size: 29px;
}
#about-num li i{
  float: left;
}
#about-num li .text{
  padding-left: 130px;
}

@media (max-width: 1620px) {
  #about-num li .num{
    font-size: 42px;
  }

  #about-num li .text {
    padding-left: 100px;
  }

  #about-num img{
    width: 90px;
  }

  #about-num li .num span {
    font-size: 20px;
  }
}

@media (max-width: 1180px) {
  #about-num li {
    width: 100%;
    padding: 1rem 0;
  }
}
/* end */



/* PGT */
.PGT .PGT_list {
  margin: -25px;
}
.PGT .PGT_list .PGT_item {
  padding: 25px;
}
.PGT .PGT_list .PGT_item .name span {
  color: #047446;
}
.PGT .PGT_list .PGT_item.wid-100{
  width: 100%;
}
.PGT .PGT_list .PGT_item .content .img{
  margin-right: 5%;
  width: 35%;
  padding: 3px;
  border-radius: 3px;
  box-shadow: 5px 5px 5px rgba(0,0,0,.1);
}
.PGT .PGT_list .PGT_item .content .img img{
  width: 100%;
}
.PGT .PGT_list .PGT_item .content .text{
  width: 60%;
}
/* end */


.foot-link .box a.foot-link{
  font-size: 16px;
    line-height: 2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 300px;
}

.Auxil-industry h4{
  font-size: 18px;
    line-height: 1.8;
    padding: 10px 0;
    font-weight: 700;
} 

.slider3 .swiper-slide p.description{
  font-size: 14px;
  line-height: 2;
}