/*Just on main page*/
.CmTopBox {
    justify-content: space-between;
    background-color: unset;
    padding: 0px;
    gap: 30px;
}
/* .CmMSelectBlock, .bannerWrpaBlock{
    height: 360px;
} */
.bannerWrpaBlock {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--cm-border-color);
    border-radius: var(--cm-radius-big);
    flex-basis: 65%;
}

.InnerBannerBlock {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(images/banner_image.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: var(--cm-radius-big);
    padding: 20px;
}

.infoBlockWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    gap: 36px;
}

.infoTextBlock{
    align-self: start;
    color: #ffffff;
    width: 250px;
}
.infoTextBlock p{
    margin-bottom: 0rem;
}

.textBlock_1{
    font-size: 16px;
    line-height: 24px;
}
.textBlock_2{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}
.textNum{
    font-size: 55px;
    font-weight: bold;
}
.bagImgBlock{
    width: 30px;
    height: 30px;
    padding: 5px;
    background-color: #fa6600;
    border-radius: 8px;
    margin-bottom: 10px;
}

.bagImg{
    object-fit: contain;
    width: 100%;
}
.timer {
    display: flex;
    gap: 10px;
}

.time-box {
    background: #fff;
    color: #000;
    text-align: center;
    border-radius: 8px;
    padding: 5px 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.time-box span {
    font-size: 2rem;
    font-weight: bold;
}

.label {
    font-size: 0.8rem;
    color: #555;
}
/*--*/

/* TMP */
.CmSectImgBL {
    width: 35%;
}

.CmSectImgBL img {
    width: 100%;
    filter: grayscale(1);
}

/* TMP end */

.CmSectionWrapBl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    margin-top: 10px;
}

/* Model Selector */


/*FILTER INPUT FIELD*/
.CmSearcSectInput {
    position: relative;
    display: inline-block;
    align-self: end;
}

.CmSearcSectInput .CmInputSect {
    outline: 0;
    border: none;
    font-size: 13px;
    width: 260px;
    height: 36px;
    font-weight: bold;
    padding: 0px 10px 0px 14px;
    border-radius: 8px;
    text-transform: uppercase;
    box-shadow: var(--box-shadow);
    border: 1px solid #cdcdcd;
}

.CmSearcSectInput .CmInputSect::-webkit-input-placeholder {
    color: #464646;
    font-weight: normal;
}

.CmSearcSectInput .CmInputSect::-moz-placeholder {
    color: #464646;
    font-weight: normal;
}

.CmSearcSectInput .CmInputSect:-moz-placeholder {
    color: #464646;
    font-weight: normal;
}

.CmSearcSectInput .CmInputSect::-ms-input-placeholder {
    color: #464646;
    font-weight: normal;
}

.CmSearcSectInput .CmInputSect:focus::-webkit-input-placeholder {
    color: #d1d1d1;
}

.CmSearcSectInput .CmInputSect:focus::-moz-placeholder {
    color: #d1d1d1;
}

.CmSearcSectInput .CmInputSect:focus:-moz-placeholder {
    color: #d1d1d1;
}

.CmSearcSectInput .CmInputSect:focus::-ms-input-placeholder {
    color: #d1d1d1;
}

.CmFilterUppercase {
    text-transform: uppercase;
}

.load_wrap {
    display: none;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: url(images/gear.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 15%;
    position: absolute;
    z-index: 999;
    height: 100%;
}

.non_res {
    display: none;
    margin: 0 auto;
    width: 50%;
    text-align: center;
    height: 50px;
}

div.clearButt {
    position: absolute;
    right: 0px;
    display: none;
    width: 18px;
    height: 13px;
    padding: 7px;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 0px 4px 4px 0px;
    top: 1px;
}

.clearButt:hover svg {
    fill: #ffffff;
}

.ltabs {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
}

.TabsList,
.TabsListMob {
    margin: 0px;
    padding: 0px;
    box-sizing: content-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 7px;
}

.TabsListMob {
    gap: 10px;
    background: #F9F9F9;
    border-radius: 10px;
    padding: 7px;
}

.TabsListMob li {
    margin-bottom: 0px;
    background: #ffffff;
    border-radius: 6px;
    padding: 5px 7px;
}

.TabsListMob li:hover {
    color: var(--main-color);
}

.TabsMobShow {
    display: flex !important;
}

.TabsMobBlock {
    display: none;
    position: relative;
}

.TabsMobWrap {
    display: none;
    position: absolute;
    top: 30px;
    right: 0px;
    z-index: 999;
    box-shadow: var(--box-shadow);
}

.TabsMobTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.TabsMobTitle svg {
    width: 20px;
    height: 20px;
}

.TabsList li {
    transition: all 0.3s;
    font-size: 16px;
    box-sizing: content-box;
    cursor: pointer;
    display: block;
    color: #000;
    margin-bottom: unset;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 4px 6px;
    border: 1px solid var(--cm-border-color);
}

.TabsList li:hover {
    color: #ffffff;
}

.TitleTabsPagWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}

.TitleTabsWrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
}

.PaginWrap {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}

.ComPagination,
.MotPagination {
    display: none;
}

.pageButton {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    border: none;
    cursor: pointer;
    border-radius: 100%;
    box-shadow: var(--box-shadow);
}

.pageButton:hover {
    background: var(--main-bgcolor);
}

.pageButton:hover path {
    stroke: #ffffff;
}

li.CmActiveTabManuf {
    color: #ffffff;
}

#CmPassVehicBlock {
    transition: 0.2s ease-in-out;
}

#CmComVehicBlock {
    display: none;
}

#CmMotoVehicBlock {
    display: none;
}

.CmMainManuf,
.CmFavManuf {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    grid-gap: 20px;
}

.PasManufPage,
.ComManufPage,
.MotManufPage {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-gap: 10px;
    align-items: baseline;
    padding: 20px 0px;
}

.CmMainManufLink {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #ffffff;
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    padding: 7px 10px;
    border: 1px solid var(--Cm-border-color);
}

.CmMainManufLink:hover {
    outline-width: 1px !important;
    outline-style: solid !important;
}

.CmManufContBlock {
    gap: 20px;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 20px 0px;
}

.favlogo_x,
.favlogo_xMob {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0px;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: var(--box-shadow);
    border: 1px solid var(--Cm-border-color);
}

a.favlogo_x:hover {
    outline-width: 1px !important;
    outline-style: solid !important;
}

.manufName,
.manufNameMob {
    color: #000000;
    font-size: 12px;
    text-align: center;
}

.CmFavManufImage {
    object-fit: contain;
    width: 60px;
}

.CmMainManufImage {
    object-fit: contain;
    width: 45px;
    height: 45px;
}

.ManufContentMob {
    display: none;
}

.boxSearch_x {
    margin: 3px;
    float: left;
    padding: 20px;
    background: #dfdfdf url(../_images/HeadBox.jpg) -50px -80px;
    border-radius: 4px;
    box-shadow: 0px 4px 12px -3px rgba(0, 0, 0, 0.3), inset 0px 14px 14px -10px rgba(255, 255, 255, 1.0), inset 0px -10px 14px -10px rgba(0, 0, 0, 0.3);
}

.searchStyle_x {
    padding: 7px;
    width: 75%;
    font-size: 16px;
    border: none;
    border-radius: 3px;
}

.searchStyle_x:focus {
    outline: none;
}

.searchIcon_x {
    width: 22px;
    height: 22px;
    background: url(images/search-icon.png);
    background-size: cover;
    float: right;
    margin: 5px;
    cursor: pointer;
}

.wrapperS_x {
    border-radius: 3px;
    background: white;
}

.boxRes_x {
    display: block;
    position: absolute;
    background: white;
    width: 241px;
    border: 1px solid #aeaeae;
    border-top: none;
    z-index: 271;
    margin-top: -2px;
}

.nameRes_x {
    display: table;
    color: #585858;
    padding-left: 10px;
    font-weight: bold;
    font-size: 12px;
}

.nameRes_x span {
    font-weight: normal;
    font-size: 12px;
}

.listRes_x {
    transition: ease-out 0.2s;
    border-bottom: 1px solid #d6d6d6;
    padding: 6px 12px;
    cursor: pointer;
}

.listRes_x:hover {
    background: #f5f5f5;
}

.listRes_x img {
    float: left;
}

/*Sections*/
.boxSections_x {
    width: 100%;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    position: relative;
    margin-bottom: 20px;
    margin-top: 5px;
}

.boxSect_x {
    display: flex;
    flex-direction: column;
    height: 175px;
    padding: 10px;
    position: relative;
    background-color: #ffffff;
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    border: 1px solid var(--Cm-border-color)
}

.boxSect_x:hover img {
    filter: grayscale(0);
}

.CmSectListImgWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.boxOverLSect {
    transition: 0.3s;
    width: 65%;
    margin: 1px;
    text-align: left;
}

