 
/*
Theme Name: Sytech Web
Author: The Sytech Team
Author URI:  https://sytech-web.cn
Description: A Beautiful, Fast Loading and SEO Ready Website
Version: 2.0.0
*/

* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
.content {
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
}

html {
	scroll-behavior: smooth;
}
.flex {
	display: flex;
}
.wrap {
	flex-wrap: wrap;
}
.flex1 {
	flex:1;
}
.flex2 {
	flex:2;
}
.flex3 {
	flex:3;
}
.between {
	justify-content: space-between;
}
.center {
	text-align: center;
}
.boxshadow {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	background: white;
}


.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}

.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
  .swiper_content {
    max-width: 1020px;
  }
  .solution_strength .head p {
    width: 70%;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .swiper_content {
    max-width: 806px;
  }
  .solution_strength .head p {
    width: 90%;
  }
}
 
html {font-size: clamp(7.5px, 0.522vw, 10px);} 
:root {
--theme_color:#e2221d;
--subtheme_color:#181818;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.product_banner_audi_a6 {
 margin-top: -170px;
 background: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/audi-a6_1/assets/img/audi-a6-banner.jpg") center center / cover no-repeat;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
.content {
 max-width: 1440px;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1400px){
.content {
 max-width: 1200px;
 }}
@media screen and (min-width: 786px) and (max-width: 1200px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.flex {
 display: flex;
 }
.flex_middle {
 align-items: center;
 }
.product_banner_audi_a6 .content > .flex {
 height: 100vh;
 padding: 50px 0px;
 max-height: 1080px;
 }
.product_banner_audi_a6 .head {
 max-width: 533px;
 }
.product_banner_audi_a6 h1 {
 color: white;
 font-size: 66px;
 font-weight: 700;
 line-height: 78px;
 }
.fadeInLeft {
 animation-name: fadeInLeft;
 }
.product_banner_audi_a6 p {
 color: white;
 font-size: 20px;
 line-height: 28px;
 margin: 20px 0px 45px;
 }
a {
 color: rgb(28, 35, 47);
 text-decoration: none;
 font-size: 1rem;
 }
.button {
 display: inline-block;
 line-height: 1;
 color: rgb(255, 255, 255);
 font-size: 20px;
 font-weight: 500;
 background-color: var(--theme_color);
 border-radius: 30px;
 padding: 18px 52px 22px;
 transition: 0.3s;
 text-align: center;
 }
.button:hover {
 background-color: var(--subtheme_color);
 }
.product_banner_audi_a6 .button {
 font-size: 20px;
 font-weight: 500;
 padding: 20px 0px;
 width: 203px;
 border-radius: 30px;
 }
.product_banner_audi_a6 .retrofit_btn {
 display: inline-block;
 margin-left: 35px;
 line-height: 1;
 width: 203px;
 padding: 19px 0px;
 font-size: 20px;
 font-weight: 500;
 color: white;
 border: 1px solid rgba(255, 255, 255, 0.4);
 border-radius: 30px;
 text-align: center;
 transition: 0.3s;
 }
.product_banner_audi_a6 .retrofit_btn:hover {
 color: rgb(255, 255, 255);
 border-color: var(--theme_color);
 background-color: var(--theme_color);
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
 
@media screen and (max-width: 786px){

.product_banner_audi_a6 {
 margin-top: -175px;
 padding: 14rem 0px 6rem;
 position: relative;
 }
.product_banner_audi_a6::after {
 content: "";
 display: block;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.3);
 position: absolute;
 left: 0px;
 top: 0px;
 }
.content {
 padding: 0px 1.2rem;
 }
.product_banner_audi_a6 .content > .flex {
 height: auto;
 position: relative;
 z-index: 2;
 }
.product_banner_audi_a6 .flex {
 display: block;
 }
.head h1 {
 font-size: 25px;
 line-height: 1.5;
 }
.head p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }
.product_banner_audi_a6 .head p {
 margin: 1rem 0px 1.2rem;
 }
.head > .flex {
 flex-flow: wrap;
 }
.button, .button_more, .button_b {
 padding: 9px 20px 13px;
 font-size: 14px;
 border-width: 1px;
 }
.product_banner_audi_a6 .button {
 display: block;
 font-size: 13px;
 padding: 9px 1rem;
 width: 118px;
 }
.product_banner_audi_a6 .retrofit_btn {
 display: block;
 font-size: 13px;
 padding: 8px 1rem;
 margin-left: 0px;
 margin-top: 1rem;
 width: 118px;
 }
} 
:root {
--title_color:#242424;
--theme_color:#e2221d;
}
.audi_a6_revolution {
 overflow: hidden;
 padding: 100px 0px 50px;
 }
.audi_a6_revolution .content {
 max-width: 1660px;
 }
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1400px){
.content {
 max-width: 1200px;
 }}
