@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("../fonts/icomoon/style.css?v=1.0.4");
header .bg-dark {
  background: radial-gradient(circle at 90% 50%, #192A48, #01021E 25%);
}
header .text-light {
  color: #FFFFFF !important;
}
header .input-group .form-control {
  border: none;
}
header .input-group .input-group-append .btn {
  background-color: #FCC80A;
  border-color: #FCC80A;
  color: #01021E;
}
header .input-group .input-group-append .btn:hover {
  background-color: rgb(208.4475806452, 164.2056451613, 2.5524193548);
  border-color: rgb(208.4475806452, 164.2056451613, 2.5524193548);
}
header .dropdown-menu {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 10px 0;
  margin-top: 10px;
}
header .dropdown-menu .dropdown-item {
  display: flex;
  padding: 0.25rem 0.8rem;
}
header .dropdown-menu .dropdown-item:hover, header .dropdown-menu .dropdown-item:focus {
  color: #086AA8;
  background: #F1F2F4;
  text-decoration: none;
}
header .dropdown-menu .dropdown-item:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(38.1443298969, 64.0824742268, 109.8556701031, 0.25);
}
header .dropdown-menu .dropdown-item:active {
  color: #192a48;
  box-shadow: none;
  background-color: #F1F2F4;
}
header .dropdown-menu .dropdown-item img {
  max-width: 24px;
}
header #accountDropdown .icon-user-circle:before {
  color: #fff !important;
}

footer {
  margin-top: 3rem;
}
footer.bg-light {
  background-color: #F1F2F4 !important;
}
footer .text-dark {
  color: #01021E !important;
}
footer h5 {
  color: #99A2AD;
}
footer .contact-list .bif-pull-left {
  margin-right: 10px;
  vertical-align: bottom;
}
footer .contact-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
footer .copyright {
  color: #99A2AD;
}
footer a {
  color: #192A48;
}

.CmManufContBlock {
  display: none;
}

.brand-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 10px 0;
}
.brand-list .brand-item {
  flex: 0 0 20%;
  text-align: justify;
  margin-bottom: 10px;
}
.brand-list .brand-item a {
  color: #192A48;
  text-transform: capitalize;
}
.brand-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0;
}
.brand-icons a {
  flex: 0 0 10%;
  display: flex;
  justify-content: center;
}
.brand-icons a.d-none {
  display: none;
}
.brand-icons a.d-visible {
  display: flex;
}
.brand-icons img {
  height: 64px;
  margin: 10px;
}

.card {
  display: flex;
  flex-direction: row;
  background: #F1F2F4;
  border-radius: 16px;
  color: #192A48;
  overflow: hidden;
}
.card:hover {
  text-decoration: none;
}
.card img {
  max-width: 120px;
  max-height: 120px;
}
.card-body {
  font-size: 16px;
  font-weight: 700;
  padding: 1rem;
  padding-left: 1.25rem;
}

