.podbor-tab-links-pin-mobile{display:none;}
.podbor-box-inside-pin{
    border: 1px solid #EBEBEB;
    border-radius: 6px 6px 0px 0px;
}
.podbor-tab-links-title-pin i:last-child{display:none;}
.podbor-tab-links-pin {
    width: 100%;
    height: 50px;
    background: #EBEBEB;
    border-radius: 6px 6px 0px 0px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
}
.podbor-tab-links-title-pin.active{cursor:default;}
.podbor-tab-links-title-pin {
    text-align: center;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #13100D;
    border-bottom: 2px solid #EBEBEB;
    width: 33.3%;
    line-height: 47px;
	cursor:pointer;
}
.podbor-content-pin-inner{
	display:flex;
	
}
.podbor-tab-links-title-pin.active,
.podbor-tab-links-title-pin:hover
{
    color: #EE1C24;
    border-bottom: 2px solid #EE1C24;
}
.podbor-raznoshirok h4 {margin:0;}



.podbor-content-pin {
    display:none;
    padding: 20px;
}
.podbor-content-pin.active{display:block;}

.podbor-content-pin form{
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
/* Rectangle 11 */
.podbor-content-pin label{
    display:block;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #13100D;
    opacity: 0.6;
    margin-bottom:5px;
}
.podbor-content-pin select{
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 6px;
}
.result-content-auto{display:inline-block;width:49%;}




.toggle-container {
    display: none;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    transform: rotate(180deg);
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff0000;
    transition: .4s;
    border-radius: 34px;
    margin-bottom: 0 !important;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #ff0000; /* Красный цвет при включении */
}

input:focus + .slider {
    box-shadow: 0 0 1px #ff0000;
}

input + .slider:before {
    transform: translateX(0px); /* Перемещение кнопки переключателя */
}

input:checked + .slider:before {
    transform: translateX(26px); /* Перемещение кнопки переключателя */
}
.tyresselector-wrapper,.tyresaddict{
    position: inherit !important;
    transform: none !important;
}
.tyresaddict {
    padding: 0 !important;
    transform: translateY(-18%) !important;
    width: 100% !important;
}
#find-tyres{display:none !important;}

.button-choose-pin{
    display:inline-block;
    color: #000;
    text-decoration:none;
}
.button-choose-pin:hover{ text-decoration:none;}

.podbor-content-auto .form-field-wrapper {
    display: flex;
    flex-direction: column;
}
.podbor-content-pin select{
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    width: 100%;
    font-size: 13px;
    padding: 10px;
}
	
.podbor-active {
    display: block !important;
	margin-bottom: -26px;
}
.flx-100{flex:100%;}
.podbor-btn,.button-choose-pin{
	display: flex;
    width: max-content;
    align-items: center;
    padding: 13px 42px;
    background: #EE1C24;
    border-radius: 6px;
    font-family: 'Roboto Condensed';
    border: 1px solid #EE1C24;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    justify-content: center;
    margin: 20px auto 0;
    text-decoration: unset;
}
.index-choose-item-pin-raznoshirok {
    flex: 100%;
    display: grid;
    position: relative;
}
.index-choose-item-pin-raznoshirok .changeBtnRaznoshirok {
    display: inline-block;
    position: absolute;
    bottom: 11px;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 16px;
	color: #13100D;
	opacity:1;
}
.podbor-basic{width:100%;display:block;}
.index-choose-box-pin{ 
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
	width: 100%;
}
.index-choose-box-pin .index-choose-item-pin:last-child{
	flex:100%
}
.podbor-raznoshirok-none{display:none;}
.changeBtnRaznoshirok{
	display: inline-block;
    width: 40%;
}
.changeBtnRaznoshirok + .podbor-btn, .changeBtnRaznoshirok + .button-choose-pin {
	display: inline-block;
}
.toggle-container-param{   
	margin-top: -12px;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #13100D;
	opacity: 0.6;
}
.toggle-container-param.active{
	font-weight: 700;
	color: #13100D;
	opacity: 1;
}
.result-content-auto a {
    padding: 5px;
    background: #ececec;
    display: inline-block;
    color: #000;
    text-decoration: none;
	margin: 5px;
}
.result-content{
	display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;   
	padding: 0 20px;
}
.result-content-auto{
	vertical-align: text-top;
}
.podbor-raznoshirok .index-choose-box-pin {
    display: flex;
    flex-wrap: nowrap;
	gap: inherit;
}
/* Задняя ось */
.podbor-raznoshirok h4{
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 500;
	font-size: 21px;
	line-height: 22px;
	color: #13100D;
}
.podbor-raznoshirok .index-choose-box-pin .index-choose-item-pin:last-child {
    flex: auto;
}
.span-raznoshirok {
  visibility: hidden;
  margin-right:5px;
  position: relative;
  top: -4px;
}


.span-raznoshirok::after {
	display:block;
	width:16px;
	height:16px;
	visibility: visible;
	content: "";
	background-color: #FFFFFF;
    border: 1px solid #EBEBEB;
	border-radius: 6px;
}

.span-raznoshirok.active::after {
    background-size: 12px;
    background-image: url(/local/templates/news/images/like.svg);
    background-repeat: no-repeat;
    background-color: #EE1C24;
    background-position: center;
    border: 1px solid #EE1C24;
    background-size: 8px;
}
.podbor-content-auto select {
	width: 250px;
	height: 36px;
	font-size: 17px;
}
.podbor-content-wheels select,
.podbor-content-tyres select {
	width: 190px;
	height: 36px;
	font-size: 17px;
}

@media (max-width:1170px) and (min-width:1024px){
	.podbor-content-auto select {
		width: 200px;
	}
	.podbor-content-wheels select,
	.podbor-content-tyres select {
		width: 140px;
	}
}
@media (max-width:1023px) and (min-width:901px){
	.podbor-content-auto select {
		width: 170px;
	}
	.podbor-content-wheels select,
	.podbor-content-tyres select {
		width: 120px;
	}
	.index-choose-item-pin-raznoshirok .changeBtnRaznoshirok {
		font-size: 18px;
	}
}
@media (max-width:900px) and (min-width:801px){
	.podbor-content-auto select {
		width: 150px;
	}
	.podbor-content-wheels select,
	.podbor-content-tyres select {
		width: 100px;
	}
	.index-choose-item-pin-raznoshirok .changeBtnRaznoshirok {
		font-size: 18px;
	}
}

@media (max-width:800px){
	.podbor-content-pin form select{width:100%;}	
	.podbor-tab-links-title-pin i:not(:last-child){display:none;}
	.podbor-tab-links-title-pin:last-child{display:none;}
	.podbor-tab-links-title-pin i:last-child{display: block;}
	.index-choose-item-pin-raznoshirok {
		flex: 100%;
		display: block;
		position: inherit;
		margin: 0px;
	}
	.changeBtnRaznoshirok{
		width: 100%;
		position:inherit !important;
	}
	.toggle-container{display:flex;justify-content: center;}
	.podbor-tab-links-title-pin.active{
		color: #13100D;
		border-bottom: 2px solid #EBEBEB;
	}
	.podbor-tab-links-title-pin.active-mobile{
		color: #EE1C24;
		border-bottom: 2px solid #EE1C24;
	}
	.podbor-content-pin:not(.active-mobile){
		display:none;
	}
	.podbor-content-pin.active-mobile{display:block;}
	.podbor-content-pin-inner,
	.index-choose-box-pin{
		display:block;
	}
	.index-choose-item-pin{margin-bottom:10px;}
	.toggle-switch {
		position: relative;
		display: inline-block;
		width: 80px;
		height: 24px;
	}
	.toggle-switch label {
		display: block;
		font-family: 'Roboto Condensed';
		font-style: normal;
		font-weight: 400;
		font-size: 12px;
		line-height: 12px;
		color: #13100D;
		opacity: 1;
		margin-bottom: 5px;
		border-radius: 6px;
		width: 78px;
		border: 1px solid #EBEBEB;
		background: #FFFF;
	}
	.slider:before {
		position: absolute;
		content: "";
		height: 20px;
		width: 29px;
		left: 1px;
		bottom: 1px;
		background-color: #ee1c24;
		transition: .4s;
		border-radius: 6px;
	}
	input:checked + .slider:before {
		transform: translateX(46px);
	}
	input:checked + .slider {
		background-color: #ffffff;
	}
	.podbor-btn, .button-choose-pin{width:100%;}
	.podbor-content-pin form{
		display: block;
	}
	.podbor-content-pin div{margin-bottom:10px;}
	.podbor-content-pin form label{
		font-family: 'Roboto Condensed';
		font-style: normal;
		font-weight: 400;
		font-size: 12px;
		line-height: 14px;
		color: #13100D;
		opacity: 0.6;

	}
	.podbor-content-pin form select {
		height: 32px;
		padding: 5px;
		font-family: 'Roboto Condensed';
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		line-height: 16px;
		color: #13100D;
		opacity: 0.6;
	}
	.podbor-content-auto{
		margin-top: -40px;
	}
	.flx-100{
		display: flex;
	}
	.podbor-content-auto a {
		margin:0;
		display: flex;
		width: max-content;
		align-items: center;
		padding: 13px 42px;
		background: #EE1C24;
		border-radius: 6px;
		font-family: 'Roboto Condensed';
		border: 1px solid #EE1C24;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 19px;
		color: #FFFFFF;
		justify-content: center;
		width:100%;
	}
	.first-param,
	.last-param{
		font-family: 'Roboto Condensed';
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 16px;
		color: #13100D;
	}
	.container-podbor-box-inside-pin {
        padding: 0px !important;
    }
	.content{padding:15px !important;}
	.result-content-auto{display: table-cell;width:100%;}
	.podbor-raznoshirok .index-choose-box-pin {
		display: block;
	}
	.index-choose-item-pin-raznoshirok .changeBtnRaznoshirok,.podbor-raznoshirok h4{font-size:16px;}
}

    .podbor-basic {
        background: #fff;
    }
    .podbor-content {
        padding: 5px;
    }
    /* === ИЗМЕНЕНИЕ: Упрощенный грид для равномерного растягивания === */
    .podbor-grid {
        display: grid;
        grid-template-columns: 1.1fr 1.1fr 1.1fr 1.4fr 1.4fr;
        gap: 20px;
        align-items: flex-end;
    }
    .podbor-item {
        display: flex;
        flex-direction: column;
    }
    .podbor-item label {
        margin-bottom: 8px;
        font-size: 16px;
		font-weight:500;
        color: #13100D;
    }
    .podbor-item select {
        width: 100%;
        height: 48px;
        padding: 0 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background-color: #fff;
        font-size: 16px;
    }
    .podbor-item select.is-placeholder {
        color: #757575;
    }

    /* === ИЗМЕНЕНИЕ: Обертка для кнопки === */
    .podbor-action-wrapper {
        margin-top: 25px;
        text-align: center;
    }
    .podbor-action-wrapper .button {
        display: inline-block;
        width: auto;
        height: 48px;
        background-color: #EE1C24;
        color: white;
        border: none;
        border-radius: 10px;
        font-size: 20px;
        font-weight: 500;
        cursor: pointer;
        transition: background-color 0.2s;
        padding: 0 50px;
        white-space: nowrap;
    }
    .podbor-action-wrapper .button:hover {
        background-color: #d3181f;
    }

    .info-tooltip {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        background-color: #adb5bd;
        border-radius: 50%;
        color: white;
        font-size: 12px;
        font-weight: bold;
        font-style: normal;
        cursor: help;
        user-select: none;
        margin-left: 5px;
    }
    
    .season-btns {
        display: flex;
        border-radius: 4px;
        overflow: hidden;
        height: 48px;
    }
    .season-btn {
        flex: 1;
        padding: 8px 12px;
        background-color: #fff;
        border: 1px solid #ccc;
        margin-left: -1px;
        cursor: pointer;
        transition: all 0.2s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .season-btn:first-child {
        margin-left: 0;
    }
    .season-btn.active {
        background-color: #EE1C24;
        border-color: #EE1C24;
        color: white;
        z-index: 2;
    }
    .season-btn.active .season-btn--icon svg {
        color: white !important;
    }
    .season-btn.active .season-btn--icon path[fill="#E01813"] {
        fill: white;
    }
    .season-btn.active .season-btn--icon path[fill="#FFF"] {
        fill: #EE1C24;
    }
    .season-btn.active .season-btn--icon path[d^="M6.86"] {
        fill: #EE1C24;
    }
    .season-btn--icon svg {
        height: 24px;
        width: 24px;
    }
    .season-btn--icon[data-season="3705004107"] { color: #FFC107; }
    .season-btn--icon[data-season="853246311"][data-spike="484435530"] { color: #007bff; }
    
    @media (max-width: 1200px) {
        .podbor-grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }
    @media (max-width: 768px) {
        .podbor-grid {
            grid-template-columns: repeat(2, 1fr);
        }
        .podbor-item select {
            height: 54px !important;
        }
        .season-btns {
            height: 54px;
        }
    }
    @media (max-width: 576px) {
        .podbor-grid {
            grid-template-columns: 1fr;
        }
        .podbor-action-wrapper .button {
            width: 100%;
            height: 54px;
        }
    }

        .podbor-auto-submit{
        display: inline-block;
        width: auto;
        height: 48px;
        background-color: #EE1C24;
        color: white;
        border: none;
        border-radius: 10px;
        font-size: 20px;
        font-weight: 500;
        cursor: pointer;
        transition: background-color 0.2s;
        padding: 0 50px;
        white-space: nowrap;
        align-content: center;
        cursor: pointer;
        margin: auto;
        width: 200px;
        flex-shrink: 0;
        margin-top: 22px;
    }
    .podbor-auto-submit:hover{
        background-color: #d3181f;
    }
    .podbor-content-auto.podbor-content-pin form{
        flex-wrap: nowrap;
    }
    .podbor-content-auto.podbor-content-pin,
    .podbor-content-auto.podbor-content-pin *{
                box-sizing: border-box;
            }
    .podbor-content-auto .podbor-grid{
        width: calc((100% - 220px));
        flex-shrink: 0;
    }
    @media(max-width: 800px){
        .podbor-content-auto.podbor-content-pin form{
            display: flex;
            flex-direction: column;
        }
        .podbor-content-auto .podbor-grid {
            width: 100%;
        }
    }

    .toggle-container-param{
        margin-top: 0px;
        text-decoration: underline dashed;
    }
