@charset "UTF-8";
:root {
  --color-primary: #ff9800;
  --color-primary-light: rgb(255, 172.6, 51);
  --color-primary-dark: rgb(204, 121.6, 0);
  --color-secondary: #ba0000;
  --color-secondary-light: #ed0000;
  --color-secondary-dark: #870000;
  --color-text: #000929;
  --color-title: #2c384c;
  --color-bg: #FDF8F7;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html, body {
  margin: 0px;
  padding: 0px;
}

body {
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(214, 214, 214) 100%);
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1140px;
  margin: 0 auto;
}

.section {
  clear: both;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 1140px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
hr {
  border-top-color: var(--color-secondary);
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (min-width: 980px) {
  hr {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

table {
  width: 100%;
}

/* https://apc.onwheels.ru/img/main.css */
.td1 {
  background-color: #EEF3F7;
  line-height: 12px;
}

.td2 {
  background-color: #CADCEA;
  line-height: 12px;
}

.td3 {
  background-color: #ABC7DE;
  line-height: 12px;
}

.td4 {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #A4C9E4;
  margin: 1px;
  padding-right: 4px;
  float: left;
  white-space: nowrap;
}

.td4a {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #A4C9E4;
  background-color: #80FFFF;
  margin: 1px;
  padding-right: 4px;
  float: left;
  white-space: nowrap;
}

.td4b {
  margin: 1px;
  padding-right: 4px;
  float: left;
  white-space: nowrap;
}

.td4c {
  background-color: #80FFFF;
  margin: 1px;
  padding-right: 4px;
  float: left;
  white-space: nowrap;
}

.td7 {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #A4C9E4;
  margin: 1px;
  padding-left: 4px;
  float: left;
  white-space: nowrap;
}

.td7a {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #A4C9E4;
  background-color: #80FFFF;
  margin: 1px;
  padding-left: 4px;
  float: left;
  white-space: nowrap;
}

.td7b {
  margin: 1px;
  padding-left: 4px;
  float: left;
  white-space: nowrap;
}

.td7c {
  background-color: #80FFFF;
  margin: 1px;
  padding-left: 4px;
  float: left;
  white-space: nowrap;
}

.u_battery_range {
  float: left;
  white-space: nowrap;
  clear: left;
  color: grey;
  font-size: 8px;
  line-height: 22px;
}

.tdred {
  background-color: #FF4242;
  line-height: 12px;
}

.tdredw {
  background-color: #FF8888;
  line-height: 12px;
  background-image: url(img/tablebg0.gif);
  background-repeat: repeat-y;
  background-position: right top;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #A4C9E4;
}

.tdgreen {
  background-color: #66FF66;
  line-height: 12px;
  background-image: url(img/tablebg0.gif);
  background-repeat: repeat-y;
  background-position: right top;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #A4C9E4;
}

.tdgreenw {
  background-color: var(--color-primary);
  line-height: 12px;
  background-image: url(img/tablebg0.gif);
  background-repeat: repeat-y;
  background-position: right top;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #A4C9E4;
}

.tdyellow {
  background-color: #FFFF5B;
  line-height: 12px;
}

.tdyelloww {
  background-color: #FFFFBB;
  line-height: 12px;
  background-image: url(img/tablebg0.gif);
  background-repeat: repeat-y;
  background-position: right top;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #A4C9E4;
}

.td1_new {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #A4C9E4;
  background-image: url(img/tablebg0.gif);
  background-repeat: repeat-y;
  background-position: right top;
}

.td1_onlyv {
  background-image: url(img/tablebg0.gif);
  background-repeat: repeat-y;
  background-position: right top;
}

.td1_2new {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #A4C9E4;
}

.td2_new {
  color: var(--color-title);
}

.td2_newline {
  color: var(--color-title);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #A4C9E4;
}

.td2_topline {
  color: var(--color-title);
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #A4C9E4;
}

.td2_botline {
  color: var(--color-title);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #A4C9E4;
}

.head_menu_bg {
  background-image: url(img/head_men.gif);
  background-repeat: repeat-x;
  background-position: left top;
}

.topwline {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FFFFFF;
}

.w_button {
  font-family: Tahoma, Arial;
  font-size: 11px;
  color: #353839;
  background-color: #FAFAFA;
  border: 1px solid #eab191;
}

.nrgreen {
  background-color: var(--color-primary);
  line-height: 12px;
  background-image: url(img/tablebg0.gif);
  background-repeat: repeat-y;
  background-position: right top;
}

.nrgreenw {
  background-color: var(--color-primary);
  line-height: 12px;
}

.left_div {
  padding: 10px;
  margin: 6px;
  float: left;
}

.r_div {
  padding: 10px;
  margin: 6px;
  float: left;
}

.lhand {
  cursor: pointer;
}

.image_subcats_gm {
  margin: 0px 5px 0px 5px;
  float: left;
  text-align: center;
  max-width: 500px;
}

.subcats_iobj_gm {
  border: solid 1px black;
  text-align: center;
}

.image_subcats_gm_ch {
  margin: 0px 5px 0px 5px;
  float: left;
  text-align: center;
  max-width: 500px;
}

.subcats_iobj_gm_ch {
  border: solid 1px black;
  text-align: center;
}

.in_stock_line {
  background-color: #B7FFFF;
}

#wait_apitable {
  position: fixed;
  top: 20%;
  left: 50%;
  z-index: 66;
  width: 400px;
  height: 200px;
  margin-left: -200px;
  background-color: white;
}

.scheld_dates_div {
  display: none;
  position: absolute;
  z-index: 101;
  background: #FFFFFF;
  border: solid 1px #3174A6;
  padding: 10px;
  margin-top: 5px;
  margin-left: -100px;
}

.scheld_dates_lnk {
  float: left;
  border-bottom: 1px dashed rgb(8, 98, 140);
  cursor: pointer;
  margin-bottom: 2px;
}

/* end main */
/* https://www.onwheels.ru/img/main.css */
a {
  color: var(--color-text);
  text-decoration: none;
  transition: .3s all;
}

#show_qr {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 466;
  width: 160px;
  height: 160px;
  margin-left: -80px;
  margin-top: -100px;
  display: none;
  border: 1px solid #000000;
  background-color: white;
}

#loading-div {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 966;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  display: none;
}

#wait_apitable {
  position: fixed;
  top: 20%;
  left: 50%;
  z-index: 66;
  width: 400px;
  height: 200px;
  margin-left: -200px;
  background-color: white;
}

.api_brand {
  position: fixed;
  top: 20%;
  left: 50%;
  z-index: 36;
  width: 500px;
  margin-left: -250px;
  background-color: white;
  border: 1px solid #A4C9E4;
  padding: 10px;
}

#show_login {
  float: right;
  clear: both;
  z-index: 166;
  margin: 10px 8px 0px 0px;
  border: 1px solid #800035;
  background-color: white;
  padding: 2px 8px 2px 8px;
}

#search_body {
  padding: 10px;
  position: fixed;
  overflow: auto;
  bottom: 52px;
  left: 4px;
  margin-right: 4px;
  z-index: 466;
  width: auto;
  min-width: 700px;
  height: auto;
  display: none;
  border: 1px solid #000000;
  background-color: white;
}

.navi_left {
  font-size: 13px;
  color: #353839;
}

.head_phone {
  float: right;
  clear: both;
  font-size: 13pt;
  padding: 10px 8px 0px 20px;
  font-weight: bold;
}

