@charset "UTF-8";
.main-heading .main-heading__button {
    opacity: 1;
    margin: calc(2.2vw + 1rem) 0 0 0;
    display: block;
}

.phone-call,
.media-imagine {
    position: fixed;
    bottom: 50px;
    cursor: pointer;
    z-index: 99;
}

.media-imagine {
    right: 70px;
    fill: white;
}

.phone-call svg,
.media-imagine img {
    width: 70px;
    height: 70px;
}

.phone-call {
    left: 70px;
}

.catalog {
    padding: 40px 0;
}

.catalog__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dt-column-order{
    display: none;
}

.catalog__table {
    width: 100%;
    margin-top: 50px;
}

#catalog-table th,
td {
    width: 10%;
    padding: 1% 10px !important;
    text-align: center;
    font-size: 16px;
}

#catalog-table tr {
    background: #e9e9e9 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#catalog-table tr:hover {
    background: #00636323 !important;
}

.tabel_container {
    max-width: 100%;
}

.table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.table th {
    font-weight: bold;
    padding: 5px;
    border: none;
    background: #f8f8f8;
}

.table td {
    padding: 5px;
    border: none;
    border-bottom: 5px solid #f8f8f8;
}

.dataTables_filter input {
    width: 0px;
    height: 0px;
    font-size: 16px;
    padding: 0 10px;
    position: fixed;
    top: 50%;
    left: 50%;
}

.dataTables_filter {
    position: relative;
    margin: 20px 0 10px 0;
}

.dataTables_filter:after {
    content: "";
    position: absolute;
    left: 0px;
    width: 0px;
    height: 30px;
    background: url("http://partmine.ru/wp-content/uploads/2022/05/lupa.png") center/contain no-repeat;
    background-size: 60% !important;
}

.dataTables_filter:before {
    content: "";
    position: absolute;
    left: 258px;
    width: 0px;
    height: 0px;
    background-color: #006363;
}

tr.js_product td:not(:first-child) {
    width: 10vw;
    min-width: 120px; /* Оставшиеся 7 столбцов занимают равные части */
}

#catalog-table_length label select {
    padding: 5px;
    background: #006363;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
}

#catalog-table_length label select option {
    background: #fff;
    color: #000;
}

#catalog-table_paginate {
    float: right;
    text-align: right;
    padding-top: 20px;
}

#catalog-table_paginate a {
    margin: 0 10px;
    padding: 10px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 16px;
}

#catalog-table_paginate a:hover {
    background: #00636323;
    color: #000;
}

.card-button {
    min-width: 160px;
    display: inline-block;
    box-sizing: border-box;
    outline: none;
    border: none;
    border-radius: 6px;
    height: 40px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: #ffffff;
    background-color: #006363;
    cursor: pointer;
    user-select: none;
    appearance: none;
    touch-action: manipulation;
    transition: 0.7s ease;
}

@media(max-width:500px) {
    .card-button {
        font-size: 10px;
        line-height: 12px;
    }
}

.card-button:focus-visible {
    box-shadow: 0 0 0 2px rgb(128, 128, 128);
}

.card-button:hover {
    background-color: #008383;
}

.card-button:active {
    transform: scale(0.96);
}

.card-button:disabled {
    pointer-events: none;
    opacity: 0.65;
}

.paginate_button.current:hover {
    background: #006363 !important;
    color: #fff !important;
}

.paginate_button.current {
    background: #006363;
    color: #fff;
}

.paginate_button.disabled {
    color: #a7a7a7;
    pointer-events: none;
}

.sorting {
    pointer-events: none;
}

.catalog__accordion {
    background: none;
    text-align: start;
}