.support-block {
  background: radial-gradient(circle at 90% 50%, #192A48, #01021E 25%);
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.support-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 65%;
  background-image: url("../image/basket_shopping.png");
  background-repeat: no-repeat;
  background-position: 90% 99%;
  background-size: contain;
  z-index: 0;
}
.support-content {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
  z-index: 1;
  position: relative;
}
.support-title {
  font-size: 14px;
  color: #086AA8;
}
.support-heading {
  font-size: 55px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 57px;
  background: linear-gradient(to bottom, #FFFFFF, #838692);
  -webkit-background-clip: text;
  color: transparent;
  background-clip: text;
}
.support-btn {
  background-color: #FCC80A;
  border-color: #FCC80A;
  color: #01021E;
}
.support-btn:hover, .support-btn:focus {
  background-color: rgb(208.4475806452, 164.2056451613, 2.5524193548);
  border-color: rgb(208.4475806452, 164.2056451613, 2.5524193548);
}

.info-block {
  border: solid transparent 1px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.info-item {
  flex: 0 0 47%;
  border-radius: 20px;
  background: rgba(8, 106, 168, 0.15);
  padding: 30px;
}
.info-item.attention {
  background: #FFDA51;
}
.info-item .image {
  max-width: 30%;
  margin: 8px;
}
.info-item .image img {
  width: 100%;
}

.CmBreadCrumbs {
  display: flex;
}

.CmBrCrArrow, .CmBcHomeIcon {
  width: 20px;
}

.rotator {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  min-height: 100px;
}
.rotator-item {
  opacity: 1;
  transition: opacity 0.6s ease;
  position: absolute;
  width: 100%;
  background: radial-gradient(circle at 90% 50%, #FFFFFF, #FCC80A 25%);
  height: 100%;
  border-radius: 20px;
}
.rotator-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 30%;
  background: var(--banner-bg) no-repeat 90% 99%/contain;
  z-index: 0;
  opacity: 0.2;
}
.rotator-item.hide {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.rotator-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 5px;
  z-index: 1;
  position: relative;
}
.rotator-title {
  font-size: 14px;
  color: #086AA8;
}
.rotator-heading > span {
  font-size: 24px;
  color: #086AA8;
  font-weight: bold;
  line-height: 25px;
  background: linear-gradient(to bottom, #01021E, #838692);
  -webkit-background-clip: text;
  color: transparent;
  background-clip: text;
}
.rotator-body {
  font-size: 16px;
  color: #01021E;
  line-height: normal;
}
.rotator-btn {
  background-color: #FCC80A;
  border-color: #FCC80A;
  color: #01021E;
}
.rotator-btn:hover, .rotator-btn:focus {
  background-color: rgb(208.4475806452, 164.2056451613, 2.5524193548);
  border-color: rgb(208.4475806452, 164.2056451613, 2.5524193548);
}

/* === Responsive typography (mobile-first) === */
@media (min-width: 576px) {
  .rotator {
    min-height: 130px;
  }
  .rotator-item::after {
    opacity: 1;
  }
  .rotator-heading {
    font-size: 1.35rem;
  }
  .rotator-body {
    font-size: 1.05rem;
  }
}
@media (min-width: 768px) {
  .rotator {
    min-height: 125px;
  }
  .rotator-heading {
    font-size: 1.6rem;
  }
  .rotator-content {
    width: 70%;
  }
  .rotator-body {
    font-size: 1.15rem;
  }
}
@media (min-width: 992px) {
  .rotator {
    min-height: 120px;
  }
  .rotator-heading {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .rotator-content {
    width: 80%;
  }
  .rotator-body {
    font-size: 1.2rem;
  }
}
.fByNameButs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.fByNameButs .CmColorBg,
.fByNameButs .CmColorBgLh {
  background-color: #FFFFFF !important;
  border-color: #192A48 !important;
  color: #192A48 !important;
}
.fByActualTabs {
  border: solid 1px #192A48;
  border-radius: 10px;
  overflow: hidden;
}
.fByActualTabs .active {
  background: #192A48;
  color: #FFFFFF;
}
.fByActualTabs li {
  padding: 0.375rem 0.75rem;
}
.fByActualTabs .sliderTg:not(.active) {
  cursor: pointer;
}

.model-list {
  display: flex;
}
.model-item {
  flex: 0 0 20%;
  text-align: justify;
  margin-bottom: 10px;
  cursor: pointer;
}
.model-item:hover {
  text-decoration: none;
}
.model-item .CmHideNames, .model-item .CmShowNames {
  color: #086AA8;
}
.model-card-item, .model-card-body, .model-card-list {
  display: flex;
  flex-wrap: wrap;
}
.model-card-list {
  margin: 0px -10px;
}
.model-card-item {
  flex: 0 0 30%;
  flex-wrap: nowrap;
  align-items: center;
  border: solid 1px #ECECEC;
  border-radius: 20px;
  margin: 10px;
  padding: 10px 0;
  color: #01021E;
  font-weight: normal;
  min-width: 283px;
  overflow: hidden;
}
.model-card-item-title {
  color: #086AA8;
}
.model-card-item:hover {
  text-decoration: none;
  border-color: #086AA8;
}
.model-card-item .image {
  max-width: 160px;
}
.model-card-body {
  flex-direction: column;
}

.years-dropdown {
  display: none;
  position: absolute;
  background: #FFFFFF;
  border: 1px solid #F1F2F4;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 20px;
}
.years-dropdown-toggle {
  width: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.years-dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.years-dropdown.show {
  display: block;
}
.years-dropdown .row {
  margin: 0;
}
.years-dropdown .col {
  padding: 0 10px;
}
.years-dropdown span {
  display: block;
  text-decoration: none;
  margin-bottom: 5px;
  cursor: pointer;
}
.years-dropdown span:hover {
  text-decoration: none;
}

#Loading {
  z-index: 99999 !important;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 600px;
  height: 100px;
  text-align: center;
  box-sizing: padding-box;
  z-index: 9;
  display: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.hideYear {
  display: none !important;
}

.CmColorBg {
  background-color: #192A48 !important;
  color: #FFFFFF !important;
}

.CmNFiltItem2 {
  display: none;
}

.CmFBylit {
  display: flex;
  align-items: center;
}

.lit_but {
  margin-bottom: 3px;
  min-width: 50px;
}

/* Tooltip container */
.table-tooltip {
  position: relative;
  display: inline-block;
}
.table-tooltip:hover .tooltiptext {
  visibility: visible;
}
.table-tooltip .tooltiptext {
  font-size: 12px;
  visibility: hidden;
  width: 190px;
  background-color: #49454F;
  color: #FFFFFF;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}
.table-tooltip .CmInfoRowBl {
  display: flex;
}
.table-tooltip .CmDopTitle {
  margin-right: 5px;
}
.table-tooltip .tooltip-left {
  top: -280%;
  bottom: auto;
  right: 128%;
}
.table-tooltip .tooltip-left::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #49454F;
}

.table-container {
  width: 100%;
  margin: 20px auto;
}
.table-container .table {
  display: flex;
  flex-direction: column;
}
.table-container .table-header, .table-container .table-body {
  display: flex;
  flex-direction: column;
}
.table-container .table-header .table-row, .table-container .table-body .table-row {
  display: flex;
  border-bottom: 1px solid #99A2AD;
  position: relative;
}
.table-container .table-header .table-row .table-cell, .table-container .table-body .table-row .table-cell {
  flex: 1;
  padding: 12px 15px;
  text-align: left;
}
.table-container .table-header .table-row .table-cell:first-child, .table-container .table-body .table-row .table-cell:first-child {
  flex: 0.5;
}
.table-container .table-header .table-row .table-cell:nth-child(6), .table-container .table-body .table-row .table-cell:nth-child(6) {
  flex: 0.5;
}
.table-container .table-header .table-row .table-cell.info-cell, .table-container .table-body .table-row .table-cell.info-cell {
  flex: 0.2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 50px;
}
.table-container .table-header {
  background-color: #192A48;
  color: #FFFFFF;
  border-top-left-radius: 4px; /* Закругление верхнего левого угла */
  border-top-right-radius: 4px; /* Закругление верхнего правого угла */
}
.table-container .table .model-link {
  text-decoration: none;
}
.table-container .table .model-link:hover {
  text-decoration: underline;
}
.table-container .table .engine-type {
  padding: 2px 6px;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 0.875em;
  margin-right: 8px;
}
.table-container .table .engine-type.diesel {
  color: #D72828;
  background-color: rgba(255, 136, 143, 0.24);
}
.table-container .table .engine-type.petrol {
  color: #FF9500;
  background-color: rgba(255, 149, 0, 0.15);
}
.table-container .table .engine-type.hybrid {
  color: #388461;
  background-color: rgba(56, 132, 97, 0.15);
}
.table-container .table .engine-type.electro, .table-container .table .engine-type.electric {
  color: #086AA8;
  background-color: rgba(8, 106, 168, 0.15);
}
.table-container .table .icon-info {
  font-size: 24px;
}

.catalog-burger {
  display: flex;
  width: 80%;
  justify-content: center;
  gap: 8px;
  margin: auto;
}

body.catalog-sidebar-open .sidebar {
  display: flex;
}

.sidebar {
  display: none;
  width: 100%;
  flex-direction: column;
  padding: 20px 0;
}
.sidebar_section {
  padding-bottom: 1rem;
}
.sidebar_section .hidden {
  display: none;
}
.sidebar_section_title {
  font-weight: bolder;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.sidebar_section .category-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.sidebar_section .category-list .category {
  color: #01021E;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
}
.sidebar_section .category-list .category .CmSecondLevelLink {
  display: flex;
  justify-content: space-between;
}
.sidebar_section .category-list .category .CmSecondLevelLink:hover {
  color: rgb(23.6855670103, 39.7917525773, 68.2144329897);
}
.sidebar_section .category-list .category a {
  color: #01021E;
}
.sidebar_section .category-list .category .dropdown-icon {
  width: 12px;
  height: 12px;
  margin-left: 10px;
  transition: transform 0.3s ease;
}
.sidebar_section .category-list .category.open .dropdown-icon {
  transform: rotate(180deg);
}
.sidebar_section .category-list .category.open .subcategory {
  display: block;
}
.sidebar_section .category-list .category.expanded {
  border-bottom: solid 1px #086AA8;
  border-top: solid 1px #086AA8;
  color: #086AA8;
}
.sidebar_section .category-list .category .subcategory {
  margin-left: 20px;
  display: none;
  list-style: none;
  padding: 0;
  font-size: 14px;
}
.sidebar_section .category-list .category .subcategory a {
  display: block;
  color: #192A48;
  padding: 5px 0;
}
.sidebar_section .category-list .category .subcategory a:hover {
  color: rgb(23.6855670103, 39.7917525773, 68.2144329897);
}
.sidebar_section .category-list .CmFilterCheck {
  display: flex;
  align-items: baseline;
  margin: 4px 0;
}
.sidebar_section .category-list .CmFilterCheck .CmFilCheckTxt {
  line-height: 16px;
}
.sidebar_section .category-list .CmFilterCheck .CmFilCheckTxt span {
  font-size: 0.9rem;
  display: block;
  color: #99A2AD;
}
.sidebar_section .CmProductTypeCheckbox {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: solid 1px #99A2AD;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.sidebar_section .CmProductTypeCheckbox.checked:after {
  position: absolute;
  padding: 2px;
  font-size: 8px;
  content: "\e922";
  font-family: "icomoon";
  background: #192A48;
  color: #FFFFFF;
}
.sidebar_section .CmProductTypeCheckboxIn {
  width: 10px;
  height: 10px;
  margin: 2px 0px 0px 2px;
  border-radius: 3px;
  background: #192A48;
}
.sidebar_section .CmInstSideBlock {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.sidebar_section .CmInstSideBlock a {
  color: #99A2AD;
}
.sidebar_section .CmInstSideBlock a:hover {
  text-decoration: none;
  color: #192A48;
}
.sidebar_section .CmInstSideBlock a:hover .CmSelSvg {
  fill: #192A48;
}
.sidebar_section .CmInstSideBlock .CmCarFrRR, .sidebar_section .CmInstSideBlock .CmBackViewCar, .sidebar_section .CmInstSideBlock .CmSelSide {
  display: flex;
  flex: 1;
}
.sidebar_section .CmInstSideBlock .CmCarFrRR .CmSelSvg, .sidebar_section .CmInstSideBlock .CmBackViewCar .CmSelSvg, .sidebar_section .CmInstSideBlock .CmSelSide .CmSelSvg {
  width: 43px;
  height: 25px;
  fill: #99A2AD;
  flex-shrink: 0;
}
.sidebar_section .CmInstSideBlock .CmCarFrRR .CmSelSvg.Pushed, .sidebar_section .CmInstSideBlock .CmBackViewCar .CmSelSvg.Pushed, .sidebar_section .CmInstSideBlock .CmSelSide .CmSelSvg.Pushed {
  fill: #192A48;
}
.sidebar_section .CmInstSideBlock .CmCarFrRR .CmFrontBl, .sidebar_section .CmInstSideBlock .CmCarFrRR .CmBVLeft, .sidebar_section .CmInstSideBlock .CmBackViewCar .CmFrontBl, .sidebar_section .CmInstSideBlock .CmBackViewCar .CmBVLeft {
  align-items: center;
  justify-content: end;
}
.sidebar_section .CmInstSideBlock .CmCarFrRR .CmFrontBl, .sidebar_section .CmInstSideBlock .CmBackViewCar .CmFrontBl {
  padding-top: 2px;
}
.sidebar_section .CmInstSideBlock .CmCarFrRR .CmRearBl, .sidebar_section .CmInstSideBlock .CmCarFrRR .CmBVRight, .sidebar_section .CmInstSideBlock .CmBackViewCar .CmRearBl, .sidebar_section .CmInstSideBlock .CmBackViewCar .CmBVRight {
  align-items: center;
  justify-content: start;
}
.sidebar .searc_inp {
  width: 93%;
  padding-left: 6px;
  position: relative;
  margin: 0px 0px 20px 0px;
}
.sidebar .searc_inp .filt_sect {
  width: 100%;
}
.sidebar .searc_inp .clearButt {
  position: absolute;
  right: -2px;
  top: 0px;
  display: none;
  cursor: pointer;
  transition: all 0.3s;
}
.sidebar .searc_inp .CmSearchNoResTxt {
  display: none;
  position: absolute;
  bottom: -16px;
  color: #E51636;
  font-size: 12px;
}

@media (min-width: 768px) {
  .catalog-burger {
    display: none;
  }
  .body-container {
    flex-direction: row;
  }
  .sidebar {
    display: flex;
    flex: 0 0 25%;
  }
}
.body-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.body-container .part-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 20px;
}
.body-container .part-container .CmInnerBlockHov {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: solid 1px #ECECEC;
  border-radius: 20px;
  padding: 10px 20px;
}
.body-container .part-container .CmInnerBlockHov:hover {
  background: #F1F2F4;
}
.body-container .part-container .CmInnerBlockHov .CmSpecLink:hover {
  text-decoration: none;
}
.body-container .part-container .CmInnerBlockHov .CmCategSvgImg {
  position: relative;
  width: 25%;
  max-width: 100px;
  stroke: #192a48;
  fill: #192a48;
  text-align: center;
}
.body-container .part-container .CmInnerBlockHov .CmCategSvgImg .CmLiquidLiterValue {
  position: absolute;
  top: 45%;
  left: 14%;
}
.body-container .part-container .CmInnerBlockHov .CmOilDropImg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  fill: #FFFFFF;
  position: absolute;
  top: 45%;
  left: 6%;
}
.body-container .part-container .CmInnerBlockHov .CmTyreParList {
  list-style: none;
}
.body-container .part-container .CmInnerBlockHov .CmTirePressure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.body-container .part-container .SpecLiquid {
  flex: 0 0 48%;
}
.body-container .card {
  flex: 0 0 30%;
}
.body-container .card.invert, .body-container .card.oil {
  background: transparent;
  flex-direction: row-reverse;
}
.body-container .card.invert img, .body-container .card.oil img {
  max-width: 60px;
  max-height: 60px;
}
.body-container .car-info {
  border: solid 1px #ECECEC;
  border-radius: 20px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 8px;
}
.body-container .car-info-left, .body-container .car-info-right, .body-container .car-info .drive-info {
  display: flex;
  flex-wrap: nowrap;
}
.body-container .car-info-left {
  align-items: center;
  color: #01021E;
  font-weight: normal;
  min-width: 283px;
}
.body-container .car-info-left-title {
  color: #086AA8;
}
.body-container .car-info-left .image {
  max-width: 160px;
}
.body-container .car-info-right, .body-container .car-info .drive-info {
  flex-direction: column;
}
.body-container .car-info .drive-info {
  background: #F1F2F4;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .body-container {
    gap: 1.8rem;
  }
}

.main-content {
  flex: 1;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}

.search-bar input {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.CmSelAddGarage:hover {
  color: #086AA8 !important;
  border-color: #01021E;
  text-shadow: 1px 1px 1px #ffffff;
}

.CmTitShow:hover {
  cursor: pointer;
}

.CmTipBox {
  display: none;
  position: absolute;
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  color: #292929;
  font-family: Verdana;
  font-size: 11px;
  line-height: 13px;
  z-index: 9999999;
  border-radius: 4px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.CmTipBox i {
  display: inline-block;
  width: 90px;
  text-align: right;
  font-style: normal;
  color: #ff0000;
}

pre svg {
  width: 24px !important;
}

.CmAdmEditProduct {
  right: 0;
  top: 0;
}

.I_lager {
  color: #388461;
  font-weight: bolder;
  font-size: larger;
}

.No_return, .Return_Period {
  color: #ff0000;
}
.No_return > svg, .Return_Period > svg {
  width: 25px;
  margin-right: 6px;
}

.Return_Period {
  display: inline-flex;
}

.cm_NoProduct {
  width: 100%;
  margin: 25px;
  text-align: center;
  padding: 30px 0px;
}

.product {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid #ECECEC;
  padding: 16px 24px 16px 16px;
  flex-wrap: wrap;
  position: relative;
  flex-direction: column;
}
.product-image {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 6px;
}
.product-image__preview {
  position: relative;
  font-size: 20px;
  max-height: 150px;
  max-width: 200px;
}
@media (min-width: 768px) {
  .product-image__preview {
    max-height: 150px; /* ключевое */
    max-width: 150px;
  }
}
.product-image__preview img {
  display: block;
  max-width: inherit;
  max-height: inherit;
  width: auto;
  height: auto;
  object-fit: contain;
}
.product-image__preview::after {
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  content: "";
  color: transparent;
  background: transparent;
}
.product-image__preview:hover {
  cursor: pointer;
}
.product-image__preview:hover::after {
  color: #49454F;
  background: rgba(1, 2, 30, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  content: "\e91d";
  font-family: "icomoon";
  position: absolute;
  z-index: 11;
  top: 35%;
  left: 40%;
  width: 48px;
  height: 48px;
  border-radius: 10px;
}
.product-image_brand {
  width: 100px;
}
.product-image_photo {
  width: 100%;
  max-height: 80vh;
}
.product-data {
  display: flex;
  flex-direction: column; /* если вертикально */
  gap: 20px;
}
.product-data-info {
  flex: 1;
}
.product-data-info_header {
  margin-bottom: 10px;
}
.product-data-info_title {
  font-size: 16px;
  margin: 0;
}
.product-data-info_subtitle {
  font-size: 18px;
  color: #99A2AD;
  margin: 5px 0;
}
.product-data-info_spec {
  margin: 5px 0;
}
.product-data-info_spec.hidden {
  display: none;
}
.product-data-info_spec_title {
  font-weight: bold;
  margin: 10px 0;
  font-size: 16px;
}
.product-data-info_spec .CmCriValue {
  margin-left: 5px;
  color: #99A2AD;
}
.product-data-info_icons {
  display: flex;
  gap: 2px;
  margin-bottom: 10px;
  align-items: center;
}
.product-data-info_icon:hover {
  cursor: pointer;
}
.product-data-info_icon img {
  border-radius: 50%;
  width: 22px;
  height: 20px;
}
.product-data-info_specifications {
  font-size: 14px;
}
.product-data-info_spec {
  margin: 5px 0;
}
.product-data-order {
  margin-left: auto;
}
.product-data-order_header, .product-data-order_price, .product-data-order_icons, .product-data-order_actions, .product-data-order_attention {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
}
.product-data-order_header {
  flex-wrap: wrap;
  flex-direction: column;
  align-items: baseline;
}
.product-data-order_quantity {
  margin-right: 5px;
}
.product-data-order_icons {
  margin-bottom: 0;
}
.product-data-order_price {
  font-size: 14px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 2px;
}
.product-data-order_price_deposit {
  color: #388461;
  font-weight: bolder;
  font-size: 12px;
}
.product-data-order_price_current {
  color: #086AA8;
  font-weight: bolder;
  font-size: 16px;
}
.product-data-order_price_original {
  color: #99A2AD;
  text-decoration: line-through;
  font-size: 14px;
}
.product-data-order_price_discount {
  padding: 0 4px;
  font-size: 12px;
  color: #FFFFFF;
  background-color: #01021E;
  border-radius: 5px;
}
.product-data-order_more-prices_link {
  font-size: 14px;
  color: #086AA8;
  text-decoration: none;
}
.product-data-order_delivery-time {
  display: flex;
  align-items: center;
}
.product-data-order_delivery-time__days {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  min-width: 48px;
  padding: 0 4px;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  white-space: nowrap;
}
.product-data-order_delivery-time__days.fast {
  background: #388461;
  color: #f5f5f5;
}
.product-data-order_delivery-time__days.medium {
  background: #fceb0a;
  color: #4f4e4e;
  border: solid 0.5px #fcc80a;
}
.product-data-order_delivery-time__days.slow {
  background: #ff8800;
  color: #f5f5f5;
}
.product-data-order_no-return {
  color: #FFFFFF;
  padding: 5px 15px;
  background: #D72828;
  border-radius: 10px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .product {
    flex-direction: row;
  }
  .product-image {
    width: 40%;
  }
  .product-image_brand {
    width: 60%;
  }
  .product-data {
    flex: 1;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row; /* если вертикально */
  }
  .product-data-info {
    order: 1;
  }
  .product-data-order {
    order: 2;
    margin-left: unset;
  }
}
@media (min-width: 991px) {
  .product-image {
    width: 20%;
  }
}

.product-list {
  font-size: 14px;
  display: flex;
  flex-direction: column;
}
.product-list-header, .product-list-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  text-align: center;
  gap: 5px;
}
.product-list-header .image, .product-list-header .availability, .product-list-item .image, .product-list-item .availability {
  flex: 1;
}
.product-list-header .name, .product-list-header .price, .product-list-header .delivery, .product-list-item .name, .product-list-item .price, .product-list-item .delivery {
  flex: 2;
}
.product-list-header .brand, .product-list-header .actions, .product-list-item .brand, .product-list-item .actions {
  flex: 3;
}
.product-list-header .I_lager, .product-list-item .I_lager {
  font-size: medium;
}
.product-list-header .name, .product-list-item .name {
  color: #99A2AD;
}
.product-list-header {
  background-color: #192A48;
  color: #FFFFFF;
  font-weight: bold;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.product-list-item .image {
  text-align: left;
  width: 48px;
  height: 48px;
}
.product-list-item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 8px;
}
.product-list-item .image.CmPopUpImg {
  cursor: pointer;
}
.product-list-item .actions {
  justify-content: end;
}

.product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.product-grid-card {
  flex: 1;
  max-width: 254px;
  border: solid 1px #F1F2F4;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  position: relative;
}
.product-grid-card:hover, .product-grid-card:focus {
  outline: none;
  box-shadow: 0 0 4px 1px rgb(8, 106, 168);
}
.product-grid-card-images {
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
}
.product-grid-card-images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 8px;
}
.product-grid-card-images-left-block {
  width: 35%;
}
.product-grid-card-images-left-block .brand-logo {
  height: 128px;
}
.product-grid-card_details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}
.product-grid-card_details_title .brand {
  color: #192A48;
}
.product-grid-card_details_title .brand:hover {
  color: #086AA8;
}
.product-grid-card_details_title .name {
  color: #99A2AD;
}

.prod-tools {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px;
  flex-wrap: wrap;
}
.prod-tools_sort {
  display: flex;
  align-items: center;
}
.prod-tools_sort label {
  color: #99A2AD;
  margin-right: 5px;
  margin-bottom: unset;
}
.prod-tools_sort .prod-select {
  position: relative;
  width: 200px;
  cursor: pointer;
}
.prod-tools_sort .prod-select-trigger {
  display: block;
  padding: 5px;
}
.prod-tools_sort .prod-select-trigger:after {
  content: "\e91b";
  font-family: "icomoon";
  float: right;
  margin-left: 10px;
}
.prod-tools_sort .prod-select .prod-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 10;
  margin-top: 5px;
}
.prod-tools_sort .prod-select .prod-options .prod-option {
  padding: 5px;
  cursor: pointer;
  list-style-type: circle;
}
.prod-tools_sort .prod-select .prod-options .prod-option:hover, .prod-tools_sort .prod-select .prod-options .prod-option.selected {
  background-color: #192A48;
  color: #FFFFFF;
}
.prod-tools_sort .prod-select.open .prod-options {
  display: block;
}
.prod-tools_products {
  font-size: 14px;
  padding: 5px 16px;
  border-radius: 5px;
  background: #F1F2F4;
}
.prod-tools_view {
  flex: 1;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 5px;
}
.prod-tools .prod-view-btn {
  font-size: 20px;
  border: none;
  border-radius: 5px;
  background-color: white;
  padding: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-tools .prod-view-btn i:before {
  color: #99A2AD;
}
.prod-tools .prod-view-btn:focus {
  outline: none;
}
.prod-tools .prod-view-btn:hover {
  background-color: rgb(23.6855670103, 39.7917525773, 68.2144329897);
}
.prod-tools .prod-view-btn:hover i:before {
  color: #FFFFFF;
}
.prod-tools .prod-view-btn.active {
  background-color: #192a48;
}
.prod-tools .prod-view-btn.active i:before {
  color: #FFFFFF;
}

.catalog-pagination {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
}
.catalog-pagination__text {
  margin-right: 10px;
}
.catalog-pagination__links {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.catalog-pagination__link, .catalog-pagination__ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
}
.catalog-pagination__link {
  border-radius: 5px;
  border: 1px solid transparent;
  text-decoration: none;
  color: #99A2AD;
  transition: background-color 0.3s, border-color 0.3s;
}
.catalog-pagination__link:hover, .catalog-pagination__link--active {
  background-color: #0a2840;
  color: #ffffff;
  border-color: #0a2840;
}
.catalog-pagination__ellipsis {
  color: #99A2AD;
}

.vehicle-tabs {
  display: inline-flex;
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid #192A48;
  border-radius: 8px;
  overflow: hidden;
}
.vehicle-tabs li {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-right: 1px solid #192A48;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
}
.vehicle-tabs li a, .vehicle-tabs li div {
  padding: 10px 20px;
}
.vehicle-tabs li:last-child {
  border-right: none;
}
.vehicle-tabs li.CmActiveTabManuf {
  background-color: #192A48;
  color: #FFFFFF;
}
.vehicle-tabs li:not(.CmActiveTabManuf) {
  background-color: #FFFFFF;
  color: #192A48;
}
.vehicle-tabs li:not(.CmActiveTabManuf):hover {
  background-color: rgb(38.1443298969, 64.0824742268, 109.8556701031);
  color: #FFFFFF;
}
.vehicle-tabs li:not(.CmActiveTabManuf):hover a {
  color: #FFFFFF;
}
.vehicle-tabs li:not(.CmActiveTabManuf) a {
  color: #192A48;
}
.vehicle-tabs li:not(.CmActiveTabManuf) a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.vehicle-tabs li img {
  height: 24px;
  margin-right: 10px;
}
.vehicle-tabs li span {
  margin-left: 5px;
}

.product.item {
  border-bottom: none;
}
.product.item .product-image {
  width: 30%;
  min-width: 420px;
}
.product.item .product-image_wrapper {
  width: 100%;
  height: 350px;
}
.product.item .product-image_photo {
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  object-fit: contain; /* Изображение полностью видимо, сохраняя пропорции */
  object-position: center;
}
.product.item .product-image_brand {
  width: 20%;
}
.product.item .product-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.product.item .product-carousel-inner {
  width: 90%;
  overflow: hidden;
}
.product.item .product-carousel-track {
  transition: transform 0.5s ease-in-out;
  white-space: nowrap;
}
.product.item .product-carousel-item {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0 5px;
  border-radius: 5px;
  overflow: hidden;
}
.product.item .product-carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.product.item .product-carousel-item.active {
  border: 1px solid #086AA8;
}
.product.item .product-carousel-button {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  z-index: 1;
}
.product-container {
  margin-bottom: 40px;
}
.product-container .product_nav-link {
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 20px;
  padding: 12px 16px 12px 16px;
}
.product-container .product_nav-link.active {
  border-bottom: 2px solid #086AA8;
}
.product-container .product_nav-link.active i:before {
  color: #086AA8;
}
.product-container .tab-content {
  margin-top: 40px;
}

.image-popup {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999999;
}
.image-popup .ModelNumTableWrap {
  max-height: 70vh;
  overflow: auto;
}
.image-popup__container {
  z-index: 999999;
  width: unset;
  max-width: 1180px;
  max-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 10px;
  margin: 0;
  text-align: center;
  white-space: normal;
  background-color: #F2F2F2;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
}
.image-popup__image {
  max-width: calc(100vw - 80px);
  max-height: calc(100vh - 80px);
  width: auto;
  height: auto;
  object-fit: contain;
}
.image-popup__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000002;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: #192A48;
  color: #FFFFFF;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.35);
  font: 400 24px/28px Arial, sans-serif;
  transition: background 0.18s ease, transform 0.18s ease;
}
.image-popup__close::before {
  content: "×";
}
.image-popup__close:hover {
  transform: scale(1.08);
}

.ModelNumWrap .table {
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: 100%;
}
.ModelNumWrap .table .table-row {
  display: flex;
  border-bottom: 1px solid #ddd;
}
.ModelNumWrap .table .table-row:last-child {
  border-bottom: none;
}
.ModelNumWrap .table .table-row .table-cell.brand {
  flex: 1;
}
.ModelNumWrap .table .table-row .table-cell {
  flex: 2;
  padding: 8px 16px;
  border-right: 1px solid #ddd;
}
.ModelNumWrap .table .table-row .table-cell:last-child {
  border-right: none;
}
.ModelNumWrap .table .table-header {
  background-color: #0a2840;
  color: #fff;
  font-weight: bold;
}
.ModelNumWrap .table .table-header .table-cell {
  text-align: left;
}

.CmInfoBlockTitle {
  font-weight: bold;
  padding-bottom: 20px;
}
.CmInfoBlockItem {
  margin-bottom: 20px;
}
.CmInfoBlock .CmOldNewNum {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

.CmBrCodeWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 40px;
}

.CmSelectWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.CmSelectGroup {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-right: 10px;
}
.CmSelectGroup:last-child {
  margin-right: 0;
}
.CmSelectGroupLabel {
  margin-bottom: 5px;
  color: #49454F;
}
.CmSelectGroup select {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #FFFFFF;
}
.CmSelectGroup select:disabled {
  background-color: #f0f0f0;
  color: #999;
}

.cart-container {
  width: 100%;
  margin: 20px 0;
}
.cart-container .cart-header,
.cart-container .cart-item {
  display: flex;
  gap: 20px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  align-items: center;
}
.cart-container .cart-header .cart-column,
.cart-container .cart-item .cart-column {
  flex: 1;
}
.cart-container .cart-header .cart-column.product-name, .cart-container .cart-header .cart-column.quantity-control,
.cart-container .cart-item .cart-column.product-name,
.cart-container .cart-item .cart-column.quantity-control {
  flex: 2;
  display: flex;
}
.cart-container .cart-header {
  background-color: #192A48;
  color: #FFFFFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cart-container .cart-item {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cart-container .cart-item:hover {
  background: #ECECEC;
}
.cart-container .cart-item .cart-column.product-name {
  flex-direction: column;
  text-align: left;
  color: #99A2AD;
  font-size: 12px;
}
.cart-container .cart-item .cart-column .image {
  width: 80px;
  height: 80px;
}
.cart-container .cart-item .cart-column .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.cart-container .cart-tolal {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  margin-top: 2rem;
}
.cart-container .cart-tolal_sub_total, .cart-container .cart-tolal_tax {
  color: #99A2AD;
}
.cart-container .cart-tolal_total {
  font-size: 1.5rem;
}
.cart-container .cart-tolal_total span {
  color: #086AA8;
}
.cart-container .cart-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
}
.cart-container .cart-footer .btn {
  margin: 5px;
}

#cart .cart-total_hidden {
  display: none;
}
#cart .cart-link {
  position: relative;
  display: inline-block;
}
#cart .cart_items-count {
  position: absolute;
  top: -10px;
  right: -4px;
  background-color: #FCC80A;
  color: #01021E;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
#cart .dropdown-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
#cart .dropdown-menu .cart-item {
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 10px;
  min-width: 470px;
}
#cart .dropdown-menu .cart-item_image {
  width: 80px;
  height: 80px;
}
#cart .dropdown-menu .cart-item_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#cart .dropdown-menu .cart-item_details {
  flex: 1;
  padding: 0 10px;
}
#cart .dropdown-menu .cart-item_details span {
  color: #99A2AD;
  display: block;
  font-size: 0.8rem;
}
#cart .dropdown-menu .cart-item_details_info {
  display: flex;
  gap: 10px;
}
#cart .dropdown-menu .cart-item_details .delivery-in-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  min-width: 48px;
  padding: 0 3px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  white-space: nowrap;
  margin-left: 3px;
}
#cart .dropdown-menu .cart-item_details .delivery-in-circle.fast {
  background: #388461;
  color: #f5f5f5;
}
#cart .dropdown-menu .cart-item_details .delivery-in-circle.medium {
  background: #fceb0a;
  color: #4f4e4e;
  border: solid 0.5px #fcc80a;
}
#cart .dropdown-menu .cart-item_details .delivery-in-circle.slow {
  background: #ff8800;
  color: #f5f5f5;
}
#cart .dropdown-menu .cart-item_details .delivery-in-stock {
  display: inline-flex;
  color: #388461;
  font-weight: bold;
  margin-left: 4px;
}
#cart .dropdown-menu .cart-item_price {
  margin-right: 10px;
  font-weight: bold;
  color: #007bff;
}
#cart .dropdown-menu .cart-item_remove .btn-remove {
  background-color: #ffc107;
  border: none;
  cursor: pointer;
}
#cart .dropdown-menu .cart-total {
  padding: 15px 0;
  font-weight: bold;
  border-bottom: none;
}
#cart .dropdown-menu .cart-total_info {
  display: flex;
  align-items: center;
  justify-content: center;
}
#cart .dropdown-menu .cart-empty {
  padding: 15px;
}

