@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*, *::before, *::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
}
.header {
    display: inline-block;
    width: 100%;
    background: #2c2c2c;
}

.header_top_center {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

body {
    font-size: 1rem;
    line-height: 1.5;
    color: #121212;
    background: #fff;
    font-family: system, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Segoe WP', Roboto, Ubuntu, Oxygen, Cantarell, 'Fira Sans', 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Droid Sans', Tahoma, 'Microsoft Sans Serif', sans-serif;
    font-family: Montserrat;
}

.header_menu ul {
    list-style: none;
    gap: 0;
    display: flex;
}

.header_menu ul li a {
    color: #ffffff;
    font-size: 17px;
    padding: 35px 37px;
    display: flex;
    font-weight: 500;
    text-transform: uppercase;
}

.header {}

ul {}

.header_leng ul {
    list-style: none;
    gap: 28px;
    display: flex;
}

.header_leng a {
    color: #fff;
}

.logo img {
    width: 150px;
    height: auto;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
}

a.activ_leng {
    color: #ef3237;
}

.header_leng a:hover {
    opacity: 0.7;
}

a.activ_item {
    background: #ef3237;
}
.header_menu ul li a:hover {
    background: #ef3237;
}
ul.to_h_new {
    display: none;
    position: absolute;
    top: 95px;
    left: 0px;
    background: #000;
    width: 350px;
    z-index: 99;
}

li.sub_li_item_drop:hover ul {
    display: block;
}

li.sub_li_item_drop {}

.header_menu ul li {
    position: relative;
}

ul.to_h_new li a {
    font-size: 14px;
    padding: 14px 29px;
}

.search_big {
    background: #4d4d4d;
    display: inline-block;
    width: 100%;
}

.search_big_center {
    width: 1080px;
    margin: auto;
    padding: 16px 1px;
}

.w3-bar.activ {
    background: none;
    border: 1px solid #eee;
    border-radius: 15px;
}

.tabs .activ {
    border: 2px solid #ef3237;
    border-radius: 19px;
}

.tabs button {
    background: none;
    border: none;
    padding: 6px 16px;
    color: #000000;
    font-size: 14px;
    /* border: 2px solid #eee; */
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 9px;
}

.header-search.search-catalog__block svg {
    fill: currentColor;
    color: #000000;
}

button.header-search__search-submit-btn {
    background: #fff;
    border-radius: 26px;
    height: 35px;
    width: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_company1 {
    background: #000;
    color: #fff;
    background: #000 url(images/backabout.jpg) no-repeat;
    background-position: right;
}
.about_top {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8%;
}

.about_top_text {
    width: 50%;
}

.about_company1 .about_top_text {
    padding: 10% 0%;
    font-size: 15px;
    font-weight: 400;
}

.about_company1 h1 {
    font-weight: 700;
    line-height: 46px;
}
.logo a {
    display: flex;
}

.logo a:hover {
    opacity: 0.7;
}
.before_page {
    transform: rotate(270deg);
    display: block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 5px;
    margin-right: 19px;
    position: relative;
    top: 1px;
}
#breadcrumbs {
    display: flex;
    width: 100%;
    font-size: 12px;
    padding-top: 24px;
    margin-bottom: 10px;
}
#breadcrumbs ul {
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 20px);
}
a, button {
    line-height: inherit;
    cursor: pointer;
    border: none;
    color: #000;
    outline: none;
    background: none;
    text-decoration: none;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
    font-family: "GT Eesti Pro Text", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
div#breadcrumbs li {
    display: flex;
    color: #5b5b5b;
    margin: 0 2px;
    align-items: center;
    font-size: 14px;
    white-space: nowrap;
}
.divider {
    display: inline-block;
    width: 12px;
    margin: 0 7px;
    height: 5px;
    background: url(images/down.svg) no-repeat;
    background-size: 100% 100%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.about_top_text ul li:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #ef3237;
    border-radius: 50%;
}

.about_top_text ul li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    font-size: 22px;
    color: #fff;
    margin: 14px 0px;
}

.about_company2 {
    background: #4f4f4f;
    width: 100%;
    padding: 90px 0px;
    display: inline-block;
}

.about_company2 p {
    font-size: 34px;
    margin-bottom: 36px;
    font-weight: 700;
    color: #fff;
}

