@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;
}
.overflow-box{
  width: 100%;
  margin: 0 auto;
  position: relative
}
 #index-body {
    max-width: 2200px;
    margin: 0 auto
  }
@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: 1518px;
}
.container-small {
    padding: 0 170px;
}
@media (max-width: 1400px) {
  .container-small {
    padding: 0 20px;
  }
}
@media (max-width: 2200px) {
.overflow-box{
 width: 100%;
 position: relative
}
}
: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: absolute;
  right: 30px;
  /*top: 35px;*/
  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.active{
  top:8px
}
.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: 10px;
  left: 0;
  transition: .5s
}
#header.active{
  position: fixed;
  top: 0;
   box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
   background: #fff
}

#header .header_header_logo{
zoom: 0.5
}

#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;
  width: 1920px;
  margin: 0 auto;
  position: relative
}
@media (max-width: 1920px) {
#header .nav .ui.menu{
 width: 100%;

}
}
#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 15px;
  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:last-child{
  display: none
}
#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;
  filter: invert(1);
}
#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);
}
.inner-banner {
  padding-top: 130px;
  
}
.inner-banner .ui.container{
padding-bottom: 70px;
border-bottom: 1px solid #d1d1d1;
}
.inner-banner .ui{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap
}
.inner-banner .left{
  width: 60%
}
.inner-banner .right{
  width:40%;
}
.inner-banner .right{
  font-size: 18px;
  line-height: 1.5;
  opacity: 0.6
}
.inner-banner .h2{
  font-size: 48px
}
.inner-banner .mbxs {
  color: #c4c4c4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  margin-bottom: 15px;
}
.inner-banner .mbxs i {
  font-size: 24px;
  margin-right: 10px;
  margin-top: -5px;
}
.inner-banner .mbxs span,
.inner-banner .mbxs a {
  margin: 0 5px;
}
.inner-banner .mbxs span:hover,
.inner-banner .mbxs a:hover {
  color: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: underline;
}
.inner-banner .mbxs span {
  color: #000;
  text-decoration: underline;
}
.inner-banner .h2{
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .grid-box.two>.column{
    width: 100%
  }
 
  .inner-banner {
    padding-top: 160px;
    
  }
  .inner-banner .left,.inner-banner .right{
  width: 100%;
}
.inner-banner .right{
  margin-top: 20px
}
  .inner-banner .h2{
  font-size: 30px
}
}
@media screen and (max-width: 700px) {

  .inner-banner .h2{
  font-size: 25px
}
}
@media screen and (max-width: 1000px) {
  #banner{
    margin-top: 120px;
  }


}
.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 {
  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;
 justify-content: flex-end;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.5);
  -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
  height: 100vh;
  
}
.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;
  height: 100%
}
.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: 8.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 0.685em / 1.4 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 0.685em / 1.4 var(--font);
  font-weight: bold;
  letter-spacing: -0.04em;
  white-space: nowrap;
  align-items: center;
}
.acs {
  font-weight: 400!important;
}
.hero-scroll-button_button {
  font-size: inherit;
  width: .617em;
  height: .617em;
  margin-inline: .197em .259em;
  margin-top: -20px;
  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-title_title_awesome>span{
  flex: 1
}
.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 {
  position: absolute;
  right: 10%;
  top: 65%;
  zoom: 1.5

}
.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: 80px;
  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: 0;
  overflow: hidden;

}
.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: 50px;
}
.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: #000;
  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: 68%;
  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: 12.25rem;
    padding-bottom: 22rem;
  }
  .product_title_content {
    width: 42.5rem;
    aspect-ratio: 680 / 480;
    font-size: 40px
  }
  .c-horizontal-panel_navigation {
    display: none;
  }
  .product-inner {
    margin-top: -100vh;
  }
  .product_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
  }
  .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-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: 50px;
  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;*/
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.c-splash-yerba_item{
  width: 30%
}
@media screen and (max-width: 1000px){
  .c-splash-yerba_item{
  width: 100%
}
}
.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: 65px;
  }
  .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: 140px;
    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);
  padding: 60px;
}
.our-about .Tit {
  font-size: 50px;
  line-height: 1.4;
  font-weight: bold;
}
.our-about .left {
  width: 46.2%;
  vertical-align: middle;
}
.our-about .left img {
  max-width: 100%;
  border-radius: var(--border-radius-large);
  
}
.our-about .right {
  width: 53.8%;
  vertical-align: middle;
  padding-right: 60px;
  padding-left: 60px;
}
.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: 60px;
}
.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: 60px;
  font-weight: bold;
  padding-bottom: 40px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3)
}

.our-news .list > div {
  margin-bottom: 80px;
}
.our-news .list .box {
  position: relative;
  padding: 60px 40px;
  background: transparent;
  transition: 0.3s
}
.our-news .list ul li.active2 {
  background: #F9F9F9
}
.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 {
  font-family: AcuminPro;
font-weight: 400;
font-size: 27px;
color: #000000;
line-height: 1.48;
margin-bottom: 20px
}

.our-news .list li .content {
font-weight: 400;
font-size: 16px;
color: #292929;
line-height: 1.5;
}

.our-news .list li .whyBtn {
  position: absolute;
  left: 40px;
  bottom: 60px;;
  display: inline-block;
  background: #000000;
border-radius: 24px;
padding: 8px 24px;
color: #fff;
opacity: 0;
z-index: -1;
transition: 0.3s
}
.our-news .list li time {
  opacity: .6;
}
.our-news .list .box:hover {
  background: #F9F9F9;
}
.our-news .list .box:hover .content {
  opacity: 0;
}
.our-news .list .box:hover .whyBtn {
  opacity: 1;
  z-index: 11
}
.our-news .list ul li.active2 .box .content {
  opacity: 0;
}
.our-news .list ul li.active2 .box .whyBtn {
  opacity: 1;
  z-index: 11
}
.our-news button.arrow {
  margin: 0 5px;
  width: 47px;
  height: 47px;
  border: none;
  border-radius: 47px;
  font-size: 0;
}
.our-application {
  margin-top: -70px
}
.our-application .Tit {
  font-size: 60px;
  line-height: 1.2;
  font-weight: bold;
}

.our-application .list {
  margin-top: 40px;
}
.our-application .list .name {
  font-family: AcuminPro;
font-weight: 400;
font-size: 18px;
color: #000000;
line-height: 1.5;
margin-top: 25px;
}
.our-application button.arrow {
  margin: 0 5px;
  margin-top: 45px;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: none;
  background: #E8E8E8;
  font-size: 0;
  opacity: 1
}
.i-why {
  margin: 130px 0;
}
.i-why .Tit {
  font-size: 60px;
  line-height: 1.2;
  font-weight: bold;
  max-width: 500px
}
.i-why .left .desc {
  margin-top: 95px;
}
.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;
  color: #010101;
  background: #EAEAEA;
  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: "-";
}
.i-why .right li.active {
  background: #030303;
  color: #030303
}
.i-why .right li.active .name,
.i-why .right li.active .content {
  color: #fff
}
.i-why .right li.active .icon{
  filter: invert(1)
}
#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;
  line-height: 1.2;
}
.foot_foot_center .cona {
  font-size: 24px;
  line-height: 1.6;
  color: #fff;
  max-width: 700px;
  margin: auto;
}
.foot_foot_center .btn {
  margin-top: 35px;
  margin-bottom: 40px
}
.foot_foot_center .btn a {
background: #FFFFFF;
border-radius: 28px;
padding: 15px 60px;

font-weight: 400;
font-size: 18px;
color: #000000;
line-height: 1;
transition: 0.3s
}
.foot_foot_center .btn a:hover {
  background: #000;
  color: #fff
}
.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 .tit4 {
font-weight: bold;
font-size: 63px;
color: #000000;
line-height: 1.3;
max-width: 350px;
}
.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: 450px;
}

.foot_foot_bottom .box > div:nth-child(1) img {
  width: 100%;
}
.foot_foot_bottom .box .add{
  display: flex;
 
}
.foot_foot_bottom .box .add .icon{
  padding-top: 8px;
  margin-right: 10px
}
.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: 25px;
}
@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;
  }
  .foot_foot_bottom .box .tit4{
    font-size: 55px
  }
}
@media (max-width: 1400px) {
  .foot_foot_bottom .box .tit4{
    font-size: 50px
  }
  .c-rail_text {
    font-size: 70px;
  }
  .c-heading.-huge-sans {
    font-size: 70px;
  }
  .our-product {
    margin-bottom: 150px;
  }
  .i-advantage {
    margin-top: 80px;
    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;
  }
  .product_title_content{
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .product_title_content{
    font-size: 40px;
    padding-bottom: 120px;
    line-height: 1.4
  }
   .foot_foot_bottom .box .tit4{
    font-size: 40px
  }
  #header .nav .ui.menu .menu-box {
    height: 50px;
    line-height: 50px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
    font-size: 14px;
  }
  .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;
    display: none
  }
  .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;
  }
  .foot_foot_bottom .box .tit4{
    font-size: 26px
  }
  .product_title_content{
    font-size: 26px;
    padding-bottom: 40px
  }
}
@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: 60px;
    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: 100%;
    margin-top: 30px
  }
  .our-about .right {
    width: 100%;
  }

  .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) {
  .hero_hero{
    margin-top: 120px;
  }
  .foot_foot_bottom .box .tit4{
    font-size: 30px
  }
  .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,.hero-background_back {
    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) {
  .foot_foot_bottom .box .tit4{
    font-size: 26px
  }
  .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: 40px;
  }
  .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: 22px;
    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;
  }
  .c-heading.-huge-sans{
    padding-top: 150px
  }
}