@media screen and (min-width: 786px) and (max-width: 1200px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.center {
 text-align: center;
 }
.audi_a6_revolution .head {
 margin-bottom: 100px;
 }
.head h2 {
 color: rgb(255, 255, 255);
 font-size: 46px;
 font-weight: 700;
 line-height: 62px;
 }
.audi_a6_revolution h2 {
 font-size: 62px;
 line-height: 84px;
 }
.audi_a6_revolution h2 {
 color: var(--title_color);
 }
.fadeInUp {
 animation-name: fadeInUp;
 }
.swiper_revolution {
 margin-bottom: 50px;
 }
ul {
 list-style: none;
 }
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform, -webkit-transform;
 box-sizing: content-box;
 }
.swiper-container-android .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
.audi_a6_revolution li.swiper-slide {
 aspect-ratio: 460 / 638;
 border-radius: 10px;
 overflow: hidden;
 cursor: pointer;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform, -webkit-transform;
 }
.audi_a6_revolution li.swiper-slide img {
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%, -50%);
 z-index: 1;
 width: 100%;
 height: 100%;
 object-fit: cover;
 transition: 0.3s;
 }
.audi_a6_revolution li.swiper-slide .infos {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 5;
 padding: 40px 26px;
 }
.audi_a6_revolution li.swiper-slide .infos p {
 font-size: 28px;
 line-height: 36px;
 font-weight: 500;
 max-width: 230px;
 color: white;
 }
.audi_a6_revolution .infos > span {
 width: 56px;
 aspect-ratio: 1 / 1;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 50%;
 background-color: white;
 margin-left: auto;
 margin-top: auto;
 position: absolute;
 right: 30px;
 bottom: 30px;
 transition: 0.3s;
 }
.audi_a6_revolution .infos > span::after {
 content: "";
 width: 15px;
 height: 15px;
 display: inline-block;
 background: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/audi-a6_2/assets/img/right-white.svg") center center / contain no-repeat;
 filter: brightness(0);
 }
.audi_a6_revolution li.swiper-slide:hover span {
 background-color: var(--theme_color);
 transform: rotate(90deg);
 }
.audi_a6_revolution li.swiper-slide:hover span::after {
 filter: brightness(100);
 }
.between {
 justify-content: space-between;
 }
.swiper_btns_full {
 display: flex;
 }
@media screen and (min-width: 786px) and (max-width: 1200px){
.swiper_btns_full {
 z-index: 2;
 }}
.swiper_btns_full div {
 width: 70px;
 height: 70px;
 border-radius: 50%;
 background-image: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/audi-a6_2/assets/img/left-big-w.svg");
 background-position: center center;
 background-size: 15%;
 background-repeat: no-repeat;
 background-attachment: initial;
 background-origin: initial;
 background-clip: initial;
 border: 1px solid var(--theme_color);
 background-color: var(--theme_color);
 transition: 0.3s;
 cursor: pointer;
 }
.swiper_btns_full div:hover {
 filter: brightness(0.8);
 }
