:root{
  --yellow:#fdc425;
  --dark:#111111;
  --dark2:#1b1b1b;
  --grey:#f2f3f5;
  --text:#222;
  --muted:#8a8f98;
/*  --font:'Manrope','Marmelad','Lucida Grande',Arial,'Hiragino Sans GB',Georgia,sans-serif;
*/
--font:'Montserrat','Marmelad','Lucida Grande',Arial,'Hiragino Sans GB',Georgia,sans-serif;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--font);color:var(--text);background:#fff;font-size:15px;line-height:1.5}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:var(--font);cursor:pointer;border:none}
.container{max-width:1180px;margin:0 auto;padding:0 20px}

/* ---------- Sticky header ---------- */
.site-header{position:sticky;top:0;z-index:900;background:#111;border-bottom:1px solid #222}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}
.logo{display:flex;align-items:center;gap:10px;color:#fff}
.logo-text{font-weight:800;font-size:24px;letter-spacing:2px;color:#fff}
.logo-bear{width:36px;height:26px}
.header-right{display:flex;align-items:center;gap:22px}
.header-right .btn-yellow{border-radius:0 !important;font-size:18px !important;font-weight:600 !important;padding: 10px 24px !important}
.cabinet-link{color:#fff;font-size:20px;/*font-weight:700;*/}
.btn-yellow{background:var(--yellow);color:#111;font-weight:800;font-size:14px;padding:10px 22px;border-radius:4px;display:inline-block;text-align:center}
.btn-yellow:hover{background:#ffc93d}
.burger{display:none;background:none}
.burger svg{width:45px;height:45px;margin-left:40px}
.burger-menu{display:none;}

/* ---------- Hero ---------- */
.hero{
  background:#0c0c0c url('assets/main-banner.jpg') bottom;
  background-repeat: no-repeat;
  color:#fff;position:relative;overflow:hidden}
.hero-inner{display:grid;grid-template-columns:1fr 1fr 1.15fr;gap:24px;padding:62px 20px 40px;align-items:start}
.hero-title{font-size:40px;line-height:1.0;font-weight:700;color:var(--yellow);margin-bottom:20px}
.hero-list{list-style:none;display:flex;flex-direction:column;gap:12px;margin-bottom:20px}
.hero-list li{display:flex;gap:10px;font-size:16px;line-height:105%;color:#fff;width:70%}
.hero-list li .dot{display:none}
.hero-more{color:var(--yellow);font-size:16px;text-decoration:underline}
.hero-tire{align-self:center}
.hero-tire img{width:100%;max-width:460px;margin:0 auto;filter:drop-shadow(0 30px 40px rgba(0,0,0,.7))}
.hero-badges.mobile-only{display: none;}
.hero-badges.desktop-only{width:100%;display:grid;grid-template-columns:1.1fr auto 1fr;align-items:center;gap:18px;margin-top:36px;color:#cfcfcf}
.badge{display:flex;align-items:center;gap:10px;font-size:11px;line-height:1.3;text-transform:uppercase}
.badge svg{width:34px;height:34px;flex:none}
.badge b{color:#fff}
.badge-sep{width:1px;height:34px;background:#3a3a3a}
.badge-text-small{text-transform: none;}

/* finder */
.finder{background:rgba(20,20,20,.92);border:1px solid #2c2c2c;border-radius:10px;padding:20px}
.finder-title{font-size:18px;/*font-weight:600;*//*letter-spacing:1px;*/margin-bottom:14px}
.finder-tabs{display:flex;gap:20px;border-bottom:1px solid #333;margin-bottom:18px}
.finder-tab{background:none;color:#8a8a8a;font-size:12px;/*font-weight:700;*/letter-spacing:.5px;padding:0 0 10px;border-bottom:2px solid transparent}
.finder-tab.active{color:var(--yellow);border-bottom-color:var(--yellow)}
.finder-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}
.finder-field label{display:block;font-size:10px;letter-spacing:1px;color:#8a8a8a;margin-bottom:6px;text-transform:uppercase}
.finder-field select{width:100%;background:#0d0d0d;color:#fff;border:1px solid #333;border-radius:4px;padding:10px 12px;font-family:var(--font);font-size:14px;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' transform='rotate(-45 10 0)' fill='white'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 7px bottom 7px}
.finder-submit{width:100%;background:var(--yellow);color:#111;/*font-weight:600;*/letter-spacing:1px;font-size:18px;padding:13px;/*border-radius:4px*/}

/* yellow strip */
.strip{background:var(--yellow);color:#111;text-align:center;padding:12px 20px;font-size:14px;letter-spacing:1px}
.strip b{font-weight:800}

/* ---------- Tires ---------- */
.tires{padding:56px 0 48px}
.section-title{text-align:center;font-size:20px;font-weight:800;letter-spacing:1px;text-transform:uppercase}
.section-sub{text-align:center;/*color:#6b7078;*/margin-bottom:36px;font-size:22px;}
.tires-scroller{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.tire-card{display:flex;flex-direction:column;position:relative;border: 2px solid #eee;border-radius:15px;padding:20px;}
.tire-badge{position:absolute;top:55px;left:0;background:var(--yellow);color:#111;font-size:14px;font-weight:800;padding:5px 10px;border-radius:3px;z-index:2}
.tire-badge-hit{left:10px !important;}
.tire-badge.hit{background:#111;color:var(--yellow)}
.tire-img{height:250px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.tire-img img{max-height:250px;object-fit:contain}
.tire-name{font-size:19px;font-weight:800}
.tire-purpose{font-size:13px;font-weight:500;color:#8a8f98;margin:2px 0 14px}
/* .tire-icons{display:flex;gap:14px;padding-bottom:14px;border-bottom:1px solid #e7e9ec;margin-bottom:14px} */
.tire-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding-bottom:14px;border-bottom:1px solid #e7e9ec;margin-bottom:14px}
.tire-icon{display:flex;flex-direction:column;align-items:center;gap:5px;font-size:11px;font-weight:500;color:#8a8f98;text-align:center;line-height:1.2}
.tire-icon .ring{width:36px;height:36px;border:1px solid #dcdfe4;border-radius:50%;display:flex;align-items:center;justify-content:center}
.tire-icon svg{width:16px;height:16px}
.tire-features{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:18px;flex:1}
.tire-features li{display:flex;gap:8px;font-size:13px;font-weight:500}
.tire-features li .dot{width:7px;height:7px;border-radius:50%;background:var(--yellow);flex:none;margin-top:6px}
.tire-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px}
.stars{display:inline-flex;gap:2px;align-items:center}
.stars svg{width:13px;height:13px}
.rating-num{font-weight:800;font-size:14px;margin-left:4px}
.buy-btn{background:var(--yellow);color:#111;font-weight:700;font-size:13px;padding:9px 20px;border-radius:4px}
.reviews-link{display:inline-block;margin-top:10px;font-size:12px;color:#6b7078;text-decoration:underline;cursor:pointer;text-align:center;width:100%}
.tests-note{display:block;margin-top:10px;font-size:12px;color:#6b7078;text-align:center}

/* ---------- Comparison ---------- */
.comparison{padding:10px 0 60px}
.comparison .section-title{margin-bottom:28px}
.table-wrap.desktop-only{display:initial;overflow-x:auto}
.comparison-scroller.mobile-only{display: none;}
.compare-table{width:100%;border-collapse:collapse;min-width:760px}
.compare-table th,.compare-table td{padding:14px 16px;font-size:13px;text-align:left;border-bottom:1px solid #e7e9ec}
.compare-table thead th{background:var(--grey);font-size:11px;letter-spacing:1px;text-transform:uppercase;font-weight:800}
.compare-table td.center,.compare-table th.center{text-align:center}
.char-cell{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:800}
.char-cell svg{width:16px;height:16px;flex:none}
.dots{display:inline-flex;gap:5px}
.dots i{width:9px;height:9px;border-radius:50%;background:#111;display:inline-block}
.dots i.off{background:#d4d7dc}

/* ---------- Guarantee ---------- */
.guarantee{background:#505254;color:#fff;padding:64px 0 40px}
.guarantee h2{font-size:48px;font-weight:700;margin-bottom:10px}
.guarantee-sub{font-size:22px;color:#cfcfcf;margin-bottom:20px}
.steps{display:grid;grid-template-columns:1.1fr auto 1fr auto .75fr;gap:40px;margin-bottom:44px}
/* .steps{display:flex;gap:20px;margin-bottom:44px;} */
.vertical-divider{width:1px;height:100%;background-color:#eee;}
/* .step{max-width:30%;} */
.step-head{display:flex;gap:14px;align-items:flex-start;margin-bottom:6px}
.step-num{font-size:75px;font-weight:800;color:var(--yellow);line-height:1}
.step-title{font-size:25px;font-weight:800;line-height:1.2;padding-top:6px}
.step-text{color:#d7d7d7;font-size:18px;line-height:120%;}
.step-text-small{color:#d7d7d7;font-size:12px;line-height:100%}
.step-models{margin-top:14px;color:#d7d7d7;font-size:18px;line-height:120%;width:105%}
.upload-banner{border:1px dotted #ddd;padding:24px 45px;display:flex;align-items:center;justify-content:space-between;gap:20px;/*margin-bottom:26px*/}
.upload-banner h3{font-size:17px;font-weight:800}
.upload-banner p{color:#cfcfcf;font-size:16px;/*margin-top:4px*/}
.upload-banner .btn-yellow {font-size:17px !important;border-radius:0 !important;padding:15px 60px !important}
.guarantee-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #555;padding-top:20px;font-size:13px;color:#cfcfcf;flex-wrap:wrap;padding-right:60px;}
.guarantee-bottom a{color:#fff;}

/* ---------- Footer ---------- */
.site-footer{background:#1f1f1f;color:#fff;padding:56px 0 32px}
.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1.6fr;gap:32px;margin-bottom:40px}
.footer-logo{margin-bottom:52px}
.footer-logo-img{color:white;width:185px}
.footer-logo-img svg{color:white}
.footer-contact{font-size:13px;color:#9aa0a8;margin-bottom:6px}
.footer-mail{color:#fff;font-weight:700;display:block;margin-bottom:50px}
.footer-col h4{font-size:18px;font-weight:800;margin-bottom:14px}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:26px}
.footer-col ul a{color:#eee;font-size:15px}
.footer-col ul a:hover{color:#fff}
.footer-col .single{font-size:18px;font-weight:800;display:block;margin-bottom:28px}
.socials{display:flex;gap:10px;margin-bottom:22px;justify-content:flex-end}
.socials a{width:47px;height:47px;background:#2a2a2a;display:flex;align-items:center;justify-content:center}
.socials svg{width:18px;height:18px}
.subscribe-label{font-size:13px;color:#9aa0a8;margin-bottom:10px;text-align:right}
.subscribe-row{display:flex;gap:8px;margin-bottom:14px}
.subscribe-row input{flex:1;padding:10px 14px;border-radius:20px;border:none;font-family:var(--font);font-size:13px}
.subscribe-row button{background:#3a3a3a;color:#cfcfcf;font-weight:700;font-size:13px;padding:10px 18px;border-radius:4px}
.subscribe-row button:disabled {opacity:0.5;}
.checks label{display:flex;gap:8px;font-size:11px;color:#9aa0a8;margin-bottom:8px;align-items:flex-start}
.checks input{margin-top:2px}
.checks a{color:#FDF2D5}
.tires_list_submsg {margin:0 auto;padding:20px;max-width:700px;font-size:13px;font-weight:200;text-transform: uppercase;text-align:center;background:var(--grey);}



.hotline-label{font-size:12px;color:#9aa0a8;margin-bottom:6px}
.hotline{font-size:24px;font-weight:800}
.footer-bottom{display:flex;justify-content:flex-end;gap:24px;flex-wrap:wrap}
.legal-links{display:flex;flex-direction:column;gap:8px;font-size:12px;font-weight:600;color:#ddd;text-align:right;margin-top:82px}
.legal-links a:hover{color:#fff}
.footer-address{font-size:12px;color:#ddd;font-weight:600}

/* ---------- Reviews modal ---------- */
.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);display:none;align-items:flex-start;justify-content:center;z-index:1000;padding:20px}
.modal-overlay.open{display:flex}
.reviews-modal{background:#edeef0;border-radius:16px;max-width:1100px;width:100%;padding:28px 32px 36px;position:relative}
.reviews-modal h3{font-size:24px;font-weight:800;margin-bottom:22px}
.modal-close{position:absolute;top:18px;right:20px;background:none;line-height:0}
.modal-close svg{width:18px;height:18px}
.rev-viewport{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}
.rev-viewport::-webkit-scrollbar{display:none}
.rev-track{display:flex;gap:0}
.review{flex:0 0 33.333%;padding:0 24px;border-left:1px solid #dcdfe4;scroll-snap-align:start}
.review:first-child{border-left:none}
.rev-head{display:flex;align-items:center;gap:8px;font-weight:800;font-size:16px}
.rev-meta{font-size:12px;color:#9aa0a8;font-style:italic;margin:6px 0 14px}
.rev-text{font-size:14px;line-height:1.65}
.rev-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:#edeef0;box-shadow:0 4px 14px rgba(0,0,0,.15);display:flex;align-items:center;justify-content:center}
.rev-nav.prev{left:-12px}
.rev-nav.next{right:-12px}
.rev-nav svg{width:16px;height:16px}


/* ---------- Sticky contact form ---------- */
.contact-widget{position:fixed;right:24px;bottom:24px;z-index:950;background:#f4f5f7;border-radius:14px;box-shadow:0 10px 40px rgba(0,0,0,.25);width:400px;max-width:calc(100vw - 32px);padding:30px 28px 26px;text-align:center}
.contact-widget.hidden{display:none}
.contact-widget h3{font-size:20px;font-weight:800;margin-bottom:10px}
.contact-widget p{font-size:14px;color:#9aa0a8;margin-bottom:20px}
.contact-widget input{/*width:100%;*/padding:13px 14px;border:1px solid #e0e3e8;background:white;border-radius:6px;font-family:var(--font);font-size:15px;margin-bottom:14px}
.contact-widget .send-btn{width:100%;background:var(--yellow);color:#111;font-weight:800;font-size:15px;padding:14px;border-radius:6px}

.contact-widget input[type="tel"]{width:100%}

.contact-close{position:absolute;top:14px;right:16px;background:none;line-height:0}
.contact-close svg{width:14px;height:14px}
#contact-widget .checks u{text-decoration: underline; color: var(--dark2); }
#contact-widget .checks {text-align: left;}


/* ---------- Two forms ---------- */
.finderform-bysize.hidden{display:none}
.finderform-bymodel.hidden{display:none}

@media (max-height: 770px) {
  .hero-inner {
    padding: 10px 20px 10px !important;
    }
  .tires {
    padding: 10px 0 10px !important;
  }
  .section-sub {
    margin-bottom: 10px;
  }
}




/* ---------- Desktop ---------- */
@media (min-width:1025px){
   .hero-more-arrow-mobile {display: none;}
   .hero-more-arrow-desktop {display: initial;}
   .hero-more-p{ display: none; }

   .step-head-desktop-only{display: initial;}
   .step-head-mobile-only{display: none;}

   .rev-nav-tires,
   .rev-nav-comparison {display: none;}
}

#buy-popup .for_car_msg {color:#C0C0C0;width:100%;grid-column: span 3;text-align:center;margin:20px 0 20px 0;font-size:20px;font-weight:500;}
.button_sm {padding:3px 20px;background-color:#0b2878;color:#fff;}
.button_sm:hover {background-color:#5377C1;color:#fff;}

/* Popup*/
.popup_header_block .city_select {margin-bottom:0px;width:200px;padding: 0 0 30px 0;}

.city_select b {margin:0 10px 0px 0;font-size:15px;letter-spacing:0.2px;}
.popup_header_block {display:flex;display:flex;flex-direction: row;justify-content: space-between;align-items: baseline;flex-wrap: wrap;}
.popup_header_block select {padding:5px;}
.sizes_list {margin-bottom:0px;}
.popup_header_block .curr_model {margin:0;padding:0 0 0px 0;font-size:18px;font-weight:600;}
.popup_header_block .region_title {font-size:16px;font-weight:500;padding-right:10px;}
.popup_header_block .offer_string {font-size:16px;font-weight:400;}
.popup_header_block .header {min-width:350px;margin-bottom:15px;}

.city_dealer {font-size:14px;color:#909090;margin-top:5px;}
.offer_string {width:100%;display:flex;justify-content: space-between;flex-wrap: wrap;margin: 0px 20px;}
.offer_str_item {width:100%;display:flex;justify-content: space-between;margin: 10px 0 10px 0;align-items: center;}
.offer_size_field {width: 130px;text-align:center;}
.dealer_name {width:100%;margin:0px 0 10px 0;font-size:22px;font-weight:500;border-top:1px solid #EBEBEB;padding:20px 20px;display:flex;justify-content: space-between;align-items: center;background:#F9F9F9;
}
.dealer_handler {display:inline-block;width:100%;}
.dealer_name .deler_name_str {display:inline-block;margin-right:30px;}
.dealer_name .deler_city_str {position:relative;white-space:nowrap;top:-2px;font-size:14px;font-weight:300;padding:3px 15px;background:#fff;color:#808080;}
.dialer_logo img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity:0.3;
    max-width:130px;
    transition: all 0.3s;
    max-height: 40px;
}
.dialer_logo img:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity:1;
}
.plant_oe {
	position: absolute;
    /* top: -2px; */
    margin: 0px 0 0 -50px;
    padding: 0px 5px;
    font-size: 10px;
    background: #4e97d3;
    color: #fff;
}
.factory_oe {font-size:9px;margin-left:5px;color:#a3a3a3;background-color:#fff;padding:3px;}
.dealer_block {display:flex;    margin-bottom: 25px;}
#buy-popup .for_car_msg {color:#C0C0C0;width:100%;grid-column: span 3;text-align:center;margin:20px 0 20px 0;font-size:20px;font-weight:500;}
.button_sm {padding:3px 20px;background-color:#0b2878;color:#fff;}
.button_sm:hover {background-color:#5377C1;color:#fff;}

@media screen and (max-width: 767px) {
	.section.head {
		padding:0 0px;
	}
	.dealer_name {padding:10px 10px 20px 10px;}
	.dealer_handler {display:flex;justify-content: space-between;}
 	.tires_filter_left_col,
	.tires_filter_right_col {
	    min-width: 350px;
	    padding: 5px 0px 0 0;
	}
	.for_size.search_type_block {display:block;width:100%;}
	.catalog_list_price {width:100%;font-size:22px;text-align:right;position:absolute;top: 53%;right: 10%;}
	.white-popup {
	  position: relative;
	  background: #FFF;
	  padding: 20px;
	  width: auto;
	  width: 100%;
	  height:auto;
	  min-height: 500px;
	  margin: 0px auto;
	}

	.select_block {
    	display: block;
	}

	.select2_field {
	    flex-wrap: wrap;
	}

	.select2_field .field_title {
		margin-bottom:5px;
	}

	.sizes_list {margin-bottom:10px;}
	.dialer_logo img, .offer_model {display:none;}
	.offer_string {width:100%;margin-left:0;}
	.city_select {padding: 0 0 20px 0;}

	.popup_header_block .city_select {
	    width:100%;
	}
	.popup_header_block .city_select select {
	    width:100%;
	}
	.city_select b {display:none;}
	.popup_header_block {margin-top:20px;}
	.tabs select {width:100%;max-width:100%;}
	.search_type_block {padding:0 0px 0 0px;margin-bottom:15px;}

	.curr_sizes_by_model .sizes_title {display:block;margin-bottom:15px;}

	.box-links-shop {display:flex;align-items: flex-start;min-width:350px;}
	.card_msg_block {width:100%;height:auto;margin-top:0px;padding:20px;position:relative;z-index:10;}
	.box-img-shop img {margin-top:-10px;position:relative;z-index:10;}
	.model_big {font-size:60px;position:absolute;top:100%;left:-15px;margin-top:-40px;white-space:nowrap;}
	.offer_string {margin: 0px 0px;}
	.offer_size_field {
	   text-align: left;
	}

	.plant_oe {
	    margin: 0px 0 0 90px;
	}
}

