#addresses {
  padding-left: 0;
  list-style: none;
}
.h-100p {
  height: 100% !important;
}
.h-100px {
  height: 100px !important;
}
.wwb {
  word-wrap: break-word;
}

.cur-pointer {
  cursor: pointer;
}
.error-label {
  color: #f54b0f;
}
.selector,
.central {
  text-align: center;
}

.my-subtitle {
  color: #6c8391;
  font-size: 15px;
}
.text-underline {
  text-decoration: underline;
}

.login-btn {
  float: right;
  padding: 7px 20px;
  border-radius: 4px;
  margin: 9px 0px 0px;
  color: #41b574;
  border: 1px solid #41b574;
}

.select-manufacturer {
  min-width: 12em;
}

.select-model {
  min-width: 8em;
}

.select-modification {
  min-width: 10em;
}

.select-childworktype {
  min-width: 10em;
}

.modification-image img {
  max-width: 100%;
}

.clear-table {
  border: none;
  width: 100%;
}

.clear-table td {
  vertical-align: top;
}

.select2-container--default {
  width: 100% !important;
}
.select2-selection__arrow {
  top: 0px !important;
  height: 44px !important;
  right: 10px !important;
}
.select2-selection--single {
  height: 44px !important;
  width: 100% !important;

  font-weight: 400 !important;
  border-radius: 4px;
  border: 1px solid #33a163 !important;
}

.order-select-wrapper > .select2 > span > .select2-selection {
  border-radius: 0px !important;
  font-size: 18px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #828282 !important;
}

.select2-selection__rendered {
  line-height: 40px !important;
}

