@charset "UTF-8";
:root{--orange:#F59E0B;--red:#DE4C58}
::-webkit-scrollbar-track{background-color:#1B1A1C}
::-webkit-scrollbar{width:10px;height:5px}
::-webkit-scrollbar-thumb{background-color:var(--orange)}
body{font-size:16px;color:white;line-height:1.5;font-family:"Inter",sans-serif;background:#1C1B1C}
.container{width:1262px;max-width:100%}
a{transition:.3s}
a,a:hover{color:var(--orange)}
a:focus,a:hover{text-decoration:none}
*, :focus{outline:none !important}
h1{margin-top:0;margin-bottom:0;font-weight:normal}
.alert{background:#121112;color:white;font-size:14px;text-align:left;border:none;top:95px;right:0;max-width:100%;padding:20px 30px;z-index:99999;border-radius:0;margin-bottom:0;backdrop-filter:blur(3px);width:auto}
.alert>.close{position:absolute;opacity:1;text-shadow:none;top:5px;right:10px;color:white;font-weight:lighter}
.alert i{display:none}
header{position:sticky;top:0;left:0;width:100%;z-index:3;transition:.3s;color:white;padding:24px 0;border-bottom:2px solid #3B3B3B;background:#121112}
.title{color:white;font-size:30px;font-weight:800;line-height:1.2;display:block;align-items:center;gap:12px}
.arrow{--w:48px;width:var(--w);height:var(--w);min-width:var(--w);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:.3s;cursor:pointer}
.bt{font-weight:500;display:inline-flex;align-items:center;gap:10px;line-height:1;border-radius:12px;padding:12px 20px;border-width:1px;border-style:solid;justify-content:center;text-align:center;transition:.3s;cursor:pointer;font-size:16px}
.bt.orange{background:var(--orange);border-color:var(--orange);color:white}
.mb40{margin-bottom:40px}
.page_wrapper{min-height:100vh;display:flex;flex-direction:column;overflow:hidden}
footer{margin-top:auto}
.lang{display:flex;align-items:center;gap:8px}
.header_top_inner{display:flex;justify-content:space-between;align-items:center}
.header_bottom_inner{display:flex;align-items:center;justify-content:space-between}
.header_bottom{padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:40px;align-items:center}
.logo{color:white;font-size:22px;font-weight:600;line-height:1.1;margin-right:auto}
.bt.white{background:white;border-color:white;color:#151515}
.header_top{display:flex;justify-content:space-between;align-items:center;gap:24px}
.hamburger{padding:0;display:flex}
.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{background:#151515;width:30px;height:2px}
.hamburger-box{width:30px;height:18px}
.hamburger-inner:before{top:-8px}
.hamburger-inner:after{bottom:-8px}
.hamburger-inner{margin-top:0}
.title{font-family:"Raleway",sans-serif}
.search_field{flex:1;display:flex}
.catalog_wrapper{display:flex;height:40px;background:#313332;border-radius:12px;overflow:hidden}
.catalog_toggle{width:40px;display:flex;align-items:center;justify-content:center}
.search_field form{width:100%;height:auto}
.ss-search-form{height:100%}
.ss-search-form__input{display:flex;height:100%}
.ss-search-form__submit{width:40px;display:flex;align-items:center;justify-content:center;background:var(--red);border:none}
.ss-search-form__input input{flex:1;background:transparent;border:none;color:white}
.catalog_toggle .hamburger-box{width:13px;height:10px}
.catalog_toggle .hamburger-inner,.catalog_toggle .hamburger-inner:before,.catalog_toggle .hamburger-inner:after{background:var(--red);width:13px;height:2px}
.catalog_toggle .hamburger-inner:before{top:-6px}
.catalog_toggle .hamburger-inner:after{bottom:-6px}
.header{display:flex;flex-direction:column;gap:24px}
.header_actions .bt{border:none;border-radius:60px;font-size:16px;font-weight:500;padding:10px;gap:8px;letter-spacing:-.31px}
.header_link{display:flex;align-items:center;gap:8px;color:white;font-weight:500}
.address_info{display:flex;align-items:center;gap:8px;line-height:1.2}
.address_info span{color:#FFFFFFBF;font-size:12px}
.bt.red_op{background:#DE4C5840;color:var(--red)}
#cartbtn{position:relative;padding-right:16px}
.cart_qty{position:absolute;top:-4px;right:-4px;color:white;background:var(--red);border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;line-height:1;font-size:13px}
.lang select{padding:0;height:auto;background:transparent;border:none;box-shadow:none;color:white;text-transform:uppercase}
.lang svg{min-width:20px}
.header_actions{display:flex;gap:12px}
.horizontal_banner{border-radius:16px;overflow:hidden}
.horizontal_banner img{width:100%}
section.pt_1{padding-top:40px;padding-bottom:40px}
section{padding:80px 0}
section.dark{background:#121112}
.pt40{padding-top:40px}
.mb_1{margin-bottom:20px}
.category_cards{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.category_card{background:#2A2929;border-radius:16px;padding:16px 20px}
.category_card_caprion{display:flex;justify-content:space-between;align-items:center}
.category_card_name{color:#FFFFFF;font-size:20px;font-weight:700;line-height:1;font-family:'Raleway'}
.category_card_img{margin-bottom:20px;height:128px;display:flex;align-items:center}
.category_card_img img{max-width:100%;height:100%;object-fit:contain}
.search_section_card{background:#2A2929;border-radius:16px}
.search_section{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
.search_section_card.vin_search{padding:20px;display:flex;flex-direction:column}
.steps_search_header{padding:16px 20px;display:flex;justify-content:space-between;align-items:center;gap:10px;border-bottom:1px solid #3B3B3B}
.steps_search_title{font-weight:600}
.steps_search_body{padding:20px}
.step_name{color:#FFFFFF80;font-size:12px;line-height:1.2;text-transform:uppercase;letter-spacing:1.2px;font-weight:700;margin-bottom:12px}
.options_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:4px}
.option_btn{background:#FFFFFF1A;border-radius:8px;font-size:14px;font-weight:500;padding:9px 16px;display:block;cursor:pointer;transition:.3s}
.option_wrap{margin-bottom:0;font-weight:normal;position:relative}
.option_wrap input{position:absolute;left:0;width:0}
.mid_title{font-size:20px;font-weight:700;line-height:1.1;margin-bottom:12px}
#vinSearch label{margin-bottom:0;position:relative;font-weight:normal;flex:1}
#vinSearch label .info_icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:1;display:flex;cursor:pointer}
#vinSearch{width:100%;display:flex;gap:10px;margin-top:auto}
#vinSearch input{background:#FFFFFF1A;width:100%;border:none;height:100%;padding:10px 12px;border-radius:12px}
#vinSearch .bt{font-weight:500;padding:10px 20px}
.steps_dots{display:flex;gap:4px}
.steps_dots span{background:#FFFFFF1A;width:24px;height:4px;border-radius:60px}
.steps_dots span.current{background:var(--orange)}
.section_header{display:flex;justify-content:space-between;gap:10px}
.direction_cards{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.direction_card_img{height:176px}
.direction_card_img img{width:100%;height:100%;object-fit:cover}
.direction_card{border-radius:16px;overflow:hidden;background:#29272A}
.direction_card_preview{padding:16px}
.direction_card_name{font-size:14px;font-weight:700;margin-bottom:4px;line-height:1.1}
.direction_card_models{font-size:12px;margin-bottom:8px}
.see_all{color:var(--orange);font-size:14px;font-weight:600}
.direction_card .see_all{font-size:12px}
section:not(.dark) + section:not(.dark):not(.orange):not(.pt40):not(.pt_1):not(.pt56){padding-top:0}
section.dark + section.dark{padding-top:0}
.text.font18{font-size:18px}
.centered{text-align:center;margin-right:auto;margin-left:auto}
.mb_2{margin-bottom:44px}
.text.opacity{opacity:.7}
.eyebrow{font-size:12px;font-weight:700;color:var(--orange);text-transform:uppercase;letter-spacing:1.2px}
.compare_text blockquote{border-left:2px solid #F59E0B;padding:0 0 0 12px;font-size:14px;color:#FFFFFF80}
.compare_text blockquote strong{font-weight:700;color:white}
.compare_section{display:grid;grid-template-columns:repeat(2,1fr);gap:48px}
.compare_table table{width:100%}
.compare_table th,.compare_table td{border:1px solid #D4D7D940;padding:12px 16px;text-align:center;font-size:12px}
.compare_table th:first-child,.compare_table td:first-child{text-align:left;color:white}
.compare_table th{text-transform:uppercase;letter-spacing:.6px;font-weight:700;color:white}
.compare_table th.accent{background:var(--orange);color:white}
.compare_table td.accent{background:#FFFFFF1A;color:white}
.compare_table td.accent span:after{content:url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.6667 3.5L5.25004 9.91667L2.33337 7" stroke="%23F59E0B" stroke-width="1.16667" stroke-linecap="round" stroke-linejoin="round"/></svg>');margin-left:6px;margin-bottom:-3px}
.compare_table th.accent span:after{content:url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.6667 3.5L5.25004 9.91667L2.33337 7" stroke="white" stroke-width="1.16667" stroke-linecap="round" stroke-linejoin="round"/></svg>');margin-left:6px;margin-bottom:-3px}
.compare_table th.accent span,.compare_table td.accent span{display:flex;align-items:center;justify-content:center}
.compare_table td{color:#FFFFFF80}
.compare_table td:first-child{font-weight:500}
.stars{display:flex;gap:5px}
.review_overall{display:flex;align-items:center;gap:12px}
.reviews_amount{color:#6B7280;font-size:14px}
.mb_3{margin-bottom:32px}
.reviews_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
.review_card{background:#29272A;border-radius:16px;padding:24px;display:flex;flex-direction:column}
.review_card .stars{margin-bottom:12px}
.review_text{font-size:14px;margin-bottom:12px}
.review_bottom{margin-top:auto;padding-top:20px;border-top:1px solid #3B3B3B;display:flex;gap:12px}
.review_name{font-size:14px;font-weight:600;line-height:1;margin-bottom:6px}
.review_meta{color:#9CA3AF;font-size:12px;line-height:1.1}
.initials{width:32px;height:32px;background:#FFFFFF33;border-radius:50%;color:white;font-size:12px;font-weight:bold;display:flex;align-items:center;justify-content:center}
.review_info{flex:1}
.faq_container{width:896px;max-width:100%;margin:0 auto}
.faq_list{display:flex;flex-direction:column;gap:8px}
.faq_item{background:#29272A;border-radius:16px;transition: .5s;}
.faq_head{padding:24px;font-size:18px;line-height:1.1;font-weight:600;position:relative;display:flex;align-items:center;cursor:pointer}
.faq_body{padding:0 24px 24px;color:#FFFFFF80;display:none}
.faq_body :last-child{margin-bottom:0}
.faq_head:after{content:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke="white" stroke-opacity="0.5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');margin-left:auto;height:24px;transition:.5s}
.active .faq_head:after{transform:rotate(180deg)}
.icon{width:32px;height:32px;min-width: 32px;display:flex;align-items:center;justify-content:center}
.icon.orange{background:var(--orange)}
.benefit_card_title{font-size:14px;font-weight:bold;line-height:1.1;margin-bottom:6px}
.benefit_card_text{color:#FFFFFF80;font-size:14px}
.benefit_card_text :last-child{margin-bottom:0}
.benefits_list{display:grid;grid-template-columns:repeat(2,1fr)}
.benefit_card{border:1px solid #FFFFFF1A;padding:24px}
.benefits_section{display:grid;grid-template-columns:1fr 3fr;gap:50px}
.brand_item{height:84px;width:180px;display:flex;align-items:center;justify-content:center}
.brand_item img{max-height:100%;max-width:100%;object-fit:contain}
.brands_slider .swiper-slide{width:auto}
.brand_item{filter:grayscale(1);transition:.5s}
.brand_item:hover{filter:grayscale(0)}
section.orange{background:var(--orange)}
.cta_section{display:grid;grid-template-columns:1fr 2fr;align-items:center}
.cta_btns{display:flex;justify-content:flex-end;align-items:center;gap:12px}
.bt.round{border-radius:60px}
.bt.white_bor{color:white;border-color:#FFFFFF66}
.info_section{display:grid;grid-template-columns:1fr 1fr;align-items:center}
.img_side img{width:100%;height:100%;object-fit:cover}
.text_side{padding-right:100px}
.mini_title{font-size:12px;font-weight:bold;letter-spacing:1.2px;text-transform:uppercase;color: inherit;}
.seo_text{font-size:12px;column-count:2;gap:48px}
.seo_text :last-child{margin-bottom:0}
footer{background:#111111}
.footer_top{padding:48px 0;display:flex;justify-content:space-between;align-items:flex-start;gap:24px}
.footer_bottom{display:flex;justify-content:space-between;align-items:center;padding:32px 0;border-top:1px solid #FFFFFF33}
.footer_cards{display:flex;gap:24px}
.footer_cards span{background:#FFFFFF1A;color:white;font-size:14px;font-weight:500;line-height:1;padding:8px 20px;display:block}
.copy{color:#FFFFFF;line-height:1.2}
.copy a{color:inherit}
.ftitle{color:#FFFFFF80;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.7px;margin-bottom:24px}
.fcol ul{list-style:none;padding-left:0;margin-bottom:0}
.fcol ul li{line-height:1.2}
.fcol ul li:not(:last-child){margin-bottom:10px}
.fcol ul li,.fcol ul li a{color:white}
.fcol.fcol1{width:272px}
.fcol .bt{width:100%}
.cons_text{color:#FFFFFF;font-size:14px;margin-bottom:16px}
.footer_logo{margin-bottom:48px;display:block}
.breadcrumb{margin:0;padding:40px 0 0;background:transparent;border-radius:0;border:none}
.breadcrumb li a{color:#FFFFFF80}
.breadcrumb > li{font-size:13px}
.mb16{margin-bottom:16px}
.mb10{margin-bottom:10px}
.text :last-child{margin-bottom:0}
section.pt24{padding:24px 0 0}
section.pt40{padding:40px 0 0}
section.pt56{padding:56px 0}
.steps_list{display:grid;grid-template-columns:repeat(4,1fr);border-radius:16px;overflow:hidden}
.step_card:not(:last-child){border-right:1px solid #E5E7EB40}
.step_card{background:#2A2929;padding:24px}
.step_card_index{color:#E5E7EB40;font-size:30px;line-height:1;font-weight:900;margin-bottom:10px}
.step_card_title{font-size:14px;font-weight:bold;margin-bottom:10px}
.step_card_text{color:#6B7280;font-size:14px}
.icon.round{border-radius:50%}
.methods_list{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.method_card{background:#2A2929;border-radius:16px;padding:24px}
.method_card .icon{width:40px;height:40px;margin-bottom:20px}
.method_title{font-weight:700;margin-bottom:4px}
.method_text{color:#FFFFFF80;font-size:14px}
.method_price{font-size:24px;line-height:1;color:var(--orange);font-weight:900;margin-top:16px;margin-bottom:4px}
.method_desc{margin-top:20px;border-top:1px solid #FFFFFF40;padding:16px 0 0;color:#FFFFFFB2;font-size:14px}
.method_desc ul{list-style:none;padding-left:0;margin-bottom:0}
.method_desc ul li{position:relative;padding-left:12px}
.method_desc ul li:before{position:absolute;content:"";left:0;top:9px;width:4px;height:4px;border-radius:50%;background:var(--orange)}
.method_desc ul li:not(:last-child){margin-bottom:7px}
.payment_card{border-right:1px solid #FFFFFF40;border-bottom:1px solid #FFFFFF40;padding:24px;display:flex;gap:12px}
.payments_list{display:grid;grid-template-columns:repeat(2,1fr);background:#2A2929;border-radius:16px;overflow:hidden}
.payment_card:nth-child(even){border-right:none}
.payment_card:last-child,.payment_card:nth-last-child(2){border-bottom:none}
.cta_box{background:#111111;padding:32px;border-radius:16px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.steps_list.steps_list2{gap:8px}
.steps_list2 .step_card{border:none;border-radius:16px}
.steps_list2 .step_card_text{color:#FFFFFF80}
.note_text{border-left:4px solid var(--orange);padding:8px 0 8px 24px}
.note_text .mid_title{font-size:18px;margin-bottom:6px}
.text.font14{font-size:14px}
.terms_list{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
.terms_card{background:#2A2929;border-radius:16px;padding:24px}
.terms_card .mid_title{font-size:16px;display:flex;align-items:center;gap:10px}
.terms_card .text ul{list-style:none;padding-left:0;margin-bottom:0}
.terms_card .text ul li{position:relative;padding-left:15px}
.terms_card .text ul li:before{position:absolute;content:"";left:0;top:8px;width:4px;height:4px;border-radius:50%}
.terms_card.accept .text ul li:before{background:#00C950}
.terms_card.not_accept .text ul li:before{background:var(--orange)}
.terms_card .text{color:#FFFFFFB2;font-size:14px}
.terms_card .text ul li:not(:last-child){margin-bottom:5px}
.bt.opacity{background:#FFFFFF1A;border:1px solid #FFFFFF33;color:white}
.buttons_group{display:flex;gap:12px}
.needs_list{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.needs_list li:before{background:var(--orange)}
.pageheader{background-size:cover;background-position:center;padding:40px 0;position:relative}
.pageheader_inner{position:relative;z-index:1}
.pageheader:before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;background:rgba(38,38,38,0.85)}
.container .container{padding:0;margin:0;width:auto}
.pageheader_inner .breadcrumb{padding:0;margin:0 0 24px}
.banner_title{font-size:39px;font-weight:900;line-height:1.1}
.banner_text{margin-top:16px;color:#FFFFFF99}
.banner_text :last-child{margin-bottom:0}
section.p0{padding:0}
.stat_grid{display:grid;grid-template-columns:repeat(4,1fr)}
.stat_card:not(:last-child){border-right:1px solid #FFFFFF40}
.stat_card{padding:24px 32px;text-align:center;display:flex;flex-direction:column;gap:4px}
.stat_title{line-height:1;font-size:30px;font-weight:900}
.stat_text{color:#FFFFFF80;font-size:12px}
.history_section{display:grid;grid-template-columns:repeat(2,1fr);gap:48px}
.brands_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.brand_pill{background:#FFFFFF1A;border-radius:8px;text-align:center;font-size:14px;font-weight:700;padding:12px}
.bordered{border-bottom:1px solid #FFFFFF40;padding-bottom:15px}
.infobox_list{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
.infobox{background:#2A2929;border-radius:16px;padding:24px}
.xs_title{font-size:14px;font-weight:700;line-height:1.1}
.infobox .xs_title{margin-bottom:6px}
.title.title_md{font-size:39px}
.contact_section{display:grid;grid-template-columns:2fr 1fr;gap:40px}
.cont_sell:not(:last-child){border-bottom:1px solid #FFFFFF40}
.contact_information{border-radius:16px;background:#2A2929}
.cont_sell{display:flex;align-items:flex-start;gap:16px;padding:24px}
.cval :last-child{margin-bottom:0}
.cval{font-weight:600;line-height:1.2}
.cval,.cval a{color:#FFFFFF}
.cval a{display:block;white-space:nowrap}
.ctitle{color:#FFFFFF80;font-size:10px;text-transform:uppercase;font-weight:700;letter-spacing:1px;margin-bottom:4px}
.social{display:flex;flex-wrap:wrap;gap:8px}
.social a{font-size:12px;font-weight:700;border-radius:60px;padding:8px 16px;background:#FFFFFF1A;display:block}
.cval.social{margin-top:12px}
.cval.schedule{color:#FFFFFF80;font-size:14px;font-weight:normal;line-height:1.5}
.cval.schedule strong{color:white}
.map_wrap{background:#FFFFFF26;border-radius:16px;height:288px;overflow:hidden}
.map_wrap iframe{width:100%;height:100%}
.ctitle.mb16{margin-bottom:16px}
.details_table{background:#2A2929;border-radius:16px}
.details_table_caption.ctitle{margin-bottom:0}
.details_table_caption{border-bottom:1px solid #FFFFFF40;padding:16px 24px}
.details_table_row:not(:last-child){border-bottom:1px solid #FFFFFF40}
.details_table_row{padding:12px 24px;color:#FFFFFFB2;font-size:12px;display:grid;grid-template-columns:20% 1fr}
.form_wrap{background:#2A2929;border-radius:16px}
.form_wrap_caption{padding:20px 24px;border-bottom:1px solid #FFFFFF40}
.form_wrap_body{padding:24px}
.form_title{font-weight:900}
.form-control{background:#FFFFFF1A;padding:10px;border:none;font-size:14px;color:white;font-weight:normal}
.ctitle.required{position:relative}
.ctitle.required:after{content:'*';color:red;margin-left:4px}
textarea.form-control{height:120px;resize:none}
.form_wrap_body .bt{width:100%}
.form_note{color:#FFFFFF80;font-size:10px;width:min-content;min-width:180px}
.blog_categories{display:flex;border-radius:16px;background:#FFFFFF1A;overflow:hidden}
.blog_categories a{width:100%;text-align:center;color:white;padding:10px;font-size:14px;font-weight:500}
.blog_categories a.active{background:var(--orange)}
.blog_categories a:not(.active):not(:last-child){border-right:1px solid #FFFFFF40}
.last_article{display:grid;grid-template-columns:1fr 1fr;background:#2A2929;border-radius:16px;overflow:hidden;margin-bottom:40px}
.post_article{background:#2A2929;border-radius:16px;overflow:hidden;display:flex;flex-direction:column}
.article_preview{padding:20px;display:flex;flex-direction:column;flex-grow:1}
.post_list{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.article_img{height:160px}
.article_img img{width:100%;height:100%;object-fit:cover}
.article_category{color:var(--orange);font-size:12px;font-weight:600;display:flex;gap:10px}
.article_published{display:flex;line-height:1.1;margin-bottom:8px;align-items:center}
.article_date{color:#FFFFFF80;font-size:12px}
.article_preview .article_date:before{content:"·";padding:0 8px}
.article_title{color:white;font-size:14px;font-weight:700;line-height:1.2;margin-bottom:8px}
.article_text{color:#FFFFFF80;font-size:12px;margin-bottom:8px}
.article_meta{display:flex;justify-content:space-between;align-items:center;margin-top:auto}
.article_author,.article_time{font-size:10px;color:#FFFFFF80}
.article_meta .link_more{margin-left:auto}
.link_more{font-size:12px;font-weight:600}
.article_meta .article_time:before{content:"·";padding:0 8px}
.last_article .article_preview{padding:32px}
.last_article .article_img{height:auto}
.last_article .article_category{font-size:10px;background:var(--orange);color:white;border-radius:5px;letter-spacing:.5px;text-transform:uppercase;padding:5px 8px}
.last_article .article_date:before{display:none}
.last_article .article_time{font-size:12px}
.last_article .article_published{gap:12px;margin-bottom:12px}
.last_article .article_title{font-size:24px;font-weight:900;margin-bottom:12px}
.last_article .article_text{font-size:14px}
.last_article .article_author{font-size:12px}
.last_article .link_more{font-size:14px}
.article_content{display:flex;flex-direction:column;gap:32px}
.article_container{display:grid;grid-template-columns:1fr 280px;gap:40px;align-items:flex-start}
.full_image{border-radius:16px;overflow:hidden;display:block}
.full_image img{width:100%}
.article_aside .cta_section{display:block;padding:20px;background:#111111;border-radius:16px}
.article_aside .cta_section .title{font-size:14px;margin-bottom:8px}
.article_aside .cta_section .text{font-size:12px;margin-bottom:16px}
.article_aside .cta_btns .bt{width:100%}
.quote_block_title{font-size:14px;font-weight:700}
.quote_block{border-left:4px solid #F59E0B;padding:8px 0 8px 24px}
.pageheader_wrap{width:600px;max-width:100%}
.post_meta span:not(:last-child):after{content:'•';padding:0 10px}
.related_list{display:flex;flex-direction:column;gap:8px}
.article_aside{display:flex;flex-direction:column;gap:24px}
.related_list .post_article{background:transparent;border-radius:0}
.related_list .article_img{height:96px;border-radius:16px;overflow:hidden}
.related_list .article_preview{padding:8px 0 0}
.related_list .article_title{margin-bottom:0}
.catalog_menu_wrap{position:absolute;top:calc(100% + 1px);left:0;width:100%;z-index:1;background:#1B1B1B;padding:32px 0}
.catalog_menu_grid{display:grid;grid-template-columns:288px 1fr;gap:24px}
.parent_link{padding:12px;display:flex;align-items:center;gap:12px;color:#FFFFFF80;font-size:20px;font-weight:700;font-family:'Raleway';transition:.5s;cursor:pointer;border-radius:8px}
.parent_links{display:flex;flex-direction:column;gap:12px;padding-bottom:12px}
.cat_icon{min-width:32px;display:flex;align-items:center}
.parent_link.active,.parent_link:hover{color:white;background:#2A2929}
.cont_link{border-top:1px solid #FFFFFF40;padding:20px 0 0;display:flex;flex-direction:column;gap:10px}
.cont_link,.cont_link a{color:white}
.cont_link a{display:block}
.parent_link:after{content:url('data:image/svg+xml,<svg width="8" height="14" viewBox="0 0 8 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.75 12.75L6.75 6.75L0.75 0.75" stroke="%23999999" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');margin-left:auto}
.children_list{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.child_card{display:grid;grid-template-columns:1fr 1.8fr;gap:20px}
.child_card_img{height:128px;background:white;border-radius:16px;overflow:hidden}
.child_card_img img{width:100%;height:100%;object-fit:contain}
.child_card_title{color:white;font-size:20px;font-weight:700;line-height:1.4;margin-bottom:12px}
.cat_more{color:white;font-weight:500;margin-top:auto;transition: .5s;}
.child_card_info{display:flex;flex-direction:column}
.catalog_menu_wrap{display:none}
.catalog_menu_wrap.is-visible{display:block}
.catalog_content{display:none}
.catalog_toggle .hamburger.is-active .hamburger-inner,.catalog_toggle .hamburger.is-active .hamburger-inner:after,.catalog_toggle .hamburger.is-active .hamburger-inner:before{background:var(--red)}
.catalog_container{display:grid;grid-template-columns:208px 1fr;gap:24px;align-items:flex-start}
.mini_title.filter_head{color:#FFFFFF80;font-size:10px;margin-bottom:16px}
.filter_item_name{color:#FFFFFF;font-size:12px;line-height:1.1;font-weight:700;margin-bottom:8px}
.filter_btns{display:flex;flex-direction:column;gap:6px}
.filter_btn{margin-bottom:0;display:flex;align-items:center;gap:10px;font-weight:500;font-size:14px;color:#FFFFFF80;position:relative}
.filter_btn input{position:absolute;left:0;top:0;width:0}
.radiomark{border:1px solid #FFFFFF40;--radio_w:14px;width:var(--radio_w);height:var(--radio_w);min-width:var(--radio_w);border-radius:50%;position:relative}
input:checked + .radiomark,input:checked + .checkmark{background:white;border:4px solid var(--orange)}
.range{display:flex;gap:8px}
.range input, .filter_search_input{width:100%;background:#FFFFFF1A;border-radius:100px;border:none;color:white;font-size:14px;padding:10px;line-height:1}
.filter_body{display:flex;flex-direction:column;gap:24px}
.checkmark{border:1px solid #FFFFFF40;--check_w:14px;width:var(--check_w);height:var(--check_w);min-width:var(--check_w);position:relative}
.catalog_top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:20px}
.product_count{color:#FFFFFF80;font-size:14px;line-height:1.1}
.prod_sort{color:#FFFFFF80;font-size:14px;display:flex;align-items:center;gap:10px}
.prod_sort select{background:#FFFFFF1A;color:white;border:none;border-radius:60px;padding:7px 16px}
.catalog_list{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.product_img{height:176px;display:block;overflow: hidden;}
.product_preview{padding:16px}
.product_card{background:#2A2929;border-radius:16px;overflow:hidden}
.product_bottom{display:flex;justify-content:space-between;align-items:flex-end}
.product_img img{width:100%;height:100%;object-fit:cover;transition: .3s;}
.product_meta{color:#FFFFFF80;font-size:10px;line-height:1.1;margin-bottom:6px}
.product_meta span:not(:last-child):after{content:"·";padding:0 7px}
.product_name{font-size:14px;font-weight:600;line-height:1.2;margin-bottom:16px}
.product_name a{color:white}
.product_price{font-weight:600}
.product_status{font-size:12px;font-weight:500;line-height:1;margin-top:3px}
.add_to_cart{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;border:none;background:var(--orange)}
.product_page{display:flex;flex-wrap:wrap;gap:16px}
.product_section.full_width{width:100%}
.product_section.half_width{width:calc(50% - 8px)}
.product_section{background:#2A2929;border-radius:16px;padding:24px}
.product_section.pad0{padding:0}
.swiper-slide .article_img{height:192px}
.cat_tag{background:var(--orange);color:white;border-radius:60px;display:block;padding:4px 12px}
.swiper-slide .article_date:before{display:none}
.swiper-slide .article_published{gap:12px;margin-bottom:12px}
.swiper-slide .article_title{font-size:20px;font-weight:600}
.swiper-slide .article_text{font-size:16px}
.swiper-slide .article_meta .link_more{font-size:14px;margin-left:0}
.product_main{width:calc(40% - 120px);margin:0 auto 0 16px}
.product_main .product_status{position:relative;padding:6px 10px;z-index:1;display:inline-block;font-size:12px;font-weight:600;margin-bottom:12px}
.status_back{opacity:.25;position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1;border-radius:4px}
.gallery_side{width:34%}
.product_cart{width:26%;display:flex;flex-direction:column}
.product_section1{display:flex}
.product_main .product_meta{font-size:16px;margin-bottom:12px}
.product_main .product_image{display:block;background:#F9FAFB;border-radius:16px;overflow:hidden;height:400px}
.product_main .product_image img{width:100%;height:100%;object-fit:cover}
.product_cart .product_price{font-size:30px;font-weight:900;line-height:1;margin-bottom:4px}
.old_price{color:#FFFFFF80;font-size:14px;display:flex;align-items:center}
.discount{color:var(--orange);font-size:12px;font-weight:700;margin-left:10px}
.old{text-decoration:line-through}
.product_image{border-radius:16px;overflow:hidden;height:400px;display:flex;align-items:center;justify-content:center;background:#F9FAFB}
.product_image img{max-width:100%;max-height:100%;object-fit:contain}
.button-group{display:flex;flex-direction:column;gap:16px}
.product_cart .button-group{margin-top:auto}
.bt.gray{background:#FFFFFF1A;color:white;border:none}
.button-group .bt{min-height:46px}
.product_qty{margin-top:20px;display:flex;align-items:center;gap:12px}
.qty_input{display:flex;width:112px;background:#FFFFFF1A;border-radius:100px;height:36px}
.qty_input input{width:100%;text-align:center;color:white;font-size:14px}
.qty_input input,.qty_input button{background:transparent;border:none}
.qty_input button{display:flex;align-items:center;justify-content:center;padding:0;min-width:36px}
.in_stock{color:#FFFFFF80;font-size:12px}
.attr_list{display:flex;flex-direction:column;gap:12px;margin-top:28px}
.attr_row{display:flex;justify-content:space-between;line-height:1.1;font-size:12px;color:#FFFFFF80;position:relative;z-index:1}
.attr_row span:last-child{width:105px;color:white;padding-left:5px}
.attr_row span{background:#2A2929}
.attr_row:before{position:absolute;content:'';left:0;bottom:2px;width:100%;height:1px;background:#FFFFFF26;z-index:-1}
.attr_row span:first-child{padding-right:10px}
.prod_benefits{margin-top:28px;list-style:none;padding-left:0;margin-bottom:0;display:flex;flex-direction:column;gap:16px}
.prod_benefits li{display:flex;align-items:center;gap:10px;font-size:12px;line-height:1.2}
.sect_title{font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.35px}
.section_caption{border-bottom:1px solid #FFFFFF33;font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.35px;padding:16px 24px}
.table_wrap th,.table_wrap td{padding:12px 24px}
.table_wrap th{font-weight:700;text-transform:uppercase;font-size:10px;letter-spacing:1px}
.table_wrap tr{border-bottom:1px solid #FFFFFF33}
.table_wrap table{width:100%}
.product_section.product_section3{padding-bottom:30px}
.table_wrap td{color:#FFFFFF80;font-size:14px}
.table_wrap td:first-child{font-weight:600;color:white}
.auth_column{width:700px;max-width:100%;margin:0 auto;padding:56px;background:#121112;border-radius:16px}
.form-fields .w50{width:calc(50% - 8px)}
.form-fields .w100{width:100%}
.form-fields{display:flex;flex-wrap:wrap;gap:16px}
.form-footer{display:flex;justify-content:center;gap:16px;align-items:center}
.form-group{margin-bottom:0}
.mb30{margin-bottom:30px}
.form-footer__note{font-size:14px}
.cabinet_links{list-style:none;padding:20px 0;margin-bottom:0}
.cabinet_links li a{display:block;padding:6px 24px;color:white;border-bottom:1px solid #FFFFFF40}
.cabinet_links li a:hover{background:var(--orange)}
.success_message .icon{width:70px;height:70px}
.success_message .icon svg{width:auto;height:auto}
.confirm_page{display:grid;grid-template-columns:1fr 30%;gap:40px;align-items:flex-start}
.confirm_form_header{background:#121112;padding:16px 24px}
.confirm_form{border:1px solid #3B3B3B}
.confirm_form_title{color:#FFFFFF;font-size:16px;font-weight:600;line-height:1.1}
.confirm_form_text{color:#FFFFFF66;font-size:12px;line-height:1.1;margin-top:6px}
.confirm_form_body{padding:24px}
.confirm_form_footer{padding:0 24px 24px}
.total_table{border-top:1px solid #3B3B3B;padding-top:17px}
.total_table table{width:100%}
.total_table table tr td:last-child{text-align:right;color:white;font-weight:500}
.total_table table td{color:#6B7280;font-size:14px;padding:2px}
.confirm_form_footer .bt{width:100%;margin-top:20px}
.order_advantage{display:flex;align-items:center;gap:8px;color:#9CA3AF;font-size:12px;line-height:1.1}
.order_advantage + .order_advantage{margin-top:8px}
.cart_table{border:1px solid #3B3B3B;background:#121112}
.cart_table_header{border-bottom:1px solid #3B3B3B;display:flex;justify-content:space-between;align-items:center;padding:16px 24px}
.cart_table_title{font-size:20px;font-weight:600;line-height:1.1}
.clear_cart{cursor:pointer;color:#9CA3AF;font-size:14px;font-weight:500}
.cart_table_body .empty_cart{padding:32px}
.success_message{max-width:600px}
.success_message .icon{--icon_w:96px}
.qty{background:#1A1A1A;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:600}
.header_btn{position:relative}
.qty{position:absolute;top:0;right:1px}
.cart_table .product-card{display:flex;gap:16px;border:none;background:transparent}
.cart_table .product-card__footer{display:flex;flex-direction:column;align-items:flex-start;justify-content:start;margin-top:0;gap:10px;padding:10px}
.cart_table .product-card__header{flex-direction:column;align-items:flex-start;margin-bottom:0;gap:4px;display:flex;justify-content:center}
.cart_table .product-card__body{margin-left:auto;display:flex;align-items:center}
.product-card__image{width:64px;height:auto;border-top:1px solid #E5E7EB;min-width:64px;background:white;display:flex;align-items:center}
.product-card__image img{width:100%;max-height:100%;object-fit:cover}
.cart_table .product-card:not(:last-child){border-bottom:1px solid #3B3B3B}
.cart_table .product-card__badge{color:#1A1A1A;background:transparent;padding:0;font-size:16px;font-weight:600;line-height:1;display:none}
.cart_table .product-card__title{margin-bottom:0;font-size:15px}
.cart_table .product-card__subtitle{color:#9CA3AF;font-size:14px}
.product-card__delete{color:#9CA3AF;font-size:12px;gap:4px;font-weight:500;background:transparent;border:none;display:flex;align-items:center;padding:0}
.product-card__counter{display:flex;width:130px;gap:4px}
.product-card__counter input{width:100%;text-align:center;border-radius:6px;border:1px solid #3B3B3B;font-size:18px;background:transparent}
.product-card__counter button{border:1px solid #3B3B3B;border-radius:6px;min-width:34px;width:34px;height:34px;font-size:22px;line-height:1;font-weight:300;background:transparent}
.product-card__category{font-size:14px;display:none}
.product-card__meta{display:none}
.account_button{position:relative}
.order-item{border:1px solid #5d5d5d;padding:20px;margin-bottom:20px;border-radius:8px;transition:box-shadow .2s}
.order-item:hover{box-shadow:0 4px 12px rgba(0,0,0,0.05)}
.order-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #5d5d5d;padding-bottom:12px;margin-bottom:15px}
.order-number{font-size:1.1em}
.order-items{margin-bottom:15px}
.order-items__title{display:block;font-size:.85em;color:#c8c8c8;margin-bottom:8px;text-transform:uppercase}
.order-items__list{list-style:none;padding:0;margin:0}
.order-items__item{padding:6px 0;border-bottom:1px dashed #eee;font-size:14px}
.order-meta{margin-bottom:15px;font-size:14px;color:#c8c8c8}
.order-meta__row{margin-bottom:4px}
.order-total{font-weight:bold;font-size:16px;border-top:1px solid #5d5d5d;padding-top:12px}
input:checked + .option_btn{background:var(--orange)}
.input_group{display:flex;flex-wrap:wrap;gap:8px}
.catalog_list.grid4{grid-template-columns:repeat(4,1fr)}
.search_container .ss-search-form__input{background:#121112;height:56px;border-radius:16px;overflow:hidden}
.search_container .ss-search-form__input input{padding:10px 20px}
.search_container .ss-search-form__input button{width:50px}
.search_container .ss-search-form{margin-bottom:40px}
.ss-search-form2{width:100%}
.ss-search-form__input2{width:100%;display:flex;gap:10px}
.bt:hover{filter:brightness(1.2)}
a.header_link:hover{color:var(--red)}
.menu li a:hover,.cont_link a:hover,.child_card:hover .cat_more{color:var(--red)}
.child_card:hover .child_card_img img,.category_card:hover .category_card_img img{transform:scale(1.1)}
.child_card_img img,.category_card .category_card_img img{transition:.5s}
.category_card:hover{background:#343434}
.option_btn:hover{background:#ffffff45}
.product_card:hover .product_img img{transform:scale(1.1)}
.add_to_cart:hover{filter:brightness(1.1);transform:scale(1.1)}
.add_to_cart{transition:.5s}
.faq_item:hover{background:#444145}
.post_article:hover{transform:translateY(-10px)}
.bt.white_bor:hover{background:#FFFFFF66}
.bt.white:hover{background:transparent;color:white}
.fcol ul li a:hover,.cval a:hover{color:var(--orange)}

.modal-dialog {
    width: 700px;
    max-width: 95%;
}

.modal-content {
    background: #151515;
    border: none;
}

.modal-body {
    padding: 40px;
}

.modal-content  .close {
    opacity: 1;
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 20px;
}
.modal-header {
    padding: 30px 40px;
    border-color: #b3b3b36b;
}
.form_footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.product_cart form {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
select option{background-color: #151515;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.custom_content table {
    width: 100%;
    margin: 20px 0;
}

.custom_content table td {
    border-bottom: 1px solid #ffffff40;
    padding: 20px 5px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--s-2, 8px);
    margin-top: var(--s-6, 24px);
    list-style: none;
    padding: 0;
}
.pagination .page-item {
    display: flex;
}
.pagination .page-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px !important;
    border: 1px solid var(--c-border, #e0e0e0);
    color: white;
    background: transparent;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}
.pagination .page-item:not(.disabled):not(.active) .page-link:hover {
    border-color: var(--orange, #F59E0B);
    color: white;
    background-color: var(--orange, #F59E0B);
}
.pagination .page-item.active .page-link {
    background: var(--orange, #F59E0B);
    color: var(--white, #fff);
    border: none;
    font-weight: 700;
    z-index: 1;
}
.pagination .page-item.disabled .page-link {
    color: var(--c-text-light, #ccc);
    cursor: not-allowed;
    border-color: var(--c-border, #e0e0e0);
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background: transparent;
}
.input.option_btn {
    color: var(--orange);
    border: none;
}
.input.option_btn option {
    background: #151515;
    color: var(--orange);
}
.podbor_steps{
    display:flex;gap:16px;flex-wrap:wrap;
}
.podbor_steps .w25 {
    width: 25%;
}

.podbor_steps .w50 {
    width: calc(50% - 32px);
}

.podbor_steps .input {
    width: 100%;
}
.subcats{
    display:flex;gap:8px;margin-bottom:20px;
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 10px;
}

.subcats .filter_btn {
    white-space: nowrap;
}
.option_btn:focus {
    color: white;
}
.filter_search_input {
        background: #FFFFFF1A;
    color: white;
    border: none;
    border-radius: 60px;
    padding: 7px 16px;
}