.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_left__L9nXW li {
  font: 500 80px / 1.4 var(--font);
  color: #fff;
  position: relative;

}
.menu_menu_content_left__L9nXW li: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_left__L9nXW li: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_left__L9nXW li a {
  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_left__L9nXW li:hover a {
  -webkit-transform: translateX(1.3em);
  -moz-transform: translateX(1.3em);
  -ms-transform: translateX(1.3em);
  transform: translateX(1.3em);
}
.menu_menu_content_left__L9nXW li a: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_left__L9nXW li {
    font-size: 11vh;
  }
  .menu_menu_content_left__L9nXW li a: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_left__L9nXW li {
  font: 500 80px/1.2 Plus Jakarta Sans;
  letter-spacing: -0.02em;
  color: #fff;
  position: relative;
 
}
.menu_menu_content_left__L9nXW li  {

  -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_left__L9nXW li :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_left__L9nXW li: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_left__L9nXW li:hover span {
  -webkit-transform: translateX(1.3em);
  -moz-transform: translateX(1.3em);
  -ms-transform: translateX(1.3em);
  transform: translateX(1.3em);
}
.menu_menu_content_left__L9nXW li ul{
  display: none
}
.menu_menu_content_left__L9nXW li: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_left__L9nXW li {
    font-size: 11vh;
  }
  .menu_menu_content_left__L9nXW li :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_left__L9nXW li {
    font-size: 72px;
  }
  .menu_menu_content_left__L9nXW li :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_left__L9nXW li {
    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_left__L9nXW li {
    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_left__L9nXW li :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_left__L9nXW li {
    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_left__L9nXW li {
    font-size: 36px;
  }
  .menu_menu_content_left__L9nXW li + .menu_menu_content_left__L9nXW li {
    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 */
.inner-page .smt{
  font-size: 20px
}
.inner-page .navs_pro {
  font-size: 22px;
  margin-top: 30px;
  position: relative;
 padding-bottom: 30px;
}
.inner-page .navs_pro a{
  display: inline-block;
  margin-right: 16px;
  line-height: 1;
  transition: .5s
  
}
.inner-page .navs_pro a:hover{
  color: #9b631b;

}
.inner-page .navs_pro .s_nav{
  display: none;
  margin-bottom: 20px
  
}
.inner-page .navs_pro .s_nav a.active{
  text-decoration: underline
}

.inner-page .navs_pro .active+.s_nav{
  display: block
}
.inner-page .navs_pro .active+.s_nav>a{
  height: 40px;
  line-height: 40px;
  padding: 2px 10px 0;
  background: #eee
}
.inner-page .navs_pro .active+.s_nav>a:hover,.inner-page .navs_pro .active+.s_nav>a.active{
color: #fff;
background: #9b631b;
  text-decoration: none
}
.inner-page .navs_pro .s_nav .three_nav{
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  /*transition: .5s*/
}
.iinner-page .navs_pro .s_nav .three_nav.active{
  opacity: 1
}
.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;
}


.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: 74px;
  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 .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;*/
  /*padding-top: 30px*/
}
.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 .font-16{
  font-size: 20px
}
.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.inner-page {
  padding-top: 220px;
}

.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 .init-2 {
  /*padding-top: 100px;*/
  padding-bottom: 100px;
  background: #fff
}
.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 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: 180px 60px 120px;*/
}

.news-page .container .tip_title_1 {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
 .container .tip_title_2 {
  font-size: 92px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 100px
}
.news-page .container .content {
  /*margin: 0 -15px;*/
  margin-bottom: 50px;
}
.news-page .container .list{
  margin-bottom: -50px
}
.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;
}
.m-link a.hide{
  display: none
}
@media (max-width: 1700px) {
  .quality-page .init-5 {
    padding: 80px 0;
  }
  .quality-page .init-5 .container {
    width: 1400px;
  }

  .news-page {
    padding: 220px 0;
    padding-bottom: 60px;
  }

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

}
@media (max-width: 1000px) {
  .news-page .news-1 .list ul li{
    padding: 5px
  }
  .mbx {
    position: relative;
    left: auto;
    top: auto;
  }

  .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 .tip_title_1 {
    margin-top: 40px;
  }
   .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 .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 .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;
  }
   .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: 80%;
  margin-bottom: 40px;
}
.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: 20px;

}

.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: #f8f8f8;
  padding: 10px 20px 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: #000;
}