.swiper_btns_full div.swiper-button-disabled {
 cursor: default;
 background-color: transparent;
 border-color: rgba(255, 255, 255, 0.5);
 }
.swiper_btns_full div.swiper-button-disabled:hover {
 filter: none;
 }
.audi_a6_revolution .swiper_btns_full div.swiper-button-disabled {
 border: 1px solid rgba(0, 0, 0, 0.4);
 background-image: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/audi-a6_2/assets/img/left-b.svg");
 }
@media screen and (min-width: 786px) and (max-width: 1200px){
.swiper_btns_full div {
 width: 3rem;
 height: 3rem;
 }}
.swiper_btns_full .btn_next {
 background-image: url("https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/audi-a6_2/assets/img/right-big-w.svg");
 }
.audi_a6_revolution .swiper_btns_full div.btn_next {
 margin-left: 40px;
 }
 
@media screen and (max-width: 786px){

.audi_a6_revolution {
 padding: 3rem 0px 4rem;
 }
.audi_a6_revolution .head {
 margin-bottom: 2rem;
 }
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }
.swiper_revolution {
 margin-bottom: 30px;
 }
.audi_a6_revolution li.swiper-slide .infos p {
 font-size: 20px;
 line-height: 1.5rem;
 }
.audi_a6_revolution .infos > span {
 width: 40px;
 }
.swiper_btns_full div {
 width: 2rem;
 height: 2rem;
 }
} 
:root {
}
.audi_a6_avant {
 padding: 63px 0px;
 height: 100vh;
 max-height: 900px;
 }
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1400px){
.content {
 max-width: 1200px;
 }}
@media screen and (min-width: 786px) and (max-width: 1200px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.audi_a6_avant h2 {
 font-size: 62px;
 font-weight: 600;
 margin-bottom: 30px;
 }
.audi_a6_avant p {
 font-size: 17px;
 line-height: 28px;
 color: white;
 opacity: 0.7;
 max-width: 780px;
 margin-left: auto;
 margin-right: auto;
 }
 
@media screen and (max-width: 786px){

.audi_a6_avant {
 height: 50vh;
 }
}
.product_performance_audia6 {
 background-size: 100vw 100%;
 position: relative;
 }
.product_performance_audia6 .content {
 height: 100vh;
 max-height: 1080px;
 min-height: 1034px;
 z-index: 2;
 }
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1400px){
.content {
 max-width: 1200px;
 }}
@media screen and (min-width: 786px) and (max-width: 1200px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.product_performance_audia6 .head {
 padding-top: 115px;
 }
.product_performance_audia6 h2 {
 font-size: 62px;
 line-height: 80px;
 font-weight: 600;
 }
.product_performance_audia6 h2 span {
 display: block;
 font-size: 42px;
 font-weight: 400;
 }
.product_performance_audia6 .head p {
 font-size: 17px;
 line-height: 28px;
 color: white;
 max-width: 550px;
 opacity: 0.7;
 }
.product_performance_audia6 ul {
 margin-top: 55px;
 display: flex;
 justify-content: center;
 gap: 1rem 90px;
 }
.product_performance_audia6 ul {
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 bottom: 90px;
 }
.product_performance_audia6 ul li {
 white-space: nowrap;
 }
.product_performance_audia6 ul li span {
 color: rgb(255, 255, 255);
 font-size: 47px;
 font-weight: 600;
 font-style: italic;
 white-space: nowrap;
 }
.product_performance_audia6 ul li p {
 color: rgb(255, 255, 255);
 font-style: italic;
 font-weight: 300;
 font-size: 18px;
 opacity: 0.8;
 margin-top: 14px;
 }
 
@media screen and (max-width: 786px){

.product_performance_audia6 {
 overflow: hidden;
 }
.product_performance_audia6::after {
 content: "";
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.2);
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: 1;
 }
.product_performance_audia6 .content {
 max-height: unset;
 min-height: unset;
 height: auto;
 }
.product_performance_audia6 .head {
 padding-top: 3rem;
 }
.product_performance_audia6 h2 span {
 font-size: 25px;
 }
.product_performance_audia6 .head p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }
.product_performance_audia6 ul {
 position: unset;
 transform: unset;
 margin-bottom: 5rem;
 width: 100%;
 overflow: auto;
 justify-content: left;
 gap: 2rem;
 }
