.breadcramb_block {max-width:1200px;margin: 0 auto;overflow:hidden;}
.brdcrm {position:absolute;z-index:1;max-width: 1200px;margin:0 auto;}
.brdcrm a {color:#fff;}
.brdcrm a:hover {color:#BCEBF3;}
.tire_head {margin-top:-20px;width:100%;height:auto;
	/*background: linear-gradient(180deg, rgba(0,83,135,0.958420868347339) 0%, rgba(0,83,135,1) 33%, rgba(3,52,84,1) 87%);*/
	background:#005387;
	/*background:url('/local/components/iglori/v4.catalog.detail.car/templates/catalog_2023/images/banner_main_1600.png') no-repeat;
	background-size:contain;*/
	color:#fff;
}
.tire_head h1 {font-size:50px;font-weight:500;}
.tire_head .sub_title {margin-top:50px;font-size:25px;font-weight:500;font-style:italic;}
.page_sub_head {background:url('images/serv_default.jpg') center no-repeat;background-size:cover;min-height:380px;/*filter: brightness(100%) contrast(110%) hue-rotate(5deg);*/}
.head_block {padding-top:90px;width:100%;height:100%;}

.change_tire_type {width:100%;display:flex;justify-content: center;flex-wrap: nowrap;background:rgba(24,50,84, .8);}
.change_tire_type div {width:20%;height: 130px;font-size:14px;font-weight:600;text-align:center;border-left:1px solid #3F728D;color:#fff;cursor:pointer;}

.change_tire_type div:hover {background-color:rgba(24,50,84, .8);/*transition: all 0.3s;*/}
.change_tire_type .car {background:url('images/car_l2r.svg') 40px 20px no-repeat;background-size:27%;padding-top:70px;transition: all 0.5s;}
.change_tire_type .car.active {background-color:#35ABA7;background-position: 70px 20px;background-size:47%;padding-top:95px;font-size:16px;letter-spacing:0.05em;}
.change_tire_type .truck {background:url('images/truck_l2r.svg') 40px 20px no-repeat;background-size:30%;padding-top:70px;transition: all 0.5s;}
.change_tire_type .truck.active {background-position: 50px 20px;background-size:60%;padding-top:95px;font-size:16px;letter-spacing:0.05em;}
.change_tire_type .business {background:url('images/business_l2r.svg') 40px 20px no-repeat;background-size:20%;padding-top:70px;transition: all 0.5s;}
.change_tire_type .business.active {background-position: 70px 20px;background-size:40%;padding-top:95px;font-size:16px;letter-spacing:0.05em;}
.change_tire_type .active:hover {background-color:#35ABA7;}
.change_tire_type .business {border-right:1px solid #3F728D;}
.change_tire_type .active {background-color:#35ABA7;color:#fff;/*transition: all 0.3s;*/}
.block_car {width:100%;position:relative;overflow:hidden;}
.block_truck {width:100%;position:relative;overflow:hidden;}
.block_business {width:100%;position:relative;overflow:hidden;}

@media screen and (max-width: 1280px) {
	.tire_head h1 {font-size:40px;font-weight:500;padding:0 25px;}
	.tire_head .sub_title {margin-top:25px;font-size:30px;font-weight:500;padding:0 25px;}
	.change_tire_type div {width:33.3%;}
	.change_tire_type .business {border-right:0px solid #fff;}
	.change_tire_type .car {border-left:0px solid #fff;}
	.change_tire_type .car.active {background-size:40%;}
	.change_tire_type .truck.active {background-size:50%;}
	.change_tire_type .business.active {background-size:34%;}
}

@media screen and (max-width: 900px) {	.tire_head h1 {font-size:30px;font-weight:500;padding:0 25px;}
	.tire_head .sub_title {margin-top:25px;font-size:30px;font-weight:500;padding:0 25px;}
	.change_tire_type div {width:33.3%;}
}

@media screen and (max-width: 767px) {
	.tire_head h1 {font-size:35px;font-weight:500;padding:0 10px;}
	.tire_head .sub_title {margin-top:25px;font-size:25px;font-weight:500;padding:0 10px;}
	.page_sub_head {background:url('images/serv_default.jpg') center no-repeat;background-size:cover;min-height:380px;/*filter: brightness(100%) contrast(110%) hue-rotate(5deg);*/}

	.change_tire_type div {width:33.3%;padding-top:75px;font-size:0.8em;}
	.change_tire_type .car {background-size:37%;border-left:0px solid #fff;background-position: 10px 20px;}
	.change_tire_type .car.active {background-size:57%;background-position: 30px 20px;padding-top:85px;font-size:0.8em;letter-spacing:0.01em;}
	.change_tire_type .truck {background-size:50%;background-position: 10px 20px;}
	.change_tire_type .truck.active {background-size:70%;background-position: 25px 20px;padding-top:85px;font-size:0.8em;}
	.change_tire_type .business {background-size:40%;background-position: 10px 20px;}
	.change_tire_type .business.active {background-size:60%;background-position: 30px 20px;padding-top:75px;font-size:0.8em;}
}