.about_top_right img {
    height: auto;
    width: 100%;
}

.about_top_right {
    display: flex;
    justify-content: flex-end;
}
.image_not_mach {
    position: absolute;
    top: 11px;
    left: 7px;
    display: flex;
    padding: 2px 5px;
    z-index: 9;
    cursor: help;
    border-radius: 4px;
    background: #fff;
}
.head_pofile {
    position: relative;
    display: flex;
    align-items: center;
}
.tel_poch_bot {
    display: flex;
    gap: 3px;
    align-items: center;
}
.scrol_down {
    display: flex;!;
    opacity: 0.8;
    width: 15px;
    height: 15px;
    justify-content: center;
    align-items: center;
}
.scrol_down img {
    position: relative;
    opacity: 0.7;
}
.image_not_mach .house_category_title {
    background: none;
    color: #000 !important;
    padding: 0px;
    height: auto;
    cursor: help;
}
.image_not_mach .house_category_title p {
    color: #6e7687;
    font-size: 10px;
    font-weight: 600;
}
.tooltip-simple {
    position: absolute;
    z-index: 999;
    cursor: default;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    padding-top: 12px;
    top: 100%;
}
.tooltip-arrow {
    left: 50%;
    top: 2px;
    -webkit-transform: translate(-50%) rotate(180deg);
    -moz-transform: translate(-50%) rotate(180deg);
    -ms-transform: translate(-50%) rotate(180deg);
    -o-transform: translate(-50%) rotate(180deg);
    transform: translate(-50%) rotate(180deg);
    color: #fff;
    fill: currentColor;
    position: absolute;
}
.head_pofile:hover .navbar-pc__tooltip.tooltip-profile {
    display: block;
}
.tooltip-simple .tooltip__content {
    background: #fff;
    width: 190px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    font-size: 13px;
    padding: 15px 15px 18px;
}
.tooltip__content b {
    margin-bottom: 10px;
    display: inline-block;
}
.about_company3 {
    background: #000;
    padding: 90px 0px;
}

.about_company3 p {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

.about_company3 .about_top {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.header-search.search-catalog__block {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 11px;
}

input.kod_name_input {
    width: 365px;
    height: 35px;
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 4px 17px;
}

.tabs button:hover {
    opacity: 0.7;
}

.about_text_center {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0;
    flex-wrap: wrap;
}

.about_text {
    background: #2c2c2c;
    width: 100%;
    display: inline-block;
}

.hom_text_abb {
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin: 70px 0px;
}

.home_banner {
    display: flex;
    justify-content: center;
    background: #0d1112;
}
.pr_left_right {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 25px 0px;
}

div#main-carousel {
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    display: flex;
    padding: 10%;
    height: 480px;
    border: 1px solid #eeeeeed9;
    justify-content: center;
}

div#main-carousel img {
    width: 100%;
}

.pr_dev ul {
    list-style: none;
    font-size: 15px;
}

.pr_dev ul em {
    font-style: normal;
    font-weight: 600;
}
.part_bottom .tabs {
    padding: 10px 20px 15px 20px;
}
.pr_dev ul li {
    margin: 3px 0px;
    display: flex;
    gap: 8px;
    font-size: 13px;
}

.brand {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    gap: 5px;
}

.bran_valu {
    font-weight: 700;
}

.pr_code {
    display: flex;
    gap: 5px;
    color: #ef3237;
    text-align: center;
    width: 100%;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
}

.attr_title {
    font-weight: 700;
    font-size: 15px;
    width: 100%;
    margin-bottom: 7px;
}

.pr_right {
    width: 45%;
}

.pr_dev {
    display: flex;
    flex-wrap: wrap;
    margin: 7px 0px 20px;
}

.pr_right h1 {
    font-size: 27px;
    margin: 0px 0px 9px;
}
.home_banner img {
    width: 100%;
    height: auto;
}

ul.digital-list.d-flex.justify-content-center li {
    list-style: none;
    border-left: 3px solid #ef3237;
    color: #fff;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    flex-direction: column;
    line-height: 35px;
    padding-left: 30px;
}

ul.digital-list.d-flex.justify-content-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 47px;
    margin: 40px 0px;
}