.product_performance_audia6 ul li span {
 font-size: 30px;
 }
.product_performance_audia6 ul li p {
 font-size: 15px;
 }
}
.audia6_gallery {
 padding: 73px 0px 65px;
 overflow: hidden;
 }
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1400px){
.content {
 max-width: 1200px;
 }}
@media screen and (min-width: 786px) and (max-width: 1200px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.audia6_gallery .swiper_audia6_gallery {
 margin-bottom: 43px;
 }
.audia6_gallery .swiper_audia6_gallery li.swiper-slide {
 aspect-ratio: 1440 / 655;
 border-radius: 10px;
 }
.audia6_gallery .swiper_audia6_gallery li.swiper-slide img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 }
.audia6_gallery .nav_list .swiper_nav_title {
 border-bottom: 1px solid rgb(229, 229, 229);
 width: max-content;
 margin-left: auto;
 margin-right: auto;
 overflow: hidden;
 }
.audia6_gallery .nav_list .swiper_nav_title li {
 font-size: 24px;
 font-weight: 500;
 padding: 0px 0px 20px;
 color: rgb(165, 165, 165);
 border-bottom: 2px solid transparent;
 transition: 0.3s;
 cursor: pointer;
 width: auto;
 }
.audia6_gallery .nav_list .swiper_nav_title li.active {
 color: rgb(36, 36, 36);
 border-color: rgb(36, 36, 36);
 }
.swiper_nav_list {
 max-width: 1027px;
 margin-left: auto;
 margin-right: auto;
 overflow: hidden;
 }
.swiper_nav_list p {
 color: rgba(36, 36, 36, 0.7);
 font-size: 17px;
 line-height: 28px;
 text-align: center;
 margin-top: 30px;
 }
 
@media screen and (max-width: 786px){

.content {
 padding: 0px 1.2rem;
 }
.audia6_gallery .nav_list .swiper_nav_title li {
 font-size: 16px;
 padding-bottom: 15px;
 }
.swiper_nav_list p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 margin-top: 1rem;
 }
}
.audia6_digital {
 overflow: hidden;
 }
.swiper_full_digital {
 height: 100vh;
 max-height: 900px;
 }
.swiper_full_digital li.swiper-slide {
 background-size: cover;
 background-repeat: no-repeat;
 padding-top: 147px;
 }
.black_excess {
 position: relative;
 }
.black_excess::after {
 content: "";
 width: 100%;
 height: 296px;
 background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
 position: absolute;
 left: 0px;
 bottom: 0px;
 z-index: 9;
 }
.black_excess_top::before {
 content: "";
 width: 100%;
 height: 416px;
 background: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0));
 position: absolute;
 left: 0px;
 top: 0px;
 z-index: 9;
 }
.black_excess .content {
 z-index: 10;
 position: relative;
 }
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1400px){
.content {
 max-width: 1200px;
 }}