.cm_NoProduct {
  width: 100%;
  margin: 25px;
  text-align: center;
  padding: 30px 0px;
}

.product_order-actions {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
}
.product_order-actions_noreturn {
  display: flex;
  justify-content: center;
}
.product_order-actions_noreturn .No_return {
  width: 21px;
}
.product_order-actions_quantity-controls {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  margin-right: 10px;
  border: 1px solid #99A2AD;
  border-radius: 10px;
}
.product_order-actions_quantity-controls_decrease, .product_order-actions_quantity-controls_increase {
  width: 24px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}
.product_order-actions_quantity-controls_value {
  width: 50px;
  font-size: 14px;
  border: none;
  text-align: center;
  padding: 7px 0;
}
.product_order-actions_quantity-controls_value:focus, .product_order-actions_quantity-controls_value:focus-visible {
  outline: none;
  box-shadow: none;
}
.product_order-actions_add-to-cart, .product_order-actions_wishlist, .product_order-actions_remove-from-cart, .product_order-actions_update_cart, .product_order-actions_add_to_offer {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 10px;
  padding: 8px;
  cursor: pointer;
  margin: 0 4px;
}
.product_order-actions_add-to-cart, .product_order-actions_remove-from-cart {
  background-color: #FCC80A;
}
.product_order-actions_add-to-cart:hover, .product_order-actions_remove-from-cart:hover {
  background-color: #FFDA51;
}
.product_order-actions_add_to_offer {
  background-color: #FFFFFF;
  border: solid 1px #F1F2F4;
}
.product_order-actions_add_to_offer:hover {
  background-color: #F1F2F4;
}
.product_order-actions_update_cart {
  background-color: #192A48;
}
.product_order-actions_update_cart i:before {
  color: #FCC80A;
}
.product_order-actions_update_cart:hover {
  background-color: #01021E;
}
.product_more-prices_link {
  font-size: 14px;
  color: #086AA8;
  text-decoration: none;
}

