@charset "UTF-8";
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./fonts/Noto_Sans_TC/NotoSansTC-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./fonts/Noto_Sans_TC/NotoSansTC-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./fonts/Noto_Sans_TC/NotoSansTC-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./fonts/Noto_Sans_SC/NotoSansSC-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./fonts/Noto_Sans_SC/NotoSansSC-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./fonts/Noto_Sans_SC/NotoSansSC-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
/* Montserrat 字體（英文） */
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), url("./fonts/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype"), url("./fonts/Montserrat/Montserrat-VariableFont_wght.otf") format("opentype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
html:lang(zh-Hant) body,
html:lang(zh-TW) body,
html:lang(zh-HK) body,
html:lang(zh-MO) body {
  font-family: "Montserrat", "Noto Sans TC Local", sans-serif;
}

html:lang(zh-Hans) body,
html:lang(zh-CN) body,
html:lang(zh-SG) body {
  font-family: "Montserrat", "Noto Sans SC Local", sans-serif;
}

*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

*::-webkit-scrollbar-thumb {
  background-color: #999;
  border: 2px solid white;
  border-radius: 10px;
}

:root {
  --bs-gutter-x: 1.5rem;
  --nav-height: 70px;
}

@media (min-width: 769px) {
  :root {
    --nav-height: 80px;
  }
}
@media (min-width: 992px) {
  :root {
    --nav-height: 85px;
  }
}
@media (min-width: 1200px) {
  :root {
    --nav-height: 80px;
  }
}
@media (min-width: 1400px) {
  :root {
    --nav-height: 100px;
  }
}
@media (min-width: 1680px) {
  :root {
    --nav-height: 120px;
  }
}
html {
  padding: 0 !important;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
}
html.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body {
  font-family: "Montserrat", "Noto Sans TC Local", sans-serif;
  font-size: 1rem;
  color: #333;
  background-color: white;
  overflow-x: hidden;
}
body.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}
@media (min-width: 992px) {
  body {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.125rem;
  }
}
body ul,
body li {
  font-size: 1rem;
}
@media (min-width: 992px) {
  body ul,
  body li {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  body ul,
  body li {
    font-size: 1.25rem;
  }
}
body p {
  line-height: 1.8;
  font-size: 1em;
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  text-decoration: none;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
body mark,
body .mark {
  color: #ff6600;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}
body button {
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
body hr {
  border-top: 1px solid #efefef;
  opacity: 1;
  margin: 3.5em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.5;
}

.container-fluid {
  --bs-gutter-x: 1.5em;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}
@media (min-width: 769px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 1.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 1.5) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 2.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 2.5) !important;
  }
}
@media (min-width: 1680px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 4.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 4.5) !important;
  }
}

.text-primary {
  color: #ff6600 !important;
}

.text-secondary {
  color: #ff0000 !important;
}

.text-light {
  color: white !important;
}

.block-title {
  font-size: 1.8em;
  position: relative;
  margin-bottom: 1.2em;
  padding: 0;
  line-height: 1.2;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
.block-title:before {
  display: inline-flex;
  align-items: center;
  content: "";
  width: 40px;
  height: 1em;
  background-image: url(../images/icon-block-title.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.3em;
}
@media (min-width: 769px) {
  .block-title {
    font-size: 2.2em;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 2.6em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 3em;
    padding-right: 130px !important;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 3.6em;
  }
}

.block-title2 {
  color: #ff6600;
  font-size: 1.4em;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 1.5em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 1.6em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 1.85em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 2em;
  }
}

.block-title3 {
  display: inline-flex;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 1.5em;
  line-height: 1.3;
  color: white;
  background-color: #ff6600;
  padding: 0.45em 1.2em;
}

.block-title4 {
  font-size: 1.6em;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.2;
  color: #ff0000;
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 2.4em;
  }
}
@media (min-width: 1680px) {
  .block-title4 {
    font-size: 3em;
  }
}