.head_navi {
  clear: both;
  padding: 10px 45px 0px 0px;
  font-size: 12pt;
}

#h_srch {
  float: left;
  padding: 1px 7px 1px 3px;
  font-size: 11px;
  line-height: 15px;
  width: 219px;
  height: 42px;
  overflow: hidden;
}

.hist_search {
  float: left;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  margin: 2px 8px 1px 1px;
  padding: 1px 3px 1px 3px;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #c6d7f1;
  BACKGROUND-COLOR: #FFFFFF;
  height: auto;
}

.hand {
  cursor: pointer;
}

.hand:hover {
  TEXT-DECORATION: underline;
}

#h_srch :hover {
  background-color: #C4EEEE;
  TEXT-DECORATION: underline;
}

#botpanel {
  position: fixed;
  bottom: 0px;
  right: 0px;
  height: 50px;
  width: 100%;
  border-top: 1px solid #800035;
  padding: 0px;
  margin: 0px;
  background-color: white;
  z-index: 266;
}

#hop_but {
  width: 15px;
  height: 46px;
  font-size: 11pt;
  padding-left: 1px;
}

#totop {
  position: fixed;
  margin-left: 10px;
  padding-left: 20px;
  top: 50px;
  display: none;
  background-image: url("/img/toplink.gif");
  background-repeat: no-repeat;
  background-position: left 5px;
  cursor: pointer;
}

.fh_but {
  float: right;
  width: 20px;
  height: 50px;
  padding: 2px 1px 2px 2px;
  margin-left: 10px;
}

.op_actord {
  float: right;
  padding: 1px 5px 1px 5px;
  border-left: 1px solid #800035;
  height: 50px;
}

.price_div {
  white-space: nowrap;
}

.o_detail {
  overflow: auto;
  padding: 10px;
  position: fixed;
  bottom: 52px;
  z-index: 466;
  width: auto;
  height: auto;
  display: none;
  border: 1px solid #000000;
  background-color: white;
}

#sm_basket {
  font-size: 12px;
  margin: -30px 2px 2px 12px;
  padding: 3px 3px 4px 10px;
  border: 1px solid #3EB3F9;
  width: 140px;
  background-color: white;
  z-index: 100;
}

#to_basket {
  padding: 10px;
  position: absolute;
  z-index: 566;
  width: 260px;
  height: auto;
  display: none;
  border: 1px solid #000000;
  background-color: white;
}

.login_form {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #A4C9E4;
}

hr {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #800035;
  border-right-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
  border-left-color: #FFFFFF;
}

h1 {
  font-family: Arial;
  font-size: 13px;
  color: #353839;
  line-height: 16px;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}

h2 {
  font-family: Arial;
  font-size: 13px;
  color: #353839;
  line-height: 16px;
  margin: 0px;
  padding: 0px;
}

h3 {
  font-family: Arial;
  font-size: 12px;
  color: #353839;
  line-height: 16px;
  margin: 0px;
  padding: 0px;
}

.top_name {
  COLOR: #B73A20;
  font-size: 13px;
  padding-left: 15px;
}

.top_name :link {
  COLOR: #B73A20;
}

.top_name :active {
  COLOR: #B73A20;
}

.top_name :visited {
  COLOR: #B73A20;
}

.top_name :hover {
  COLOR: #B73A20;
}

.head_menu {
  COLOR: #FFFFFF;
}

.head_menu :link {
  COLOR: #5c5c5c;
}

.head_menu :active {
  COLOR: #5c5c5c;
}

.head_menu :visited {
  COLOR: #5c5c5c;
}

.head_menu :hover {
  COLOR: #5c5c5c;
}

.head_arr {
  padding-right: 10px;
  padding-left: 5px;
}

.head_title {
  padding-left: 77px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #FFFFFF;
  padding-top: 5px;
}

.head_title:link {
  color: #FFFFFF;
  TEXT-DECORATION: none;
}

.head_title:active {
  color: #FFFFFF;
  TEXT-DECORATION: none;
}

.head_title:visited {
  color: #FFFFFF;
  TEXT-DECORATION: none;
}

.head_title :hover {
  color: #FFFFFF;
  TEXT-DECORATION: none;
}

.red_title {
  color: var(--color-title);
  padding-top: 2px;
  text-align: left;
  padding-right: 20px;
}

.red_title:link {
  COLOR: var(--color-title);
  TEXT-DECORATION: underline;
}

.red_title:active {
  COLOR: var(--color-title);
  TEXT-DECORATION: underline;
}

.red_title:visited {
  COLOR: var(--color-title);
  TEXT-DECORATION: underline;
}

.red_title:hover {
  COLOR: var(--color-title);
  TEXT-DECORATION: none;
}

.left_menu {
  font-weight: bold;
  color: #73330f;
  line-height: 18px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
  font-size: 11px;
}

.left_menu :link {
  COLOR: #73330f;
}

.left_menu :active {
  COLOR: #73330f;
}

.left_menu :visited {
  COLOR: #73330f;
}

.left_menu :hover {
  COLOR: #73330f;
}

.right_menu {
  font-weight: bold;
  color: #000000;
  font-size: 11px;
  text-decoration: underline;
}

.right_menu :link {
  COLOR: #000000;
}

.right_menu :active {
  COLOR: #000000;
}

.right_menu :visited {
  COLOR: #000000;
}

.right_menu :hover {
  COLOR: #000000;
}

.left_active_menu {
  background-image: url(/img/left_act.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  color: #000000;
  line-height: 20px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
}

.sel {
  color: var(--color-title);
}

.input {
  font-family: Arial;
  font-size: 11px;
  color: #353839;
  border: 1px solid #800035;
}

.redinput {
  font-family: Arial;
  font-size: 11px;
  color: #353839;
  border: 1px solid #800035;
  background-color: #FEA5A7;
}

.pic {
  border: 1px solid #eab191;
  padding: 1px;
}

.picleft {
  border: 1px solid #A4C9E4;
  padding: 1px;
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

.picright {
  border: 1px solid #A4C9E4;
  padding: 1px;
  float: right;
  margin-bottom: 5px;
  margin-left: 10px;
}

.right_razd {
  margin-top: 5px;
  margin-bottom: 5px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #A2CAE3;
}

.bottom {
  border-top-color: #E7E7E7;
  border-top-width: 4px;
  border-top-style: solid;
  padding-top: 3px;
}

.bottomtext {
  padding-bottom: 20px;
  font-size: 10px;
  line-height: 12px;
}

.head_menu_bg {
  background-image: url(/img/head_men.gif);
  background-repeat: repeat-x;
  background-position: left top;
}

.topwline {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #FFFFFF;
}

.red {
  color: #FF0000;
}

.inform {
  font-weight: bold;
  color: #FF0000;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
}

.sm {
  font-size: 10px;
  line-height: 12px;
}

.w_button {
  font-family: Arial;
  font-size: 11px;
  color: #353839;
  background-color: #FAFAFA;
  border: 1px solid #eab191;
}

.left_div {
  padding: 10px;
  margin: 6px;
  float: left;
}

.r_div {
  padding: 10px;
  margin: 6px;
  float: left;
}

.content {
  padding-bottom: 70px;
}

.m_table {
  height: 100%;
  min-height: 100%;
  padding-top: 3px;
  max-width: 1000px;
  padding-bottom: 60px;
}

.f_table {
  max-width: 1000px;
}

.td1_onlyv {
  background-image: url(pics/tablebg.gif);
  background-repeat: repeat-y;
  background-position: right top;
}

.nrgreen {
  background-color: var(--color-primary);
  line-height: 12px;
  background-image: url(pics/tablebg.gif);
  background-repeat: repeat-y;
  background-position: right top;
}

.nrgreenw {
  background-color: var(--color-primary);
  line-height: 12px;
}

ul.checktree, ul.checktree ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font: 10px sans-serif;
}

ul.checktree li {
  background: url(/img/node.gif) no-repeat;
  margin: 0;
  padding: 0 0 0 13px;
  cursor: default;
}

table.t_bg {
  border-width: 1px;
  border-spacing: 0px;
  border-style: solid;
  border-color: #E0E0FF;
  border-collapse: collapse;
  margin: 2px;
}

table.t_bg td {
  border-width: 1px;
  padding: 1px;
  border-style: solid;
  border-color: #E0E0FF;
}

table.t_nobg {
  border-width: 0px;
  border-style: hidden;
}

table.t_nobg td {
  border-width: 0px;
  border-style: none;
}

.pr_name {
  font-size: 9px;
  float: left;
  padding-left: 3px;
}

.pr_date {
  font-size: 9px;
  float: left;
}

.tdgreenw {
  background-color: var(--color-primary);
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #A4C9E4;
}

.in_stock_line {
  background-color: #B7FFFF;
}

.div_email_supl {
  display: none;
  max-width: 610px;
  background-color: #FFFFFF;
  position: absolute;
  border: 1px solid #000000;
  padding: 4px;
  margin: 4px 4px 4px -100px;
}

.div_order_supl {
  display: none;
  max-width: 610px;
  background-color: #FFFFFF;
  position: absolute;
  border: 1px solid #000000;
  padding: 4px;
  margin: 4px 4px 4px 0px;
}

.image_model_cat {
  margin: 0px 5px 0px 5px;
  float: left;
  text-align: center;
  height: 150px;
  width: 150px;
  margin: 5px;
}

.image_model_cat:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  background-color: #ffffff;
}