@media screen and (min-width: 786px) and (max-width: 1200px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
.audia6_digital .head h2 {
 font-size: 62px;
 }
.audia6_digital .head p {
 font-size: 17px;
 line-height: 28px;
 color: white;
 max-width: 654px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 20px;
 font-weight: 300;
 opacity: 0.8;
 }
.swiper_btns_section {
 height: 100vh;
 max-height: 900px;
 }
.swiper_btns_section .content {
 height: 100%;
 display: flex;
 flex-direction: column;
 justify-content: flex-end;
 }
.swiper_digital_btns {
 padding-bottom: 65px;
 }
.swiper_digital_btns li {
 color: white;
 border-top: 1px solid rgba(255, 255, 255, 0.24);
 cursor: pointer;
 }
.swiper_digital_btns li::before {
 content: "";
 width: 0%;
 height: 2px;
 position: absolute;
 left: 0px;
 top: -1px;
 background-color: white;
 }
.swiper_digital_btns li.active::before {
 animation: 3s linear 0s 1 normal forwards running width_100;
 }
.swiper_digital_btns li strong {
 font-size: 28px;
 line-height: 38px;
 display: block;
 padding-top: 20px;
 padding-bottom: 20px;
 font-weight: 500;
 }
.swiper_digital_btns li p {
 font-size: 17px;
 line-height: 28px;
 color: rgba(255, 255, 255, 0.7);
 }
 
@media screen and (max-width: 786px){

.swiper_full_digital {
 height: auto;
 }
.swiper_full_digital li.swiper-slide {
 padding: 5rem 0px;
 }
.audia6_digital .head h2 {
 font-size: 30px;
 }
.audia6_digital .head p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }
.swiper_btns_section {
 height: auto;
 }
.swiper_digital_btns li strong {
 font-size: 18px;
 line-height: 1.5;
 padding: 0.5rem 0px;
 }
.swiper_digital_btns li p {
 font-size: 0.9rem;
 line-height: 1.5rem;
 }
}
@media screen and (min-width: 786px) and (max-width: 1600px){
.content {
 padding: 0px 1.2rem;
 }}
@media screen and (min-width: 786px) and (max-width: 1400px){
.content {
 max-width: 1200px;
 }}
@media screen and (min-width: 786px) and (max-width: 1200px){
.content {
 max-width: 1000px;
 }}
@media screen and (min-width: 786px) and (max-width: 1000px){
.content {
 max-width: 786px;
 }}
 
@media screen and (max-width: 786px){

.audi_a6_avant {
 height: 50vh;
 }
}
 
/*
Theme Name: Sytech Web
Author: The Sytech Team
Author URI:  https://sytech-web.cn
Description: A Beautiful, Fast Loading and SEO Ready Website
Version: 2.0.0
*/
:root {
	--main:#FF9A00;
	--dark:#353535;
	--light:#f8f8f8;
	--text:#999999;
	--excerpt:#8e8e8e;
}
* {
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
.largecontent {
	max-width: 100%;
	padding: 0 4rem;
}
.vertical {
	display: flex;
	flex-direction:column;
	justify-content: center;
}

:root {
  --theme_color: #e2221d;
  --subtheme_color: #181818;
  --title_color: #242424;
  --content_color: #000;
  --shadow_color: rgba(0, 0, 0, 0.1);
  --bg_color: linear-gradient(to right, #000, #000);
}
ul {
  list-style: none;
}
a {
  color: #1c232f;
  text-decoration: none;
  font-size: 1rem;
}
i {
  font-style: normal;
}
.swiper_content {
  max-width: 1460px;
  margin: 0 auto;
  position: relative;
  padding: 10px;
  overflow: hidden;
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
}
input[type="submit"],
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  
}
.only_mobile {
  display: none;
}
.overlay_b {
  position: relative;
}
.overlay_b::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}
.head .subtitle {
  color: var(--theme_color);
  text-transform: uppercase;
}
.head h2 {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  line-height: 62px;
}
.button {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background-color: var(--theme_color);
  border-radius: 30px;
  padding: 18px 52px 22px;
  transition: all 0.3s;
  text-align: center;
}
.button:hover {
  background-color: var(--subtheme_color);
}
.button_b {
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  background-color: var(--subtheme_color);
  border-radius: 30px;
  padding: 17px 39.5px 21px;
  transition: all 0.3s;
  text-align: center;
}
.button_b:hover {
  background-color: var(--theme_color);
}
.button_more {
  display: inline-block;
  line-height: 1;
  color: var(--title_color);
  font-size: 17px;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 25px;
  padding: 1rem 42.5px;
  background-color: transparent;
  transition: all 0.3s;
}
.button_more:hover {
  color: #fff;
  border-color: var(--theme_color);
  background-color: var(--theme_color);
}
.swiper-pagination {
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: var(--title_color);
  width: 8px;
  height: 8px;
  transition: all 0.3s;
}
.swiper-pagination .swiper-pagination-bullet-active {
  width: 1rem;
  height: 1rem;
  background-color: transparent;
  border: 1px solid var(--title_color);
}