.waranty {
    background: #797979;
    font-size: 24px;
    border-radius: 8px;
    padding: 4%;
    margin: 120px 0px 80px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

ul.digital-list.d-flex.justify-content-center strong {
    font-size: 55px;
}

ul.digital-list.d-flex.justify-content-center span {
    font-weight: 400;
    font-size: 24px;
}
.page_not_found {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 27px;
    margin-bottom: 80px;
    margin-top: 70px;
}

.description404 {
    text-align: center;
}

a.btn404 {
    background: #ef3237;
    padding: 15px 25px;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
}

a.btn404:hover {
    background: #d0171c;
}
.footer {
    background: #2c2c2c;
    display: inline-block;
    width: 100%;
}

.footer_center {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0px;
}
ul.home_cat {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
    gap: 11px;
    justify-content: center;
}

ul.home_cat li {
    width: 24%;
    height: 200px;
}

a.cat_home {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #4e4e4e;
    height: 200px;
    justify-content: center;
    color: #fff;
    border-radius: 5px;
    background: #4e4e4e;
}
.hom_text_abb h1 {
    margin-bottom: 25px;
}

.footer_logo {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #fff;
}

.flt img {
    width: 180px;
    height: auto;
}

.hom_catss h2 {
    color: #fff;
    font-size: 39px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
button.w3-bar-item {
    color: #fff;
    font-size: 16px;
    border: 2px solid #eee;
}

.search_big .tabs {
    /* display: flex; */
}

.w3-bar.w3-black {
    display: flex;
    gap: 16px;
}
a.cat_home:hover {
    background: #ef3237;
}

a.cat_home img {
    width: 100px;
    height: 100px;
    margin-bottom: 19px;
}

a.cat_home span {
    text-align: center;
    width: 100%;
    padding: 0% 4%;
    font-weight: 500;
}
.about_company4 p {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
}

.about_company4 {
    background: #4f4f4f;
    width: 100%;
    padding: 90px 0px;
    display: inline-block;
}
.logo {
    margin-right: 20px;
}
.berge_page {
    background: #4f4f4f;
    width: 100%;
    padding: 50px 0px 90px;
    display: inline-block;
}
.contact_page {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    flex-wrap: wrap;
    color: #fff;
}

.vozrast_pol {
    display: flex;
    flex-wrap: wrap;
}

.vozrast_pol label {
    width: 100%;
}

.contact_page label {
    display: flex;
    flex-direction: column-reverse;
}
.het_hd {
    background: #fff;
    border-radius: 5px;
    padding: 32px 51px 51px 51px;
    color: #000;
    margin-top: 20px;
}

.het_hd input {
    border: 2px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    font-size: 18px;
}

span.input__label {
    width: 100%;
    display: flex;
    margin: 18px 0px 9px;
}
.tdmbut-logo img {
    width: 40px;
    height: auto;
}

.one_sovmest_car {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 16px 0px;
}

table.on_prod_sovm_more {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

table.on_prod_sovm_more td {
    border: 1px solid #d5d3d3;
    font-size: 13px;
    padding: 5px;
}

table.on_prod_sovm_more th {
    border: 1px solid #d5d3d3;
    font-size: 12px;
    padding: 6px;
    background: #eee;
}

h2.sovmest {
    width: 100%;
    display: flex;
    margin: 0px 0px 25px;
}

.part_bottom {
    display: inline-block;
    width: 100%;
    margin-bottom: 120px;
    margin-top: 20px;
}

table.on_prod_sovm_more tr:hover {
    background: #eeeeee82;
}
.het_hd textarea {
    border: 2px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    font-size: 18px;
}

a.green_button {
    background: #ef3237;
    padding: 15px 40px;
    display: flex;
    font-size: 17px;
    font-weight: 500;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    width: 100%;
    justify-content: center;
}

.cont_send {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 10px;
    justify-content: flex-start;
}

small.dobrro {
    width: 100%;
}

.contact_page h1 {
    font-size: 40px;
    margin-bottom: 10px;
    width: 100%;
}
a.green_button:hover {
    background: #002eff;
}

.after_add img {
    width: 150px;
    margin: 0 auto 20px;
}

.after_add p {
    width: 100%;
    margin-top: 10px;
}
.part_page {
    display: inline-block;
    width: 100%;
}

.part_page_center {
    width: 1080px;
    margin: 0 auto;
    display: block;
}

.thumbnails .is-active {
    border: 2px solid #ef3237;
}

.thumbnail {
    width: 70px;
    height: 70px;
    overflow: hidden;
    display: flex;
    margin: 1%;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid #e5e5e5;
    justify-content: center;
    align-items: center;
}

li.thumbnail img {
    max-width: 80%;
    height: auto;
    width: 80%;
    max-height: 80%;
}

ul#thumbnails {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.pr_left {
    width: 50%;
    position: sticky;
    top: 50px;
}

.pr_left img {
    height: auto;
}
.contact_page p {
    width: 67%;
    font-size: 19px;
}
.after_add {
    display: flex;
    color: #000;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    margin-top: 20px;
    padding: 51px;
}
.header_leng {
    display: flex;
    margin-right: 1%;
}


.tabs-container {
  width: 100%;
  max-width: 100%;
  height: auto; /* Make the height flexible */
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
}

.tabs {
  /* padding: 10px 20px 15px 20px; */ /* Increased padding */
  width: 100%;
}

.tab-links {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #f0f0f0;
  flex-wrap: wrap;
  gap: 8px;
}

.tab-link {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 30px; /* Increased padding for spacing */
  color: #ccc;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
}

.tab-link.active,
.tab-link:hover {
  color: #ef3237; /* Gradient purple */
}

.tab-link i {
  margin-right: 10px;
}

.tab-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  bottom: -1px;
  left: 50%;
  background: #f14b4f; /* Purple gradient */
  transition: all 0.4s ease;
}

.tab-link.active::after {
  width: 100%;
  left: 0;
}

.tab-content {
  display: none;
  animation: fadeInUp 0.5s ease;
  padding: 5px 10px 15px 10px;
}

.tab-content.active {
  display: block;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
a.fav_logo:hover {
    
    color: #ef3237;
}
.mark_models {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}
/* Buttons */
.cta-btn {
  display: inline-block;
  padding: 12px 25px; /* More padding */
  background: linear-gradient(45deg, #b84de5, #7d41ff); /* Purple gradient */
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.4s ease;
  font-weight: 500;
  margin-top: 20px;
}

.cta-btn:hover {
  background: linear-gradient(45deg, #9c3bce, #6b3ee8); /* Darker gradient on hover */
}

/* Form Styles */
.contact-form {
  display: flex;
  flex-direction: column;
}

.contact-form label {
  margin-bottom: 5px;
  font-weight: 500;
}

.contact-form input,
.contact-form textarea {
  padding: 12px 15px; /* Increased padding for inputs */
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: border 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #b84de5;
  outline: none;
}

/* FAQ List */
.faq-list {
  padding: 0;
  list-style: none;
}

.faq-list li {
  margin-bottom: 10px;
}

.faq-list li strong {
  font-weight: 600;
}

/* Responsive Design */
@media screen and (max-width: 600px) {
  .tab-links {
    flex-direction: column;
    align-items: center;
  }

  .tab-link {
    text-align: center;
    width: 100%;
    padding: 15px 0;
  }
}

.warpper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab {
  cursor: pointer;
  padding: 9px 17px;
  margin: 0px 0px;
  font-size: 14px;
  background: #000;
  display: inline-block;
  color: #fff;
  border-radius: 3px 3px 0px 0px;
  box-shadow: 0 0.5rem 0.8rem #00000036;
}
.panels {
  background: #fffffff6;
  box-shadow: 0 0rem 1rem #cecece80;
  max-height: 333px;
  width: 100%;
  max-width: 500px;
  border-radius: 0px;
  overflow: hidden;
  padding: 20px;
  overflow-y: auto;
}
.panel {
  display: none;
  animation: fadein 0.8s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.panel-title {
  font-size: 1.5em;
  font-weight: bold;
}
.radio {
  display: none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel {
  display: block;
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab {
  background: #fffffff6;
  color: #000;
  border-top: 3px solid #ef3237;
}

ul.cat_menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    background: #4d4d4d;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
}

ul.cat_menu li {
    width: 100%;
}

a.cat_menu_item img {
    width: 30px;
    height: 30px;
}

a.cat_menu_item {
    display: flex;
    color: #fff;
    align-items: center;
    padding: 10px;
    gap: 19px;
    font-size: 14px;
    border-bottom: 1px solid #6f6f6f;
}

.cat_left {
    display: flex;
    width: 25%;
}

.cat_right {
    display: flex;
    width: 70%;
}

.cat_left_right {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 33px;
    margin-bottom: 80px;
}

.mec_divv.grid_veiw {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(222px, 1fr));
    grid-gap: 16px;
    grid-auto-flow: dense;
    margin: 0 0 24px;
}

.cat_pr_top_count {
    font-size: 13px;
    width: 100%;
    display: flex;
    margin-top: 5px;
    gap: 5px;
}

.pop_nkar_cat img {
    object-fit: contain;
    display: block;
    width: 100%;
    height: auto;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.images {
    display: flex;
    /* overflow: hidden; */
    align-items: center;
    width: 100%;
    padding: 0 7%;
    justify-content: center;
    height: 100%;
}

.hvr__images {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.hvr {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.cart_in_part .pop_nkar_cat {
    width: 100%;
    height: 260px;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart_in_part .col {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.cart_in_part .cat_grid {
    display: flex;
    border-radius: 2px;
    padding: 14px;
    background: #fff;
    width: 100%;
    height: 100%;
    align-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cart_in_part {
    box-sizing: border-box;
    background: #fff;
    display: flex;
    position: relative;
    width: 100%;
    margin: 0;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 4px;
    align-content: flex-start;
    -webkit-box-shadow: 0 0 0 1px #dadcde8c;
    -moz-box-shadow: inset 0 0 0 1px #dadcde;
    box-shadow: 0 0 0 1px #dadcde8c;
}

.cat_img_title {
    display: flex;
    flex-wrap: wrap;
}

a.cat_menu_item:hover {
    background: #ef3237;
}

.cat_grid:hover {
    -webkit-box-shadow: 0 2px 8px #bfbfbf;
    -moz-box-shadow: 0 2px 8px #bfbfbf;
    box-shadow: 0 2px 8px #bfbfbf;
}

.number a:hover {
    color: #ef3237;
}
.active_cat_menu {
    background: #ef3237;
}

.number {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.number a {
    width: 100%;
    margin: 5px 0px 0px;
}

.image_cart_451 :hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.cat_prods_block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.pagination {
    width: 100%;
    display: flex
;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: 27px;
    align-items: center;
}
.current_page {
    background: #484f55 !important;
    color: #fff !important;
    border: 1px solid #484f55 !important;
}
.paging {
    background: #fff;
    background: -moz-linear-gradient(center top, #fff, #e6e6e6) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e6e6e6));
    background: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background: -o-linear-gradient(top, #fff, #e6e6e6);
    background: -ms-linear-gradient(top, #fff, #e6e6e6);
    display: inline-block;
    font-size: 12px;
    white-space: nowrap;
    margin: 0 4px;
    padding: 6px 12px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.paging:hover {
    background: #fff;
    background: -moz-linear-gradient(center top, #fff, #f7f7f7) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #fff, #f7f7f7);
    background: -o-linear-gradient(top, #fff, #f7f7f7);
    background: -ms-linear-gradient(top, #fff, #f7f7f7);
}
.pr_right .pr_code {
    text-align: left !important;!i;!;
    display: flex;
    justify-content: flex-start;
}
.fav_logo {
    background-size: 64%;
    transition: all 0.3s ease;
    display: block;
    float: left;
    background-color: #fff !important;
    width: 126px;
    text-align: center;
    height: 137px;
    background-position: 50% 30% !important;
    background-repeat: no-repeat !important;
    margin: 0px 4px 11px 4px;
    padding: 0px;
    text-decoration: none;
    color: #000;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
    border-radius: 3px;
}
.tdmbut-text {
    display: table-cell;
    vertical-align: middle !important;
    overflow: hidden;
    text-shadow: 0px 0px 3px #ffffff;
    padding-top: 104px;
    font-weight: bold;
    height: 50px !important;
    width: 133px !important;
    display: table-cell;
    vertical-align: middle !important;
    overflow: hidden;
    font-size: 12px !important;
}
.srch_by_car{
	margin-top:20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.mark_header {
    display: flex;
    justify-content: space-between;
}

img.mark_logo {
    height: 80px;
}
@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);
transform:translateY(-20px);-moz-transform:translateY(-20px);-o-transform:translateY(-20px);-ms-transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);
-ms-transform:translateY(0);transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0)}}