.extstor_act {
  background: #D7FFD7;
}

.scheld_dates_div {
  display: none;
  position: absolute;
  z-index: 101;
  background: #FFFFFF;
  border: solid 1px #3174A6;
  padding: 10px;
  margin-top: 12px;
  margin-left: -80px;
}

.scheld_dates_lnk {
  float: left;
  border-bottom: 1px dashed rgb(8, 98, 140);
  cursor: pointer;
  margin-bottom: 2px;
}

.op_ffilter_el {
  border: solid 1px #3174A6;
  border-radius: 3px;
  margin: 1px;
  padding: 1px;
  cursor: pointer;
}

.op_ffilter_ldiv {
  font-size: 90%;
}

/* end main */
@media (min-width: 980px) {
  .header {
    display: flex;
    justify-content: space-between;
  }
}
.right_header {
  font-family: "Open Sans Condensed", sans-serif;
  color: #535353;
  font-size: 16px;
  width: 854px;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  margin-top: 27px;
}

.logo {
  width: 200px;
  display: inline-block;
  vertical-align: top;
}

.row_menu a {
  margin: 0 10px;
  color: #535353;
  font-size: 21px;
}

.row_menu a:last-child {
  margin-right: 0px;
}

.row_menu {
  margin-bottom: 25px;
}

.label {
  display: inline-block;
  max-width: 200px;
  vertical-align: top;
  font-size: 18px;
  text-transform: uppercase;
}

.inp {
  display: inline-block;
  max-width: initial;
  vertical-align: top;
}

.buttonquick {
  display: inline-block;
  max-width: 165px;
  vertical-align: top;
  margin-top: -1px;
}

.row_search form {
  display: inline-block;
  max-width: 678px;
  vertical-align: top;
}

.input {
  font-family: "Open Sans Condensed", sans-serif !important;
  font-size: 14px;
  color: #353839;
  border: 1px solid #dedede;
  width: 397px;
  border-radius: 4px;
  padding: 4px;
  margin-top: -5px;
  margin-right: 10px;
  margin-left: 5px;
}

td h2 {
  font-size: inherit;
  margin-top: inherit;
}

.inp .button {
  font-size: 16px;
  background: #ba0000;
  height: 30px;
  color: #fff;
  border-radius: 5px;
  border: 0px;
  font-family: "Open Sans Condensed", sans-serif;
  padding: 0px 15px;
  margin-top: -7px;
  top: 1px;
  position: relative;
}

a.btnquick {
  font-size: 16px;
  background: #ba0000;
  height: 33px;
  color: #fff;
  border-radius: 5px;
  border: 0px;
  font-family: "Open Sans Condensed", sans-serif;
  padding: 4px 15px;
  margin-top: -7px;
  top: 2px;
  position: relative;
}

a.btnquick:before {
  background: url(/newtheme/img/quickbefore.jpg) no-repeat;
  content: "";
  padding: 9px;
  position: relative;
  display: inline-block;
  top: 6px;
}

.cheks {
  text-align: left;
  position: relative;
}

.cheks label {
  position: relative;
  top: 3px;
}

.cheks input[type=checkbox i] {
  width: 16px;
  height: 16px;
  top: 2px;
  position: relative;
  border: 1px solid #dedede;
  background: #fff;
  accent-color: var(--color-primary);
}