.related {
  margin-bottom: 2rem;
}
.related-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.related-item {
  width: 266px;
  padding: 10px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 15px;
  background: #F1F2F4;
  color: #192A48;
  font-weight: bold;
  border: solid 0.5px transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-size: smaller;
}
.related-item:hover {
  text-decoration: none;
  border-color: #086AA8;
  box-shadow: 0 0 4px 1px rgb(8, 106, 168);
}
.related-item-img {
  width: 100px;
  height: 100px;
}
.related-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.related-item-info {
  display: flex;
  flex-direction: column;
}

.account {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.account-burger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  padding: 0 14px;
  border: 0;
  border-radius: 10px;
  background: #192A48;
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 12px;
}
.account-overlay {
  display: block;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1038;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.account .table {
  display: block;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .account .table {
    display: table;
  }
}
.account .table thead td {
  border-top: 0;
}
.account .table thead td:first-child {
  border-top-left-radius: 12px;
  border-left: 0;
}
.account .table thead td:last-child {
  border-top-right-radius: 12px;
  border-right: 0;
}
.account .table thead a {
  color: #FCC80A;
}
.account .table thead a:hover {
  text-decoration: none;
}
.account .table tbody {
  background: #FFFFFF;
}
.account .table tbody td {
  vertical-align: baseline;
  padding: 0.5rem;
}
.account-wrap {
  padding-top: 2rem;
}
.account-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  background: #FFFFFF;
  z-index: 1039 !important;
  height: 100vh;
  border-radius: 0;
  padding: 16px;
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  width: 100%;
  flex: 1;
  padding: 20px 8px;
}
.account-sidebar ul {
  list-style: none;
  padding: 0;
}
.account-sidebar ul li a {
  display: block;
  padding: 10px 15px;
  color: #01021E;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}
.account-sidebar ul li a.active {
  background-color: #FCC80A !important;
}
.account-sidebar ul li a:hover {
  background-color: #F1F2F4;
}
.account-content {
  transition: transform 0.25s ease;
  flex: 1;
  padding: 40px 10px;
  background-color: #F1F2F4;
  border-radius: 20px;
}
.account-content .pagination {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.account-content .pagination li {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ECECEC;
  border-radius: 5px;
}
.account-content .pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  border: 1px solid transparent;
  text-decoration: none;
  color: #99A2AD;
  font-size: 14px;
  transition: background-color 0.3s, border-color 0.3s;
}
.account-content .pagination li a:hover {
  color: #FFFFFF;
}
.account-content .pagination li:hover, .account-content .pagination li.active {
  background-color: #0a2840;
  color: #FFFFFF;
  border-color: #0a2840;
}
.account-content .table-small {
  font-size: smaller;
}
.account-content .table-small td, .account-content .table-small th {
  padding: 0.5rem;
}
.account-content .table-small .btn {
  font-size: smaller;
}
.account-content .table-small .form-control {
  font-size: smaller;
}
.account-content form .invalid-feedback, .account-content #filter .invalid-feedback {
  display: block;
}
.account-content form .required::after, .account-content #filter .required::after {
  content: " *";
  margin-left: 3px;
  color: #D72828;
}
.account-content form .form-group, .account-content #filter .form-group {
  margin-bottom: 15px;
}
.account-content form .form-group .control-label, .account-content #filter .form-group .control-label {
  display: block;
  font-size: smaller;
  margin-bottom: auto;
  color: #49454F;
}
.account-content .buttons {
  display: flex;
  gap: 1rem;
}
.account-content thead {
  background: #192A48;
  color: #FFFFFF;
}
.account-content .card h3 {
  font-size: x-large;
  border-bottom: solid 1px #FF9500;
}
.account-content .card {
  border-radius: 12px;
  overflow: unset;
}
.account-content .card + .card {
  margin-top: 16px;
}
.account-content .card-body {
  background-color: #FFFFFF;
  font-weight: 500;
  border-radius: 12px;
}
.account-content .card-body a {
  color: #192A48;
}
.account-content .card-body a:hover {
  text-decoration: none;
  color: rgb(23.6855670103, 39.7917525773, 68.2144329897);
}
.account-content .card-body .list {
  display: flex;
  grid-gap: 10px;
}
.account-content .card-body .list .item {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 12px;
  height: 100%;
}
.account-content .card-body .list .item .icon {
  margin-bottom: 10px;
}
.account-content .card-body .list .item .icon img {
  display: block;
  max-height: 64px;
  max-width: 100%;
  border-radius: 8px;
}
.account-content .card-body .list .item .icon i {
  font-size: 64px;
  opacity: 0.7;
  color: #49454F;
}
.account.is-menu-open .account-sidebar {
  transform: translateX(0);
}
.account.is-menu-open .account-overlay {
  opacity: 1;
  pointer-events: auto;
}
.account .dropdown-menu {
  background-color: #FFFFFF;
  border-radius: 10px;
  position: absolute;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 10px 0;
  margin-top: 10px;
}
.account .dropdown-menu li {
  padding: 4px 8px;
}
.account .dropdown-menu li:hover {
  background-color: #F1F2F4;
}
.account .dropdown-menu li a {
  display: block;
  color: #192A48;
}
.account .dropdown-menu li a:hover {
  text-decoration: none;
}
.account .alert-dark {
  background: #192A48;
  color: #FFFFFF;
  border: 0;
  font-weight: 400;
}
.account .claim-status-1 {
  background: rgba(56, 132, 97, 0.3);
}
.account .claim-status-3 {
  background: rgba(215, 40, 40, 0.3);
}
@media (min-width: 768px) {
  .account {
    flex-direction: row;
    gap: 20px;
  }
  .account-burger {
    display: none;
  }
  .account-overlay {
    display: none;
  }
  .account-sidebar {
    position: static;
    overflow: visible;
    transform: none;
    transition: none;
    width: 250px;
    flex: 0 0 250px;
    height: auto;
  }
  .account-content {
    transform: none !important;
    transition: none;
    padding: 40px 10px;
    border-radius: 20px;
  }
  .account.is-menu-open .account-sidebar {
    transform: none;
  }
  .account.is-menu-open .account-content {
    transform: none;
  }
}