@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) {
  .related_product .container .swiper .swiper-wrapper .swiper-slide .cont{
    padding: 15px 0;
    font-size: 18px
  }
  .font-32{
    font-size: 25px
  }
  .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%;
  /*margin-top: 40px*/
}
.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: 520px;*/
}
.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: #f8f8f8;
}
.prodet-page .init-1 .container .big_img {
  width: 100%;
  /*margin-left: 30px;*/
  background-color: #fff;
  /*height: 520px;*/
}
.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 .left{
  width: 50%
}
.prodet-page .init-1 .container .right {
  margin-left: auto;
  width: 45%;
}
.prodet-page .init-1 .container .right .title {
  font-size: 28px;
  font-weight: 600;
  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;
  height: 350px;
  overflow-y: auto;
  margin-top: 15px
}
.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 .dtes{
  width: 100%;
  display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  margin-top: 60px;
  position: relative
}
.prodet-page .init-1 .container  .m-link{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.prodet-page .init-1 .container .dtes .list .content {
  font-size: 16px;
  padding: 30px 0;
  padding-top: 10px;
  line-height: 2;
  /*display: none;*/
  /*height: 350px;*/
  /*overflow-y: auto*/
}
.prodet-page .init-1 .container .dtes .list ul{
 display: flex;
 flex-wrap: wrap;
 
  
}
.prodet-page .init-1 .container .dtes .list ul img{
  width: 100%
}
.prodet-page .init-1 .container .dtes .list li{
  padding: 0 5px 10px;
  width: 33%
}
.prodet-page .init-1 .container .dtes .list{
  width: 43%
}
.prodet-page .init-1 .container .dtes::after{
  content: '';
  display: block;
 width: 2px;
 height: 100%;
 position: absolute;
 left: 50%;
 top: 0;
 background: #eee
}
.prodet-page .init-1 .container .dtes .list .title_cont span {
    font-size: 18px;
    font-weight: bold;
} 
.prodet-page .init-1 .container .dtes .list .title_cont {
    padding: 16px 0;

}
.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: 100%;
    /*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: 1200px){
  .product_sticky{
    display: none
  }
} 
@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;
  }
  .prodet-page .init-1 .container .dtes .list{
  width: 100%
}
.prodet-page .init-1 .container .dtes::after{
  display: none
}
.prodet-page .init-1 .container .left{
  width: 100%
}
}

@media (max-width: 700px) {
  .prodet-page .init-1 .container {
      width: 100%;
    }
    .prodet-page .init-1 .container .dtes .list li{
      width: 50%
    }
}
@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;
  border: 1px solid #000;
  border-collapse: collapse;

}
.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;
  }
  .hero-video_root_playBtn__BOK28,
  .hero-scroll-button_button,
  .hero_hero_mobile_scroll__bTEt3,
  .hero-clutch_root__3PIA3 {
    display: none
  }
  .hero-title_title_awesome {
    padding-left: 0!important
  }
	.product-card h3 {
    font-size: 50px;
  }
  .hero-title_title_create,
  .hero-title_title_awesome, .hero-title_title_slider__mIN0n, .hero-title_title_text__kvrCX, .hero-title_title_typing {
    font-size: 40px;
  }
  .our-about .box {
    padding: 0
  }
  .our-about {
    margin-top: 0
  }
  .foot-link .box {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center
  }
  .i-advantage {
    margin-bottom: 0
  }
  .our-application {
    padding-top: 0
  }
  .our-news .list > div {
    margin-bottom: 0
  }
   .Tit {
    font-size: 42px!important
  }
}
@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;
  }
  .hero-title_title_create,
  .hero-title_title_awesome, .hero-title_title_slider__mIN0n, .hero-title_title_text__kvrCX, .hero-title_title_typing {
    font-size: 30px;
  }
  .c-tile-can.-feature .c-tile-can_title {
    font-size: 24px;
  }
  .i-advantage {
    margin-top: 80px;
  }
  .our-news .swiper-container {
  padding: 0
}
.our-news .list li .whyBtn {
  position: static;
  margin-top: 20px;
  opacity: 1;
  z-index: 11
}
.our-news .list li .content {
  opacity: 1!important
}
}


@media (max-width: 500px) {
.hero-title_title_create, .hero-title_title_awesome, .hero-title_title_slider__mIN0n, .hero-title_title_text__kvrCX, .hero-title_title_typing {
  font-size: 20px;
}
.Tit {
  font-size: 32px!important;
}
.product-inner {
  height: auto!important
}
.c-heading.-huge-sans {
  font-size: 32px;
}
.our-news .list .box {
  padding: 30px 20px
}
.our-news .list li .name {
  margin: 15px 0
}
.our-application {
  margin-top: 50px;
}

}

@media (max-width: 420px) {
.our-product {
  padding-top: 50px;
}
.c-heading.-huge-sans {
  font-size: 24px;
}.our-news .list li .name {
  margin: 15px 0; 
}

.c-splash-yerba_content_text {
  font-size: 22px;
}

}

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



/* fk-ad */
.c-sample {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translateY(50%);
}
.c-sample .tit4 {
  font-family: AcuminPro;
font-weight: 400;
font-size: 14px;
color: #545353;
line-height: 1.42;
margin-top: 35px;
}
/*.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;
}

/* application */
.application-page {
    /*background: #f7f7f7;*/
    /*padding-top: 200px;*/
    padding-bottom: 80px

}
.application-page ul li img{
 width: 100%
}
.application-page .application-list ul li {
    margin-bottom: 2rem;
    padding: 2.5rem;
    background: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.application-page .application-list ul li .left {
    width: 55%;
    vertical-align: middle;
}
.application-page .application-list ul li .left img{
  width: 100%;
}
.application-page .application-list ul li .right {
    width: 45%;
    vertical-align: middle;
    padding-left: 3rem;
}
.application-page .application-list ul li .right h4 {
    font-size: 30px!important;
    color: #363636;
    line-height: 1.4;
    font-weight: bold;
}
.application-page .application-list ul li .right .text {
    display: block;
    font-size: 15px!important;
    color: #757272;
    line-height: 30px!important;
    margin-top: 1rem;
}
.application-page .application-list ul li .right .more{
   -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  background: #023991;
  color: white;
  padding: 0 40px;
  margin-top: 20px;
}
.application-page .application-list ul li .right .more:hover{
  background: #222;
}
.application-page .application-list ul li:last-child {
    margin-bottom: 0;
}
.application-page .application-list ul li:hover {
    -o-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
}

.application-page .application-list ul li .right .list dl {
    margin: -5px;
}
.application-page .application-list ul li .right .list dl dd {
    padding: 5px;
}



.application-page ul{
  margin: -15px;
}
.application-page ul li{
  padding: 15px;
}
.application-page ul li p{
  font-size: 18px;
  text-align: center;
  padding: 5px 10px;
  line-height: 2;
}
@media screen and (max-width: 1700px) {
  .application-page .application-list ul li .right .text {
      font-size: 14px;
      line-height: 28px;
  }

  .application-page .application-list ul li .right h4 {
      font-size: 26px!important;
      line-height: 1.6;
  }

}


@media screen and (max-width: 1000px) {
  .application-page .application-list ul li .right {
      width: 100%;
      padding: 3rem 0 0;
  }
  .application-page .application-list ul li .left {
      width: 100%;
  }
}


.appdet-page .sidebar-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: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.appdet-page .sidebar-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.appdet-page .sidebar-box .sidebar-right .newdet-content {
    /*padding-right: 85px;*/
}
.appdet-page .sidebar-box .sidebar-right .newdet-content .process_img{
  margin-top:90px
}
.appdet-page .sidebar-box .sidebar-right .newdet-content .left{
    position: sticky;
    top: 100px
}
.appdet-page .sidebar-box .sidebar-right .newdet-content .left img{
  width: 100%
}
.appdet-page .sidebar-box .sidebar-right .newdet-content .right {
    padding-left: 40px;
}
.appdet-page .sidebar-box .sidebar-right .newdet-content .category {
    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;
    margin-bottom: 15px;
}
.appdet-page .sidebar-box .sidebar-right .newdet-content .category a {
    padding: 0 5px;
    margin-left: 4px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #9b631b;
    border: 1px solid #9b631b;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.appdet-page .sidebar-box .sidebar-right .newdet-content .category a span {
    display: inline-block;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
}
.appdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
    font-size: 35px;
    line-height: 2;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 700;
    border-bottom: 1px solid #e7e7e7;
}
.appdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
    font-size: 28px;
}
.appdet-page .sidebar-box .sidebar-right .newdet-content .content {
    font-size: 16px;
    line-height: 2;
    color: #555;
}
.appdet-page .application-img {
    margin: 50px 0;
}
.appdet-page .application-img ul {
    margin: -10px;
}
.appdet-page .application-img ul li {
    padding: 10px;
}

.appdet-page .app-related-pro ul {
    margin: -10px;
}
.appdet-page .app-related-pro ul li {
    padding: 10px;
}
.appdet-page .app-related-pro ul li img{
  width: 100%
}
.appdet-page .app-related-pro ul li p {
    text-align: center;
    padding: 6px 10px;
    font-size: 18px;
}
.appdet-page .app-related-pro {
   margin-top: 120px
}
.appdet-page .app-related-pro ul {
    margin: -10px;
}
.appdet-page .app-related-pro ul li {
    padding: 10px;
}

.about-page {
    background-color: #faf9f9;
    /*overflow: hidden;*/
    }

.about-page .about-1 {
    background: url() no-repeat center top;
    background-size: 100% auto;
    /*padding-top: 8.542%;*/
        background-color: #faf9f9;
}
.about-page .about-1 .top .left {
    width: 55%;
    padding-right: 13%;
}
.about-page .about-1 .top .left span {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 21px;
    position: relative;
}
.about-page .about-1 .top .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}
.about-page .about-1 .top .left .title {
    font-size: 90px;
    font-weight: bold;
    line-height: 1;
    color: #030303;
}
.about-page .about-1 .top .left .title em {
    display: block;
    text-align: right;
}
.about-page .about-1 .top .right {
    width: 45%;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.65);
    padding-top: 65px;
    
}
.about-page .about-1 .img {
    padding-top: 65px;
}
.about-page .about-1 .img .box {
    height: 619px;
    position: relative;
    overflow: hidden;
}
.about-page .about-1 .img .box .play{
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 25px;
}
.about-page .about-1 .img .box .play span{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    text-align: center;
    line-height: 60px;
    padding-left: 5px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}