.logomark {
  margin-top: 15px;
  width: 8.8%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.imgmark {
  display: block;
  margin: 0 auto 5px !important;
  height: 38px;
  width: auto;
  margin-bottom: 5px;
}

.imgmark img {
  margin: 5px;
}
.markname {
  line-height: 1.2;
}

.logomark a {
  color: var(--color-text);
}

.marks {
  margin-top: 30px;
}

h2 {
  font-family: "Open Sans Condensed", sans-serif;
  line-height: 1.4;
}

.icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

@media (min-width: 900px) {
  .icons {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.iconsmark {
  text-align: center;
  background: #fff;
  padding: 8px 0px 10px;
  border-radius: 6px;
  vertical-align: top;
}

.iconsmark a {
  text-decoration: none !important;
  color: #df2727 !important;
}

.iconname {
  text-decoration: none !important;
  color: #df2727 !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  height: 33px;
  padding: 0 10px;
}

.imgicon img {
  max-width: 100%;
}

.news .item {
  width: 28%;
  display: inline-block;
  vertical-align: top;
  margin-top: 33px;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.news {
  min-width: 300px;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}

a.all_news {
  float: right;
}

a.more {
  margin-top: 10px;
  display: block;
}

p.source_for_text img {
  margin-bottom: 16px;
}

/*
 * Footer
 */
.footer {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 35px;
  font-size: 16px;
  color: #ababab;
  background: #2a2a2a;
}

.footer .container {
  padding: 0 15px;
}

.footer .itemfooter {
  width: 23%;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 998px) {
  .footer .itemfooter {
    width: 46%;
    display: inline-block;
  }
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer h2 {
  position: relative;
  color: #fff;
  text-transform: none;
  font-size: 18px;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .footer h2 {
    font-size: 22px;
  }
}
.footer h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--color-secondary);
}

.footer a:link,
.footer a:visited {
  color: #ababab;
}

.footer a:hover,
.footer a:active {
  color: #fff;
}

.adress {
  min-height: 60px;
}

.footer ul li {
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .footer ul li {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .adress {
    min-height: 120px;
  }
}
.copyright {
  font-size: 0.7em;
  color: gray;
}

strong.right_menu a u {
  color: #535353;
  text-decoration: none !important;
  font-size: 16px;
}

strong.right_menu {
  color: #535353;
  text-decoration: none !important;
  font-size: 16px;
}

#sm_basket {
  font-size: 15px;
  margin: 51px 2px 2px 19px;
  padding: 3px 3px 4px 10px;
  border: 1px solid #a0b8c3;
  width: 126px;
  background-color: white;
  z-index: 100;
  border-radius: 5px;
  margin-top: 10px !important;
}

strong.right_menu a:before {
  background: url(/newtheme/img/cart.png) no-repeat;
  content: "";
  padding: 10px;
  margin-top: 14px;
  position: relative;
  top: 11px;
}

strong.right_menu a {
  padding-top: 7px !important;
  display: block;
  font-weight: normal;
}

strong.right_menu div {
  color: #535353;
  text-decoration: none !important;
  font-size: 16px;
}

.aboutus {
  line-height: 20px;
}

.pay {
  line-height: 22px;
}

h3 {
  font-size: 16px;
  background-size: auto;
  font-family: "Open Sans Condensed", sans-serif !important;
  color: var(--color-title);
}

.button {
  padding: 10px 25px;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 16px;
  color: #353839;
  background-color: #fff;
  border: 1px solid #a0b8c3;
  padding: 8px;
  border-radius: 7px;
}

.o_button {
  padding: 10px 25px;
  color: var(--text-color);
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  border-radius: 5px;
  background-color: #DEEBF4;
  border: 1px solid #A4C9E4;
  transition: all 0.3s ease;
  cursor: pointer;
}

.add-to-cart-button {
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  padding: 3px;
  line-height: 1.4;
  color: white;
  border: none;
  border-radius: 5px;
  background: var(--color-secondary);
}
.add-to-cart-button:hover {
  color: white !important;
  background: var(--color-secondary-light);
}

.add-to-cart-button:before {
  display: inline-block;
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2216%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M2.925.488a.833.833%200%200%200-1.517.691l4.295%209.416v.001c.005.008.023.05.046.09a.9.9%200%200%200%20.979.446c.045-.01.089-.023.098-.026l6.22-1.853.105-.031c.44-.13.867-.256%201.201-.523.29-.232.517-.535.657-.88.16-.396.159-.842.158-1.3V4.105c0-.01%200-.06-.004-.11a.901.901%200%200%200-.488-.73.9.9%200%200%200-.447-.098H4.147L2.925.487ZM11.833%2012a1.333%201.333%200%200%200%200%202.667h.007a1.333%201.333%200%200%200%200-2.667h-.007ZM3.167%2013.334c0-.737.597-1.334%201.333-1.334h.007a1.333%201.333%200%200%201%200%202.667H4.5a1.333%201.333%200%200%201-1.333-1.333Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  width: 17px;
  height: 16px;
}

td input.input {
  width: auto;
  margin-top: 0;
  font-size: inherit;
  font-family: "Open Sans Condensed", sans-serif !important;
}

.pr_date {
  font-size: inherit;
  float: left;
}

.pr_name {
  font-size: inherit;
  float: left;
  padding-left: 3px;
}

h1 {
  font-family: "Open Sans Condensed", sans-serif !important;
}

@media screen and (min-width: 981px) and (max-width: 1139px) {
  .cheks {
    text-align: left;
    position: relative;
    width: 95%;
    margin: 0 auto;
  }
  .right_header {
    font-family: "Open Sans Condensed", sans-serif;
    color: #535353;
    font-size: 16px;
    width: 766px;
    display: inline-block;
    vertical-align: top;
    float: right;
    text-align: right;
    margin-top: 27px;
    padding-right: 10px;
  }
  .buttonquick {
    display: inline-block;
    max-width: 165px;
    vertical-align: top;
    margin-top: 10px;
  }
  h2 {
    line-height: initial;
    padding-left: 1%;
  }
  .logomark {
    width: 10.7%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }
  .iconsmark {
    text-align: center;
    background: #fff;
    padding: 8px 0px 10px;
    border-radius: 6px;
  }
  .iconname {
    text-decoration: none !important;
    color: #df2727 !important;
    font-size: 20px;
  }
  .news .item {
    width: 31%;
    display: inline-block;
    vertical-align: top;
    margin-top: 33px;
    padding-right: 1%;
    padding-left: 1%;
  }
  p.source_for_text img {
    width: auto;
    height: auto;
    max-width: 150px;
  }
  .markname {
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 24px;
  }
  table.t_bg {
    font-size: 14px;
    padding: 5px !important;
  }
  form table {
    font-size: 14px;
  }
  div#scrolltable {
    margin-top: 20px;
    overflow-x: auto;
  }
  div#body div img {
    max-width: 100%;
  }
  .newuser1 {
    width: 90% !important;
    padding: 10px !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 980px) {
  .cheks {
    text-align: left;
    position: relative;
    width: 95%;
    margin: 0 auto;
  }
  .logo {
    width: 100%;
    display: block;
    vertical-align: top;
    text-align: center;
  }
  #sm_basket {
    font-size: 15px;
    margin: 10px auto;
    padding: 10px;
    border: 1px solid #a0b8c3;
    width: 200px;
    background-color: white;
    z-index: 100;
    border-radius: 5px;
    margin-top: 10px !important;
  }
  .right_header {
    font-family: "Open Sans Condensed", sans-serif;
    color: #535353;
    font-size: 16px;
    width: 100%;
    display: block;
    vertical-align: top;
    float: none;
    text-align: center;
    margin-top: 21px;
    margin-bottom: 30px;
  }
  .row_search form {
    display: block;
    max-width: 100%;
    vertical-align: top;
  }
  .label {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .inp {
    display: block;
    max-width: 100%;
    vertical-align: top;
  }
  .input {
    font-family: "Open Sans Condensed", sans-serif !important;
    font-size: 14px;
    color: #353839;
    border: 1px solid #dedede;
    width: 92%;
    border-radius: 4px;
    padding: 4px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 14px;
  }
  .inp .button {
    font-size: 16px;
    background: #ba0000;
    height: 30px;
    color: #fff;
    border-radius: 5px;
    border: 0px;
    font-family: "Open Sans Condensed", sans-serif;
    padding: 0px 15px;
    margin-top: 0px;
    top: 1px;
    position: relative;
    width: 95%;
  }
  a.btnquick {
    font-size: 16px;
    background: #ba0000;
    height: auto;
    color: #fff;
    border-radius: 5px;
    border: 0px;
    font-family: "Open Sans Condensed", sans-serif;
    padding: 4px 15px 5px;
    margin-top: 0;
    top: 2px;
    line-height: 20px;
    position: relative;
    display: block;
    margin: 0 auto;
  }
  .buttonquick {
    display: block;
    margin: 10px auto;
    width: 100%;
    max-width: 95%;
  }
  h2 {
    line-height: initial;
  }
  .logomark {
    width: 13%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }
  .iconsmark {
    text-align: center;
    background: #fff;
    padding: 8px 0px 10px;
    border-radius: 6px;
  }
  .news .item {
    width: 31%;
    display: inline-block;
    vertical-align: top;
    margin-top: 33px;
    padding-right: 1%;
    padding-left: 1%;
  }
  p.source_for_text img {
    width: 93%;
    height: auto;
  }
  table.t_bg {
    font-size: 18px;
    line-height: 1.4 !important;
    padding: 0px;
  }
  form table {
    font-size: 10px;
  }
  div#scrolltable {
    margin-top: 20px;
    overflow-x: auto;
  }
  div#body div img {
    max-width: 100%;
  }
  .newuser1 {
    width: 90% !important;
    padding: 10px !important;
  }
  input#burger, label.nav-burger {
    display: none;
  }
  label.nav-burger {
    display: block;
  }
  .nav {
    width: 100%;
    box-shadow: inset 0 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    z-index: 100;
    display: none;
  }
  ul#top-menu {
    list-style: none;
    display: block;
    margin-bottom: 0px;
    margin-left: 0px !important;
    padding-left: 0px;
    background: #898184;
    margin: 0px;
    padding: 0px;
  }
  ul#top-menu li {
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
    width: 100%;
  }
  ul#top-menu li a {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    width: 100%;
    display: block;
    margin: 0px;
  }
  .nav-burger {
    display: block;
    width: 25px;
    height: 23px;
    cursor: pointer;
    color: transparent;
    font-size: 14px;
    background: url(http://v12auto-parts.ru/newtheme/img/icon-menu.svg) no-repeat;
    background-size: cover;
    z-index: 1;
  }
  .nav-burger__checkbox:checked ~ .nav {
    display: block;
  }
  .nav-burger__checkbox:checked + .nav-burger {
    background-image: url(http://v12auto-parts.ru/newtheme/img/icon-cross.svg);
  }
}
@media screen and (min-width: 481px) and (max-width: 640px) {
  .cheks {
    text-align: left;
    position: relative;
    width: 95%;
    margin: 0 auto;
  }
  .logo {
    width: 100%;
    display: block;
    vertical-align: top;
    text-align: center;
  }
  #sm_basket {
    font-size: 15px;
    margin: 10px auto;
    padding: 10px;
    border: 1px solid #a0b8c3;
    width: 200px;
    background-color: white;
    z-index: 100;
    border-radius: 5px;
    margin-top: 10px !important;
  }
  .right_header {
    font-family: "Open Sans Condensed", sans-serif;
    color: #535353;
    font-size: 16px;
    width: 100%;
    display: block;
    vertical-align: top;
    float: none;
    text-align: center;
    margin-top: 21px;
    margin-bottom: 30px;
  }
  .row_search form {
    display: block;
    max-width: 100%;
    vertical-align: top;
  }
  .label {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .inp {
    display: block;
    max-width: 100%;
    vertical-align: top;
  }
  .input {
    font-family: "Open Sans Condensed", sans-serif !important;
    font-size: 14px;
    color: #353839;
    border: 1px solid #dedede;
    width: 92%;
    border-radius: 4px;
    padding: 4px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 14px;
  }
  .inp .button {
    font-size: 16px;
    background: #ba0000;
    height: 30px;
    color: #fff;
    border-radius: 5px;
    border: 0px;
    font-family: "Open Sans Condensed", sans-serif;
    padding: 0px 15px;
    margin-top: 0px;
    top: 1px;
    position: relative;
    width: 95%;
  }
  a.btnquick {
    font-size: 16px;
    background: #ba0000;
    height: auto;
    color: #fff;
    border-radius: 5px;
    border: 0px;
    font-family: "Open Sans Condensed", sans-serif;
    padding: 4px 15px 5px;
    margin-top: 0;
    top: 2px;
    line-height: 20px;
    position: relative;
    display: block;
    margin: 0 auto;
  }
  .buttonquick {
    display: block;
    margin: 10px auto;
    width: 100%;
    max-width: 95%;
  }
  h2 {
    line-height: initial;
  }
  .logomark {
    width: 19%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }
  .iconsmark {
    margin: 0 0.5% 5px;
    text-align: center;
    background: #fff;
    padding: 8px 0px 10px;
    border-radius: 6px;
  }
  .news .item {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin-top: 33px;
    padding-right: 1%;
    padding-left: 1%;
  }
  p.source_for_text img {
    width: 93%;
    height: auto;
  }
  table.t_bg {
    font-size: 18px;
    line-height: 1.4 !important;
    padding: 0px;
  }
  form table {
    font-size: 10px;
  }
  div#scrolltable {
    margin-top: 20px;
    overflow-x: auto;
  }
  div#body div img {
    max-width: 100%;
  }
  .newuser1 {
    width: 90% !important;
    padding: 10px !important;
  }
  input#burger, label.nav-burger {
    display: none;
  }
  label.nav-burger {
    display: block;
  }
  .nav {
    width: 100%;
    box-shadow: inset 0 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    z-index: 100;
    display: none;
  }
  ul#top-menu {
    list-style: none;
    display: block;
    margin-bottom: 0px;
    margin-left: 0px !important;
    padding-left: 0px;
    background: #898184;
    margin: 0px;
    padding: 0px;
  }
  ul#top-menu li {
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
    width: 100%;
  }
  ul#top-menu li a {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    width: 100%;
    display: block;
    margin: 0px;
  }
  .nav-burger {
    display: block;
    width: 25px;
    height: 23px;
    cursor: pointer;
    color: transparent;
    font-size: 14px;
    background: url(http://v12auto-parts.ru/newtheme/img/icon-menu.svg) no-repeat;
    background-size: cover;
    z-index: 1;
  }
  .nav-burger__checkbox:checked ~ .nav {
    display: block;
  }
  .nav-burger__checkbox:checked + .nav-burger {
    background-image: url(http://v12auto-parts.ru/newtheme/img/icon-cross.svg);
  }
}
@media screen and (min-width: 375px) and (max-width: 480px) {
  .logo {
    width: 100%;
    display: block;
    vertical-align: top;
    text-align: center;
  }
  #sm_basket {
    font-size: 15px;
    margin: 10px auto;
    padding: 10px;
    border: 1px solid #a0b8c3;
    width: 200px;
    background-color: white;
    z-index: 100;
    border-radius: 5px;
    margin-top: 10px !important;
  }
  .right_header {
    font-family: "Open Sans Condensed", sans-serif;
    color: #535353;
    font-size: 16px;
    width: 100%;
    display: block;
    vertical-align: top;
    float: none;
    text-align: center;
    margin-top: 21px;
    margin-bottom: 30px;
  }
  .row_search form {
    display: block;
    max-width: 100%;
    vertical-align: top;
  }
  .label {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .inp {
    display: block;
    max-width: 100%;
    vertical-align: top;
  }
  .input {
    font-family: "Open Sans Condensed", sans-serif !important;
    font-size: 14px;
    color: #353839;
    border: 1px solid #dedede;
    width: 92%;
    border-radius: 4px;
    padding: 4px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 14px;
  }
  .inp .button {
    font-size: 16px;
    background: #ba0000;
    height: 30px;
    color: #fff;
    border-radius: 5px;
    border: 0px;
    font-family: "Open Sans Condensed", sans-serif;
    padding: 0px 15px;
    margin-top: 0px;
    top: 1px;
    position: relative;
    width: 95%;
  }
  a.btnquick {
    font-size: 16px;
    background: #ba0000;
    height: auto;
    color: #fff;
    border-radius: 5px;
    border: 0px;
    font-family: "Open Sans Condensed", sans-serif;
    padding: 4px 15px 5px;
    margin-top: 0;
    top: 2px;
    line-height: 20px;
    position: relative;
    display: block;
    margin: 0 auto;
  }
  .buttonquick {
    display: block;
    margin: 10px auto;
    width: 100%;
    max-width: 95%;
  }
  h2 {
    line-height: initial;
    width: 95%;
  }
  .logomark {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }
  .iconsmark {
    text-align: center;
    background: #fff;
    padding: 8px 0px 10px;
    border-radius: 6px;
  }
  .news .item {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin-top: 33px;
    padding-right: 1%;
    padding-left: 1%;
  }
  p.source_for_text img {
    width: 93%;
    height: auto;
  }
  table.t_bg {
    font-size: 18px;
    line-height: 1.4 !important;
    padding: 0px;
  }
  form table {
    font-size: 10px;
  }
  div#scrolltable {
    margin-top: 20px;
    overflow-x: auto;
  }
  div#body div img {
    max-width: 100%;
  }
  .newuser1 {
    width: 90% !important;
    padding: 10px !important;
  }
  input#burger, label.nav-burger {
    display: none;
  }
  label.nav-burger {
    display: block;
  }
  .nav {
    width: 100%;
    box-shadow: inset 0 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    z-index: 100;
    display: none;
  }
  ul#top-menu {
    list-style: none;
    display: block;
    margin-bottom: 0px;
    margin-left: 0px !important;
    padding-left: 0px;
    background: #898184;
    margin: 0px;
    padding: 0px;
  }
  ul#top-menu li {
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
    width: 100%;
  }
  ul#top-menu li a {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    width: 100%;
    display: block;
    margin: 0px;
  }
  .nav-burger {
    display: block;
    width: 25px;
    height: 23px;
    cursor: pointer;
    color: transparent;
    font-size: 14px;
    background: url(http://v12auto-parts.ru/newtheme/img/icon-menu.svg) no-repeat;
    background-size: cover;
    z-index: 1;
  }
  .nav-burger__checkbox:checked ~ .nav {
    display: block;
  }
  .nav-burger__checkbox:checked + .nav-burger {
    background-image: url(http://v12auto-parts.ru/newtheme/img/icon-cross.svg);
  }
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  .logo {
    width: 100%;
    display: block;
    vertical-align: top;
    text-align: center;
  }
  #sm_basket {
    font-size: 15px;
    margin: 10px auto;
    padding: 10px;
    border: 1px solid #a0b8c3;
    width: 200px;
    background-color: white;
    z-index: 100;
    border-radius: 5px;
    margin-top: 10px !important;
  }
  .right_header {
    font-family: "Open Sans Condensed", sans-serif;
    color: #535353;
    font-size: 16px;
    width: 100%;
    display: block;
    vertical-align: top;
    float: none;
    text-align: center;
    margin-top: 21px;
    margin-bottom: 30px;
  }
  .row_search form {
    display: block;
    max-width: 100%;
    vertical-align: top;
  }
  .label {
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .inp {
    display: block;
    max-width: 100%;
    vertical-align: top;
  }
  .input {
    font-family: "Open Sans Condensed", sans-serif !important;
    font-size: 14px;
    color: #353839;
    border: 1px solid #dedede;
    width: 92%;
    border-radius: 4px;
    padding: 4px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 14px;
  }
  .inp .button {
    font-size: 16px;
    background: #ba0000;
    height: 30px;
    color: #fff;
    border-radius: 5px;
    border: 0px;
    font-family: "Open Sans Condensed", sans-serif;
    padding: 0px 15px;
    margin-top: 0px;
    top: 1px;
    position: relative;
    width: 95%;
  }
  a.btnquick {
    font-size: 16px;
    background: #ba0000;
    height: auto;
    color: #fff;
    border-radius: 5px;
    border: 0px;
    font-family: "Open Sans Condensed", sans-serif;
    padding: 4px 15px 5px;
    margin-top: 0;
    top: 2px;
    line-height: 20px;
    position: relative;
    display: block;
    margin: 0 auto;
  }
  .buttonquick {
    display: block;
    margin: 10px auto;
    width: 100%;
    max-width: 95%;
  }
  h2 {
    line-height: initial;
  }
  .logomark {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }
  .iconsmark {
    text-align: center;
    background: #fff;
    padding: 8px 0px 10px;
    border-radius: 6px;
  }
  .news .item {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin-top: 33px;
    padding-right: 1%;
  }
  p.source_for_text img {
    width: 93%;
    height: auto;
  }
  table.t_bg {
    font-size: 8px;
    font-size: 18px;
    line-height: 1.4 !important;
    padding: 0px;
  }
  form table {
    font-size: 10px;
  }
  div#scrolltable {
    margin-top: 20px;
    overflow-x: auto;
  }
  div#body div img {
    max-width: 100%;
  }
  .newuser1 {
    width: 90% !important;
    padding: 10px !important;
  }
  input#burger, label.nav-burger {
    display: none;
  }
  label.nav-burger {
    display: block;
  }
  .nav {
    width: 100%;
    box-shadow: inset 0 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    z-index: 100;
    display: none;
  }
  ul#top-menu {
    list-style: none;
    display: block;
    margin-bottom: 0px;
    margin-left: 0px !important;
    padding-left: 0px;
    background: #898184;
    margin: 0px;
    padding: 0px;
  }
  ul#top-menu li {
    display: inline-block;
    vertical-align: top;
    padding: 10px 0;
    width: 100%;
  }
  ul#top-menu li a {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    width: 100%;
    display: block;
    margin: 0px;
  }
  .nav-burger {
    display: block;
    width: 25px;
    height: 23px;
    cursor: pointer;
    color: transparent;
    font-size: 14px;
    background: url(http://v12auto-parts.ru/newtheme/img/icon-menu.svg) no-repeat;
    background-size: cover;
    z-index: 1;
  }
  .nav-burger__checkbox:checked ~ .nav {
    display: block;
  }
  .nav-burger__checkbox:checked + .nav-burger {
    background-image: url(http://v12auto-parts.ru/newtheme/img/icon-cross.svg);
  }
}
@media (max-width: 1200px) {
  .table-wrap {
    overflow: auto;
    width: 100%;
  }
}
#body .t_nobg font {
  font-size: 18px !important;
}