.block-title5 {
  font-size: 1.2em;
  font-style: italic;
  color: #999;
  font-weight: 600;
  margin-bottom: 1.5em;
}
@media (min-width: 992px) {
  .block-title5 {
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) {
  .block-title5 {
    font-size: 1.15em;
  }
}
@media (min-width: 1680px) {
  .block-title5 {
    font-size: 1.2em;
  }
}

.img-wrap {
  display: flex;
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 992px) {
  .img-wrap:hover img {
    transform: scale(1.1);
  }
}

.square {
  aspect-ratio: 1/1;
}

.btn {
  position: relative;
  background-color: transparent !important;
  border: 0 !important;
  padding: 0.8em 1.2em !important;
  border-radius: 0;
  font-weight: 600;
  font-size: 1em;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn img {
  filter: invert(60%) sepia(15%) saturate(7100%) hue-rotate(1deg) brightness(90%) contrast(110%);
  width: 20px !important;
  height: auto;
  margin-right: 0.7em;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 992px) {
  .btn {
    padding: 1em 1.4em !important;
  }
}
@media (min-width: 1200px) {
  .btn {
    padding: 1.2em 1.6em !important;
  }
}
@media (min-width: 1680px) {
  .btn {
    padding: 1.4em 1.8em !important;
  }
}

.btn-sm {
  padding: 0.15em 1.2em !important;
  font-size: 0.85em !important;
  height: 50px !important;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-sm i {
  font-weight: normal;
}
.btn-sm span {
  width: 40px !important;
  height: 40px !important;
}
.btn-sm span img {
  width: 20px !important;
}
@media (min-width: 992px) {
  .btn-sm {
    padding: 0.2em 1.2em !important;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.3em 1.2em !important;
  }
}

.btn-play {
  overflow: hidden;
  color: white;
  text-align: center;
  border: 0 !important;
  padding: 0;
  position: relative;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  display: flex;
  width: 100%;
}
.btn-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  content: "\f4f5";
  font-family: "Bootstrap-icons";
  background-color: rgba(255, 102, 0, 0.5);
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5em;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 992px) {
  .btn-play:before {
    width: 60px;
    height: 60px;
  }
  .btn-play:hover, .btn-play:active, .btn-play:focus {
    cursor: pointer;
  }
  .btn-play:hover:before, .btn-play:active:before, .btn-play:focus:before {
    background-color: rgba(255, 102, 0, 0.85);
  }
  .btn-play:hover img, .btn-play:active img, .btn-play:focus img {
    transform: scale(1.2);
  }
}
@media (min-width: 1200px) {
  .btn-play:before {
    width: 74px;
    height: 74px;
  }
}

.btn-link {
  color: #ff6600;
  padding-left: 0;
  padding-right: 0;
  border: 0 !important;
  text-decoration: none;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  color: #333 !important;
}
.btn-link.dark:hover, .btn-link.dark:active, .btn-link.dark:focus {
  color: white !important;
}

.btn-more {
  position: relative;
  color: white !important;
  padding-left: 2.5em !important;
  padding-right: 2.5em !important;
  background: linear-gradient(to right, #ff6600 50%, #ff0000 100%);
  overflow: hidden;
  align-items: center;
  z-index: 2;
  transition: all 0.3s linear;
}

.btn-primary {
  border: 0 !important;
  color: #666 !important;
  background-color: transparent !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-primary img {
  filter: invert(60%) sepia(15%) saturate(7100%) hue-rotate(1deg) brightness(90%) contrast(110%);
}
@media (min-width: 992px) {
  .btn-primary:after {
    background: linear-gradient(to right, #ff6600 50%, #ff0000 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    content: "";
    z-index: -1;
    transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: white !important;
  }
  .btn-primary:hover:after, .btn-primary:active:after, .btn-primary:focus:after {
    width: 100%;
  }
  .btn-primary:hover img, .btn-primary:active img, .btn-primary:focus img {
    filter: invert(1) brightness(100%);
  }
}

.btn-dark {
  position: relative;
  color: white !important;
  padding-left: 4em !important;
  padding-right: 4em !important;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-dark img {
  filter: invert(1) brightness(100%);
}
.btn-dark:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 105%;
  content: "";
  background-color: #666;
  transition: all 0.3s linear;
  z-index: -2;
}
.btn-dark:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 105%;
  content: "";
  background: linear-gradient(to right, #ff6600 50%, #ff0000 100%);
  transition: all 0.3s linear;
  z-index: -1;
}
@media (min-width: 992px) {
  .btn-dark:hover:after {
    width: 100%;
  }
}

.btn-linear {
  position: relative;
  color: white !important;
  padding-left: 4em !important;
  padding-right: 4em !important;
  overflow: hidden;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-linear img {
  filter: invert(1) brightness(100%);
}
.btn-linear:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 105%;
  content: "";
  background: linear-gradient(to right, #ff6600 50%, #ff0000 100%);
  transition: all 0.3s linear;
  z-index: -2;
}
.btn-linear:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 105%;
  content: "";
  background-color: #333;
  transition: all 0.3s linear;
  z-index: -1;
}
@media (min-width: 992px) {
  .btn-linear:hover:after {
    width: 100%;
  }
}

.btn-outline-dark {
  border: 1px solid #cccccc !important;
  color: #999 !important;
}

.btn-send {
  background-color: #ff6600;
  color: white;
  padding-left: 1.5em;
  padding-right: 1.5em;
  min-width: 220px;
  justify-content: space-between;
  font-weight: bold;
  text-transform: uppercase;
}
.btn-send i {
  font-weight: normal;
}
.btn-send:hover, .btn-send:active, .btn-send:focus {
  background-color: #ff0000;
  color: White;
}

.btn-close {
  padding: 1em !important;
}

.p-list {
  position: relative;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  padding: 30px 20px 10px 20px;
}
.p-list .prod-number {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: -1;
  color: #efefef;
  font-weight: 600;
  font-size: 2.7em;
  pointer-events: none;
  line-height: 1;
}
.p-list .p-name {
  z-index: 1;
  color: #666;
  font-weight: 600;
  font-size: 1.25em;
  margin-bottom: 0;
  pointer-events: none;
  line-height: 1;
}
.p-list img {
  width: 70%;
  height: auto;
}
@media (min-width: 769px) {
  .p-list .prod-number {
    font-size: 4em;
  }
  .p-list .p-name {
    font-size: 1.35em;
  }
}
@media (min-width: 992px) {
  .p-list {
    padding: 45px 45px 20px 45px;
  }
  .p-list .prod-number {
    font-size: 5.8em;
  }
  .p-list .p-name {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.45em;
    padding: 60px;
  }
  .p-list img {
    width: 60%;
    height: auto;
  }
  .p-list:hover .p-name {
    color: #ff6600;
  }
  .p-list:hover .btn-primary {
    color: #ff6600 !important;
  }
  .p-list:hover .btn-primary img {
    filter: invert(60%) sepia(15%) saturate(7100%) hue-rotate(1deg) brightness(90%) contrast(110%);
    transform: none;
  }
  .p-list:hover .btn-primary:after {
    display: none;
  }
  .p-list:hover img {
    transform: scale(1.1);
  }
}
@media (min-width: 1200px) {
  .p-list .p-name {
    font-size: 1.55em;
  }
  .p-list .prod-number {
    font-size: 6.4em;
  }
}
@media (min-width: 1680px) {
  .p-list .p-name {
    font-size: 1.65em;
  }
  .p-list .prod-number {
    font-size: 7.5em;
  }
  .p-list img {
    width: 45%;
    height: auto;
  }
}

.p-list2 {
  position: relative;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  padding: 30px 20px 20px 20px;
}
.p-list2 .p-name {
  z-index: 1;
  color: #666;
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 0;
  pointer-events: none;
  line-height: 1;
  text-align: center;
}
.p-list2 img {
  width: 70%;
  height: auto;
}
@media (min-width: 769px) {
  .p-list2 .p-name {
    font-size: 1.15em;
  }
}
@media (min-width: 992px) {
  .p-list2 {
    padding: 40px 30px 30px 30px;
  }
  .p-list2 .p-name {
    font-size: 1.2em;
  }
  .p-list2 img {
    width: 75%;
    height: auto;
  }
  .p-list2:hover .p-name {
    color: #ff6600;
  }
  .p-list2:hover .btn-primary {
    color: #ff6600 !important;
  }
  .p-list2:hover .btn-primary img {
    filter: invert(60%) sepia(15%) saturate(7100%) hue-rotate(1deg) brightness(90%) contrast(110%);
    transform: none;
  }
  .p-list2:hover .btn-primary:after {
    display: none;
  }
  .p-list2:hover img {
    transform: scale(1.1);
  }
}
@media (min-width: 1200px) {
  .p-list2 .p-name {
    font-size: 1.25em;
  }
}
@media (min-width: 1680px) {
  .p-list2 .p-name {
    font-size: 1.3em;
  }
  .p-list2 img {
    width: 80%;
    height: auto;
  }
}

.intro-more {
  margin-top: 7em;
  position: relative;
}
.intro-more .txt {
  position: relative;
  overflow: hidden;
  transition: max-height 0.32s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: max-height;
  display: block;
  margin-bottom: 1em;
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.intro-more .txt p {
  margin: 0 0 0.5em 0;
}
.intro-more .txt.collapsed {
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 65%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.intro-more .txt.collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 50px;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgb(255, 255, 255) 100%);
}
.intro-more .txt.expanded {
  pointer-events: auto;
  -webkit-mask-image: none;
  mask-image: none;
  opacity: 1;
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.intro-more .txt.expanded::after {
  display: none;
}
.intro-more .btn {
  display: none;
  margin-top: 0.8rem;
}
.intro-more.show-btn .btn {
  display: flex;
}

.p-list3 {
  position: relative;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  display: block;
  overflow: hidden;
}
.p-list3:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 6px;
  content: "";
  background-color: #ff6600;
  z-index: 3;
  transition: width 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.p-list3 .p-name {
  position: relative;
  color: #666;
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 0;
  pointer-events: none;
  line-height: 1;
  padding: 0 20px;
  z-index: 1;
}
.p-list3 .model {
  font-size: 1.4em;
  margin-bottom: 0.3em;
  padding: 30px 20px 0 20px !important;
  color: #666;
  font-weight: 600;
  line-height: 1;
}
.p-list3 img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
}
.p-list3 .info {
  position: relative;
  margin: 1.5em 0 0 0;
  padding: 0 20px 20px 20px;
  background-color: white;
  z-index: 1;
}
.p-list3 .info li {
  list-style: none;
  font-size: 1em;
  color: #666;
}
@media (min-width: 769px) {
  .p-list3 .p-name {
    font-size: 1.15em;
    padding: 0 35px;
  }
  .p-list3 .model {
    padding: 35px 35px 0 35px !important;
  }
  .p-list3 .info {
    padding: 0 35px 35px 35px;
  }
}
@media (min-width: 992px) {
  .p-list3 .p-name {
    font-size: 1.2em;
  }
  .p-list3 .model {
    font-size: 1.67em;
  }
  .p-list3:hover .p-name {
    color: #ff6600;
  }
  .p-list3:hover img {
    transform: scale(1.1);
  }
  .p-list3:hover:after {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .p-list3 .p-name {
    font-size: 1.1em;
    padding: 0 45px;
  }
  .p-list3 .model {
    padding: 45px 45px 0 45px !important;
  }
  .p-list3 .info {
    padding: 0 45px 45px 45px;
  }
}
@media (min-width: 1680px) {
  .p-list3 .p-name {
    font-size: 1.3em;
  }
}

.p-slider {
  position: relative;
}
.p-slider .slider-wrap img {
  width: 100%;
  height: auto;
}
.p-slider .slick-dots.vertical-dots {
  position: absolute;
  width: 40px;
  height: 100%;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.p-slider .slick-dots.vertical-dots li {
  margin: 6px 0;
}
.p-slider .slick-dots.vertical-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  background: #efefef;
  border: none;
}
.p-slider .slick-dots.vertical-dots li.slick-active button:before {
  background: #ff6600;
}
.p-slider .slick-dots.vertical-dots li.slick-active button:after {
  border: 1px solid #ff6600;
}

.basic {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 992px) {
  .basic {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
.basic .p-name {
  position: relative;
  font-size: 1.1em;
  color: #999;
  margin-bottom: 1em;
  pointer-events: none;
  line-height: 1;
  z-index: 1;
}
@media (min-width: 992px) {
  .basic .p-name {
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) {
  .basic .p-name {
    font-size: 1.5em;
  }
}
@media (min-width: 1680px) {
  .basic .p-name {
    font-size: 1.8em;
  }
}
.basic .model {
  position: relative;
  font-size: 1.8rem;
  display: flex;
  margin-bottom: 0.3em;
  color: #333;
  font-weight: 700;
}
.basic .model:before {
  display: inline-flex;
  align-items: center;
  content: "";
  width: 40px;
  height: 1em;
  background-image: url(../images/icon-block-title.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.3em;
}
@media (min-width: 992px) {
  .basic .model {
    font-size: 2.1rem;
  }
}
@media (min-width: 1200px) {
  .basic .model {
    font-size: 2.5rem;
  }
}
@media (min-width: 1680px) {
  .basic .model {
    font-size: 3rem;
  }
}
.basic .btn-groups {
  align-items: center;
  flex-wrap: wrap;
}
.basic .btn-groups .btn-linear {
  padding: 0.8em 2em !important;
  flex: inherit;
  white-space: nowrap;
}
.basic .btn-groups .btn-linear img {
  width: auto;
  height: 30px;
  filter: invert(0) brightness(100%);
}
.basic .btn-groups .title {
  padding: 0.8em 2em;
  color: #ff0000;
  background-color: #efefef;
  font-weight: 600;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.basic .btn-groups .title img {
  width: auto;
  height: 30px;
  margin-right: 0.7em;
  filter: invert(42%) sepia(76%) saturate(7168%) hue-rotate(349deg) brightness(87%) contrast(138%);
  transform: rotate(90deg);
}
@media (min-width: 769px) {
  .basic .btn-groups .title img {
    transform: none;
  }
}
@media (min-width: 992px) {
  .basic .btn-groups .title img {
    transform: rotate(90deg);
  }
}
@media (min-width: 1200px) {
  .basic .btn-groups .title img {
    transform: none;
  }
}
.basic .btn-groups .btn-download {
  border: 1px solid #efefef;
  padding: 0.8em 2em;
  color: #333;
  background-color: white;
  font-weight: 600;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.basic .btn-groups .btn-download:hover {
  background-color: #ff0000;
  border: 1px solid #ff0000;
  color: white;
}

.b-control {
  width: calc(100% - 30px) !important;
  padding: 15px 20px;
  border: 1px solid #efefef;
  border-radius: 0;
  font-size: 1.2em;
  margin-left: auto;
  margin-right: auto;
  transition: background-color 0.3s linear, box-shadow 0.3s ease, opacity 0.3s ease;
}
.b-control.fixed {
  position: fixed;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 1020;
  margin-top: 0 !important;
  border: 0 !important;
  background-color: white;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transition: background-color 0.3s linear, box-shadow 0.3s ease, opacity 0.3s ease;
}

.b-control-inline {
  display: flex;
  justify-content: center;
  background-color: white;
  padding: 0.8em;
  transition: background-color 0.3s linear, box-shadow 0.3s linear, border-color 0.3s linear;
}
.b-control-inline.fixed {
  position: fixed;
  z-index: 1020;
  margin-top: 0 !important;
  border: 0 !important;
  background-color: #efefef;
}
.b-control-inline.fixed .b-control-item {
  color: #333;
  border-right: 1px solid #333 !important;
}
.b-control-inline .b-control-placeholder {
  display: none;
}
.b-control-inline .b-control-item {
  padding: 0 2em !important;
  margin: 0;
  letter-spacing: 0;
  border: 0;
  line-height: 1;
  cursor: pointer;
  color: #999;
  font-size: 1em;
  text-transform: uppercase;
  border-right: 1px solid #efefef !important;
}
.b-control-inline .b-control-item:hover {
  color: #ff6600;
}
.b-control-inline .b-control-item.active {
  color: #ff6600;
}
@media (min-width: 992px) {
  .b-control-inline .b-control-item {
    font-size: 1.05em;
  }
}
@media (min-width: 1680px) {
  .b-control-inline .b-control-item {
    font-size: 1.2em;
  }
}

.b-section {
  padding: 3.2em 0;
}
@media (min-width: 992px) {
  .b-section {
    padding: 3.8em 0;
  }
}
@media (min-width: 1680px) {
  .b-section {
    padding: 6em 0;
  }
}
.b-section {
  color: #333;
  transition: all 0.3s linear;
}
.b-section .b-section-title {
  font-size: 1.45em;
  position: relative;
  margin-bottom: 3em;
  padding: 0.5em 0;
  line-height: 1.2;
  font-weight: 600;
  color: #ff0000;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.b-section .b-section-title:after {
  position: absolute;
  content: "";
  width: 150%;
  height: 100%;
  left: -30%;
  top: 0;
  background: linear-gradient(to right, #efefef 35%, rgba(239, 239, 239, 0) 80%);
  z-index: -1;
  transition: all 0.3s linear;
}
.b-section .b-section-title.active {
  color: white;
}
.b-section .b-section-title.active:after {
  background: linear-gradient(to right, #ff6600 35%, rgba(255, 102, 0, 0) 80%);
}
.b-section img {
  height: auto;
  max-width: 100%;
  display: Flex;
  margin: 2em auto;
}
@media (min-width: 992px) {
  .b-section img {
    max-width: 85%;
  }
}
@media (min-width: 1200px) {
  .b-section img {
    max-width: 80%;
  }
}
@media (min-width: 1680px) {
  .b-section img {
    max-width: 75%;
  }
}
.b-section ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}
.b-section ul li {
  margin-bottom: 1em;
  padding: 0.25em 1.5em 0.25em 0;
  display: inline-flex;
  width: 100%;
}
.b-section ul li:before {
  content: "•";
  margin-right: 0.5em;
  color: #ff6600;
  font-weight: bold;
}
.b-section .table-spec {
  border-top: 1px solid #ff0000;
}
.b-section .table-spec .spec-list {
  border-bottom: 1px solid #efefef;
  margin: 0 !important;
}
.b-section .table-spec .spec-list .col-12 {
  padding: 1.2em 1.8em;
}
.b-section .table-spec .spec-list .col-12:first-child {
  font-weight: 600;
  position: relative;
  padding: 1.2em 1.8em 0 1.8em;
}
.b-section .table-spec .spec-list .col-12:first-child:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 55%;
  right: 0;
  top: 50%;
  background-color: #ff0000;
  transform: translateY(-50%);
  display: none;
}
@media (min-width: 769px) {
  .b-section .table-spec .spec-list .col-12:first-child {
    padding: 1.2em 1.8em;
  }
  .b-section .table-spec .spec-list .col-12:first-child:after {
    display: block;
  }
}/*# sourceMappingURL=prods.css.map */