.about-page .about-1 .img .box .play span::before,
.about-page .about-1 .img .box .play span::after{
    content: '';
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    -webkit-animation: ks 5s linear infinite;
    -moz-animation: ks 5s linear infinite;
    animation: ks 5s linear infinite;
}
.about-page .about-1 .img .box .play span::before{
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    animation-delay: 1.7s;
}
.about-page .about-1 .img .box .mask {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/honghuanpaper/2025/05/19/about-133.jpg);
    background-position: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-1 .bottom {
    padding: 72px 61px 0 42px;
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    opacity: 0.65;
}
.about-page .about-1 .data {
    padding: 83px 7px 0px 20px;
}
.about-page .about-1 .data ul {
    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;
}
.about-page .about-1 .data ul li {
    position: relative;
    padding: 0 54px 0 51px;
    width: 25%;
    text-align: center
}
.about-page .about-1 .data ul li:nth-child(2) p{
    margin-left: 10px;
}
.about-page .about-1 .data ul li .num {
    font-size: 110px;
    font-weight: bold;
    font-weight: bold;
    color: #9b631b;
    opacity: 0.17;
    line-height: 1;
}
.about-page .about-1 .data ul li p {
    position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
}
.about-page .about-1 .data ul li::after {
    content: '';
    position: absolute;
    top: 34%;
    right: 0;
    width: 1px;
    height: 58px;
    background-color: #000000;
    opacity: 0.1;
}
.about-page .about-1 .data ul li:first-child {
    padding-left: 0;
}
/*.about-page .about-1 .data ul li:last-child {
  padding-right: 0;
}*/
.about-page .about-1 .data ul li:last-child p{
    padding-left: 15px;
}
.about-page .about-1 .data ul li:last-child::after {
    display: none;
}
.about-page .about-2 {
    background: url(/honghuanpaper/2025/05/19/about2-bg145.jpg) no-repeat center 178px;
    margin-top: 29px;
    padding-bottom: 100px;
    padding-top: 100px
}
.about-page .about-2 ul li {
    color: #fff;
    padding-bottom: 51px;
    position: relative;
    margin-bottom: 110px;
}
.about-page .about-2 ul li .ig {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.about-page .about-2 ul li .img {
    width: 59.267%;
}
.about-page .about-2 ul li .img img{
  display: block;
  margin: 0 0 0 auto
}
.about-page .about-2 ul li .text {
    width: 40.733%;
    padding: 0 0 100px 0px;
}
.about-page .about-2 ul li .text .tit {
    font-size: 60px;
    line-height: 1.2;
    font-weight: bold;
    color: #0a0a0a;
}
.about-page .about-2 ul li .text .con {
    font-size: 18px;
    line-height: 1.8;
    color: #191919;
    /*opacity: 0.65;*/
        margin-top: 20px;
    margin-bottom: 10px;
}
.about-page .about-2 ul li .nr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    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: 32px;
}
.about-page .about-2 ul li .nr .left {
    width: 70.466%;
    text-align: right;
    padding-right: 60px;
}
.about-page .about-2 ul li .nr .left span {
    font-size: 18px;
    line-height: 1.8;
    padding: 0 75px 0 21px;
    position: relative;
}
.about-page .about-2 ul li .nr .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}
.about-page .about-2 ul li .nr .left .title {
    font-size: 117px;
    line-height: 1;
    font-weight: bold;
}
.about-page .about-2 ul li .nr .right {
    width: 29.534%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.26;
}
.about-page .about-2 ul li:nth-child(odd) .ig {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.about-page .about-2 ul li:nth-child(even) .ig {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.about-page .about-2 ul li:nth-child(even) .ig .text {
    padding: 41px 44px 0 0;
}
.about-page .about-2 ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.about-page .about-3 {
    padding-top: 120px
}
.about-page .about-3 .left {
    width: 58.666%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.about-page .about-3 .left span {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 21px;
    position: relative;
}
.about-page .about-3 .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}
.about-page .about-3 .left .title {
    font-size: 80px;
    /*color: #007aff;*/
    line-height: 1;
    font-weight: bold;
    margin-top: 21px;
}
.about-page .about-3 .left .title em {
    display: block;
}
.about-page .about-3 .right {
    width: 41.334%;
    padding-left: 101px;
    position: relative;
}
.about-page .about-3 .right .tag {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.about-page .about-3 .right .tag ul {
    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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%;
}
.about-page .about-3 .right .tag ul li {
    list-style: none;
    height: 25%;
    position: relative;
    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-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.about-page .about-3 .right .tag ul li span {
    position: absolute;
    width: 1px;
    height: 0;
    background: #20282d;
    left: 27px;
    bottom: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.about-page .about-3 .right .tag ul li a {
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: #fff;
    color: #20282d;
    position: relative;
    text-align: center;
    border: 1px solid #e6e6e6;
    z-index: 2;
    font-size: 20px;
    font-weight: bold;
}
.about-page .about-3 .right .tag ul li.current span {
    height: 100%;
    bottom: auto;
    top: 0;
}
.about-page .about-3 .right .tag ul li.current a {
    background-color: #000000;
    color: #fff;
    border-color: #000;
}
.about-page .about-3 .right .content ul li {
       background: #fff;
    padding: 60px 24px 88px 43px;
    margin-bottom: 60px;
    border-radius: 20px
}
.about-page .about-3 .right .content ul li .tit {
    font-size: 80px;
    line-height: 1;
    color: #030303;
    font-weight: bold;
}
.about-page .about-3 .right .content ul li .con {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 21px;
}
.about-page .about-3 .right .content ul li:last-child {
    margin-bottom: 0;
}
.about-page .about-3 .right .content ul li.active {
       background: #f3f3f3;
       border-radius: 20px;
}
@media screen and (max-width: 1680px) {
    .about-page .about-1 .data ul li {
        padding: 0 50px 0 0;
    }
    .about-page .about-2 {
        background-position-y: 100px;
        background-size: 100% 96%;
    }
    .about-page .about-2 ul li {
        margin-bottom: 60px;
    }
    .about-page .about-3 .left .title {
        font-size: 72px;
    }
}
@media screen and (max-width: 1440px) {
    .about-page .about-1 .top .left {
        padding-right: 8.5%;
    }
    .about-page .about-1 .data ul li .num {
        font-size: 90px;
    }
    .about-page .about-2 ul li .text .tit {
        font-size: 46px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 90px;
    }
    .about-page .about-2 ul li .text .con {
        font-size: 16px;
    }
    .about-page .about-3 .left .title {
        font-size: 66px;
    }
}
@media screen and (max-width: 1280px) {
    .about-page .about-1 .top .left {
        padding-right: 6%;
    }
    .about-page .about-1 .data ul li {
        padding: 0 26px 0 0;
    }
    .about-page .about-1 .data ul li .num {
        font-size: 60px;
    }
    .about-page .about-1 .data ul li p{
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: auto;
      white-space: nowrap;
    }
    .about-page .about-1 .data ul li:after{
      content: none;
    }
    .about-page .about-2 {
        background-position-y: 0px;
        background-size: 100% 100%;
    }
    .about-page .about-2 ul li {
        margin-bottom: 30px;
    }
    .about-page .about-2 ul li .text {
        padding: 0 0 40px 40px;
    }
    .about-page .about-2 ul li .text .tit {
        font-size: 40px;
    }
    .about-page .about-2 ul li:nth-child(even) .ig {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .about-page .about-2 ul li:nth-child(even) .text {
        padding: 0 40px 0 0;
    }
    .about-page .about-3 .right .content ul li {
        padding: 60px 20px;
    }
    .elementor-9049 .elementor-element.elementor-element-093b5d5 .pxl-heading .pxl-item--title{
      font-size: 45px !important;
    }
}
@media screen and (max-width: 1100px) {
    .about-page .about-1 .top .left .title {
        font-size: 77px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 83px;
    }
    .about-page .about-3 .left .title {
        font-size: 53px;
    }
    .about-page .about-3 .right .content ul li {
        padding: 40px 20px;
    }
    .about-page .about-3 .right .content ul li .tit {
        font-size: 60px;
    }
    .about-page .about-3 .right .content ul li .con {
        margin-top: 10px;
    }
}
@media screen and (max-width: 1000px) {
    .about-page .about-1 .top .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-1 .top .right {
        width: 100%;
    }
    .about-page .about-1 .img {
        padding-top: 40px;
    }
    .about-page .about-1 .bottom {
        padding: 30px 0 0 0;
    }
    
    .about-page .about-1 .data ul{
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .about-page .about-1 .data ul li{
      width: 50%;
      text-align: center;
    }
    .about-page .about-2 {
        margin-top: 40px;
    }
    .about-page .about-2 ul li {
        padding-bottom: 0;
    }
    .about-page .about-2 ul li .ig {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-page .about-2 ul li .img {
        width: 100%;
    }
    .about-page .about-2 ul li .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .about-page .about-2 ul li .nr {
        position: initial;
        margin-top: 20px;
    }
    .about-page .about-2 ul li .nr .left {
        text-align: left;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 54px;
    }
    .about-page .about-2 ul li:nth-child(even) .ig .text {
        padding: 20px 0;
    }
    .about-page .about-3 .left {
        position: initial;
        width: 100%;
    }
    .about-page .about-3 .right {
        width: 100%;
        margin-top: 30px;
    }
}
@media screen and (max-width: 700px) {
    .about-page .about-1 {
        background: transparent;
        padding-top: 0;
    }
    .about-page .about-2 ul li .nr .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-2 ul li .nr .right {
        display: none;
    }
    .about-page .about-3 .left .title {
        font-size: 46px;
    }
        .elementor-9049 .elementor-element.elementor-element-093b5d5 .pxl-heading .pxl-item--title {
        font-size: 30px !important;
    }
    .about-page .about-1 .data ul li .num{
      font-size: 48px;
    }
}
@media screen and (max-width: 500px) {
    .about-page .about-1 .top .left .title {
        font-size: 50px;
        line-height: 1.2;
    }
    .about-page .about-1 .top .right {
        /*margin-top: 20px;*/
        font-size: 16px;
        line-height: 1.8;
        padding-top: 20px;
    }
    .about-page .about-1 .img {
        padding-top: 20px;
    }
    .about-page .about-1 .img .box {
        height: 300px;
    }
    .about-page .about-1 .bottom {
        font-size: 16px;
        line-height: 1.8;
    }
    .about-page .about-2 ul li .text .tit {
        font-size: 32px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 40px;
        line-height: 1.4;
    }
    .about-page .about-3 .left .title {
        font-size: 32px;
        line-height: 1.6;
    }
     
    .about-page .about-3 .right {
        padding-left: 0;
    }
    .about-page .about-3 .right .tag {
        display: none;
    }
    .about-page .about-3 .right .content ul li {
        margin-bottom: 20px;
        background: rgba(241, 238, 226, 0.8);
        padding: 30px 15px;
    }
    .about-page .about-3 .right .content ul li .tit {
        font-size: 40px;
    }
    .about-page .about-3 .right .content ul li .con {
        font-size: 16px;
        line-height: 1.8;
    }
    .about-page .about-1 .data ul li{
      width: 100%;
      margin: 10px 0;
    }
}
.process_img img{
  width: 90%;
  display: block;
  margin: 0 auto;
}
.process_img{
  margin-bottom: 50px
}
.process_img2{
  margin: 100px auto
}
.aft03 {
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  /*background-color: #faf9f9;*/
}

.aft03 .icenter2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
 padding-bottom: 50px;
  
  padding-top: 50px
}

.aft03 .icenter2 .le {
  overflow: hidden;
  position: relative;
  height: 555px;
  border-radius: 20px;
}

.aft03 .icenter2 .le::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  content: '';
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  z-index: 1;
}

.aft03 .icenter2 .le:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
}

.aft03 .icenter2 .le img {
  height: 100%;
}

.aft03 .icenter2 .le:hover img {
  transform: scale(1.1);
}

.aft03 .icenter2 .ri {
  width: 60%;
}

.aft03 .icenter2 .ri>ul {
  margin: 20px 0 0px;
}

.aft03 .icenter2 .ri>ul li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}

.aft03 .icenter2 .ri>ul li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666666;
  position: absolute;
  left: 0px;
  top: 13px;
  content: "";
}

.aft03 dl dd {
  padding-top: 60px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}

.aft03 dl dd .icon {
  width: 86px;
  margin-right: 58px;
}

.aft03 dl dd .text {}

.aft03 dl dd .text h4 {
  position: relative;
  padding-bottom: 0px;
  font-size: 18px;
  color: #333333;
  width: fit-content;
  margin-bottom: 10px;
}

.aft03 dl dd .text h4 strong {
  font-size: 70px;
  font-weight: bold;
}

.aft03 dl dd .text h4::after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background-color: #9b631b;
}

.aft03 dl dd .text p {
  font-size: 18px;
  color: #666666;
}
/* aft */
.aft01 {
  padding: 120px 0 100px;
  background: url(../images/aft01_bg.jpg);
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.aft01 h4 {
  font-size: 30px;
  color: #333333;
  margin: 16px 0 28px;
  font-weight: bold;
}

.aft01 .box {
  display: flex;
  margin-bottom: 60px;
}

.aft01 .box .min {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.aft01 .box .min:nth-of-type(1) {
  transition: 0.5s;
  background-color: rgb(71 110 236);
  position: relative;
  z-index: 1;
  left: 0px;
}

.aft01 .box .min:nth-of-type(2) {
  transition: 0.5s;
  background-color: rgb(36 36 36 / 90%);
  margin-left: -42px;
  position: relative;
  right: 0px;
}

.aft01 .box:hover .min:nth-of-type(1) {
  left: 308px;
}

.aft01 .box:hover .min:nth-of-type(2) {
  right: 308px;
}

.aft01 .box .min h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #fff;
}

.aft01 .box .min h6 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

.aft01 .box .min img {
  width: 42px;
}

.aft01 p {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}

.aft02 {
  padding: 160px 0 120px;
  position: relative;
  overflow: hidden;
}

.aft02 .bg_fix {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 690px;
}

.aft02 .bg_fix::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}

.aft02 .bg_fix img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.aft02 .top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 47px;
  z-index: 1;
  position: relative;
}

.aft02 .top .hu_h3 {
  color: #fff;
}

.aft02 .top p {
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

.aft02 .top .line {
  height: 75px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 28px 0;
  position: relative;
}

.aft02 .top .line::after {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  animation: 2s linear 0.5s infinite hua2;
}

@keyframes hua2 {
  from {
    top: 0%;
  }

  to {
    top: 95%;
  }
}

.aft02 .top h4 {
  font-size: 30px;
  color: #fff;
}

.aft02 .botF {
  padding: 0 90px;
  position: relative;
}

.aft02 .botF .fa {
  background-image: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 74px;
  color: #cbcbcb;
  outline: none;
}

.aft02 .botF .fa:hover {
  color: #9b631b;
  ;
}

.aft02 .bot {
  position: relative;
  overflow: hidden;
  margin: auto;
}

.aft02 .bot .box {
  background-color: #fff;
  padding: 50px 0 130px;
  border-radius: 20px;
  box-shadow: 0px 5px 15px rgb(102 102 102 / 30%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.aft02 .bot .box .icon {
  border-radius: 50%;
  position: relative;
  height: 111px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 111px;
}

.aft02 .bot .box:hover .icon::before {
  animation: img01anime 10s 0s linear infinite;
}

.aft02 .bot .box:hover .icon::after {
  animation: img02anime 10s 0s linear infinite;
}

.aft02 .bot .box .icon::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 120%;
  border-radius: 50%;
  border: 1.6px dashed #9b631b;
}

.aft02 .bot .box .icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1.6px dashed #9b631b;
}

@keyframes img01anime {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes img02anime {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.aft02 .bot .box .icon img {
  width: 56px;
  transition: 0s;
}

.aft02 .bot .box h4 {
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  color: #666;
  margin-bottom: 5px;
  margin-top: 54px;
}

.aft02 .bot .box h5 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  color: #111;
  text-align: center;
  line-height: 40px;
  height: 52px;
}

.aft02 .bot .box h5::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: #9b631b;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}

.aft02 .bot .box p {
  padding: 30px 15px;
  font-size: 16px;
  line-height: 30px;
  height: 80px;
  text-align: center;
}

.aft02 .bot .box:hover h5::after {
  background-color: #fff;
}

.aft02 .bot .box:hover h4,
.aft02 .bot .box:hover h5,
.aft02 .bot .box:hover p {
  color: #fff;
}

.aft02 .bot .box:hover .icon img {
  filter: grayscale(10) brightness(10);
}

.aft02 .bot .box:hover .icon,
.aft02 .bot .box:hover .icon::before,
.aft02 .bot .box:hover .icon::after {
  border-color: #fff;
}

.aft02 .bot .box:hover {
  background-color: #9b631b;
  background-image: linear-gradient(135deg, #9b631b, var(--color2));
}

.aft02 .bot .aft02Swiper {
  width: 1200px;
  margin: auto;
}

.aft02 .bot {
  width: 1242px;
  margin: auto;
  padding: 22px 0;
}



.aft04 {
  background: url(../images/aft04_bg.jpg);
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  padding: 130px 0 180px;
}

.aft04 .icenter2 {
  position: relative;
  z-index: 1;
}

.aft04::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(239, 241, 247, 0.65);
  position: absolute;
  left: 0;
  top: 0;
}

.aft04 .hu_h3 {
  padding-left: 42px;
}

.aft04 dl {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}

.aft04 dl dd {
  width: 48%;
  padding-left: 42px;
  padding-bottom: 42px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

.aft04 dl dd .bg {
  position: absolute;
  width: 127px;
  left: 0px;
  bottom: 0px;
  transition: 0.5s;
}

.aft04 dl dd:hover .bg {
  left: 30px;
  bottom: 30px;
}

.aft04 dl dd .le {
  width: 38.5%;
}

.aft04 dl dd .ri {
  width: 51%;
}

.aft04 dl dd .ri .name {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  width: 156px;
  height: 43px;
  border: 1px solid #d3d3d4;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.aft04 dl dd:hover .ri .name {
  background-color: #cd161d;
  color: #fff;
}

.aft04 dl dd .ri .number {
  margin-top: 78px;
}

.aft04 dl dd .ri .number .t {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}

.aft04 dl dd .ri .number .t .icon {
  width: 65px;
  margin-right: 12px;
  animation: bounce-up-data-v-7e3caf58 1.5s linear infinite;
}

.aft04 dl dd .ri .number .t a {
  font-size: 40px;
  font-weight: bold;
  color: #cd161d;
  position: relative;
}

.aft04 dl dd .ri .number .t a::after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: -7px;
  width: 50px;
  height: 3px;
  background-color: #cd161d;
}

.aft04 dl dd .ri .number span {
  font-size: 18px;
  color: #999999;
}


@media screen and (max-width:1600px) {
  .aft01 {
    padding: 100px 0 90px;
  }

  .aft01 h4 {
    font-size: 25px;
    margin: 10px 0 22px;
  }

  .aft01 .box .min {
    width: 320px;
    height: 320px;
  }

  .aft01 .box:hover .min:nth-of-type(1) {
    left: 278px;
  }

  .aft01 .box:hover .min:nth-of-type(2) {
    right: 278px;
  }

  .aft01 .box .min h5 {
    font-size: 17px;
    margin-bottom: 26px;
  }

  .aft01 .box .min h6 {
    font-size: 22px;
    margin-bottom: 44px;
  }

  .aft01 .box .min img {
    width: 32px;
  }

  .aft01 .box {
    margin-bottom: 38px;
  }

  .aft02 .top p {
    font-size: 15px;
    line-height: 30px;
    margin-top: 8px;
  }

  .aft02 .top {
    margin-bottom: 30px;
  }

  .aft02 .top h4 {
    font-size: 24px;
  }

  .aft02 .top .line {
    height: 55px;
    margin: 20px 0;
  }

  .aft02 .bot .aft02Swiper {
    width: 1000px;
  }

  .aft02 .bot {
    width: 1032px;
    padding: 22px 0;
  }

  .aft02 .botF {
    padding: 0 13px;
  }

  .aft02 .botF .fa {
    font-size: 65px;
  }

  .aft02 .bot .box {
    padding: 43px 0 105px;
    box-shadow: 0 0 11px #d8d8d8;
  }

  .aft02 .bot .box .icon {
    height: 95px;
    width: 95px;
  }

  .aft02 .bot .box .icon img {
    width: 48px;
  }

  .aft02 .bot .box h4 {
    font-size: 26px;
    margin-bottom: 5px;
    margin-top: 44px;
  }

  .aft02 .bot .box h5 {
    width: 220px;
    font-size: 16px;
    line-height: 30px;
    height: 48px;
  }

  .aft02 .bot .box h5::after {
    width: 17px;
    height: 3px;
    bottom: -125px;
  }

  .aft02 .botF .fa-angle-left {
    left: -18px;
  }

  .aft02 .botF .fa-angle-right {
    right: -18px;
  }

  .aft02 {
    padding: 115px 0 90px;
  }

  .aft02 .bg_fix {
    height: 555px;
  }

  

  .aft04 {
    padding: 100px 0 155px;
  }

  .aft04 dl dd {
    padding-left: 36px;
    padding-bottom: 36px;
  }

  .aft04 .hu_h3 {
    padding-left: 36px;
  }

  .aft04 dl {
    margin-top: 38px;
  }

  .aft04 dl dd .ri .number .t .icon {
    width: 48px;
    margin-right: 10px;
  }

  .aft04 dl dd .ri .number .t a {
    font-size: 30px;
  }

  .aft04 dl dd .ri .number .t a::after {
    width: 41px;
  }

  .aft04 dl dd .ri .number span {
    font-size: 16px;
  }

  .aft04 dl dd .ri .name {
    font-size: 16px;
    width: 133px;
    height: 38px;
  }

  .aft04 dl dd .bg {
    width: 115px;
  }

  .aft04 dl dd .ri .number {
    margin-top: 70px;
  }
}

@media only screen and (max-width:768px) {
  .aft01 {
    padding: 50px 0;
  }

  .aft01 h4 {
    font-size: 22px;
    margin: 10px 0 22px;
  }

  .aft01 .box .min {
    width: 192px;
    height: 192px;
  }

  .aft01 .box .min h5 {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .aft01 .box .min h6 {
    font-size: 16px;
    margin-bottom: 34px;
    height: 40px;
    display: flex;
    align-items: center;
  }

  .aft01 p {
    font-size: 16px;
  }

  .aft01 .box .min:nth-of-type(2) {
    margin-left: -25px;
  }

  .aft02 .top p {
    font-size: 15px;
    line-height: 26px;
    margin-top: 8px;
  }

  .aft02 .top .line {
    height: 42px;
    margin: 14px 0;
    position: relative;
  }

  .aft02 .top h4 {
    font-size: 22px;
  }

  .aft02 .bot {
    width: 110%;
  }

  .aft02 .top {
    margin-bottom: 20px;
  }

  .aft02 .botF {
    padding: 0 0px;
  }

  @keyframes hua2 {
    from {
      top: 0%;
    }

    to {
      top: 95%;
    }
  }

  .aft02 .bot .aft02Swiper {
    width: 100%;
  }

  .aft02 .bot {
    width: 100%;
    padding: 20px;
  }

  .aft02 .botF .fa-angle-left {
    left: -8px;
  }

  .aft02 .botF .fa-angle-right {
    right: -8px;
  }

  .aft02 {
    padding: 80px 0 40px;
  }

  .aft02 .bg_fix {
    height: 483px;
  }

  .aft03 .icenter2 {
    flex-flow: wrap;
  }

  .aft03 .icenter2 .le {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .aft03 .icenter2 .ri {
    width: 100%;
  }

  .aft03 dl dd .icon {
    width: 60px;
    margin-right: 31px;
  }

  .aft03 {
    padding-bottom: 50px;
  }

  .aft04 {
    padding: 50px 0 20px;
    background-attachment: unset;
  }

  .aft04 .hu_h3 {
    padding-left: 0px;
  }

  .aft04 dl {
    margin-top: 26px;
    flex-flow: wrap;
  }

  .aft04 dl dd {
    padding-left: 22px;
    padding-bottom: 22px;
    width: fit-content;
    margin-bottom: 30px;
  }

  .aft04 dl dd .bg {
    width: 72px;
    bottom: 0px;
  }

  .aft04 dl dd .le .imgbox {
    height: 153px;
    width: 123px;
  }

  .aft04 dl dd .ri .name {
    font-size: 14px;
    width: 114px;
    height: 33px;
  }

  .aft04 dl dd .ri .number {
    margin-top: 38px;
  }

  .aft04 dl dd .ri .number .t a {
    font-size: 24px;
  }

  .aft04 dl dd .ri .number .t .icon {
    width: 32px;
    margin-right: 6px;
  }

  .aft04 dl dd .ri .number span {
    font-size: 14px;
  }

  .aft04 dl dd .ri {
    width: 60%;
    margin-left: 8%;
  }

  .aft01 .box:hover .min:nth-of-type(1) {
    left: 168px;
  }

  .aft01 .box:hover .min:nth-of-type(2) {
    right: 168px;
  }
}

@media screen and (max-width:1600px){
  .aft03 .icenter2 .ri>ul li {
    padding-left: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .aft03 .icenter2 .ri>ul {
    margin: 16px 0 0px;
  }

  .aft03 dl dd {
    padding-top: 34px;
    padding-bottom: 12px;
  }

  .aft03 dl dd .icon {
    width: 74px;
    margin-right: 50px;
  }

  .aft03 dl dd .text h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .aft03 dl dd .text h4 strong {
    font-size: 58px;
  }

  .aft03 dl dd .text h4::after {
    height: 4px;
  }

  .aft03 dl dd .text p {
    font-size: 15px;
  }

  .aft03 .icenter2 .le {
    height: 429px;
  }
}
@media screen and (max-width:1250px){
  .aft02 .bot .aft02Swiper,
  .aft02 .bot {
    max-width: 100%;
  }

  .aft02 .bot .box p {
    height: auto;
    font-size: 14px;
    line-height: 28px;
  }

  .aft02 .bot .box h5:after {
    display: none;
  }

  .aft02 .bot .box h5 {
    height: auto;
    width: 100%;
  }

  .aft02 .bot .box h4 {
    margin-top: 30px;
    font-size: 20px;
    line-height: 36px;
  }

  .aft02 .bot .box {
    padding: 40px 0;
  }
}
@media screen and (max-width:1000px){
    .aft02 .top h4 {
    font-size: 20px;
  }

  .font-20 {
    font-size: 16px;
  }

  .aft02 .bg_fix {
    height: 620px;
  }

  .aft02 .bot .box .icon {
    zoom: .7;
  }
}
@media screen and (max-width:700px){
   .aft03 .icenter2 {
    flex-flow: wrap;
  }

  .aft03 .icenter2 .le {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .aft03 .icenter2 .ri {
    width: 100%;
  }

  .aft03 dl dd .icon {
    width: 60px;
    margin-right: 31px;
  }

  .aft03 {
    padding-bottom: 50px;
  }
}


.custom-page .custom-2 .right .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-page .custom-2 {
  background: #fff;
  padding: 100px 0;
}

.custom-page .custom-2 .left {
  width: 18.1%;
}

.custom-page .custom-2 .left span {
  max-height: 800px;
  display: inline-block;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 3px;
  color: #091733;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.custom-page .custom-2 .right {
  width: 81.9%;
}

.custom-page .custom-2 .right ul li {
  width: 25%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.custom-page .custom-2 .right ul li .item {
  height: 600px;
  border-left: 1px solid #091733;
  padding: 107px 15px 0;
  position: relative;
  color: #091733;
}

.custom-page .custom-2 .right ul li .item .tit {
  font-size: 30px;
  letter-spacing: 1px;
  color: #091733;
  line-height: 1.4;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.custom-page .custom-2 .right ul li .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 48px;
}

.custom-page .custom-2 .right ul li .item .text .con {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.custom-page .custom-2 .right ul li .item span {
  font-size: 80px;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: bold;
  display: inline-block;
  margin-top: 27px;
}

.custom-page .custom-2 .right ul li.active {
  width: 30%;
}

.custom-page .custom-2 .right ul li.active .item {
  padding: 132px 15px 0;
}

.custom-page .custom-2 .right ul li.active .item .tit {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 1.5;
}

.custom-page .custom-2 .right ul li.active .item .text .con {
  opacity: 1;
}

.custom-page .custom-2 .right ul li:last-child .item {
  border-right: 1px solid #091733;
}
.custom-2new .ui .top {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-2new .ui .top .left {
  padding-right: 65px;
}

.custom-2new .ui .top .left .h3 {
  padding-left: 35px;
  border-left: 3px solid #9b631b;
}

.custom-2new .ui .top .left p {
  line-height: 2;
  margin-top: 35px;
}

.custom-2new .ui .bottom {
  background: #fff;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*margin-top: 30px;*/
}

.custom-2new .ui .bottom .left {
  padding-right: 80px;
}

.custom-2new .ui .bottom .left p {
  max-width: 600px;
  line-height: 1.8;
  margin-top: 45px;
}

.custom-2new .ui .bottom .right {
  /*padding-right: 80px;*/
}

.custom-2new .ui .bottom .right ul.list3 li.active {
  background: #f3f3f3;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.custom-2new .ui .bottom .right ul.list3 li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 28px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
  line-height: 36px;
  cursor: pointer
}

.custom-2new .ui .bottom .right ul.list3 li .top em {
  margin-left: 25px;
  font-family: "rom";
}

.custom-2new .ui .bottom .right ul.list3 li .top i.fr {
  position: absolute;
  top: 16px;
  right: 25px;
}

.custom-2new .ui .bottom .right ul.list3 li .content {
  padding: 10px 30px 20px 75px;
  line-height: 1.8;
  display: none;
  font-size: 16px;
}
.hu_h3 {
  font-size: 60px;
  font-weight: 700;
  color: #111;
}
@media screen and (max-width: 1450px){
    .custom-page .custom-2 .right ul li .item span {
    font-size: 60px;
  }
}

@media screen and (max-width: 1250px){
     .custom-page .custom-2 .right ul li .item span ,.hu_h3{
    font-size: 48px;
  }
  .custom-page .custom-2 .right ul li .item .tit {
    font-size: 24px;
  }

  .custom-page .custom-2 .right ul li .item {
    padding-top: 80px;
    height: 400px;
  }

  .custom-page .custom-2 .right ul li .item .text {
    padding: 0 15px;
  }

  .custom-page .custom-2 .right ul li .item span {
    font-size: 40px;
  }
    .custom-2new .ui .bottom .left {
    padding-right: 0px;
  }

}

@media screen and (max-width: 1000px){
    .custom-page .custom-2 .right ul li .item span ,.hu_h3{
    font-size: 30px;
  }
    .custom-page .custom-2 .right ul li.active .item .tit {
    font-size: 20px;
  }

  .custom-page .custom-2 .right ul li .item span {
    font-size: 32px;
  }
    .custom-page .custom-2 .right ul li.active .item,
  .custom-page .custom-2 .right ul li .item {
    padding-top: 50px
  }

  .custom-page .custom-2 {
    display: none;
  }
    .font-30 {
    font-size: 18px;
    line-height: 32px;
  }

  .custom-1 .btm ul.list2 li.item {
    width: 120px;
    height: 120px;
  }

  .custom-2new .ui .bottom .right {
    padding-right: 0;
  }

  .custom-2new .ui .bottom {
    padding: 30px 25px;
  }

}
@media screen and (max-width: 700px){
    .custom-page .custom-2 .left span {
    font-size: 24px;
    line-height: 40px;
  }
    .custom-page .custom-2 .right ul li .item span ,.hu_h3{
    font-size: 28px;
  }
  .font-40 {
    font-size: 28px;
  }

  .font-20 {
    font-size: 14px;
  }

  .custom-2new .ui .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .custom-2new .ui .top .left {
    padding-right: 0px;
    width: 100%;
  }

  .custom-2new .ui .top .right {
    width: 100%;
  }

  .custom-2new .ui .bottom .right ul.list3 li .top {
    flex-wrap: nowrap;
    font-size: 16px;
    line-height: 30px;
  }

  .custom-2new .ui .bottom .left {
    padding-right: 0px;
    width: 100%;
  }

  .custom-2new .ui .bottom .right {
    padding-right: 0;
    width: 100%;
    margin-top: 40px;
  }
}
.box_process{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 100px 0;
  flex-wrap: wrap;
}
.box_process .left{
  width: 50%
}
.box_process .right{
  width: 50%
}
.box_process .left .t1{
  font-size: 25px;
  font-weight: bold
}
.box_process .left .cont{
  font-size: 16px;
  line-height: 2
}
@media screen and (max-width: 1000px){
.box_process .left{
  width: 100%
}
.box_process .right{
  width: 100%
}
}
.gallery-page li .img-box img{
    width: 100%
}
.gallery-page li{
  padding: 15px;
 
}
.gallery-page{
  padding-bottom: 50px
}


/*.product-page .productList {
  margin-bottom: 60px;
}
.product-page .productList ul {
  margin: -25px -15px;
}*/
.product-page .productList ul li {
  padding: 25px 15px;
}
.product-page .productList ul li a.more {
line-height: 45px;
    height: 45px;
    padding: 0px 20px;
    border-radius: 4px;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .productList ul li a.more i {
  margin-left: 22px;
  font-size: 70%;
}
.product-page .productList ul li a.more:hover {
  background: #111;
}
.productList ul {
  margin: -15px;
}
.productList ul li {
  padding: 15px;
}
.productList ul li .box2 {
  -o-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
  background: white;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.productList ul li .box2 h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  /*height: 230px;*/
  padding: 20px 10px;
  border-top: 2px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2 h5 a {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:unset;
}
.productList ul li:hover .box2 h5 {
  color: #000;
}
.productList ul li .box2 a.img {
  display: block;
  margin: 20px 0 0 0;
}
.productList ul li .box2 a.img img {
  width: 100%;
}
.productList ul li .box2 .text {
  margin-bottom: 20px;
  font-size: 15px;
  color: #757575;
}
.productList ul li .box2 .text p {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.productList ul li .box2 .text p:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../images/icon-2-1.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}
.productList ul li .box2 .text p:last-child {
  margin-bottom: 0;
}
.productList ul li .box2 a.more {
  line-height: 40px;
  height: 40px;
  padding-right: 20px;
  padding-left: 15px;
  font-size: 12px;
  margin-bottom: 25px;
  background: #2b3e4b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2 a.more:hover {
  background: #000;
}
.productList ul li .box2:after {
  content: '';
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2:hover:after {
  bottom: 0;
}
.productList ul li .box2 .text{
      display: none;
}


.product-page .productList ul li a.more {
  display: none;
   
}

.productList ul li .box2:after{
    display: none;
}
.productList ul li .box2{
   transition: all .8s ease;
}
.productList ul li .box2 .p-logo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.product-page .productList ul li:hover .p-logo img {
    transform: scale3d(1,1,1);
    transition: all .8s ease;
}
.productList ul li .box2 .p-logo img {
    padding-top: 15px;
    padding-left: 15px;
    max-width: 150px;
}
.inner-page {
  padding: 120px 0 ;
}
.inner-page .sideLeft {
  width: 100%;
  /*padding-right: 30px;
  position: sticky;
  top: 120px;*/
}
.inner-page .sideLeft .box {
  padding: 70px 20px;
  background: #f7f7f7;
  margin-bottom: 120px
}
.inner-page .sideLeft .box h3 {
  display: block;
  padding: 40px 25px;
  background: #000;
  font-size: 30px;
  font-weight: bold;
  color: white;
}
.inner-page .sideLeft .box .list ul li {

  font-size: 18px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}

.inner-page .sideLeft .box .list>ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inner-page .sideLeft .box .list>ul>li{
  font-weight: bold
}
.inner-page .sideLeft .box .list>ul>li{
  width: 43%;
   padding: 0 30px
  }
  .inner-page .sideLeft .box .list>ul>li:first-child{
    width: 14%
  }

   .inner-page .sideLeft .box .list>ul>li:nth-child(2){

    border-left: 1px solid rgba(0, 0, 0, 0.13);
    border-right: 1px solid rgba(0, 0, 0, 0.13);
   
  }
    .inner-page .sideLeft .box .list>ul>li>ul{
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start
    }
    .inner-page .sideLeft .box .list>ul>li>ul li:hover{
  background: #000;
  color: #fff
}
  .inner-page .sideLeft .box .list>ul>li>ul>li{
    width: 170px;
    /*height: 30px;*/
    background: #fff;
    font-size: 15px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    /*line-height: 30px;*/
    font-weight: 400;
    margin: 0 8px;
    margin-top: 14px;
    position: relative
  }
    .inner-page .sideLeft .box .list>ul>li>ul>li>ul{
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      z-index: 4;
      transform:rotateX(90deg);
      transform-origin: 0 0;
      transition: .5s
    }
     .inner-page .sideLeft .box .list>ul>li>ul>li>ul li{
       height: 30px;
       background: #fff;
       line-height: 30px;
       font-size: 14px;
     }
     .inner-page .sideLeft .box .list>ul>li>ul>li:hover ul{
       transform: rotate(0)
     }
  .inner-page .sideLeft .box .list ul li
.inner-page .sideLeft .box .list ul li i{
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: point;
}
.inner-page .sideLeft .box .list ul li img {
    max-width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}




.inner-page .sideLeft .box .list ul li ul li.active{
  color: #fff;
  background: #000;
}
.inner-page .sideLeft .img {
    display: block;
    margin-top: 40px;
    padding: 60px 5%;
    text-align: center;
    color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
}
.inner-page .sideLeft .img h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.inner-page .sideLeft .img p {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  margin: 25px 0 45px;
}
.inner-page .sideLeft .img a.more {
  line-height: 36px;
  height: 36px;
  padding: 0 32px;
  border: 1px solid white;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  color: #fff;
}
.inner-page .sideLeft .img a.more:hover {
  background: #000;
  color: white;
}
.inner-page .sideRight {
  width: 100%;
}
.inner-page .sideRight .fenlei {
  color: #000;
}
.inner-page .sideRight .content {
  padding-bottom: 20px;
  line-height: 2;
}


@media screen and (max-width: 1600px) {
  .product-page {
    padding: 50px 0;
  }
  .inner-page .sideLeft .box h3 {
    padding: 30px 15px;
    font-size: 28px;
    line-height: 1;
  }
  .inner-page .sideLeft .box .list ul li img {
    margin-right: 10px;
  }
  .inner-page .sideLeft .box .list ul li {
    padding: 5px 10px;
    font-size: 16px;
  }
  .inner-page .sideLeft .box {
    padding: 10px;
  }
  .inner-page .sideLeft .img p {
    margin: 20px 0 30px;
  }
  .inner-page .sideLeft .img {
    padding: 40px 15px;
  }
  .product-page .productList ul li a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
  }
  .product-page .productList ul li {
    padding: 5px;
  }
  .product-page .productList ul {
    margin: -5px;
  }

}
@media screen and (max-width: 1000px) {
 .appdet-page .sidebar-box .sidebar-right .newdet-content .left{
    position: static;
    margin-bottom: 30px
  }
   .productList ul li .box2 h5 {
    font-size: 16px;
    line-height: 30px;
    min-height: 5rem!important;
  }
  .product-page .productList ul li a.more{
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
    font-size: 14px;
  }
  .fenlei{

  }


}
@media screen and (max-width: 700px) {
    .inner-page .sideLeft .box .list ul li{
    width: 100% !important;
  }
   .product-page .productList .grid-box.three>.column{
    width: 100%;
  }

}

#seo_about ._left img,#honor_list ul li img{
  width: 100%
}

/*.news-page .news-1 {
  padding: 50px 0;
}*/
.news-page .news-1 .list ul {
  margin: -15px;
}
.news-page .news-1 .list ul li {
  padding: 15px;
}
.news-page .news-1 .list ul li a.img-box {
  display: block;
}
.news-page .news-1 .list ul li .content {
  -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  padding: 10%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  background-color: white;
}
.news-page .news-1 .list ul li .time{
  font-size: 16px
}
.news-page .news-1 .list ul li .content time {
  font-size: 14px;
  display: block;
  margin-bottom: 1em;
}
.news-page .news-1 .list ul li .content span.h6 {
  font-size: 26px;
  font-weight: bold;
  display: block;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 4.8em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .content .text {
  font-size: 14px;
}
.news-page .news-1 .list ul li .content .pre {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .content .pre .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 10em;
  line-height: 2;
  /*overflow-y: auto;*/
  font-size: 16px
}
.news-page .news-1 .list ul li .content a.link {
  margin-top: 2em;
  font-size: 20px;
  font-weight: bold;
  display: block
}
.news-page .news-1 .list ul li:hover .content {
  margin-top: -30px;
}
.news-page .news-1 .list ul li:hover .content span.h6 {
  opacity: 0;
}
.news-page .news-1 .list ul li:hover .content .text {
  opacity: 1;
}
.news-page .news-1 .list ul li:hover .content .pre {
  padding-bottom: 30px;
}
@media screen and (max-width: 1700px){
   .news-page .news-1 .list ul li .content{
    padding: 7%;
  }
  .news-page .news-1 .list ul li .content span.h6{
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px){
   .news-page .news-1 .list ul li .content{
    padding: 5%;
  }
 
  .news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 50px;
  }
  .news-page .news-1 .list ul li:hover .content {
    margin-top: -50px;
  }
}
@media screen and (max-width: 700px){
  .news-page .news-1 .list ul li .content .pre .text {
    position: static;
    opacity: 1;
    margin-top: 1em;
  }
  .news-page .news-1 .list ul li:hover .content span.h6 {
    opacity: 1;
  }
  .news-page .news-1 .list ul li:hover .content {
    margin-top: 0;
  }
  .news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 0;
  }
  .news-page .news-1 .list ul li .content a.link {
    margin-top: 1em;
  }
}

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

  .news-page .news-1 .list ul li .content span.h6,
  .news-page .news-1 .list ul li .content .pre .text {
    height: auto;
  }
}

.process-1 img{
margin-top: 50px;
width: 100%
}
.process-1 .t1{margin-top: 110px}
.process-2 .top{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 30px;
}
.process-2 {
  margin-top: 130px
}
.process-2 .top .item{
	height: 33px;
	background-color: #f6f6f6;
  line-height: 33px;
  white-space: nowrap;
  padding: 0 24px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 30px;
  cursor: pointer;
  transition: .5s
}
.process-2 .top .item:hover,.process-2 .top .item.active{
  color: #fff;
  background: #000
}
.process-2 .bottom .item{

flex-wrap: wrap;
justify-content: space-between;
padding: 80px 40px;
background-color: #ebebeb;
display: none
}
.process-2 .bottom .item .left{
  width: 30%;
  font-size: 27px;
  font-weight: bold
}
.process-2 .bottom .item .right{
  width: 60%;
  font-size: 20px;
}
.process-2 .bottom .item.active{
  display: flex
}
@media screen and (max-width: 1000px) {
.process-2 .bottom .item .left{
  width: 100%;
  font-size: 22px;
  font-weight: bold
}
.process-2 .bottom .item .right{
  width: 100%;
  margin-top: 30px
}

}
@media screen and (max-width: 700px) {
 .process-2 .bottom .item{
   padding: 40px 20px
 } 
 .process-2 .bottom .item .left{
   font-size: 20px
 }
 .process-2 .bottom .item .right{
   font-size: 16px
 }
}

/*.pxl-service-grid-layout2.style3 .pxl-item--inner{
 box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.06);
}*/
.foot_foot_bottom .box > .f-lang{
  max-width:790px
}
.foot_foot_bottom .f-lang ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.foot_foot_bottom .f-lang ul li{
  width: 46%;
    display: flex;
}
.foot_foot_bottom .f-lang ul li .img{
  margin-right: 20px;
  width: 29px;
  padding-top: 6px;
}
.foot_foot_bottom .f-lang ul li .img img{
  width: 100%
}
.foot_foot_bottom .f-lang ul li .text{
  flex: 1;
  font-size: 18px
}
.foot_foot_bottom .f-lang ul li .text .t1{
  font-weight: bold
}

@media screen and (max-width: 1400px) {
  .foot_foot_bottom .box .tit4{
    width: 100%;
    max-width: 100%
  }
  .foot_foot_bottom .box > div:nth-child(1){
    max-width: 100%;
    width: 100%;
    margin-bottom: 35px
  }
  .foot_foot_bottom .box{
    flex-wrap: wrap
  }
  .foot_foot_bottom .box > div{
    margin-left: 0
  }
  .foot_foot_bottom .box > .f-lang{
    margin: 0 0 0 auto
  }
}
@media screen and (max-width: 1200px) {
  .foot_foot_bottom .box > .f-lang{
    max-width: 60%
  }
  .foot_foot_bottom .box > div{
    max-width: 38%
  }
  .foot_foot_bottom .f-lang ul li .text{
    font-size: 14px
  }
}
@media screen and (max-width: 1000px){
    .foot_foot_bottom .box > .f-lang{
    max-width: 100%;
    margin-top: 30px
  }
  .foot_foot_bottom .box > div{
    max-width: 100%;
    text-align: left
  }
}
@media screen and (max-width: 700px){
  .foot_foot_bottom .f-lang ul li{
    width: 100%;
    margin-bottom: 20px
  }
}
@media screen and (max-width: 700px){
  .foot_foot_bottom .f-lang ul li{
    flex-wrap: wrap
  }
    .foot_foot_bottom .f-lang ul li .img{
      width: 100%
    }
    .foot_foot_bottom .f-lang ul li .img img{
      width: 30px
    }
}