/* block helper */
.helper {
  background: linear-gradient(135deg, #1a2a3a 0%, #0f1a24 100%);
  border-radius: 16px;
  margin: 40px auto;
  padding: 32px 40px;
  max-width: 1110px;
  width: calc(100% - 80px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.helper-content {
  flex: 2;
  min-width: 200px;
}

.helper-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.helper-title::before {
  content: "💡";
  font-size: 26px;
}

.helper-text {
  font-size: 15px;
  line-height: 1.45;
  color: #d0e2f2;
  margin: 0;
}

.helper-highlight {
  font-weight: 600;
  color: #ffc107;
  background: rgba(255, 193, 7, 0.15);
  padding: 2px 6px;
  border-radius: 20px;
  display: inline-block;
}

.helper-button {
  background: #ff9800;
  border: none;
  border-radius: 60px;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  color: #1e2a32;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  flex-shrink: 0;
}

.helper-button:hover {
  background: #e68900;
  transform: scale(1.02);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.helper-button:active {
  transform: scale(0.98);
}

.btn-icon::before {
  content: "💬";
  font-size: 18px;
  margin-right: 8px;
}

@media (max-width: 700px) {
  .helper {
    flex-direction: column;
    text-align: center;
    padding: 24px 20px;
    width: calc(100% - 40px);
    margin: 20px auto;
  }
  .helper-title {
    justify-content: center;
  }
  .helper-button {
    white-space: normal;
    justify-content: center;
  }
}
/* deliverus */
.deliverus {
  background: #f5f7fa;
  border-radius: 16px;
  margin: 40px auto;
  padding: 32px 40px;
  max-width: 1110px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  border-left: 4px solid #ff9800;
}

.deliverus-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.deliverus-header h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1a2a3a;
  margin: 0;
}

.deliverus-header h3::before {
  content: "🚚";
  margin-right: 10px;
  font-size: 24px;
}

.deliverus-badge {
  background: #ff9800;
  color: #1e2a32;
  padding: 4px 12px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
}

.deliverus-note {
  background: #fff3e0;
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  border: 1px solid #ffe0b3;
}

.deliverus-note::before {
  content: "💡";
  font-size: 24px;
}

.deliverus-note p {
  margin: 0;
  font-size: 15px;
  color: #5a3a0a;
  flex: 1;
}

.deliverus-note strong {
  color: #e67e22;
}

.deliverus-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}

.deliverus-card {
  flex: 1;
  min-width: 200px;
  background: white;
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s;
}

.deliverus-card:hover {
  transform: translateY(-3px);
}

.deliverus-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px 0;
  color: #1a2a3a;
}

.deliverus-card h4::before {
  margin-right: 8px;
  font-size: 18px;
}

.deliverus-card:nth-child(1) h4::before {
  content: "📍";
}

.deliverus-card:nth-child(2) h4::before {
  content: "🚴";
}

.deliverus-card:nth-child(3) h4::before {
  content: "🚚";
}

.deliverus-card p {
  font-size: 14px;
  line-height: 1.5;
  color: #4a5568;
  margin: 0 0 8px 0;
}

.deliverus-price {
  font-weight: 700;
  color: #ff9800;
  font-size: 15px;
  margin-top: 12px;
}

.deliverus-price::before {
  content: "💵";
  margin-right: 6px;
  font-size: 14px;
}

.deliverus-link {
  text-align: right;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
}

.deliverus-link a {
  color: #ff9800;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.deliverus-link a::before {
  content: "📄";
  margin-right: 6px;
  font-size: 14px;
}

.deliverus-link a:hover {
  text-decoration: underline;
}

@media (max-width: 700px) {
  .deliverus {
    padding: 20px;
    width: calc(100% - 40px);
    margin: 20px auto;
  }
  .deliverus-card {
    min-width: 100%;
  }
  .deliverus-header h3 {
    font-size: 18px;
  }
}
/* contact page */
@media (min-width: 1200px) {
  .contacts__grid {
    display: grid;
    grid-template-columns: auto 615px;
    grid-gap: 30px;
  }
}
.contacts__title {
  margin-bottom: 28px;
  font-size: 22px;
  font-style: normal;
  color: var(--color-title);
  font-weight: 700;
  line-height: 110%;
}

@media (min-width: 768px) {
  .contacts__title {
    margin-bottom: 32px;
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .contacts__title {
    margin-bottom: 64px;
  }
}
.contacts__item {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .contacts__item {
    margin-bottom: 22px;
  }
}
.contacts__item p {
  margin-bottom: 0;
}

.contacts__name {
  font-weight: 700;
}

.contacts__value {
  font-weight: 400;
}

.contacts__map {
  width: 100%;
  height: 330px;
  border: none;
}

.contacts__rekvizity {
  margin: 15px 0;
}

.titler {
  padding: 0;
  margin-bottom: 30px;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--color-title);
}
@media (min-width: 480px) {
  .titler {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .titler {
    font-size: 2.5rem;
  }
}

.photer {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

.photer-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a2a3a;
  margin-bottom: 12px;
  text-align: center;
}

.photer-subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 32px;
  font-size: 15px;
}

.photer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.photer-item {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #f5f5f5;
}

.photer-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.photer-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 16/10;
}