#cmoffer-dropdown.dropdown-menu, #cmoffer-dropdown .dropdown-menu {
  width: 300px;
  background-color: #FFFFFF;
  border-radius: 10px;
  position: absolute;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 10px 0;
  margin-top: 10px;
}
#cmoffer-dropdown.dropdown-item:hover, #cmoffer-dropdown .dropdown-item:hover {
  color: #086AA8;
  cursor: pointer;
  background-color: #ECECEC;
}
#cmoffer-dropdown.dropdown-input-group, #cmoffer-dropdown .dropdown-input-group {
  display: flex;
}
#cmoffer-dropdown.dropdown-input-group input, #cmoffer-dropdown .dropdown-input-group input {
  margin-right: 5px;
}
#cmoffer-dropdown.dropdown-input-group, #cmoffer-dropdown.dropdown-item, #cmoffer-dropdown.dropdown-header, #cmoffer-dropdown .dropdown-input-group, #cmoffer-dropdown .dropdown-item, #cmoffer-dropdown .dropdown-header {
  padding: 0.25rem 0.8rem;
}

#account-offer .offer-info-col {
  background: #FFFFFF;
  padding: 15px 10px;
  margin: 0 0 0 -15px;
  font-size: smaller;
}
#account-offer .search-bar {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}
#account-offer .search-bar .input-group {
  width: auto;
  flex: 1 1 auto;
}
#account-offer .vehicle-image {
  background-color: #FFFFFF;
  border: 1px solid #ECECEC;
  height: 200px;
  border-radius: 5px;
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#account-offer .modal-header {
  background-color: #192A48;
  padding: 0.5rem 1rem;
  color: #FFFFFF;
}
#account-offer .modal-header .close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -1rem;
}
#account-offer .modal-header .close:focus {
  outline: none;
}

