.carBrandImg,.catalogCarCont{
    text-align: center;
    padding: 40px 0;
}
.carSBtn, .carSModBtn{
    width: 90%;
    min-width: 130px;
    max-width: 200px;
    height: 40px;
    padding: 0;
    border: 2px black solid;
    border-radius: 0;
    font-size: 20px;
    color: black !important;
    margin: 0 auto;
}
.carSFormColBtn{
    max-width: 160px;
}
.carSFormCont, .carSFormContMod{
    width: 100%;
    height: 135px;
    background-color: #185390;
}
.carSSearch{
    width: 180px;
    border-radius: 0;
    display: block;
    border: 1px #990033 solid;
    margin: 5px auto;
    padding: 0 5px;
}
.carSFormTitle{
    height: 50px;
    padding: 10px 20px;
    font-size: 20px;
    color: white;
}
.carSForm{
    margin: 0 20px;
    text-align: center;
}
.carSBut{
    width:200px;
    background-color: white;
    border-radius: 0;
    margin-bottom: 20px;
}
.selectCarBrand, .selectCarModel, .selectCarModific{
    max-height: 558px;
    overflow: hidden;
    top: 38px;
    box-shadow: 0 2px 3px #333333;
}
.contModelLink{
    max-height: 480px;
    overflow-y: auto;
    overflow-x: hidden;
}
.contModelLink>div[car-model]{
    width: 150px;
    height: 40px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px solid #999999;
}
.contModelLink>div[car-model]:hover{
    color: #c20216;
    background-color: gainsboro;
}
.contModelLink>div[car-model]>img{
    max-width: 24px;
    max-height: 40px;
    margin-right: 5px;
}
.selectCarBrand{
    width: 760px;
}
.carSSearchLink{
    display: flex !important;
    height: 30px;
    padding: 5px 0;
    margin: 0;
}
.selectCarModel{
    width: 460px;
    font-size: 14px;
    left: -120px;
}
.selectCarModific div.dropdown-divider,.selectCarModel div.dropdown-divider{
    border-color: #c20216;
}
.selectCarModific{
    width: 760px;
    font-size: 14px;
    left: -410px;
    padding: 0;
}
.carModificTitle{
    height: 40px;
    font-size: 18px;
    padding: 10px 5px;
    text-align: center;
}
.carBrandBut {
    width: 112px;
    height: 80px;
    display: inline-block;
    margin: 15px auto;
    vertical-align: bottom;
    line-height: 1;
    text-decoration: none;
    border: 1px solid white;
}
.carBrandImg{
    width: 112px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carBrandImg img{
    max-height: 50px;
}
.carBrandBut:hover{
    border: 1px solid #c20216;
    border-radius: 4px;
    box-shadow: 0 2px 3px #999999;

}
.carBrandBut:hover img.imgCarBlack{
    display: none;
}
.carBrandBut:hover img.imgCarRed{
    display: inline-block;
}
.carBrandBut:hover div.carBrandTxt{
    color: #c20216 !important;
}
.imgCarRed{
    display: none;
}
.carBrandTxt{
    width: 112px;
    height: 20px;
    font-size: 14px;
    color: black !important;
}
.carSearchModel{
    border-radius: 0;
}
.carSearch{
    margin-bottom: 40px;
}
.carModelCont{
    margin-top: 30px;
    margin-bottom: 50px;
}
.carContRowTitle{
    height: 50px;
    font-size: 20px;
    background-color: #CCCCCC;
    margin: 0;

}
.carContRow{
    height: 50px;
    font-size: 20px;
    color: black;
    margin: 0;
    border: 2px solid #CCCCCC;
    border-top: 0;
    overflow: hidden;
    padding: 2px 0;

}
.carContRow:hover{
    color: #c20216;
    background-color: gainsboro;
}
.carContRow:hover span.partNumber{
    color: black;
}
.carContRow>div.col{
    padding: 0 5px;
}
.carContColDate, .carContColNam{
    height: 48px;
    padding: 0 20px;
	font-size: 16px;
	overflow: hidden;
	align-items: center;
	display: flex;	
}
.carContColDate{
    max-width: 240px;
    border-left: 2px solid #cccccc;
	overflow: hidden;
}
.carContColDate>span, .carContColNam>span, .modParamVal>span{
    height: 26px;
    display: inline-block;
    overflow: hidden;
}
.carTreeCont, .analogPartsCont{
    margin-top: 20px;
    margin-bottom: 30px;
}
.carTreeCartMod, .analogFilterCont{
    max-width: 300px;
    margin-top: 30px ;
}
.cartModCont, .dtreeCont, .filterCont{
    box-shadow: 0 1px 2px 1px #666;
}
.cartModContHr{
    width: 260px;
    border-top: 3px double #c20216;

}
.carModTitle, .dtreeMenu, .brandPartsMenu, .infoPTTitle, .infoPartsTitle, .filterContTitle{
    height: 40px;
    margin: 0;
    padding: 6px 10px;
    background-color: #111922;
    font-size: 17px;
    color: white;
}
.modParamVal{
    overflow: hidden;
}
.brandPartsMenu{
    margin: 0 -4px;
}
.dtreeMenu, .brandPartsMenu{
    text-align: center;
}
.dtreeMenu div a{
    color: white;
}
.brandPartsMenu span{
    cursor: pointer;
}
.carTreeGroupParts, .analogRowCont{
    margin-top: 30px ;
}
.imgModel{
    max-width: 250px;
    display: block;
    margin: 10px auto;
}
.cartModNam, .searchArtNam{
    min-width: 240px;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
}

.cartModParam{
    padding: 0 20px;
}
.cartModParam div{
    height: 40px;
    padding: 6px 5px;
    border-bottom: 1px solid #cccccc;
}
.cartModParamButCont{
    padding: 10px;
}
.cartModParamBut{
    width: 174px;
    margin: 0 auto;
    display: block;
    color: black;
    font-size: 16px;
    font-weight: bold;
    padding: .375rem 0;
    background-color: #c20216;
}
.arrowDown:after, .arrowDown:before, .arrowUp:after, .arrowUp:before{
    content: "\27A4";
    font-size: 14px;
    transform: rotate(90deg);
    display: inline-block;
    margin:0 17px;
}

.arrowUp:after, .arrowUp:before{
    transform: rotate(270deg);
}
.gPartsBr{
    cursor: pointer;
}
.gPartsBr .card-header {
    height: 40px;
    padding: 10px 10px;
    background-color: white;
}
.gPartsBr a[aria-expanded='true'] div{
    background-color: #185390;
}
.gPartsBr>div[aria-expanded]:hover{
    background-color: #ccc;
}
.gPartsBr div:first-child[aria-expanded='true']{
    background-color: #185390;
}
.gPartsBrImg{ /* ------------------------удалить елементы-------------------------*/
    display: none;
}
.gPartsBr h5{
    font-size: 18px;
    color: black;
}
.stCartBord{
    max-width: 260px;
    min-width: 200px;
    height: 160px;
    margin: 0 auto;
    padding:5px;
    border: 1px solid #333333;
}
.rowImg div.col, .anRowImg div.col, .carPartsNoImg, .analogPartsNoImg{
    height: 126px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carPartsNoImg img{
    max-height: 126px;
}
.stImg, .carPartsNoImg, .analogPartsNoImg{
    position: relative;
}
.carPartsNoImg{
    max-width: 190px;
    opacity: 0.6;
}
.analogPartsNoImg{
    width: 120px;
    height: 100px;
    opacity: 0.8;
}
.analogPartsNoImg:hover, .carPartsNoImg:hover{
    opacity: 1;
}
.analogPartsNoImg img{
    max-width: 110px;
    max-height: 100px;
}
.stImg:hover img, .GPPartsImg:hover>img{
    -webkit-transform: matrix(3, 0, 0, 3, 120,0);
    -moz-transform: matrix(3, 0, 0, 3, 120,0);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    display: block;
    position: absolute;
    z-index: 10000;
    border: 1px solid black;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 10px #999999;
}
.stImg img, .stBrImg img{
    max-width: 116px;
    max-height: 100px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.stBrImg img{
    max-height: 80px;
}
.stBrRow{
    height: 28px;
    margin: -5px -5px 0;
    background-color: black;
}
.stBrTxt{
    text-align: center;
    padding: 1px 5px;
    color: white;
    overflow: hidden;

}
.stDesc{
    height: 118px;
    font-size: 13px;
    line-height: 1;
    overflow: hidden;
    position: relative;
}
.stDesc span{
    width: 100%;
    padding: 0 5px;
    display: block;
}
.stDesc span:hover{ 
    height:auto;
    position:absolute;
    background:white;
    z-index:500;
    padding-bottom:10px;
    border-bottom: 1px solid #ccc;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    box-shadow: 0 2px 3px #999999;
}
.stDesc:hover{
    overflow: inherit;
}
.stDesc b{
    max-width: 240px;
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    text-align: center;
    color: darkred;
    word-wrap: break-word;
}
.stDescBut{
    padding-top: 5px;
}
.stPriceBut{
    margin-top: 20px;
}
.stDescBut a.btn, .stPriceBut a.btn{
    width: 170px;
    height: 36px;
    padding: 4px 0 0;
    display: block;
    margin: 0 auto;
}
.stPrice{
    text-align: center;
}
.stPrice span{
    font-weight: bold;
    color: #c20216;
}
.stDescBut>a>span{
    font-family: u1f400;
    font-size: 18px;
    line-height: 16px;
}
.stPriceBut>a>span, .artStoreBut{
    font-family: u1f400;
    font-size: 16px;
    font-weight: bold;
}

.searchPartsCont{
    background-color: #c20216;
}
.searchPartsCont{
    width: 90%;
    height: 90px;
    margin: 10px auto;
    text-align: center;
    color: white;
}
.searchPartsCont span{
    margin: 5px;
    display: block;
}
.searchNumberCont{
    min-height: 400px;
    padding-bottom: 30px;
}
.contSearchNumRow{
    max-width: 900px;
    margin: 30px auto;
}
.partNumber{
    color: #c20216;
    font-weight: bold;
}
.searchNumRowBut{
    max-width: 80px;
}
.selectGroupBut{
    width: 200px;
    background-color: white;
    border-radius: 0;
    margin-bottom: 20px;
    overflow: hidden;
}
.selectGroupBut:before{

    display: inline-block;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.selectGroupBut:after{

    border: 0;
}
.selectGroupCont{
    top: 36px;
}
.carModFilterAuto, .carModFilterName{
    text-align: center;
    padding-bottom: 10px;

}
.carModFilterAuto{
    padding-top: 10px;
}
.carModFilterAuto span, .carModFilterName span{
    display: block;
}
.carModFilterName{
    height: 100px;
}
.carModFilterAuto p{
    font-size: 12px;
}
.groupPartsCartCont{
    margin-top: 30px ;
    text-align: center;
}
.groupPartsCart{
    width: 240px;
    height: 440px;
    display: inline-block;
    margin: 10px 5px;
    padding: 15px;
    vertical-align: bottom;
    box-shadow: 0 1px 3px 1px #666;
    line-height: 1;
    z-index: 100;
    background-color: white;
}
.GPPartsImg, .GPPartsNoImg{
    width: 210px;
    height: 150px;
    border: 1px solid #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.GPPartsNoImg{
    opacity: 0.6;
    position: relative;
}
.GPPartsNoImg:hover{
    opacity: 1;
}
.GPPartsNoImg:before, .carPartsNoImg:before, .analogPartsNoImg:before{
    width: 70px;
    display: none;
    content: 'Найти фото';
    font-size: 22px;
    color: #666666;
    position: absolute;
    top: 40px;
    left: 0;
}
.carPartsNoImg:before{
    top: 20px;
    font-size: 20px;
}
.analogPartsNoImg:before{
    top: 15px;
    font-size: 16px;
}
.GPPartsNoImg:hover:before, .carPartsNoImg:hover:before, .analogPartsNoImg:hover:before{
    display: block;
}
.GPPartsImg img{
    max-width: 208px;
    max-height: 148px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.GPPartsImg:hover>img{
    -webkit-transform: matrix(3, 0, 0, 3, 0,0);
    -moz-transform: matrix(3, 0, 0, 3, 0,0);
}
.GPPartsBrand, .GPPartsNum, .GPPartsPrice, .GPPartsNam, .GPPartsButCont{
    margin-top: 10px;
}
.GPPartsBrand{
    color: #c20216;
}
.GPPartsPrice{
    color: #c20216;
    font-size: 20px;
    font-weight: bold;
}
.GPPartsNotPrice{
    height: 80px;
    font-size: 26px;
    color: #999999;
    padding-top: 30px;
}
.unknownPrice, .unknownPriceAnalog{
    width: 22px;
    height: 20px;
    padding-top: 2px;
    display: inline-block;
    border: 1px solid #c20216;
    border-radius: 50%;
}
.unknownPriceAnalog{
    width: 23px;
    height: 23px;
    padding: 0 3px;

}
.unknownPrice:hover, .unknownPriceAnalog:hover{
    color: white;
    background-color: #c20216;
}
.unknownPriceAnalog:before{
    content: "\2753";
    font-size: 15px;
}
.unknownPrice:before{
    content: "\2753";
    font-size: 16px;
}
.ButCCont{
    width: 180px;
    height: 40px;
    margin: 10px auto;
}
.GPPartsBut{
    width: 180px;
    height: 40px;
    display: block;
    border-radius: 10px;
    background-color: #c20216;
    font-size: 20px;
    font-weight: bold;
    padding-top: 4px;
    letter-spacing: 1px;
}
.GPPartsNam{
    height: 72px;
    overflow: hidden;
    font-weight: bold;
    word-wrap: break-word;
}
.GPPartsParam{
    margin-top: 10px;
    font-size: 13px;
    text-align: left;
}
.GPPartsButCont a{
    width: 105px;
    height: 34px;
    border-radius: 0;
    padding: 4px 1px;
}
.GPPartsButCont a:first-child{
    width: 90px;
    margin-right: 5px;
}
.GPPartsButCont>a>span{
    font-family: u1f400;
    font-size: 16px;
    color: red;
}
.GPPartsButCont>a:hover>span{
    color: yellow;
}
.infoPartsTitleCart{
    max-width: 600px;
    height: 142px;
    margin: 30px auto;
    border: 1px solid #999999;
}
.infoPTTitle{
    text-align: center;
}
.infoPTData{
    padding: 10px;
}
.infoPTDataImg{
    max-width: 180px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.infoPTDataImg img{
    max-width: 160px;
    max-height: 80px;
}
.infoPTDataTxt{
    text-align: center;
}
.infoPTDataTxtNum H1{
    font-size: 22px;
    color: #c20216;
}
.infoPTDataTxtNam{
    height: 40px;
    overflow: hidden;
}
.infoPTDataTxtNam H3{
    font-size: 18px;
}
.infoPartsCont1, .infoPartsCont2, .infoPartsCont3{
    padding: 20px;
    margin: 10px 10px 20px;
    border: 1px solid #999999;
    background-color: #F2F2F2;
}
.infoPartsCont1>div.col-12:first-child{
    min-width: 350px;
    max-width: 400px;
    box-shadow: 0 1px 2px 1px #666;
    overflow: hidden;
    margin-right: 20px;
    background-color: white;
}
.infoPartsImg{
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #999999;
}
.infoPartsImg img{
    max-width: 340px;
    max-height: 340px;
}
.infoPartsImgMin{
    min-width: 350px;
    height: 92px;
    display: flex;
    align-items: center;
    overflow-x: auto;
}
.infoPartsImgMin>div{
    min-width: 70px;
    height: 70px;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 2px;
    overflow: hidden;
}
.infoPartsImgMin>span{
    width: 100px;
    display: block;
    margin: 0 auto;
    font-size: 22px;
}

.infoPartsImgMin img{
    max-width: 200px;
    max-height: 70px;
}
.infoPartsImgMin>div:hover{
    box-shadow: 0 0 2px 1px #c20216;
}
.infoImgActive{
    box-shadow: 0 0 2px 1px darkgreen;
}
.infoPartsTitle{
    margin: 0 20px;
    padding: 0 20px;
}
.infoPartsNamTitle{
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}
.infoPartsNamTxt, .infoPartsNamPrice{
    max-width: 400px;
    margin: 20px auto;
}
.infoPartsNamTxt>div.row, .infoPartsInfo>div.row, .infoPartsOrig>div.row{
    height: auto;
    min-height: 40px;
    border-bottom: 1px solid #999999;
    padding-top: 8px;
}
.infoPartsOrig a, .infoPartsNamTxt a{
    color: #c20216;
}
.infoPartsNamPriceNone{
    text-align: center;
    font-size: 24px;
    color: #999999;
}
.infoPartsNamPriceMsa{
    text-align: center;
    font-size: 24px;
    color: #c20216;
}
.infoPartsCont2>div.col-12{
    margin: 0 10px;
}
.infoPartsCarsMod{
    margin: 20px 10px;
}
.infoPartsCarsMod>div.collapse div.row{
    height: auto;
    min-height: 40px;
    border-bottom: 1px solid #999999;
    padding-top: 8px;
}
.infoPartsCarsMod>div.collapse>a>div.row:hover{
    background-color: #999999;
}
.infoPartsCarsMod>div.collapse>div.row:first-child{
    background-color: black;
    color: white;
}
.infoPartsCarsMod>div.collapse>a>div.row>div.col{
    padding: 0 10px;
    color: black;
}

.infoPartsCarsMod>div.collapse>a>div.row>div.col:nth-child(2),
.infoPartsCarsMod>div.collapse>div.row>div.col:nth-child(2){
    max-width: 170px;
}
.infoPartsCarsBrand a{
    margin: 5px;

}
.filterArt, .filterAnalog{
    padding: 10px;
}
.filterArtBr{
    text-align: center;
    color:  #c20216;
}
.filterArtNam, .filterAnalogTitle, .filterArtPrice{
    text-align: center;
}
.filterArtPrice{
    color: darkred;
}
.filterArtImg{
    min-width: 240px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filterArtImg img{
    max-width: 200px;
    max-height: 200px;
}
.filterBrand, .filterBrandAction{
    height: 34px;
    padding: 6px;
    border-bottom: 1px solid #cccccc;
    font-size: 14px;
    overflow: hidden;
    cursor: pointer;
}
.filterBrand:hover{
    background-color: #F2F2F2;
}
.filterBrand span, .filterBrandAction span{
    color:  #c20216;
}
.filterBrand:before{
    content: "\2610";
    font-size: 16px;
    display: inline-block;
    margin:0 5px;
}
.filterBrandAction{
    background-color: #cccccc;
}
.filterBrandAction:before{
    content: "\2611";
    font-size: 16px;
    display: inline-block;
    margin:0 5px;
}
.analogCont{
    padding: 0 4px;
    box-shadow: 0 1px 2px 1px #666;
}
.brandPartsMenu>div.col:first-child, .anPartStoreCont>div.col:first-child{
    max-width: 272px;
    min-width: 272px;
}
.brandPartsMenu>div.col:last-child, .anPartStoreCont>div.col:last-child{
    max-width: 280px;
    min-width: 224px;
    padding: 0 5px;
}
.anPartStoreCont{
    min-height: 196px;
    margin: 0 -4px;
    border-bottom: 2px solid #999999;
}
.anPartStoreCont>div.col, .artStoreAnTitle>div.col{
    margin: 10px auto;
    padding: 0 5px;
}
.artStoreAnTitle{
    margin: 0 -4px;
    background-color: black;
    color: white;
    padding: 2px 10px;
}
.artAnalogNoStore{
    font-size: 20px;
    text-align: center;
    color: #666;
}
.anCartBord{
   width: 260px;
    height: 174px;
    padding:5px;
    border: 1px solid #333333;
}
.anBrRow{
    height: 28px;
    margin: -5px -5px 0;
    background-color: #1e426b;
}
.stBrNum div {
    text-align: center;
    margin: 0 15px;
    border-top: 1px solid #c20216;
    color: black;
    font-weight: bold;
}
.anRowImg div.col{
    height: 116px;
}
.anPartStoreBut{
    text-align: center;
}
.anPartStoreBut>a.btn{
    max-height: 26px;
    padding: 0 5px;
    margin-top: 8px;
    font-size: 14px;
}
.anPartStoreBut>a.btn:first-child{
   width: 68px;
}
.anPartStoreBut>a.btn:last-child{
    width: 92px;
}
.artStoreRow{
    text-align: left;
}
.artStoreRow>div.col, .artStoreCol>div.row>div{
    padding: 0 2px;
}
.artStoreCol>div.row{
    min-height: 36px;
    margin: 0;
    padding-top: 6px;
}
.artStoreCol>div.row>div{
    font-size: 14px;
    border-bottom: 1px solid #cccccc;
}
.anPartStoreBut{
    min-width: 180px;
}
.artStorePrice{
    font-weight: bold;
    color: #c20216;
}
.artStoreBut,.ButCCont{
    text-align: right;
    transition: transform 1s;
}
.artStoreBut>button.btn{
    width: 36px;
    height: 29px;
    margin-top: -3px;
    padding: 0 5px;
    font-size: 21px;
    font-weight: bold;
    background-color: black;
}
.selectProduct{
    width: 36px;
    height: 29px;
    margin: -12px 5px 0;
}
.selectProduct:before{
    content: '\2714';
    font-size: 30px;
    font-weight: bold;
    color: green;
}
.ButCCont .selectProduct{
    width: 180px;
    height: 40px;
    display: block;
    border-radius: 10px;
    border: 2px solid green;
    text-align: center;
    margin-top: 10px;
    padding-top: 3px;
    background-color: #8bff8b;
}
.artStoreBut>button.btn:hover{
    background-color: #c20216;
    border-color: #c20216;
}
.artStoreCol>div.row>button{
    height: 26px;
    padding: 0 5px;
    font-size: 14px;
    border-radius: 0;
    margin: 0 auto;

}
.stBrTxtMin, .stBrNumMin{
    color: #c20216;
}
.stBrNumMin{
    font-weight: bold;
}
.artStoreRowBut{
   / padding-top: 4px !important;
}
.btnFilter{
    height: 30px;
    background-color: #c20216;
    color: white;
    padding-top: 0;
    margin: 10px auto;
    border-radius: 15px;
}
.btnFilter:hover{
    background-color: white;
    color: #c20216;
    border: 1px solid #c20216;
}
.btnFilter:after{
    width: 24px;
    height: 24px;
    content: 'X';
    font-size: 16px;
    font-weight: bold;
    border-radius: 50%;
    background-color: white;
    color: #c20216;
    display: inline-block;
    margin: 2px -9px 0 5px;
}
.btnFilter:hover:after{
    background-color: #c20216;
    color: white;
}
.cartModImg{
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stDescMin{
    word-wrap: break-word;
}
.stBrTxtMin,.stBrNumMin,.stDescMin{
    text-align: left;
}
.storeDropQuant{
    height: 35px;
    top: -3px !important;
    padding: 0;
    border-radius: 3px;
    border: 1px solid black;
}
.quantPlus, .quantMinus{
    max-width: 32px;
    height: 26px;
    cursor: pointer;
    background-color: #c20216;
    border-radius: 3px;
    color: white;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 8px;
}
.ButCCont .storeDropQuant{
    top: -2px !important;
    left: 11px !important;
}
.ButCCont .quantPlus, .ButCCont .quantMinus{
    padding-top: 6px;
}
.quantNumber{
    max-width: 33px;
    padding: 0 0 0 3px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: white;
}
.quantInput{
    width: 44px;
    height: 26px;
    border: none;
    outline:none;
}
.contQuantControl{
    width: 134px;
    margin: 0 auto;
    padding: 4px 0;
}
/*====================================================================================================================*/
@media (max-width: 991px)  {
    .carSBut {
        width: 154px;
    }
    .selectCarBrand{
        width: 450px;
    }
    .carTreeCartMod{
        max-width: 600px;
        margin: 0 auto;
    }
    .analogFilterCont{
        max-width: 600px;
        margin: 0 auto;
    }
    .imgModel{
        max-width: 160px;
    }

    .cartModNam span{
        display: contents;
    }
    .cartModImgCont{
        max-width: 380px;
        margin: 0 auto;
    }
    .cartModNam>div{
        min-height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .searchArtNam>div{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contSearchNumRow{
        margin: 30px;
    }

}
@media (max-width: 768px)  {

    .carSBut {
        min-width: 340px;
    }
    .carSFormCont{
        height: 280px;
    }
    .carSBtn {
        min-width: 340px;
    }
    .selectCarBrand{
        left: -30px;
    }
    .selectCarModel{
        width: 400px;
        font-size: 12px;
        left: -30px;
    }
    .selectCarModific{
        width: 500px;
        font-size: 14px;
        left: -80px;
        padding: 0;
    }
    .carContRow, .carContRowTitle{
        font-size: 16px;
    }
    .carContColDate {
        max-width: 200px;
    }
    .infoPartsTitleCart{
        max-width: 500px;
    }
    .infoPTDataImg{
        max-width: 140px;
    }
    .infoPTDataImg img{
        max-width: 138px;
        max-height: 70px;
    }
    .infoPTDataTxtNum H1{
        font-size: 18px;
    }
    .infoPTDataTxtNam H3{
        font-size: 16px;
    }
    .infoPartsCont1>div.col-12:first-child{
        margin: 0 auto 20px;
    }
    .infoPartsCont2>div.col-12{
        flex: auto;
        margin-bottom: 20px;
    }
}
@media (max-width: 576px)  {

    .carSBut {
        min-width: 290px;
    }
    .carSBtn {
        min-width: 290px;
    }
    .anPartStoreBut{
        min-width: 0;
    }
    .selectCarBrand{
        width: 292px;
        left: -1px;
    }
    .selectCarModel{
        width: 320px;
        font-size: 14px;
        left: -15px;
        text-align: center;
    }
    .carSSearchLink{
        height: 50px;
        padding: 10px 0;
    }
    .carSSearchLink div{
        padding-left: 5px;
    }
    .selectCarModific{
        width: 320px;
        left: -15px;
    }
    .carSFormColBtn{
        display: none;
    }
    .carContRow{
        height: 64px;
    }
    .contSearchNumRow{
        margin: 30px 10px;
    }
    .searchNumRowBut{
        display: none;
    }
    .gPartsBr>div.collapse>div.card-body>div.col{
       min-width: 260px !important;
    }
    .stDesc{
        max-width: 300px;
        margin: 0 auto 10px;
    }
    .stImg:hover img {
        -webkit-transform: matrix(3, 0, 0, 3, 0, 0);
        -moz-transform: matrix(3, 0, 0, 3, 0, 0);
    }
    .stDescBut a.btn, .stPriceBut a.btn{
        height: 42px;
        padding-top: 8px;
    }
    .infoPartsCont1>div.col-12:first-child {
        min-width: 260px;
    }
    .infoPartsImgMin{
        min-width: 260px;
    }
    .infoPTDataImg{
        max-width: 120px;
    }
    .infoPTDataImg img{
        max-width: 118px;
        max-height: 70px;
    }
    .infoPartsTitleCart{
       margin-left: 10px;
    }
    .brandPartsMenu>div.col:first-child, .anPartStoreCont>div.col:first-child{
        min-width: 130px;
        text-align: center;
    }
    .brandPartsMenu>div.col:last-child{
        min-width: 180px;
    }
    .artStoreRow>div.col{
        font-size: 14px;
        padding-top: 3px;
    }
    .artStoreCol>div.row>div{
        min-height: 36px;
        padding: 5px 2px;
    }
    .carContColDate, .carContColNam{
        padding: 10px 5px;
        overflow: hidden;
        font-size: 14px;
    }
    .artStoreRow>div.col:last-child{
        max-width: 10px;
    }
    .brandPartsMenu
    {
        padding: 6px 0;
    }
    .GPPartsImg:hover>img{
        -webkit-transform: matrix(2, 0, 0, 2, 0,0);
        -moz-transform: matrix(2, 0, 0, 2, 0,0);
    }
    .colSParts {
        margin-bottom: 10px;
    }
    .stBrTxtMin{
        color: black;
        font-weight: bold;
    }
    .carContColDate, .carContColNam{
        height: 64px;
    }
}