.photer-caption {
  padding: 12px 16px;
  background: white;
  font-size: 14px;
  color: #555;
  text-align: center;
  border-top: 1px solid #eee;
}

@media (max-width: 700px) {
  .photer-grid {
    gap: 16px;
    grid-template-columns: 1fr;
  }
  .photer-title {
    font-size: 24px;
  }
  .photer-caption {
    font-size: 12px;
    padding: 8px 12px;
  }
}
@media (max-width: 480px) {
  .photer-grid {
    gap: 12px;
  }
}
.herol {
  background: linear-gradient(135deg, #0f1a24 0%, #1a2a3a 100%);
  border-radius: 20px;
  margin: 20px auto 40px auto;
  padding: 48px 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  overflow: hidden;
}

.herol-content {
  flex: 1.2;
  min-width: 250px;
  z-index: 1;
}

.herol-title {
  font-size: 38px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.herol-subtitle {
  font-size: 18px;
  color: #c0d4e8;
  margin: 0 0 24px 0;
  line-height: 1.5;
}

.herol-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 32px;
}

.herol-stat {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 12px 20px;
  backdrop-filter: blur(4px);
}

.herol-stat-number {
  font-size: 28px;
  font-weight: 800;
  color: #ff9800;
  display: block;
  line-height: 1.2;
}

.herol-stat-number::before {
  content: "📊";
  margin-right: 6px;
  font-size: 22px;
}

.herol-stat-label {
  font-size: 13px;
  color: #b0c4de;
}

.herol-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.herol-btn-primary {
  background: #ff9800;
  border: none;
  border-radius: 60px;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 700;
  color: #1e2a32;
  cursor: pointer;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.herol-btn-primary:hover {
  background: #e68900;
  transform: scale(1.02);
}

.herol-btn-secondary {
  background: transparent;
  border: 2px solid #ff9800;
  border-radius: 60px;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
  color: #ff9800;
  cursor: pointer;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.herol-btn-secondary:hover {
  background: rgba(255, 152, 0, 0.15);
  transform: scale(1.02);
}

.herol-image {
  flex: 0.8;
  min-width: 200px;
  text-align: center;
  z-index: 1;
}

.herol-image img {
  max-width: 100%;
  border-radius: 10px;
}

@media (max-width: 800px) {
  .herol {
    padding: 32px 24px;
    margin: 16px auto 16px auto;
    flex-direction: column;
    text-align: center;
  }
  .herol-title {
    font-size: 28px;
  }
  .herol-stats {
    justify-content: center;
  }
  .herol-buttons {
    justify-content: center;
  }
}
.breadcrumber {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
  list-style: none;
}

.breadcrumber li {
  display: inline-block;
  font-size: 18px;
}

.breadcrumber li::after {
  content: "";
  display: inline-block;
  margin: 0 3px;
  width: 5px;
  height: 6px;
  background-image: url(/img/arr.gif);
}

.breadcrumber li:last-of-type::after {
  display: none;
}

.breadcrumber a {
  border-bottom: 1px solid #ed000042;
}
.breadcrumber a:hover {
  color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.header-contacts {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-self: center;
  margin-bottom: 15px;
}

@media (min-width: 980px) {
  .header-contacts {
    justify-self: end;
  }
}
.h-phone {
  display: flex;
  flex-direction: column;
}

.contact-phone {
  text-decoration: none;
  color: var(--color-text);
  font-weight: 600;
  font-size: 1rem;
  text-align: right;
  line-height: 1.2;
  transition: opacity 0.3s ease;
}
@media (min-width: 1140px) {
  .contact-phone {
    font-size: 1.2rem;
  }
}

.contact-phone:link {
  color: var(--color-text);
}

.contact-phone:hover {
  color: var(--color-text);
  opacity: 0.9;
}

.b_button,
.header-btn {
  padding: 10px 25px;
  flex-shrink: 0;
  background: var(--color-secondary);
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 0.9rem;
  border: 2px solid var(--color-secondary);
  transition: all 0.3s ease;
  cursor: pointer;
}

.b_button:hover,
.header-btn:hover {
  background-color: var(--color-secondary-light);
  color: white;
  border: 2px solid var(--color-secondary-light);
}

.header-worktime {
  font-size: 0.9em;
  text-align: right;
  line-height: 1.2;
}

.nowrap {
  white-space: nowrap;
}

.green-dot {
  position: relative;
}

.green-dot:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #30cb0d;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  top: 50%;
  left: -10px;
  margin-top: -3px;
  -webkit-animation-name: worktime;
  -o-animation-name: worktime;
  animation-name: worktime;
  -webkit-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes worktime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes worktime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes worktime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.blik {
  position: relative;
  overflow: hidden;
}

.blik:after {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5));
  height: calc(100% + 16px);
  width: 50px;
  position: absolute;
  z-index: 1;
  top: -8px;
  transform: skewX(-45deg);
  animation: btn-anim 4.5s ease infinite;
}

@keyframes btn-anim {
  0%, 55% {
    left: -100%;
  }
  to {
    left: 130%;
  }
}
.oneclick-btn {
  margin-top: 15px;
  margin-bottom: 15px;
  background: var(--color-secondary);
  color: #fff;
  border: none;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.oneclick-btn::before {
  content: "🚀";
  margin-right: 8px;
  font-size: 16px;
}

.oneclick-btn:hover {
  background: var(--color-secondary-dark);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.oneclick-btn:active {
  transform: translateY(0);
}

/* Footer */
.footer-bottom {
  margin-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

.footer-legal {
  display: flex;
  gap: 25px;
}

.legal-link {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.legal-link:hover {
  color: var(--color-secondary);
}

.texter h2 {
  margin-bottom: 15px;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--color-title);
}
@media (min-width: 480px) {
  .texter h2 {
    font-size: 1.4rem;
  }
}
@media (min-width: 980px) {
  .texter h2 {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}

.texter h3 {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  color: var(--color-title);
  margin: 30px 0 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #aeaeae;
}

.texter a {
  color: var(--color-text);
  text-decoration: none;
  border-bottom: 1px solid var(--color-secondary-light);
  transition: color 0.3s;
}
.texter a:hover {
  color: var(--color-secondary);
}

.texter p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
  text-align: justify;
}

.texter ul,
.texter ol {
  margin: 20px 0;
  padding-left: 20px;
}

.texter table {
  margin-bottom: 20px;
}

.tabler {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.tabler th,
.tabler td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
}

.tabler th {
  color: #1a2a3a;
  font-weight: 600;
  font-size: 14px;
  background: #f8fafc;
}

.tabler tr:hover {
  background: #f1f5f9;
}

.tabler td {
  color: #334155;
}
.tabler a:hover {
  color: var(--color-secondary);
}


.scroll-to-top {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 50px;
  height: 50px;
  background: var(--color-primary);
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: 9999;
  box-shadow: 0 4px 15px rgba(242, 116, 86, 0.3);
}

.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top:hover {
  background: #ee4d27;
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(246, 155, 133, 0.4);
}

.scroll-to-top:active {
  transform: translateY(-2px);
}

.scroll-to-top svg {
  transition: transform 0.3s ease;
}

.scroll-to-top:hover svg {
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .scroll-to-top {
    bottom: 20px;
    left: 20px;
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 480px) {
  .scroll-to-top {
    bottom: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
  }
  .scroll-to-top svg {
    width: 18px;
    height: 18px;
  }
}
.scroll-to-top:focus {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.scroll-to-top:focus:not(:focus-visible) {
  outline: none;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.8);
  }
  50% {
    transform: translateY(-5px) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.scroll-to-top.visible {
  animation: bounceIn 0.5s ease;
}

.naver {
  margin-top: 25px;
  margin-bottom: 25px;
}
.naver a {
  border-bottom: 1px solid #ed000042;
}
.naver a:hover {
  color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.link {
  border-bottom: 1px solid #ed000042;
}
.link:hover {
  color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.empty-category {
  max-width: 700px;
  margin: 15px auto;
  padding: 20px;
  text-align: center;
  background: var(--color-bg);
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.empty-category__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  background: rgba(255, 152, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
}

.empty-category__icon svg {
  width: 48px;
  height: 48px;
}

.empty-category__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-secondary);
  margin: 0 0 16px;
  line-height: 1.35;
}

.empty-category__text {
  font-size: 16px;
  color: var(--color-text);
  margin: 0;
  line-height: 1.5;
}

.empty-category__link {
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px dashed var(--color-primary);
  transition: all 0.2s ease;
}

.empty-category__link:hover {
  color: var(--color-primary-dark);
  border-bottom-style: solid;
}

@media (max-width: 640px) {
  .empty-category__title {
    font-size: 20px;
  }
  
  .empty-category__text {
    font-size: 14px;
  }
  
  .empty-category__icon {
    width: 64px;
    height: 64px;
  }
  
  .empty-category__icon svg {
    width: 36px;
    height: 36px;
  }
}

.form-filters {
  margin-bottom: 25px;
}

.pagination {
  margin-top: 25px;
  margin-bottom: 25px;
}
.pagination > table {
  margin-right: 0 !important;
}

.product-table {
  margin-top: 25px;
  margin-bottom: 25px;
}

.product-unavailable-card {
  max-width: 500px;
  margin: 60px auto;
  padding: 48px 32px;
  text-align: center;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0e6e4;
}

.product-unavailable-card__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  background: rgba(186, 0, 0, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ba0000;
}

.product-unavailable-card__title {
  font-size: 22px;
  font-weight: 700;
  color: #1a2a3a;
  margin: 0 0 12px;
}

.product-unavailable-card__text {
  font-size: 15px;
  color: #64748b;
  margin: 0 0 28px;
  line-height: 1.5;
}

.product-unavailable-card__button {
  background: transparent;
  border: 2px solid #ff9800;
  padding: 12px 28px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  color: #ff9800;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: inherit;
}

.product-unavailable-card__button:hover {
  background: #ff9800;
  color: #1e2a32;
}

.product-unavailable {
  text-align: center;
  padding: 40px 20px;
  background: #FDF8F7;
  border-radius: 16px;
  margin: 20px 0;
}

.product-unavailable__icon {
  color: #ba0000;
  margin-bottom: 16px;
}

.product-unavailable__text {
  font-size: 18px;
  font-weight: 500;
  color: #ba0000;
  margin: 0;
}

.product-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-image-slider {
  display: block;
}

.product-image:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.product-image__img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.product-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 25px;
  margin-bottom: 25px;
}
@media(min-width: 800px) {
  .product-card-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.cataloger {
  display: block;
  background: #ffffff;
  border-radius: 5px;
  padding: 0px 5px;
  transition: all 0.2s ease;
  border: 1px solid #e2e8f0;
  margin-bottom: 3px;
}
@media(min-width: 1200px) {
  .cataloger {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 360px;
  }
}

.cataloger:hover {
  background: #f8fafc;
  border-color: #ff9800;
  transform: translateX(2px);
}

.cataloger a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #1a2a3a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  width: 100%;
}

.cataloger a::after {
  content: "→";
  font-size: 16px;
  line-height: 1;
  color: #cbd5e1;
  transition: transform 0.2s ease, color 0.2s ease;
}

.cataloger a:hover {
  color: #ff9800;
}

.cataloger a:hover::after {
  transform: translateX(4px);
  color: #ff9800;
}

/* Скрываем пустой about */
.cataloger > div:last-child:empty {
  display: none;
}

#main_img {
  max-width: 100%;
}