#products .table .small {
  margin-left: 10px;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  color: #01021E;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}
main .form-control:focus {
  box-shadow: unset;
}

.bif {
  float: left;
}
.bif-lg {
  font-size: 1.4em;
}
.bif-xs {
  font-size: 0.75em;
}
.bif-sm {
  font-size: 0.875em;
}
.bif-1x {
  font-size: 1em;
}
.bif-2x {
  font-size: 2em;
}
.bif-3x {
  font-size: 3em;
}
.bif-4x {
  font-size: 4em;
}
.bif-5x {
  font-size: 5em;
}
.bif-6x {
  font-size: 6em;
}
.bif-7x {
  font-size: 7em;
}
.bif-8x {
  font-size: 8em;
}
.bif-9x {
  font-size: 9em;
}
.bif-10x {
  font-size: 10em;
}
.bif-fw {
  text-align: center;
  width: 1.25em;
}
.bif-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.bif-pull-left {
  float: left;
}
.bif-pull-left.bif {
  margin-right: 0.3em;
}
.bif-pull-right {
  float: right;
}
.bif-pull-right.bif {
  margin-left: 0.3em;
}

.breadcrumb {
  background: #F1F2F4;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "|";
  color: #99A2AD;
}

.icon-light::before {
  color: #FFFFFF;
}