.selector-btn {
  color: #ffffff;
  padding: 6px 20px 8px 20px;
  border-radius: 4px;

  line-height: 30px !important;
  background: #33a163;
  background: -moz-linear-gradient(left, #33a163 0%, #41b55c 100%);
  background: -webkit-linear-gradient(left, #33a163 0%, #41b55c 100%);
  background: linear-gradient(to right, #33a163 0%, #41b55c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33a163', endColorstr='#41b55c',GradientType=1 );
}

.base-btn {
  padding: 10px 20px;
  color: #fff;
  border: none;
  border-radius: 4px;
  background: #33a163;
  background: -moz-linear-gradient(left, #33a163 0%, #41b55c 100%);
  background: -webkit-linear-gradient(left, #33a163 0%, #41b55c 100%);
  background: linear-gradient(to right, #33a163 0%, #41b55c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33a163', endColorstr='#41b55c',GradientType=1 );
}

.default-input {
  color: unset !important;
  background-color: unset !important;
  width: 100%;
  height: 45px !important;
  border: 1px solid #33a163 !important;
  font-size: 18px !important;
}
.default-input::placeholder {
  font-size: 18px !important;
}

.danger-input {
  color: unset !important;
  background-color: unset !important;
  width: 100%;
  height: 45px !important;
  border: 1px solid #f54b0f !important;
  font-size: 18px !important;
}

.default-label {
  margin: 10px 0px 0px 0px;
  font-size: 18px !important;
}

.adresses-list-btn {
  position: relative;
  z-index: 100;
  top: 15px;
}

.selector-main-div {
  background-color: #3d3c3e;
  min-height: 64px;
  float: left;
  width: 100%;
}

.ta-center {
  text-align: center;
  width: 100%;
}
.fs-25 {
  font-size: 25px;
}
.filter-ckeckbox-div,
.align-center {
  display: flex;
  align-items: center;
}
.filter-ckeckbox-div input {
  margin-top: 0px !important;
  margin-right: 15px;
  display: inline-block;
}
.filter-ckeckbox-div label {
  display: inline-block;
  margin-bottom: 0px !important;
}

.manufacturer-img {
  width: 200px;
  float: left;
  margin: 0px 8px;
}
.model-img {
  width: 200px;
  float: left;
  margin: 0px 8px;
  border-bottom: 1px solid #41b574;
}

.bg-w {
  background-color: #ffffff !important;
}

.base-text-block {
  float: left;
  width: 100%;
  margin: 0px 0px 7px;
}
.base-text-block p {
  font-size: 16px;
  margin: 0px 0px 26px;
  letter-spacing: 0px;
  line-height: 26px;
}
.manufacturers-catalog-block {
  font-size: 16px;
  margin: 0px 0px 35px;
  float: left;
  width: 100%;
}

.w-100p {
  width: 100%;
}

.district-name {
  font-family: "PT Sans", sans-serif;
  color: #41b574;
  line-height: 1.2;
  margin: 0px 0px 30px;
  border-bottom: 1px solid #e7e7e7;
  letter-spacing: 0px;
  font-size: 18px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 14px;
}
.place-desc-block {
  margin-bottom: 35px;
}
.place-desc-title {
  margin-bottom: 7px !important;
  padding-bottom: 5px !important;
}
.sidebar-phone i {
  font-size: 20px;
}
.sidebar-phone span {
  font-size: 20px !important;
}
.place-name {
  color: #41b574;
}
.place-address {
  font-size: 18px !important;
  color: #888 !important;
}
.p-10 {
  padding: 10px !important;
}
.automechanic-images-list-layer img {
  height: 90px !important;
}
.m-10 {
  margin: 10px !important;
}
.bg-gray {
  background-color: #f5f5f5;
}
.widget_categories {
  width: 100%;
}
.automechanic-icon.automechanic-arrows22 {
  padding-top: 2px;
}
.footer-district-block {
  display: inline-block;
  padding-bottom: 35px;
}

.contacts-phone-span {
  font-size: 14px !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.hov-link {
  transition: 150ms linear; /* Время изменения */
}
.hov-link strong {
  transition: 150ms linear; /* Время изменения */
}
.hov-link:hover {
  color: #41b574 !important;
}
.hov-link:hover strong {
  color: #41b574 !important;
}

.vh-60-min {
  min-height: 60vh;
}

.w-66p {
  width: 66.666% !important;
}
.w-100p {
  width: 100% !important;
}

.msg-success {
  padding: 5px 15px;
  text-align: center;
  border: 1px #41b574 solid;
  color: #41b574;
  background-color: #fff;
  border-radius: 4px;
}

.msg-danger {
  padding: 5px 15px;
  text-align: center;
  border: 1px #f54b0f solid;
  color: #f54b0f;
  background-color: #fff;
  border-radius: 4px;
}

.input-style {
  background-color: #f6f6f6 !important;
  height: 40px !important;
  padding-left: 15px !important;
  color: #828282 !important;
  font-size: 14px !important;
  width: 100%;
}

.list-item {
  float: left;
  width: 33.333%;
  margin: 0px 0px 20px;
  padding: 0px 12px;
}

li {
  list-style: none;
}

.flex-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.grey {
  color: #6c8391;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-center-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mg-r-5 {
  margin-right: 5px;
}
.mg-l-5 {
  margin-left: 5px;
}
.mg-l-10 {
  margin-left: 10px;
}

.mg-t-0 {
  margin-top: 0px !important;
}

.mg-bot-5 {
  margin-bottom: 5px !important;
}

.mg-bot-10 {
  margin-bottom: 10px !important;
}

.mg-bot-20 {
  margin-bottom: 20px;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.tags {
  background-color: #f6f6f6;
  padding: 0px 10px;
  border-radius: 2px;
  color: #000 !important;
  margin-bottom: 5px;
  border: 1px #41b574 solid;
}

.tags:hover {
  background-color: #41b574;
  color: #fff !important;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

:root {
  --checkbox-size: 16px;
  --checkbox-color: #6c8391;
  --tick-color: #33a163;
}

.check-label {
  display: inline-block;
  margin: 0 calc(var(--checkbox-size) * 0.25);
  width: var(--checkbox-size);
  height: var(--checkbox-size);
  border: calc(var(--checkbox-size) * 0.125) solid var(--checkbox-color);
  border-radius: 12.5%;
  -webkit-transition: 400ms 100ms ease-out;
  -o-transition: 400ms 100ms ease-out;
  transition: 400ms 100ms ease-out;
}

.crop {
  float: left;
  overflow: hidden;
  border-radius: 100%;
}

.crop img {
  border-radius: 0%;
  height: 90px;
  width: 160px !important;
  margin: 0px -35px 0px -35px;
  max-width: 200%;
}

.crop-60 {
  float: left;
  overflow: hidden;
  border-radius: 100%;
}

.crop-60 img {
  border-radius: 0%;
  height: 60px;
  width: 107px !important;
  margin: 0px -22px 0px -22px;
  max-width: 200%;
}

.mod-btn {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.mod-btn-large {
  left: 53%;
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.body-type {
  border: 1px solid #f4f4f4 !important;
  border-radius: 4px;
  background-color: #fff;
  max-height: 140px;
  transition: 0.3s;
}
.body-type:hover {
  border: 1px solid #41b574 !important;
  border-radius: 4px;
  background-color: #e1ffee;
  max-height: 140px;
}

.body-type a {
  max-height: 140px;
  border-radius: 4px;
}

.icon {
  padding: 50px 22%;
}

.show-phone-wrapper {
  font-weight: 500;
  text-decoration: none;
  color: #198cff;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.show-phone {
  position: absolute;
  left: 85px;
  bottom: 0;
  font-weight: 400;
  background-color: #fff;
  padding-left: 5px;
  width: 100%;
}

.show-phone:before {
  content: "";
  position: absolute;
  right: 100%;
  width: 32px;
  height: 16px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(#fff)
  );
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

input[type="checkbox"] {
  display: none;
}

.tick {
  position: relative;
  right: calc(var(--checkbox-size) * -0.25);
  top: calc(var(--checkbox-size) * -0.05);
  width: calc(var(--checkbox-size) * 0.45);
  height: calc(var(--checkbox-size) * 0.75);
  border-right: calc(var(--checkbox-size) * 0.25) solid var(--tick-color);
  border-bottom: calc(var(--checkbox-size) * 0.25) solid var(--tick-color);
  -webkit-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  -o-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
  transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.5);
}

.tick:before {
  content: "";
  position: absolute;
  left: calc(var(--checkbox-size) * -0.125);
  bottom: calc(var(--checkbox-size) * -0.25);
  border: calc(var(--checkbox-size) * 0.125) solid var(--tick-color);
  border-radius: 50%;
}

.tick:after {
  content: "";
  position: absolute;
  right: calc(var(--checkbox-size) * -0.25);
  top: calc(var(--checkbox-size) * -0.125);
  border: calc(var(--checkbox-size) * 0.125) solid var(--tick-color);
  border-radius: 50%;
}

input[type="checkbox"]:checked + .check-label .tick {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}

input[type="checkbox"]:focus + .check-label {
  -webkit-animation-name: cb-pop;
  animation-name: cb-pop;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes cb-pop {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  33% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  66% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    tranform: scale(1);
  }
}

@keyframes cb-pop {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  33% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  66% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    tranform: scale(1);
  }
}

.show-palce-phone-btn {
  cursor: pointer;
  font-size: 14px !important;
  color: #33a163 !important;
  transition: 0.5s;
}

.show-palce-phone-btn:hover {
  color: #41b55c !important;
  padding-left: 5px;
}
.hidden-phone {
  display: none !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.no-pad {
  padding: 0 !important;
}

.pl-15 {
  padding-left: 15px;
}
.glass-icon {
  position: relative;
  width: 300px;
  margin: auto;
  height: 250px;
}
.glass-icon > img {
  height: 200px;
  width: 100%;
  margin-top: 20px;
  padding: 25px 5px;
}
.glass-mods-icons {
  height: 30px;
  width: 250px;
  position: absolute;
  top: 210px;
  left: 25px;
  display: flex;
}
.glass-mods-icons > img {
  width: 33% !important;
}
.glass-brand-icon {
  position: absolute;
  top: 0px;
  left: 10px;
}
.glass-brand-icon > img {
  height: 40px;
  width: unset !important;
}
.glass-icon-new {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100px;
}
.glass-icon-new > img {
  height: 30px !important;
}
.glass-icon-new > .glass-mods-icons {
  height: 30px;
  position: unset;
  top: unset;
  left: unset;
  display: flex;
  justify-content: space-around;
  padding-left: 5px;
}
.glass-icon-new > .glass-mods-icons > img {
  width: 40px !important;
}
.brand-col > img {
  max-height: 25px;
}
.brand-col > img {
  max-height: 25px;
}
.glass-brand-icon {
  position: absolute;
  top: 0px;
  left: 10px;
}
.glass-brand-icon > img {
  height: 40px;
  width: unset !important;
}
.filter-widget {
  width: 100%;
  margin-bottom: 20px !important;
  padding-bottom: 15px !important;
}
.flex {
  display: flex;
}

#filter-price {
  float: left;
  width: 100%;
  height: 6px;
  background-color: #d8d8d8;
  position: relative;
  margin: 13px 8px 0px 0px;
  border-radius: 10px;
}
.ui-slider .ui-slider-range {
  position: absolute;
  height: 6px;
  top: 0px;
}
#filter-price span {
  width: 12px;
  height: 12px;
  position: absolute;
  top: -3px;
  margin: 0px 0px 0px -1px;
  border: 1px solid #ffffff;
  border-radius: 100%;
}
#filter-price span:last-child {
  margin: 0px 0px 0px -5px;
}
.price-filter-container {
  display: inline-block;
  width: 100%;
}
.price-filter-container > div {
  display: flex;
  justify-content: space-between;
}
.price-filter-container input {
  width: 40%;
}
.price-filter-container i {
  padding-top: 6px !important;
}

.svg-filter {
  filter: invert(100%) sepia(0%) saturate(468%) hue-rotate(196deg)
    brightness(107%) contrast(73%) !important;
}
.svg-filter.active {
  filter: invert(56%) sepia(64%) saturate(409%) hue-rotate(94deg)
    brightness(96%) contrast(84%) !important;
}

.sidebar-place-logo {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-around;
}
.sidebar-place-logo > img {
  width: 50%;
}

.loader {
  background-color: #ddd;
  height: 100%;
  width: 98%;
  position: absolute;
  z-index: 2;
  padding: 30px;
  border-radius: 20px;
}
.loader:before {
  overflow: hidden;
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -10em;
  animation: pulsing 1.2s infinite;
}

@keyframes pulsing {
  0% {
    transform: skewX(-45deg) translateX(0);
  }
  100% {
    transform: skewX(-45deg) translateX(80em);
  }
}

.cropped {
  float: left;
  overflow: hidden;
}

.cropped img {
  width: unset !important;
  max-width: unset !important;
}

.hidden-ov {
  overflow: hidden;
}

.home-blog-img {
  height: 190px;
  width: 273px;
  object-fit: cover;
}
.home-main-blog-img {
  height: 394px;
  width: 562px;
}

.blog-preview-img {
  object-fit: cover;
  height: 250px;
  width: 360px;
}

.blog-img {
  object-fit: cover;
  height: 500px;
  width: 850px;
}
.blog-time {
  padding-left: 7px;
}

/* Cтили для выдачи товаров */
.product-row {
  width: 100%;
  display: grid;
  grid-template-areas: "eurocode img brand price price-work price-all cart";
  grid-template-columns: 3fr 3fr 3fr 2fr 2fr 2fr 1fr;
  grid-gap: 8px;
  padding: 10px;
  border-bottom: 1px solid #41b574;
}
.product-row.header {
  background-color: #41b574;
  color: #fff;
  max-height: 50px;
  width: 100%;
  display: grid;
  grid-template-columns: 3fr 3fr 3fr 2fr 2fr 2fr 1fr;
  grid-gap: 8px;
  padding: 5px;
}
.product-row > .product-code {
  grid-area: eurocode;
  color: #41b574;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-row > .product-code > a {
  font-weight: 600;
}
.product-row > .product-code > a:hover {
  color: #41b574;
}
.product-row > .product-brand {
  grid-area: brand;
}
.product-row > .product-brand > img {
  max-height: 30px;
  height: 30px;
}
.product-row > .product-img {
  grid-area: img;
}
.product-row > .product-img > img {
  max-height: 30px;
  height: 30px;
  margin-right: 25px;
}

.product-row > .product-img > .product-options > img {
  max-height: 20px;
  height: 20px;
  padding: 0px 3px;
}
.product-row > .product-price-prod {
  grid-area: price;
}
.product-row > .product-price-work {
  grid-area: price-work;
}
.product-row > .product-price-all {
  grid-area: price-all;
}
.product-row > .product-cart {
  grid-area: cart;
}
.product-row > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-row > .product-price > b > .header {
  display: none;
}
.product-cart > a > span > i {
  margin: 0px;
  font-size: 18px;
  color: #41b574;
}
.product-cart > a > span > button {
  display: none;
}

.active-btn {
  background: #33a163;
  background: -moz-linear-gradient(left, #33a163 0%, #41b55c 100%);
  background: -webkit-linear-gradient(left, #33a163 0%, #41b55c 100%);
  background: linear-gradient(to right, #33a163 0%, #41b55c 100%);
  background-color: rgba(0, 0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33a163', endColorstr='#41b55c',GradientType=1 );
  color: #ffffff !important;
  padding: 7px 20px;
  font-size: 15px;
  line-height: 28px;
  width: 50%;
}

.inactive-btn {
  color: #41b574 !important;
  border: 1px solid #41b574;
  background-color: transparent;
  padding: 7px 20px;
  font-size: 15px;
  line-height: 28px;
  width: 50%;
}

.no-border {
  border: none;
}

.place-text {
  max-width: 60%;
  padding-left: 20px;
}

.signup-text {
  font-size: 18px;
}

.signup-text-header {
  font-size: 17px;
  text-transform: uppercase;
}

.signup-main-text {
  margin-left: 1rem;
}

.signup-main-text > div {
  margin-bottom: 5px;
}

.list-parent:hover .widget_categories {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.6s;
  height: 100%;
}

.widget_categories ul .list-parent:hover a {
  padding-left: 0px !important;
  color: #262626 !important;
}

.list-parent .widget_categories li:hover a {
  padding-left: 10px !important;
  color: #41b574 !important;
}

.list-parent .widget_categories {
  height: 0px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-2em);
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s,
    z-index 0s linear 0.01s;
  margin: 0px;
}

.list-child {
  margin-top: 15px;
}

.list-parent {
  height: 16px;
}

.list-parent:hover {
  transition-delay: 0s, 0s, 0.6s;
  height: 100%;
}

.search-img {
  background-color: #2c336a;
  padding: 15%;
  border-radius: 8px;
}

.link:hover {
  color: #1b55e2;
}

.adaptive-height {
  height: 188px;
}

.other-wt-mobile {
  display: none;
}

.automechanic-team-thumb-text p:first-child {
  margin-bottom: 0 !important;
}

.ck-content {
  min-height: 200px !important;
}

.last-post {
  background: radial-gradient(
    170.23% 133.37% at 100% 56.08%,
    rgba(216, 255, 233, 0) 0%,
    #d8ffe9 100%
  );
  float: left;
  border-radius: 10px;
}

.last-post > div {
  padding: 10px;
  line-height: 135%;
}

.last-post > a > img {
  border-radius: 10px;
}

.last-post-btn {
  border: 1.5px solid #33a163;
  border-radius: 5px;
  line-height: 18px;
  padding: 10px 8px;
  display: inline-block;
  position: relative;
  width: 100%;
  color: #01b14e;
}

.last-post-btn > img {
  float: right;
}

.last-post-btn,
.last-post-btn:before {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.last-post-btn:before {
  background: #33a163;
  background: linear-gradient(
    90deg,
    rgba(1, 177, 78, 1) 0%,
    rgba(1, 177, 78, 0.8953782196472339) 52%,
    rgba(1, 177, 78, 0.5200280795912116) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33a163', endColorstr='#41b55c',GradientType=1 );
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
}

.last-post:hover .last-post-btn:before {
  width: 100%;
}

.last-post:hover .last-post-btn {
  color: #fff !important;
}

.last-post-btn > span {
  display: inline-block;
  position: relative;
}

.page-numbers > li > a {
  cursor: pointer;
}

.product-pag:hover,
.tab-btn:hover {
  background-color: #33a163 !important;
  color: #fff;
}
.product-pag,
.tab-btn {
  border-color: #33a163;
  cursor: pointer;
  background-color: #fff !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.current-pag,
.current-tab {
  background-color: #33a163 !important;
  color: #fff !important;
  cursor: default;
}

.tab-btn {
  border-radius: 5px;
  border: 1.5px #33a163 solid;
  padding: 0px 10px;
  margin-right: 5px;
}

@media (max-width: 768px) {
  /* Мобилки: */
  .product-row.header {
    display: none;
  }
  .product-row {
    width: 100%;
    display: grid;
    grid-template-areas:
      "eurocode eurocode brand"
      "img img img"
      "price price-work price-all"
      "price price-work price-all"
      "price price-work price-all"
      "cart cart cart" !important;
    grid-template-rows: 1fr 1fr 1fr !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    grid-gap: 8px;
    padding: 10px;
    border-bottom: 1px solid #41b574;
  }
  .product-row > .product-code {
    font-size: 16px;
  }
  .product-row > .product-price > b > .header {
    margin-bottom: 0px;
    color: #41b574;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
  }
  .product-row > .product-price {
    font-size: 20px;
    padding: 5px 0px;
  }
  .product-cart > a > span > button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 10px;
    margin: 10px;
    font-size: 15px;
    color: #fff;
    background: #41b574;
    border: 1px solid #41b574;
    border-radius: 4px;
  }
  .product-cart > a > span > i {
    display: none;
  }
  .model-img {
    display: none;
  }
  .automechanic-top-strip {
    display: none;
  }
  .other-wt {
    display: none !important;
  }
  .other-wt-mobile {
    display: block;
    padding-left: 10%;
  }
}
/* Cтили для выдачи товаров - конец */

/* Cтили для фильтров товаров */

/* Cтили для фильров товаров - конец */

/* Стили для страницы записи*/

.order-contacts-row {
  margin-top: 25px;
}

/* Конец стилей для страницы записи*/