.product_gallery {
  padding: 120px 0;
  overflow: hidden;
}
.product_gallery .head h2 {
  color: var(--title_color);
}
.product_gallery .head ul {
  display: flex;
  gap: 3rem;
}
.product_gallery .head ul li {
  border-bottom: 2px solid transparent;
  color: #777d80;
  font-size: 20px;
  transition: all 0.3s;
  cursor: pointer;
  padding-bottom: 1rem;
}
.product_gallery .head ul li.active,
.product_gallery .head ul li:hover {
  color: var(--title_color);
  border-color: var(--theme_color);
}
.product_gallery .product_gallery_swiper {
  margin: 36px 0 26px;
}
.product_gallery .product_gallery_swiper .swiper-slide {
  height: 717px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 0 15px var(--shadow_color);
}
.product_gallery .product_gallery_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_gallery .swiper-pagination {
  position: relative;
  top: 10px;
}
.product_gallery .swiper_btns_full {
  gap: 35px;
}
.product_gallery .swiper_btns_full div.swiper-button-disabled {
  filter: brightness(0.4);
}
.swiper_btns_full {
  display: flex;
}
.swiper_btns_full div {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: url(https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/product_gallery_big/assets/img/left-big-w.svg) no-repeat center / 15%;
  border: 1px solid var(--theme_color);
  background-color: var(--theme_color);
  transition: all 0.3s;
  cursor: pointer;
}
.swiper_btns_full div:hover {
  filter: brightness(0.8);
}
.swiper_btns_full div.swiper-button-disabled {
  cursor: default;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
.swiper_btns_full div.swiper-button-disabled:hover {
  filter: none;
}
.swiper_btns_full .btn_next {
  background-image: url(https://jchevcar.com/wp-content/plugins/sytech-fronteditor/sytpl/product_gallery_big/assets/img/right-big-w.svg);
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  .swiper_content {
    padding: 10px 1.2rem;
  }
  .head .subtitle {
    font-size: 14px;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
  }
  .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .button,
  .button_more,
  .button_b {
    padding: 9px 20px 13px;
    font-size: 14px;
    border-width: 1px;
  }
  .swiper_btns {
    display: none;
  }
  .swiper_btns_full div {
    width: 2rem;
    height: 2rem;
  }
  .swiper-pagination {
    height: 12px;
    gap: 0.5rem;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }

  .product_gallery {
    padding: 5rem 0 50px;
  }
  .product_gallery .head {
    display: block;
  }
  .product_gallery .head ul {
    margin-top: 20px;
    gap: 1rem;
    overflow: scroll;
  }
  .product_gallery .head ul li {
    font-size: 14px;
    padding-bottom: 0.5rem;
  }
  .product_gallery .product_gallery_swiper .swiper-slide {
    height: 200px;
  }
  .product_gallery .swiper_btns_full {
    gap: 0.5rem;
  }
  .product_gallery .swiper-pagination {
    top: 0;
  }
  
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    max-width: 1200px;
  }
  .swiper_content {
    max-width: 1220px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
  .product_gallery_LiL9 .product_gallery_swiper .swiper-slide {
    height: 500px;
  }
}
 
@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
}

 
@media screen and (min-width: 786px)  and (max-width: 1600px) {
  
}
@media screen and (min-width: 786px)  and (max-width: 1400px) {
  .content {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1200px) {
  .content {
    max-width: 1000px;
  }
}
@media screen and (min-width: 786px)  and (max-width: 1000px) {
  .content {
    max-width: 786px;
  }
}