.link {
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0;
  margin: 0;
  color: #086AA8;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  text-align: left;
  display: inline;
  text-decoration: underline;
  appearance: none;
  -webkit-appearance: none;
}
.link:hover {
  text-decoration: none;
}
.link:focus, .link:active, .link:focus-visible {
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
}

.btn.disabled {
  background-color: #99A2AD;
  border-color: #99A2AD;
}
.btn-link {
  color: #192A48;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(23.6855670103, 39.7917525773, 68.2144329897);
  text-decoration: none;
}
.btn-link:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(38.1443298969, 64.0824742268, 109.8556701031, 0.25);
}
.btn-link:active {
  color: #192a48;
  box-shadow: none;
}
.btn-shopping {
  background-color: #FFFFFF;
  border-color: #192A48;
  color: #192A48;
}
.btn-shopping:hover {
  border-color: #086AA8;
  color: #086AA8;
}
.btn-warning, .btn-checkout, .btn-view, .btn-return, .btn-search, .btn-delete, .btn-add-to-cart {
  background-color: #FCC80A;
  border-color: #FCC80A;
  color: #01021E;
}
.btn-warning:hover, .btn-checkout:hover, .btn-view:hover, .btn-return:hover, .btn-search:hover, .btn-delete:hover, .btn-add-to-cart:hover {
  background-color: #FFDA51;
  border-color: #FFDA51;
}
.btn-add-to-cart {
  display: flex;
  justify-content: center; /* выравнивает по горизонтали (если нужно) */
}
.btn-secondary {
  background-color: #6C757D;
  border-color: #6C757D;
  color: #FFFFFF;
}
.btn-primary, .btn-pdf {
  color: #FFFFFF !important;
  background-color: #192A48;
  border-color: #192A48;
}
.btn-primary:hover, .btn-primary:focus, .btn-pdf:hover, .btn-pdf:focus {
  background-color: rgb(23.6855670103, 39.7917525773, 68.2144329897);
  text-decoration: none;
}
.btn-primary:focus, .btn-pdf:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(38.1443298969, 64.0824742268, 109.8556701031, 0.25);
}
.btn-primary:active, .btn-pdf:active {
  background-color: #192a48;
  box-shadow: none;
}
.btn-search {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #FCC80A;
  padding: 0 20px;
  height: 100%;
}
.btn-search:focus {
  outline: none;
  box-shadow: none;
}