.catalog__accordion svg {
    position: absolute;
    fill: #000;
    stroke: #000;
    stroke-width: 0.1;
    margin: calc(0.2vw + 0.2rem) 0 0 0;
    width: calc(0.2vw + 1rem);
    height: calc(0.2vw + 1rem);
    -webkit-transform: translateX(calc(-0.1vw + 0.5rem));
    -ms-transform: translateX(calc(-0.1vw + 0.5rem));
    transform: translateX(calc(-0.1vw + 0.5rem));
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.catalog__accordion.click {
    color: #006363;
}

.catalog__accordion.click svg {
    fill: #006363 !important;
    -webkit-transform: translateX(calc(0.15vw + 0.15rem)) rotate(-180deg) !important;
    -ms-transform: translateX(calc(0.15vw + 0.15rem)) rotate(-180deg) !important;
    transform: translateX(calc(0.15vw + 0.15rem)) rotate(-180deg) !important;
}

.catalog__products.show {
    display: none;
}

.popap_right p {
    padding-top: 40px;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #006363;
}

.price_list p {
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
    padding: 10px 0;
}

.catalog__title {
    padding-top: 50px;
    margin: 0 0 calc(-1vw - 1rem) 0;
}

@media (max-width: 1920px) {
    h3 {
        font-size: calc(18px + 0.5208333333vw);
    }
    h2 {
        font-size: calc(0px + 1.6666666667vw);
    }
    p {
        font-size: calc(0.5vw + 0.64rem);
    }
    .p1 {
        font-size: calc(12px + 0.3125vw);
    }
    .content {
        padding: 100px calc(25px + 5.9895833333vw);
    }
    .phone-call svg,
    .media-imagine img {
        width: calc(30px + 2.0833333333vw);
        height: calc(30px + 2.0833333333vw);
    }
    .phone-call {
        left: calc(20px + 2.6041666667vw);
    }
    .media-imagine {
        right: calc(20px + 2.6041666667vw);
    }
    .main-button {
        font-size: calc(1em + 0.3125vw);
    }
}

@media (max-width:1024px) {
    .catalog__row {
        flex-direction: column;
    }
    .catalog__catalog {
        margin: 0;
    }
    .catalog__table {
        margin: 0;
    }
    #catalog-table th,
    td {
        font-size: 12px !important;
    }
    .catalog__table {
        width: 100%;
        padding: calc(2vw + 4rem) 0 0 0;
    }
    .catalog__accordion {
        background: none;
        text-align: start;
        min-width: 300px;
    }
}

@media (max-width: 1600px) {
    /* h4 {
        font-size: calc(0.7vw + 0.7rem);
    } */
    h1 {
        font-size: calc(4vw);
        line-height: calc(4.8vw + 0.2rem);
    }
}

@media (max-width: 768px) {
    .p1 {
        font-size: calc(12px + 1.25vw);
    }
    .parts-title h1 {
        font-size: 20px;
        line-height: 22px;
    }
    .content {
        padding: 50px 0px;
    }
    .phone-call,
    .media-imagine {
        display: none;
    }
}

@media (max-width: 640px) {
    #catalog-table th,
    td {
        font-size: 8px !important;
        padding: 1% 0px !important;
    }
    #catalog-table_paginate a {
        margin: 0 5px;
        padding: 7px;
        cursor: pointer;
        border-radius: 3px;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        font-size: 12px;
    }
    .media-imagine {
        display: none;
    }
    .phone-call {
        bottom: 20px;
    }
    h2 {
        font-size: 16px;
    }
    /* h4 {
        font-size: calc(0.5vw + 0.8rem);
    } */
    .main__full-screen {
        height: 80%;
    }
    .main__full-screen img {
        top: calc(11vw + 0rem);
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@supports (-webkit-appearance: none) {}

@media (max-width: 1920px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 1600px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 1024px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 768px) {
    @supports (-webkit-appearance: none) {}
}

@media (max-width: 640px) {
    @supports (-webkit-appearance: none) {}
}

.taxonomy-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 1220px) {
    .taxonomy-row {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

.taxonomy-row__left-side {
    max-width: 250px;
    width: 100%;
    margin-right: 30px;
    flex-grow: 1;
}

@media (max-width: 1220px) {
    .taxonomy-row__left-side {
        max-width: 100%;
    }
}

.taxonomy-shop,
.taxonomy-items {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

@media (max-width: 1220px) {
    .taxonomy-items {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.taxonomy-shop svg {
    width: 26px;
    height: 26px;
    fill: black;
    transition: all 0.4s ease;
    margin-right: 6px;
}

.reset {
    cursor: pointer;
}

.taxonomy-shop__item:hover svg {
    fill: #006363;
}

.taxonomy-shop__item:first-child:hover svg {
    transform: rotate(360deg);
}

.taxonomy-row__right-side {
    width: 100%;
}

.taxonomy-row__right-side img {
    width: 100%;
}

.taxonomy__item {
    font-size: 18px;
    line-height: 21px;
    padding: 15px 0px;
    font-weight: 700;
    width: 100%;
    display: block;
}

@media (max-width: 1220px) {
    .taxonomy__item {
        padding: 15px 15px;
    }
}

@media (max-width: 768px) {
    .taxonomy__item {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (max-width: 400px) {
    .taxonomy__item {
        width: 100%;
    }
}

.taxonomy__item:hover {
    color: #006363;
}

.taxonomy__item::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    transform: translateY(3px);
    border-radius: 50%;
    background: #c4c4c4;
    margin-right: 10px;
    transition: all 0.4s ease;
}

.taxonomy__item:hover::before {
    background: #006363;
}

.taxonomy-shop {
    margin-top: 35px;
}

.taxonomy-shop__item {
    display: flex;
    align-items: center;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    padding: 15px 0px;
}

.taxonomy-shop__item:hover {
    color: #006363;
}

.taxonomy-row__image {
    position: relative;
}

.point {
    position: absolute;
    background: #c4c4c4;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    transition: all 0.4s ease;
    cursor: pointer;
}

.point:hover {
    background: #006363 !important;
    border: 1px solid #00AFAF !important;
}

@media (max-width: 1220px) {
    .point {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 500px) {
    .point {
        width: 10px;
        height: 10px;
    }
}

.active-point {
    background: #006363 !important;
    border: 1px solid #00AFAF !important;
}

.activated-item {
    color: #006363 !important;
}

.activated-item::before {
    background: #006363;
}

.point1 {
    bottom: 28%;
    right: 17%;
}

.point2 {
    bottom: 27%;
    right: 12%;
}

.point3 {
    bottom: 38%;
    right: 10%;
}

.point4 {
    bottom: 36%;
    right: 16%;
}

.point5 {
    bottom: 76%;
    right: 9%;
}

.point6 {
    bottom: 78%;
    right: 17%;
}

.point7 {
    bottom: 93%;
    right: 14%;
}

.point8 {
    bottom: 78%;
    right: 43%;
}

.point9 {
    bottom: 68%;
    right: 49%;
}

.point10 {
    bottom: 36%;
    right: 64%;
}

.point11 {
    bottom: 25%;
    right: 59%;
}


/* hodovaya */

.point1_hodovaya {
    bottom: 56%;
    right: 75%;
}

.point2_hodovaya {
    bottom: 71%;
    right: 7%;
}

.point3_hodovaya {
    bottom: 52%;
    right: 47%;
}

.point4_hodovaya {
    bottom: 87%;
    right: 32%;
}

.point5_hodovaya {
    bottom: 37%;
    right: 90%;
}

.point6_hodovaya {
    bottom: 11%;
    right: 72%;
}


.nomenk-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 20px;
    row-gap: 20px;
}

.nomenk-item {
    display: flex;
    justify-content: flex-start;
    position: relative;
    align-items: center;
    padding: 15px;
}

@media (max-width:1024px) {
    .nomenk-grid {
        grid-template-columns: 1fr;
    }
    .nomenk-item {
        justify-content: space-between;
    }
}

.nomenk-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.nomenk-text {
    font-size: 18px;
    line-height: 21px;
}

.nomenk-img {
    width: 160px;
    height: 130px;
}

.nomenk-img img {
    width: 160px;
    height: 130px;
    object-fit: contain;
}

.marks-title,
.mark-model {
    font-size: 18px;
    line-height: 21px;
    color: #949494;
    margin-bottom: 18px;
}

.marks-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 45px;
    flex-wrap: wrap;
}

.marks-button {
    max-width: 207px;
    width: 100%;
    border-radius: 5px;
    background-color: #E1E1E1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #dadada;
    transition: all 0.4s ease;
    margin-bottom: 20px;
}

.marks-button:hover,
.models-button:hover {
    border: 2px solid #006363;
}

.marks-button img {
    width: 100%;
}

.model-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.models-button {
    padding: 11px 46px;
    background: #E1E1E1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #dadada;
    transition: all 0.4s ease;
    border-radius: 5px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.models-button:not(:last-child) {
    margin-right: 30px;
}

@media(max-width:500px) {
    .marks-row,
    .model-row {
        justify-content: center;
    }
    .models-button {
        margin-right: 0px !important;
    }
}

.disable-marks {
    display: none;
}

.enable-marks {
    display: block;
}

.active-mark {
    border: 2px solid #006363;
}

.cart__quantuty {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
}

.quantuty__wrapper {
    min-width: 20px;
    border: 1px solid black;
    background-color: #dfdfdf;
    border-radius: 50%;
    padding: 5px calc( (100vw - 320px)/(1920 - 320)*(10 - 7) + 7px);
    text-align: center;
    font-size: calc(0.9vw + 0.5rem);
}

@media (max-width:1600px) {
    .quantuty__wrapper {
        font-size: calc(0.7vw + 0.7rem);
    }
}

@media (max-width:640px) {
    .quantuty__wrapper {
        font-size: calc(0.5vw + 0.8rem);
    }
}

.active-point,
.active-point-click {
    background: #006363 !important;
    border: 1px solid #00AFAF !important;
}

.activated-item,
.activated-item-click {
    color: #006363 !important;
}

.activated-item::before,
.activated-item-click::before {
    background: #006363;
}