.nameSect_x {
    font-size: 16px !important;
    font-weight: bold;
    text-shadow: 2px 2px 8px #ffffff !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.CmListSectBl {
    transition: ease-out 0.3s;
    z-index: 20;
}

.boxSect_x ul {
    padding: 0;
    margin: 0;
}

.CmListSectBl ul {
    margin-top: 6px;
}

div.CmListSectBl ul li {
    line-height: 20px;
    margin: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

div.CmListSectBl ul li a {
    display: inline !important;
}

div.boxSect_x li {
    transition: 0.2s;
    list-style-type: none !important;
    cursor: pointer;
    font-size: 12px;
}

div.boxSect_x li a {
    color: #505050;
    list-style-type: none !important;
}

.boxSect_x li span {
    transition: 0.2s;
}

.boxSect_x li:hover {
    text-decoration: underline;
    text-shadow: 1px 1px 3px white;
}

.CmListNSectBl {
    position: absolute;
    background: #ffffff;
    width: 300px;
    z-index: 30;
    left: -1px;
    border-radius: 0 0 10px 10px;
    border: 1px solid #cdcdcd;
    border-top: none;
}

.CmListNSectBl ul {
    padding: 0px 0px 0px 10px;
}

.CmListNSectBl ul li {
    line-height: 14px;
}

.boxOverLSect:hover {
    box-shadow: inset 0px 0px 300px white;
}

.imgSect_x {
    z-index: 1;
}

.imgSect_x img {
    position: absolute;
    left: 110px;
}

.showAllSect {
    color: #6c6c6c !important;
    font-weight: bold;
    margin-top: 3px;
    position: absolute;
    bottom: 10px;
}

.hideAllSect {
    transition: 0.2s;
    float: right;
    font-size: 16px;
    font-weight: bold;
    color: #6c6c6c;
    cursor: pointer;
    margin: 0 15px 5px;
}

.showMoreSect {
    display: none;
}

.butAllSec {
    transition: 0.2s;
    text-align: center;
    cursor: pointer;
    background: #ffffff;
    font-weight: bold;
    margin: 0 auto;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: var(--border-radius-small);
    box-shadow: var(--box-shadow);
}

.butAllSec:hover {
    color: #ffffff !important;
}

.boxSecHov {
    margin: -1px -1px 5px 5px !important;
}

.boxSecHov:hover .boxSect_x {
    transition: 0 !important;
    border-style: solid;
    border-width: 2px;
    margin: -1px -1px 5px 5px !important;
}

.f_sec_block {
    border: unset !important;
    background-color: rgba(255, 255, 255, 0);
    border-radius: unset !important;
    box-shadow: unset !important;
    -webkit-border-radius: unset !important;
    -moz-border-radius: unset !important;
    -ms-border-radius: unset !important;
    -o-border-radius: unset !important;
}

/* New Sections */
div.TitleWrap h2 {
    font-size: 22px !important;
}

.TitleSectionsWrap {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}

.TitleWrapBlock {}

.BoxSects_x {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 20px;
    margin-top: 30px;
    font-size: 13px;
}

.ImgSct_x {
    width: 90px;
    height: 90px;
    object-fit: contain;
    filter: grayscale(100%);
}

.BoxMSct_x {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    background: #ffffff;
    box-shadow: var(--box-shadow);
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid var(--Cm-border-color);
}

.BoxMSct_x:hover {
    outline-width: 1px !important;
    outline-style: solid !important;
}

.BoxMSct_x:hover:hover .ImgSct_x {
    filter: grayscale(0%);
}

.NameSct_x {
    font-weight: bold;
    margin: 0;
    font-size: 13px !important;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -o-hyphens: auto;
}



@media screen and (max-width: 992px) {
    .TitleTabsWrap {
        justify-content: space-between;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .TitleWrap span {
        font-size: 24px;
    }

    .PaginWrap {
        display: none !important;
    }

    .TabsList {
        display: none;
    }

    .TitleTabsPagWrap {
        flex-direction: column;
    }

    .TabsMobBlock {
        display: flex;
        align-self: end;
    }

    .TabsListMob {
        border: 1px solid #cdcdcd;
    }

    .TitleWrap {
        gap: 10px;
    }
}

@media screen and (max-width: 480px) {
    .TitleWrap span {
        font-size: 20px;
    }

    .CmTitleIMage {
        display: none;
    }
    .CmTopBox{
        flex-direction: column;
        align-items: unset;
    }

}