.h1, h1 {
  font-size: 1.5rem;
}

.block-bg-dark {
  background: #F1F2F4 !important;
}
.block-bg-light {
  background: #FFFFFF !important;
}
.block-br {
  border-radius: 24px;
}

.left-section {
  background: radial-gradient(circle at 99% 80%, #192A48, #01021E 50%);
  position: relative;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 0;
}
.left-section .text-center {
  width: 100%;
}
.left-section .content-wrapper {
  max-width: 468px;
  width: 100%;
  margin: 0 auto;
}
.left-section h2 {
  font-size: 2.5rem;
  color: #FCC80A;
}
.left-section .img-logo {
  max-width: 400px;
}
.left-section .desc {
  margin-top: 32px;
  font-size: 22px;
}
.left-section .contact-info {
  margin: 0 auto;
}
.left-section .contact-info .contact-item {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  color: #99A2AD;
  margin: 5px 0;
}
.left-section .contact-info .contact-item .icon {
  width: 28.8px;
  height: 28.8px;
  margin-right: 10px;
}
.left-section .contact-info .contact-item span {
  font-size: 24px;
  color: inherit;
}
.left-section .shopping-cart {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 20px;
  width: 47%;
  max-width: 437px;
  z-index: -1;
}
.left-section .shopping-cart img {
  width: 100%;
}

.right-section {
  padding: 30px;
  text-align: center;
}
.right-section .forgotten-form, .right-section .register-form, .right-section .login-form {
  width: 100%;
  max-width: 400px;
}
.right-section .forgotten-form h3, .right-section .register-form h3, .right-section .login-form h3 {
  margin-bottom: 30px;
}
.right-section .forgotten-form .form-group, .right-section .register-form .form-group, .right-section .login-form .form-group {
  text-align: left;
}
.right-section .forgotten-form .input-agree, .right-section .register-form .input-agree, .right-section .login-form .input-agree {
  color: #99A2AD;
}
.right-section .language-switch {
  margin-top: 20px;
}

.select-lang {
  border: solid 1px #99A2AD;
  border-radius: 8px;
  width: 110px;
}
.select-lang img {
  width: 24px;
  margin-right: 8px;
}

.alert {
  position: relative;
  padding: 8px 16px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.alert .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem 1.25rem;
  color: inherit;
}

.alert-danger {
  color: #D72828;
  background-color: rgba(215, 40, 40, 0.15);
  border-color: #D72828;
}

.alert-success {
  color: #388461;
  background-color: rgba(56, 132, 97, 0.15);
  border-color: #388461;
}

@media (min-width: 768px) {
  .h1, h1 {
    font-size: 2rem;
  }
}
