
/* ---------- 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;}
}
.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);}
#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;max-width:200px;}
.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;
	}
}

