@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,500,600,700,900|Roboto:300i,400,400i,500,700,700i,900&display=swap&subset=cyrillic");
@import url("filterForm.css?v=32");
@import url("gamburger.css?v=354");
@keyframes chat {
  0% {
    transform: scale(1.5);
    border: 1px solid #74C0FC;
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    border: 2px solid #43d8545c;
  }
}

@keyframes phone {
  0% {
    transform: scale(1.5);
    border: 1px solid #0a4275;
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    border: 2px solid #8e0a09;
  }
}
body {
  background-attachment: fixed;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 1rem;
  font-family: "Roboto", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

* {
  box-sizing: border-box;
}
html {
  height: 100%;
}
img {
  max-width: 100%;
}
.hr {
  height: 30px;
}


.header,
.main,
.footer {
  display: flex;
  width: 100%;
}

.wrap {
  width: 100%;
  max-width: 1580px;
  margin: auto;
}

.main-title {
  width: 100%;
  text-align: center;
  font-size: 24px;
}

.header {
  border-top: 1px #970c0c solid;
  flex: 0 0 auto;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.header .wrap {
  display: flex;
  flex-direction: column;
  /* padding: 0 20px; */
}

.header .logo {
  max-width: 145px;
}

.slogan {
  font-size: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.slogan h2 {
  margin-top: 0;
}

.slogan li {
  padding-bottom: 20px;
}

.slogan li:last-child {
  padding-bottom: 0;
}

.fa-angle-right {
  font-size: 18px;
  font-weight: bolder;
}

.header .vendors {
  display: block;
  width: 280px;
  height: 80px;
  background: url("../images/vendors.png") no-repeat center;
}

.logo a span {
  font-weight: 900;
  color: black;
}
.logo a sup {
  font-size: 11px;
}

.header-title {
  font-weight: 600;
  text-transform: uppercase;
}

.header__contacts ul {
  display: flex;
  margin: 0;
  padding: 0 20px 0 0;
  list-style: none;
  justify-content: center;
  flex-direction: column;
}
.header__contacts ul li:first-child {
  justify-content: center;
}

.header__contacts ul:last-child {
  padding: 0;
}

.header__contacts ul li {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.header__contacts ul li h3 {
  margin: 0;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #7f7f7f;
}

.header__contacts ul li:last-child {
  margin-right: 0;
}

.header__contacts ul li a {
  display: flex;
  padding: 5px 0px;
  text-decoration: none;
  color: #343a40;
  font-size: 18px;
  align-items: center;
  font-weight: 500;
  margin: 0 0 0 10px;
}

.header__contacts ul li a small {
  font-weight: normal;
  font-size: 16px;
}

.header__contacts ul li a:hover {
  transition: 0.5s;
}

.header__contacts .header__contacts-address li a {
  font-size: 13px;
}

.header .header__contacts ul li a i {
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
}
.header .header__contacts ul li a small {
  margin-right: 5px;
}

.heder__nav-container {
  display: flex;
  align-items: center;
  margin: 10px 0;
  justify-content: space-between;
}

i.fa-viber {
  color: #9d59ca;
}
i.fa-telegram-plane,
i.fa-telegram {
  color: #60c0f0;
}
i.fa-whatsapp,
i.fa-whatsapp-square {
  color: #08991d;
}

.header__contacts {
  display: flex;
  justify-content: space-between;
  align-items: start;
  color: #000;
}

.ban {
  position: relative;
  border-radius: 10px;
  min-height: 300px;
}

.ban img {
  width: 100%;

  object-position: center;

  display: block;
}

.ban img {
  max-height: 400px;
  object-fit: cover;
  object-position: top;
}
.ban.minBan img {
  max-height: 250px;
  object-fit: cover;
  object-position: center;
}

.ban {
  position: relative;
  height: 300px;
  background: #a6a6a645;
}

.filterHome {
  position: absolute;
  width: 90%;
  height: 80%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.filterHome form {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
}
.filterHome form .col {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.filterHome form .row {
  display: flex;
  justify-content: center;
}

.filterHome .asi_name {
  background: rgb(255 255 255 / 79%);
  border: none;
  color: #0000007d;
}
.filterHome .asi_name_selected .asi_name {
  background: rgb(255 255 255 / 79%);
  font-weight: bold;
  color: #000;
}

.filterHome input {
  background: rgb(255 255 255 / 79%);
  border-radius: 5px;
  width: 100%;
  border: none;
  height: 36px;
  font-size: 13px;
  outline: none;
  padding: 5px;
}
.filterHome input::placeholder {
  color: #0000007d;
}
.filterHome form .row {
  width: 100%;
}
.filterHome form > .row > .col {
}

.filterHome form button {
  display: block;

  cursor: pointer;
  background: #c00614;
  font-size: 18px;
  color: #fff;
  padding: 10px 30px;
  border: none;
  border-radius: 10px;
  border: none;
}

nav {
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(to top, rgb(255 0 20), rgb(196 4 19));
}

nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul li {
  display: block;
  width: 30%;
  text-align: center;
  border-right: 1px #d64c4c solid;
}

nav ul li:last-child {
  border: none;
}

nav ul li a {
  padding: 10px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  color: #fff;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 15px 15px;
  transition: 0.3s;
}

nav ul li a i {
  font-size: 28px;
  opacity: 0.7;
  margin-bottom: 7px;
}

nav ul li a:hover {
  text-decoration: none;
  background-image: linear-gradient(
    to top,
    rgba(184, 20, 28, 1),
    rgba(227, 29, 39, 1)
  );
}

nav ul li a i {
  margin-right: 5px;
}

nav ul li a:hover {
  transition: 0.5s;
}

nav ul li.catalog {
  margin: 0 0 0 0px;
}

.catalog a {
  color: #000;
}

.brand-catalog h2 {
  text-align: center;
}

.last-items h2 {
  text-align: center;
}

.heder__nav-container-right {
  display: flex;
  align-items: center;
}

.cart {
  font-size: 24px;
  color: #fff;
  background: #c00614;
  border-radius: 10px;
  padding: 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.short_cart {
  border-radius: 25px;
  font-size: 15px;
  margin: 5px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  padding: 10px;
  color: #c00614;
  background: #fff;
}

button.btn2cart {
  border: none;
  background: #c00614;
  height: 32px;
  padding: 0 10px;
  border-radius: 5px;
  color: #fff;
}

.main {
  flex: 1 0 auto;
}

.main .wrap {
  padding: 0;
  position: relative;
  background: #fff;
  display: flex;
  height: 100%;
  flex-direction: row-reverse;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  overflow: hidden;
}
.main .aside {
  display: flex;
  padding: 10px 10px;
  align-items: center;
  flex-direction: column;
  width: 25%;
  flex-shrink: 0;
  min-height: 500px;
  max-width: 300px;
}

.showFilter .main .aside {
  left: 0;
  z-index: 10;
}

.plus,
.minus {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main .article {
  width: 75%;
}
.main .article .caption {
  min-height: 40px;
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.main .article .caption h1 {
  font-size: 35px;
  font-weight: normal;
  margin: 0;
  line-height: 40px;
  color: #000;
}

.main .article .caption ul#breadCrumbs {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  font-size: 11px;
  line-height: 150%;
  flex-wrap: wrap;
}
.main .article .caption ul#breadCrumbs li {
  display: flex;
  align-items: center;
}
.main .article .caption ul#breadCrumbs li a {
  color: #878787;
  text-decoration: none;
  display: block;
}
.main .article .caption ul#breadCrumbs li a:hover {
  text-decoration: underline;
}

.main .article .caption ul#breadCrumbs li:after {
  content: "";
  display: block;
  margin: 0 5px;
  width: 6px;
  height: 6px;
  background: #bbb;
  border-radius: 50%;
}
.main .article .caption ul#breadCrumbs li:last-child:after {
  display: none;
}

.filterForm .row button {
  display: block;
  height: 36px;
  cursor: pointer;
  background: #c00614;
  font-size: 16px;
  border: none;
  width: 100%;
  border-radius: 3px;
  border-color: #c00614;
}

.portfolio {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
}

.portfolio li {
  width: 300px;
  height: 200px;
  margin: 10px;
  overflow: hidden;
}

.portfolio li a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.autos {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.autos__brand {
  margin: 10px;
  padding: 10px;
  box-shadow: 0px 0px 4px 0px #cecece;
}

.autos__brand small {
  font-size: 11px;
  color: #838383;
}

.autos__brand:hover {
  transition: 0.5s;
  transform: scale(1.1);
  box-shadow: 0px 0px 4px 0px #7f0610;
}

.autos__link {
  display: flex;
  text-decoration: none;
  flex-direction: column-reverse;
  width: 100%;
  color: #333;
  padding: 5px;
  font-size: 14px;
  align-items: center;
}

.autos__link p {
  display: none;
}

.autos__link img {
  width: 50px;
}

.model-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.model-list li {
  display: block;
}
.model-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #333;
  background: #fff;
  flex-direction: column;
  width: 100px;
  height: 60px;
  border: 1px #bbb solid;
  padding: 10px;
  margin: 5px;
}

.mainDiv {
  width: 100%;
  /* padding-right:30px; */
}

.car-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.car-list li {
  width: 31%;
  margin-bottom: 20px;
}
.car-list li a {
  display: block;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  position: relative;
  height: 160px;
  overflow: hidden;
}
.car-list li a img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.car-list li a:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.car-list li a div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  z-index: 100;
}

.linkBtn {
  text-decoration: none;
  color: #222;
  background: #e7e7e7;
  border: 1px #bbb solid;
  border-radius: 3px;
  padding: 3px 7px;
}

.prod-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.prod-list li {
  display: flex;
  flex-direction: column;
  margin: 15px 0;
  transition: 0.3s;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.12);
}

.prod-list li h3 {
  margin: 0 0 20px;
  font-size: 16px;
}
.prod-list li h3 a {
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
}
.prod-list li h3 a:hover {
  text-decoration: underline;
  color: #db3727;
  transition: 0.3s;
}

.product-phone {
  display: flex;
  height: 36px;
  cursor: pointer;
  background: #c00614;
  font-size: 16px;
  border: none;
  border-radius: 3px;
  border-color: #c00614;
  color: #fff;
  text-decoration: none;
  width: 200px;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
}

.product-phone i {
  padding: 0 5px;
}

.short-info {
  display: flex;
  width: 100%;
}

.short-info .img {
  width: 200px;
  flex-shrink: 0;
  height: 150px;
  background-size: contain;
  background-color: #bbb;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.prod-list li a.img span {
  background: rgba(0, 0, 0, 0.5);
  padding: 0 3px;
  font-size: 11px;
  display: block;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 0 3px 0;
}

.info {
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}
.info .info__item {
  display: flex;
  justify-content: space-between;
  padding: 3px 5px;
  font-size: 12px;
  border-bottom: 1px #bbb solid;
  overflow: hidden;
}

.info .info__item:last-child {
  border: none;
}
.info .info__item strong {
  text-align: right;
}
.info .info__item p {
  margin: 0;
  text-align: left;
}
.info .info__item span {
  width: 120px;
  flex-shrink: 0;
}

ul.cats {
  display: block;
  column-count: 2;
  width: 100%;
  list-style: none;
}

ul.cats li {
  padding: 3px 0;
  width: 100%;
}
ul.cats li i {
  color: #e3e3e3;
}

ul.cats li a {
  color: #333;
}
ul.cats li.liter {
  margin-top: 20px;
}

.price {
  flex-shrink: 0;
  width: 140px;
  text-align: center;
  font-size: 20px;
}

.price > div {
  padding: 5px 0;
}
.price .BYN {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  padding: 5px 5px;
  border-radius: 3px;
  transition: 0.3s;
  background: #c00614;
}

.price .USD {
  font-size: 16px;
  color: rgb(67 67 67);
}
.price .RUR {
  font-size: 16px;
  color: rgb(67 67 67);
}

ul.paginator {
  display: block;
  padding: 20px 0;
  margin: 0;
  list-style: none;
  text-align: center;
  font-size: 0;
}
ul.paginator li {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}

ul.paginator li a {
  display: block;
  padding: 5px 11px;
  color: #000;
  transition: 0.3s;
  font-size: 14px;
  text-decoration: none;
  border: 1px #ddd solid;
  border-radius: 3px;
}
ul.paginator li a:hover,
ul.paginator li.active a {
  background: #ffffff;
  border: 1px #0a4275 solid;
}

ul.cat-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}
ul.cat-list li {
  width: 100%;
  font-size: 16px;
  display: flex;
}
ul.cat-list li a {
  color: #000;
  display: block;
  padding: 5px 3px;
  text-decoration: none;
}
ul.cat-list li a:hover {
  text-decoration: underline;
}
ul.cat-list li.liter {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #7a7a7a;
  display: block;
  margin-top: 20px;
  padding: 20px 0 10px 0;
  border-top: 1px rgb(21 21 21) solid;
}

.full-product {
  display: flex;
  background: #fff;
  padding: 10px;
}
.full-product .info {
  margin: 0 20px;
  width: 100%;
}
.full-product .gallery {
  max-width: 500px;
}

#cartModalContent {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 0px;
  opacity: 0;
  height: 0px;
  z-index: 9999;
  overflow: hidden;
  transition: opacity 0.3s;
  display: flex;
}
#cartModalContent.show {
  position: fixed;
  left: 0;
  opacity: 1;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
}
#cartBlacker {
  position: absolute;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#cartModalContent .cart2order {
  width: 90%;
  padding: 30px;
  font-size: 18px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin: auto;
  display: flex;
  background: #fff;
  border-radius: 20px;
}

#cartModalContent .cart2order > p {
  margin: 0 0 24px;
  color: #20242b;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.35;
}

#cartModalContent .cart2order__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
}

#cartModalContent button.btn2cart {
  display: inline-flex;
  min-width: 0;
  height: 52px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  border: 2px solid #c00614;
  border-radius: 10px;
  background: #c00614;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

#cartModalContent button.btn2cart:first-child {
  background: #fff;
  color: #b50015;
}

#cartModalContent button.btn2cart:hover {
  border-color: #9e0012;
  background: #9e0012;
  color: #fff;
  box-shadow: 0 8px 18px rgba(158, 0, 18, .22);
  transform: translateY(-2px);
}

#cartModalContent button.btn2cart:active {
  box-shadow: 0 3px 8px rgba(158, 0, 18, .18);
  transform: translateY(0);
}

#cartModalContent button.btn2cart:focus-visible {
  outline: 3px solid rgba(192, 6, 20, .25);
  outline-offset: 3px;
}

@media (max-width: 560px) {
  #cartModalContent .cart2order {
    padding: 26px 20px;
  }

  #cartModalContent .cart2order > p {
    margin-bottom: 20px;
    font-size: 21px;
  }

  #cartModalContent .cart2order__actions {
    flex-direction: column;
  }

  #cartModalContent button.btn2cart {
    width: 100%;
  }
}

ul.photos {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  min-height: 200px;
  overflow: hidden;
  justify-content: center;
}
ul.photos > li {
  width: 100%;
  margin: 3px;
  overflow: hidden;
}
ul.photos > li a {
  display: block;
  width: 100%;
  color: #000;
  height: 90px;
  background-position: center;
  background-size: cover;
}
ul.photos img {
  width: 100%;
}
ul.photos > li:first-child {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
ul.photos > li:first-child a {
  height: auto;
}
ul.photos > li {
  display: inline-block;
  width: 100px;
  height: 75px;
  vertical-align: top;
}

.text-info {
  padding: 0 20px;
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
}

.text-info h3,
h4 {
  text-align: center;
}

.footer {
  flex: 0 0 auto;
  background: #343a40;
}

.footer .wrap {
  padding: 20px 20px 10px;
}

.footer__text {
  color: #fff;
  text-align: center;
  font-size: 11px;
}

.footer__top-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.footer__menu {
  margin: 0;
  padding: 0;
  color: #fff;
}

.footer__nav {
  flex: 1;
  margin: 0 20px;
}

.footer__day-box {
  display: flex;
}

.footer__day {
  border: 1px solid #00ff13c7;
  width: 10px;
  height: 10px;
  margin: 1px;
  border-radius: 50%;
}
.footer__day:last-child {
  border: 1px solid #0a4275;
}

.footer__day-work {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5px 0;
  font-weight: 600;
}

.footer__day-work a {
  color: #fff;
}

.footer__day-work p {
  color: #d7d7d7;
  margin: 5px;
  font-size: 14px;
}

.footer__menu-item {
  list-style: none;
  padding-bottom: 15px;
  font-size: 14px;
}

.footer__menu-item:first-child {
  /* border-bottom: 1px solid #bdbdbd57; */
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.logo-footer {
  max-width: 100px;
}

.footer__menu-link {
  text-decoration: none;
  color: #000;
}

.footer__socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  color: #fff;
}

.footer__socials h3 {
  font-size: 18px;
  color: #ffffff;
}

.footer__socials-icons {
  padding: 0;
  margin: 0;
  display: flex;
}

.footer__socials-icon {
  list-style: none;
  padding-right: 30px;
}

.footer__socials-icon:last-child {
  padding-right: 0;
}

.footer__socials-img {
  width: 30px;
  border-radius: 50%;
}

.footer__info {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0;
  list-style: none;
  line-height: 150%;
  font-size: 14px;
  margin: 0 20px;
  align-items: center;
}

.footer__info li {
  padding: 0 0 15px 0;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer__info li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.footer__tel,
.footer__email {
  color: #fff;
  text-decoration: none;
  margin-bottom: 7px;
  font-size: 14px;
}

.footer__sale-info {
  color: #fff;
  text-align: center;
  margin: 0 20px;
}

.footer__cards {
  background: url(../images/cards.png) no-repeat center;
  height: 70px;
  background-size: contain;
}

.footer__copyright {
  text-align: center;
  margin: 0;
  padding: 5px 0;
  border-top: 1px solid #7c7c7c33;
}

.footer__copyright a {
  text-decoration: none;
  color: #919191;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.footer a:hover {
  opacity: 0.9;
  transition: 0.5s;
  color: #544e4e;
}

.footer__copyright a img {
  width: 100px;
}

.logo-footer {
  width: 200px;
}

.static-page {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 150%;
}

.static-page h1 {
  font-size: 18px;
}

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

.contacts__item {
  padding-bottom: 25px;
}

.contacts__tel,
.contacts__email {
  color: #000000;
  font-size: 22px;
  text-decoration: none;
}

.include-box {
  padding: 10px 20px 4px;
  line-height: 150%;
  display: flex;
}

.header__show-telephone,
.showFilterBtn {
  display: none;
}

ul.plates {
  list-style: none;
  display: flex;
  margin: 0 0 20px;
  justify-content: space-between;
  padding: 0;
  flex-wrap: wrap;
}
ul.plates li {
  width: 32%;
  border: 1px #fff solid;
  margin-bottom: 20px;
}
ul.plates li a {
  display: block;
  text-decoration: none;
  border: 2px #fff solid;
  padding: 0 30px 20px 30px;
  position: relative;
}
ul.plates li a:hover {
  border: 2px #bbb solid;
}
ul.plates li a img {
  width: 100%;
  height: 180px;
  object-position: center;
  object-fit: contain;
}
ul.plates li a span {
  color: #fff;
  position: absolute;
  transition: 0.3s;
  border-radius: 3px;
  bottom: 10px;
  width: 80%;
  left: 10%;
  text-align: center;
  background: #a90000;
  padding: 7px 9px;
  font-size: 18px;
}

.success-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.success-title h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 150%;
}

.success-title i {
  font-size: 70px;
  padding: 20px;
}

.success-title a {
  color: #0169d3;
}

.online-text {
  color: #06a904;
  font-size: 14px;
}

#blacker {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  background: rgba(255, 255, 255, 0.7);
  z-index: 99;
  width: 100%;
  height: 100%;
}
#blacker.open {
  display: block;
}

.chat {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border: none;
  position: fixed;
  right: 3%;
  bottom: 5%;
  cursor: pointer;
  padding: 0;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  z-index: 200;
  flex-direction: column;
  text-align: center;
  background: #fff;
  color: #74C0FC;
}

.chat i.fa-whatsapp,
.caht i.fa-whatsapp-square {
  color: #fff;
}

.chat__puls {
  animation-name: chat;
  opacity: 1;
  border-radius: 50px;
  width: 75px;
  height: 75px;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 1s;
  animation-direction: reverse;
  animation-play-state: running;
  animation-iteration-count: infinite;
  position: absolute;
  top: 0;
  left: 0;
}

.chat i {
  font-size: 24px;
}

.floating-catalog-search {
  display: flex;
  position: fixed;
  right: 3%;
  bottom: calc(5% + 87px);
  width: 75px;
  height: 75px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(192, 6, 20, .2);
  border-radius: 50%;
  color: #c00614;
  background: #fff;
  box-shadow: 0 10px 28px rgba(25, 31, 40, .14);
  font-size: 25px;
  text-decoration: none;
  z-index: 201;
  transition: transform .2s ease, background .2s ease;
}

.floating-catalog-search:hover {
  color: #a90511;
  background: #fff;
  border-color: rgba(192, 6, 20, .45);
  transform: translateY(-2px);
}

@media screen and (max-width: 768px) {
  .chat {
    right: 14px;
    bottom: 18px;
  }

  .floating-catalog-search {
    right: 14px;
    bottom: 106px;
  }
}

.not-found img {
  width: 100px;
}

.models {
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  list-style: none;
}

.models li {
  padding: 5px;
  margin: 5px;
}

.models li a {
  color: #000;
}

.wrap__cart {
  padding: 0;
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
}

/* Корзина и оформление заказа */
.page-cart .include-box,
.page-cart .mainDiv {
  width: 100%;
}

.page-cart .caption {
  margin-bottom: 22px;
}

.cart-checkout {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 48px;
  gap: 12px;
}

.info-page__intro.cart-checkout__intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  gap: 28px;
}

.cart-checkout__intro > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: end;
  column-gap: 22px;
  min-width: 0;
}

.cart-checkout__intro .section-kicker {
  grid-column: 1 / -1;
}

.cart-checkout__intro h2 {
  margin-bottom: 10px;
}

.info-page__intro.cart-checkout__intro p {
  margin: 0 0 5px;
}

.cart-checkout__catalog-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border: 2px solid #c00614;
  border-radius: 13px;
  color: #c00614;
  background: #fff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.cart-checkout__catalog-link:hover {
  color: #fff;
  background: #c00614;
  box-shadow: 0 12px 24px rgba(192, 6, 20, .18);
  transform: translateY(-2px);
}

.cart-checkout__form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.cart-checkout__section {
  padding: 28px;
  background: #fff;
  border: 1px solid #e4e7eb;
  border-radius: 22px;
  box-shadow: 0 14px 36px rgba(25, 32, 42, .07);
}

.cart-checkout__heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.cart-checkout__heading > span {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #fff;
  background: #c00614;
  font-size: 17px;
  font-weight: 800;
}

.cart-checkout__heading h2,
.cart-checkout__heading p {
  margin: 0;
}

.cart-checkout__heading h2 {
  color: #242a32;
  font-size: 24px;
  line-height: 1.2;
}

.cart-checkout__heading p {
  margin-top: 4px;
  color: #727b87;
  font-size: 14px;
}

.cart-customer__fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.cart-customer__fields label > span {
  display: block;
  margin-bottom: 7px;
  color: #444b55;
  font-size: 14px;
  font-weight: 700;
}

.cart-customer__fields input {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  border: 1px solid #d8dde3;
  border-radius: 12px;
  color: #20252c;
  background: #f8f9fa;
  font: inherit;
  font-size: 16px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.cart-city-field {
  position: relative;
  min-width: 0;
}

.cart-city-field__label {
  display: block;
  margin-bottom: 7px;
  color: #444b55;
  font-size: 14px;
  font-weight: 700;
}

.cart-city-select {
  position: relative;
}

.cart-city-select__trigger {
  display: flex;
  width: 100%;
  height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 16px;
  border: 1px solid #d8dde3;
  border-radius: 12px;
  color: #a8adb4;
  background: #f8f9fa;
  font: inherit;
  font-size: 16px;
  text-align: left;
  outline: none;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.cart-city-select.has-value .cart-city-select__trigger {
  color: #20252c;
}

.cart-city-select__trigger i {
  color: #c00614;
  font-size: 13px;
  transition: transform .2s ease;
}

.cart-city-select.is-open .cart-city-select__trigger,
.cart-city-select__trigger:focus,
.cart-city-select.has-error .cart-city-select__trigger {
  border-color: #c00614;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(192, 6, 20, .09);
}

.cart-city-select.is-open .cart-city-select__trigger i {
  transform: rotate(180deg);
}

.cart-city-select__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  z-index: 50;
  display: none;
  padding: 7px;
  border: 1px solid #e0e3e7;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(24, 29, 36, .18);
}

.cart-city-select.is-open .cart-city-select__menu {
  display: block;
}

.cart-city-select__option {
  display: flex;
  width: 100%;
  min-height: 43px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 11px;
  border: 0;
  border-radius: 9px;
  color: #30363e;
  background: transparent;
  font: inherit;
  font-size: 15px;
  text-align: left;
  cursor: pointer;
  transition: color .18s ease, background .18s ease;
}

.cart-city-select__option:hover,
.cart-city-select__option:focus {
  color: #a90511;
  background: #fff1f2;
  outline: none;
}

.cart-city-select__option i {
  color: #c00614;
  opacity: 0;
}

.cart-city-select__option.is-selected {
  color: #a90511;
  background: #fff1f2;
  font-weight: 700;
}

.cart-city-select__option.is-selected i {
  opacity: 1;
}

.cart-other-city {
  display: none;
  grid-column: 3;
  grid-row: 2;
  margin: 0;
}

.cart-other-city.is-visible {
  display: block;
}

.cart-customer__fields input:focus {
  border-color: #c00614;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(192, 6, 20, .09);
}

.cart-install {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  grid-column: 1 / 3;
  grid-row: 2;
  align-self: start;
  width: fit-content;
  margin-top: 0;
  cursor: pointer;
}

.cart-install input,
.cart-legal-consent input {
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  margin: 1px 0 0;
  accent-color: #c00614;
  cursor: pointer;
}

.cart-install strong,
.cart-install small {
  display: block;
}

.cart-install strong {
  color: #303740;
  font-size: 15px;
}

.cart-install small {
  margin-top: 3px;
  color: #747d88;
  font-size: 12px;
}

.cart-products__head,
.cart-product-row {
  display: grid;
  grid-template-columns: minmax(240px, 2.2fr) minmax(100px, .75fr) minmax(135px, 1fr) minmax(150px, .95fr) minmax(115px, .75fr) 38px;
  align-items: center;
  gap: 14px;
}

.cart-products__head {
  padding: 0 14px 11px;
  color: #7a828d;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .035em;
}

.cart-products__list {
  overflow: visible;
  border: 1px solid #e4e7eb;
  border-radius: 15px;
}

.cart-product-row {
  min-height: 76px;
  padding: 13px 14px;
  border-bottom: 1px solid #e7eaee;
  transition: background .2s ease;
}

.cart-product-row:last-child {
  border-bottom: 0;
}

.cart-product-row:hover {
  background: #fafbfc;
}

.cart-product-row__name {
  color: #252b33;
  font-size: 15px;
  line-height: 1.35;
  text-decoration: none;
}

.cart-product-row__name:hover {
  color: #c00614;
}

.cart-product-row__cell,
.cart-product-row__price {
  color: #323942;
  font-size: 14px;
  font-weight: 700;
}

.cart-product-row__payment {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #555e69;
  font-size: 13px;
}

.cart-payment-dot {
  position: relative;
  display: inline-block;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px currentColor;
  cursor: help;
}

.cart-payment-dot--free {
  color: #1ba14b;
  background: #1ba14b;
}

.cart-payment-dot--prepaid {
  color: #ed8b16;
  background: #ed8b16;
}

.cart-payment-dot::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  z-index: 20;
  width: max-content;
  max-width: 230px;
  padding: 8px 10px;
  border-radius: 8px;
  color: #fff;
  background: #272c33;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .2);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 5px);
  transition: opacity .18s ease, transform .18s ease;
}

.cart-payment-dot:hover::after,
.cart-payment-dot:focus::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.cart-product-row__price {
  color: #c00614;
  font-size: 17px;
  white-space: nowrap;
}

.cart-product-row__remove {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid #e0e3e7;
  border-radius: 10px;
  color: #7c848e;
  background: #fff;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}

.cart-product-row__remove:hover {
  color: #c00614;
  border-color: #efb4b9;
  background: #fff4f5;
}

.cart-summary__grid {
  display: grid;
  grid-template-columns: minmax(190px, .7fr) minmax(300px, 1.4fr) minmax(230px, .8fr);
  gap: 18px;
}

.cart-summary__amount,
.cart-summary__prepay,
.cart-payment-stat {
  border-radius: 15px;
}

.cart-summary__amount,
.cart-summary__prepay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 112px;
  padding: 18px 20px;
  background: #f7f8fa;
  border: 1px solid #e3e6ea;
}

.cart-summary__amount > span,
.cart-summary__prepay > span {
  color: #737c87;
  font-size: 13px;
  font-weight: 700;
}

.cart-summary__amount strong,
.cart-summary__prepay strong {
  margin-top: 4px;
  color: #c00614;
  font-size: 28px;
  line-height: 1.15;
}

.cart-summary__amount small,
.cart-summary__prepay small {
  margin-top: 5px;
  color: #747d87;
  font-size: 12px;
}

.cart-summary__conditions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cart-payment-stat {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  gap: 11px;
  min-height: 51px;
  padding: 12px 15px;
  border: 1px solid;
}

.cart-payment-stat i {
  display: grid;
  place-items: center;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
}

.cart-payment-stat strong,
.cart-payment-stat small {
  display: block;
}

.cart-payment-stat strong {
  font-size: 14px;
}

.cart-payment-stat small {
  margin-top: 2px;
  font-size: 12px;
}

.cart-payment-stat--free {
  color: #18763a;
  border-color: #bde5c9;
  background: #effaf2;
}

.cart-payment-stat--free i {
  background: #1ba14b;
}

.cart-payment-stat--prepaid {
  color: #a75a00;
  border-color: #f4d09e;
  background: #fff7e9;
}

.cart-payment-stat--prepaid i {
  background: #ed8b16;
}

.cart-submit {
  width: 100%;
  min-height: 58px;
  margin-top: 22px;
  border: 0;
  border-radius: 13px;
  color: #fff;
  background: #c00614;
  box-shadow: 0 12px 26px rgba(192, 6, 20, .2);
  font: inherit;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.cart-submit:hover:not(:disabled) {
  background: #a90511;
  box-shadow: 0 15px 30px rgba(192, 6, 20, .3);
  transform: translateY(-2px);
}

.cart-submit:disabled {
  color: #fff;
  background: #b9bec5;
  box-shadow: none;
  cursor: not-allowed;
}

.cart-legal-consent {
  width: 100%;
  max-width: none;
  margin: 14px 0 0;
}

.cart-legal-consent label {
  display: grid;
  grid-template-columns: 21px 1fr;
  align-items: start;
  gap: 10px;
  color: #5b636d;
  font-size: 12px;
  line-height: 1.45;
  white-space: nowrap;
  cursor: pointer;
}

.cart-legal-consent a {
  color: #a90511;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cart-order-message {
  margin-bottom: 20px;
  padding: 16px 18px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.cart-order-message--error {
  color: #9f0712;
  border: 1px solid #f0b2b7;
  background: #fff1f2;
}

.cart-empty {
  padding: 70px 24px;
  border: 1px solid #e4e7eb;
  border-radius: 22px;
  background: #fff;
  text-align: center;
}

.cart-empty i {
  color: #c00614;
  font-size: 46px;
}

.cart-empty h2 {
  margin: 18px 0 5px;
}

.cart-empty p {
  margin: 0 0 22px;
  color: #737b85;
}

.cart-empty a {
  display: inline-flex;
  padding: 13px 22px;
  border-radius: 11px;
  color: #fff;
  background: #c00614;
  font-weight: 800;
  text-decoration: none;
}

@media screen and (max-width: 980px) {
  .cart-checkout__intro {
    align-items: flex-start;
    flex-direction: column;
  }

  .cart-checkout__intro > div {
    grid-template-columns: 1fr;
  }

  .cart-checkout__intro .section-kicker,
  .cart-checkout__intro h2,
  .info-page__intro.cart-checkout__intro p {
    grid-column: 1;
  }

  .info-page__intro.cart-checkout__intro p {
    margin-top: 10px;
  }

  .cart-legal-consent label {
    white-space: normal;
  }

  .cart-customer__fields,
  .cart-summary__grid {
    grid-template-columns: 1fr;
  }

  .cart-install,
  .cart-other-city {
    grid-column: 1;
    grid-row: auto;
  }

  .cart-other-city.is-visible {
    margin-top: 2px;
  }

  .cart-products__head {
    display: none;
  }

  .cart-product-row {
    grid-template-columns: 1fr 1fr auto;
  }

  .cart-product-row__name {
    grid-column: 1 / -2;
  }

  .cart-product-row__remove {
    grid-column: 3;
    grid-row: 1;
  }

  .cart-product-row__cell::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 3px;
    color: #858d97;
    font-size: 11px;
    font-weight: 600;
  }
}

@media screen and (max-width: 600px) {
  .cart-checkout__catalog-link {
    width: 100%;
  }

  .cart-checkout__section {
    padding: 20px 16px;
    border-radius: 16px;
  }

  .cart-checkout__heading {
    align-items: flex-start;
    margin-bottom: 19px;
  }

  .cart-checkout__heading h2 {
    font-size: 20px;
  }

  .cart-product-row {
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  .cart-product-row__name {
    grid-column: 1;
  }

  .cart-product-row__remove {
    grid-column: 2;
  }

  .cart-product-row__cell,
  .cart-product-row__payment,
  .cart-product-row__price {
    grid-column: 1 / -1;
  }

  .cart-product-row__price {
    font-size: 20px;
  }
}

.list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-direction: column;
}

.list-item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 20px;
  margin: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.list-item a {
  color: #0169d3;
}

.addOrder .row button {
  margin: 15px;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  background: #c00614;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.cart-info-buyer {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.addOrder .row input {
  width: 100%;
  height: 32px;
  border: 1px #bbb solid;
  padding: 0 5px;
  margin: 5px 0;
  font-size: 16px;
}

.product-buttons button {
  padding: 10px 20px;
  margin: 10px;
  border: none;
  background-color: #c00614;
  border-radius: 10px;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
}

.btn-short {
  padding: 10px !important;
}

.menu-phone {
  padding: 0;
  font-weight: 400;
  margin: 5px 0;
}

.menu__item-socials {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}

.menu__item-socials li a i {
  margin: 15px;
  font-size: 25px;
}

.text-info__category li a {
  text-decoration: none;
  color: #0169d3;
}

.text-info__advantages {
  list-style: none;
}

.minBan {
  height: 49px;
  min-height: 10px;
}

.product-txt {
  padding: 20px;
}

.product-txt__cont a {
  text-decoration: none;
  color: #0169d3;
}

.preview-txt {
  background: #f7f7f7;
  padding: 10px;
  border-radius: 20px;
  font-size: 14px;
}

.preview-txt p {
  margin: 2px 0;
}

.social-icon {
  font-size: 25px !important;
  margin: 10px;
}

.social-icon i {
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-header,
.social-footer {
  display: flex;
}

.header__contacts-telephone li:first-child::before {
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(100 99 99 / 92%);
  color: white;
  padding: 10px;
  border-radius: 5px;
  display: block;
  z-index: 1000;
  max-width: 100%;
  text-align: center;
  font-size: 12px;
  z-index: 10000;
}

.banner {
  background-image: url(/tpls/site/images/slide_001.jpg);
  color: #fff;
  min-height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
}

.banner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.image-box {
  display: flex;
}

.image-box img {
  margin: 5px;
}

.product-buttons a {
  text-decoration: none;
}

.col select {
  line-height: 36px;
  position: relative;
  height: 36px;
  background: #fff;
  white-space: nowrap;
  padding: 0 5px;
  overflow: hidden;
  border-radius: 3px;
  border: none;
  font-size: 13px;
 color: black;
}

/* Серый цвет для option с data-placeholder */
.col select option[data-placeholder] {
  color: #0000007d;
}

/* Если выбран placeholder, делаем select серым */
.col select:has(option[data-placeholder]:checked) {
  color: #0000007d;
}

.contacts p a,
.sto a {
  text-decoration: none;
  color: #74b9ff;
}

/* Модалка */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: rgba(17, 20, 25, .66);
  z-index: 20000;
}
#callbackModal .modal-content {
  background: #fff;
  width: calc(100% - 32px);
  max-width: 420px;
  margin: clamp(40px, 8vh, 80px) auto 28px;
  padding: 28px;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .3);
}
#callbackModal .close {
  position: absolute;
  top: 12px;
  right: 16px;
  color: #747b85;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: color .2s ease, transform .2s ease;
}

#callbackModal .close:hover {
  color: #c00614;
  transform: rotate(90deg);
}

#callbackModal .modal-content h2 {
  margin: 0 32px 8px 0;
  color: #20242a;
  font-size: clamp(24px, 2.5vw, 28px);
  line-height: 1.15;
  text-align: left;
}

.callback-modal__lead {
  margin: 0 0 20px;
  color: #68707a;
  font-size: 14px;
  line-height: 1.55;
}

/* Кнопка */
.callback-button {
  padding: 5px;
  background: #c00614;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.callback-button:hover {
  background: #920611;
}

/* Форма */
#callbackModal .form-group {
  margin-bottom: 15px;
}
#callbackModal .form-group label {
  display: block;
  margin-bottom: 6px;
  color: #343a40;
  font-size: 14px;
  font-weight: 700;
}
#callbackModal .form-group input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid #d7dce2;
  border-radius: 11px;
  color: #20242a;
  background: #f8f9fa;
  font-size: 16px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

#callbackModal .form-group input:focus {
  border-color: #c00614;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(192, 6, 20, .1);
}

/* Отправка */
#callbackModal .submit-btn {
  width: 100%;
  min-height: 50px;
  padding: 0 20px;
  background: #c00614;
  color: white;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(192, 6, 20, .2);
  transition: background .22s ease, box-shadow .22s ease, transform .22s ease;
}

#callbackModal .submit-btn:hover:not([disabled]) {
  background: #a90511;
  box-shadow: 0 14px 30px rgba(192, 6, 20, .3);
  transform: translateY(-2px);
}

#callbackModal .submit-btn:active:not([disabled]) {
  transform: translateY(0);
}
#callbackModal .submit-btn[disabled] {
  background: #b9bec5;
  box-shadow: none;
  opacity: 1;
  cursor: not-allowed;
}

.callback-consent {
  margin-top: 14px;
}

.callback-consent__label {
  display: grid;
  grid-template-columns: 21px 1fr;
  align-items: start;
  gap: 10px;
  color: #555d67;
  font-size: 12px;
  line-height: 1.45;
  cursor: pointer;
}

.callback-consent__label input {
  width: 21px;
  height: 21px;
  margin: 1px 0 0;
  accent-color: #c00614;
  cursor: pointer;
}

.callback-consent__text a {
  color: #a90511;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.callback-consent__text a:hover {
  color: #74030b;
}

.callback-consent__error {
  display: none;
  margin: 7px 0 0 31px;
  color: #b0000d;
  font-size: 12px;
  font-weight: 700;
}

.callback-consent__error.is-visible {
  display: block;
}

/* Сообщения */
#formMessage {
  margin-top: 10px;
  padding: 10px;
  border-radius: 4px;
  display: none;
}
#formMessage.success {
  background: #d4edda;
  color: #155724;
}
#formMessage.error {
  background: #f8d7da;
  color: #721c24;
}

#callbackForm {
display: flex;
flex-direction: column;
}

@media screen and (max-width: 600px) {
  #callbackModal .modal-content {
    margin-top: 20px;
    padding: 26px 18px 22px;
    border-radius: 14px;
  }

  .callback-modal__lead {
    margin-bottom: 22px;
    font-size: 15px;
  }
}

.counter-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

      .slider-container {
    position: relative;
    max-width: 1540px;
    margin: 0 auto;
    padding: 20px 0;
}

.slider {
    position: relative;
    height: 400px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.slide.active {
    opacity: 1;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slider-controls {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
}

.slider-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background: #333;
    transform: scale(1.2);
}

.slider-dot:hover {
    background: #aaa;
}

.info__delivery {
  justify-content: center !important;
  text-transform: uppercase;
  color: green;
}

/* Product cards in catalog lists */
.list-item.catalog-product-card {
  margin: 14px 10px 24px;
  padding: 22px;
  border: 1px solid #e7e9ed;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(24, 31, 42, .08);
}

.catalog-product-card__header {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  margin-bottom: 18px;
}

.catalog-product-card__title {
  margin: 0 !important;
  font-size: 18px !important;
  line-height: 1.35;
}

.catalog-product-card__title a {
  color: #222731 !important;
  text-decoration: none !important;
}

.catalog-product-card__title a:hover {
  color: #b90016 !important;
}

.catalog-product-card__content {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) 190px;
  gap: 22px;
  align-items: stretch;
}

.short-info .catalog-product-card__image {
  width: 100%;
  height: 100%;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid #e7e9ed;
  border-radius: 14px;
  background-color: #f4f5f7;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .6);
}

.catalog-product-card__image span {
  top: 10px !important;
  left: 10px !important;
  padding: 4px 7px !important;
  border-radius: 7px !important;
  background: rgba(25, 29, 36, .72) !important;
  font-size: 12px !important;
}

.short-info .catalog-product-card__image--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f8fa;
  background-image: linear-gradient(145deg, #fafbfc, #f0f2f5) !important;
  text-decoration: none;
}

.catalog-product-card__image--empty .catalog-product-card__no-photo {
  position: static !important;
  display: flex !important;
  width: 100%;
  flex-direction: column !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 !important;
  color: #222731 !important;
  background: transparent !important;
  font-size: 14px !important;
  text-align: center;
}

.catalog-product-card__no-photo i {
  display: block;
  color: #c4c8ce;
  font-size: 34px;
}

.catalog-product-card__no-photo strong {
  display: block;
  color: #222731 !important;
  font-size: 15px;
  font-weight: 700;
}

.product-no-photo {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 30px;
  border: 1px solid #e7e9ed;
  border-radius: 18px;
  color: #7c838d;
  background: linear-gradient(145deg, #fbfcfd, #f2f4f6);
  text-align: center;
}

.product-no-photo__icon {
  display: flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  border-radius: 50%;
  color: #b6bbc2;
  background: #fff;
  box-shadow: 0 8px 25px rgba(28, 35, 45, .08);
  font-size: 34px;
}

.product-no-photo strong {
  color: #343a43;
  font-size: 22px;
}

.product-no-photo > span:last-child {
  max-width: 330px;
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 1050px) {
  .product-no-photo { min-height: 360px; }
}

.info.catalog-product-card__specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: stretch;
  grid-auto-rows: 1fr;
  gap: 9px;
  width: auto;
  height: 100%;
  padding: 0;
}

.info.catalog-product-card__specs .info__item {
  display: flex;
  min-height: 54px;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 9px 12px;
  border: 1px solid #eceef1;
  border-radius: 10px;
  background: #f8f9fa;
  font-size: 14px;
  line-height: 1.3;
}

.info.catalog-product-card__specs .info__item span {
  width: auto;
  color: #727985;
  font-size: 12px;
}

.info.catalog-product-card__specs .info__item strong {
  overflow-wrap: anywhere;
  color: #232730;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.info.catalog-product-card__specs .catalog-product-card__delivery {
  position: relative;
  grid-column: auto;
  min-height: 54px;
  padding: 8px 10px 8px 42px;
  align-items: flex-start;
  border-color: #bfe3cb;
  background: #effaf3;
  color: #126b32;
  text-align: left;
  text-transform: none;
}

.catalog-product-card__header .catalog-product-card__delivery {
  position: relative;
  display: flex;
  min-height: 58px;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  padding: 8px 10px 8px 43px;
  border: 1px solid #bfe3cb;
  border-radius: 11px;
  background: #effaf3;
  color: #126b32;
  text-align: left;
}

.catalog-product-card__header .catalog-product-card__delivery strong {
  color: #126b32;
  font-size: 13px;
  line-height: 1.2;
}

.catalog-product-card__header .catalog-product-card__delivery span {
  color: #477257;
  font-size: 11px;
  line-height: 1.2;
}

.catalog-product-card__header .catalog-product-card__delivery::before {
  top: 17px;
  left: 12px;
}

.catalog-product-card__header .catalog-product-card__delivery--prepaid {
  border-color: #f0d3a9;
  background: #fff8ed;
}

.catalog-product-card__header .catalog-product-card__delivery--prepaid strong {
  color: #8b5504;
}

.catalog-product-card__header .catalog-product-card__delivery--prepaid span {
  color: #7b684c;
}

.catalog-product-card__delivery::before {
  position: absolute;
  top: 16px;
  left: 12px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: #159447;
  color: #fff;
  content: '✓';
  font-size: 14px;
  font-weight: 800;
}

.info.catalog-product-card__specs .catalog-product-card__delivery strong {
  color: #126b32;
  font-size: 13px;
}

.info.catalog-product-card__specs .catalog-product-card__delivery span {
  color: #477257;
  font-size: 11px;
}

.info.catalog-product-card__specs .catalog-product-card__delivery--prepaid {
  border-color: #f0d3a9;
  background: #fff8ed;
}

.catalog-product-card__delivery--prepaid::before {
  background: #ca7c08;
  content: '!';
}

.info.catalog-product-card__specs .catalog-product-card__delivery--prepaid strong {
  color: #8b5504;
}

.info.catalog-product-card__specs .catalog-product-card__delivery--prepaid span {
  color: #7b684c;
}

.price.catalog-product-card__price {
  display: grid;
  grid-template-rows: auto auto;
  align-content: start;
  width: auto;
  height: 100%;
  padding: 0;
}

.price.catalog-product-card__price .price__item,
.price.catalog-product-card__price .price-no {
  margin: 0 0 12px !important;
  padding: 13px 14px;
  border-radius: 11px;
  border: 2px solid #c90018;
  background: #fff;
  color: #c90018;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.15;
}

.catalog-product-card__actions {
  display: grid;
  grid-template-rows: repeat(2, 54px);
  align-self: start;
  gap: 10px;
  margin-top: 0;
}

.catalog-product-card__actions .catalog-card-action {
  min-height: 54px;
  height: 54px;
  margin: 0;
  padding: 10px 14px;
  border: 1px solid #c90018;
  border-radius: 10px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  cursor: pointer;
  transition: background .2s, color .2s, box-shadow .2s, transform .2s;
}

.catalog-product-card__actions .catalog-card-action:hover {
  box-shadow: 0 7px 16px rgba(201, 0, 24, .18);
  transform: translateY(-1px);
}

.catalog-card-action--primary {
  background: #c90018;
  color: #fff;
}

.catalog-card-action--primary:hover {
  background: #ad0015;
}

.catalog-card-action--secondary {
  background: #c90018 !important;
  color: #fff !important;
}

.catalog-card-action--secondary:hover {
  background: #ad0015 !important;
  color: #fff !important;
}

@media (max-width: 1180px) {
  .catalog-product-card__content {
    grid-template-columns: 190px minmax(0, 1fr) 170px;
    gap: 16px;
  }
}

@media (min-width: 1051px) {
  body:not(.product-detail-page) .main .wrap {
    overflow: visible;
  }

  body:not(.product-detail-page) .include-box > .aside {
    align-self: stretch;
    margin-top: -100px;
  }

  body:not(.product-detail-page) .include-box > .aside .filterForm {
    position: sticky;
    top: calc(var(--site-top-height, 121px) + 12px);
    max-height: calc(100vh - var(--site-top-height, 121px) - 28px);
    z-index: 20;
    overflow-y: auto;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: #c9cdd3 transparent;
  }

  body:not(.product-detail-page) .include-box > .aside .filterForm #filter {
    position: static;
    top: auto;
    max-height: none;
    overflow: visible;
  }
}

@media (max-width: 780px) {
  .catalog-product-card__content {
    display: grid;
    grid-template-columns: 1fr;
  }

  .short-info .catalog-product-card__image {
    height: 260px;
  }

  .price.catalog-product-card__price {
    width: 100%;
  }

  .catalog-product-card__actions {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 54px;
  }
}

@media (max-width: 520px) {
  .list-item.catalog-product-card {
    margin-right: 4px;
    margin-left: 4px;
    padding: 16px;
  }

  .info.catalog-product-card__specs {
    grid-template-columns: 1fr;
  }

  .info.catalog-product-card__specs .catalog-product-card__delivery {
    grid-column: auto;
  }

  .catalog-product-card__actions {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 54px);
  }
}

.free-delivery {
  color: green;
  display: flex;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .header .logo {
    max-width: 80px;
  }
  nav {
    font-size: 14px;
  }
  .header__contacts ul li a {
    font-size: 15px;
  }
  .main .article .caption h1 {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .cart {
    background: #fff;
    color: #ff0000;
  }
  .header__contacts ul li {
    margin-bottom: 5px;
  }
  .heder__nav-container-right {
    flex-direction: column;
    margin: auto;
  }
  .social-header {
    display: none !important;
  }
  .image-box {
    flex-direction: column;
  }
  ul.plates {
    flex-direction: column;
  }

  .main .article {
    width: 100%;
  }
  ul.plates li {
    width: 100%;
  }
  .header__contacts-telephone {
    flex-direction: column;
  }
  .filterHome {
    height: 100%;
  }
  .filterHome form .row {
    flex-direction: column;
  }
  .showFilterBtn {
    position: fixed;
    display: block;
    z-index: 1000;
    left: 0;
    bottom: 0;
    border: none;
    height: 36px;
    font-size: 16px;
    outline: none;
    padding: 7px;
    background: #c00614;
    color: #fff;
  }
  .showFilterBtn .fa-times {
    display: none;
  }
  .showFilter .showFilterBtn .fa-times {
    display: inline-block;
  }
  .showFilter .showFilterBtn .fa-search {
    display: none;
  }
  .header__show-telephone {
    position: absolute;
    right: 80px;
    left: auto;
    top: 19px;
    display: block;
    font-size: 14px;
    outline: none;
    padding: 0;
    color: #000;
    background: #fff;
    border: none;
    border-radius: 3px;
    width: 26px;
    height: 26px;
  }

  .full_product {
    flex-direction: column;
  }
  .full_product .l,
  .full_product .r {
    width: 100%;
  }
  .header .logo {
    flex: 1;
    margin: 2px 0 0 20px;
  }
  .logo a img {
    width: 50px;
  }
  .ban span {
    font-size: 13px;
  }
  .slogan {
    display: none;
  }
  .main .article .caption {
    border-radius: 0;
  }
  .header-title {
    display: none;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    min-height: 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    background: #fff;
  }
  .hamburger-menu {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
  }
  nav {
    display: none;
  }
  .main .wrap {
    flex-direction: column;
    padding-top: 70px;
  }

  .main .aside {
    width: 100%;
    height: 100%;
    transition: 0.5s;
    padding: 100px 15% 10px 15%;
    margin: auto;
    background: rgba(255, 255, 255, 0.9);
    min-height: 100%;
    overflow-y: auto;
    position: fixed;
    left: -100%;
    top: 0;
    max-width: 100%;
  }
  .main .article {
    border-top: 1px solid rgb(154 154 154);
  }

  .filterForm {
    position: relative;
    top: 0;
  }

  .header .wrap {
    display: flex;
    flex-direction: column;
    position: relative;
    background: #ffffff;
  }
  .header__contacts {
    max-height: 0;
    transition: 0.3s;
    overflow: hidden;
    flex-direction: column;
  }
  .autos__link {
    text-align: center;
  }
  .showPhone .header__contacts {
    max-height: 250px;
    transition: 0.3s;
    justify-content: center;
    width: 100%;
  }
  .header__contacts ul li a {
    padding: 0;
    color: #000;
  }
  .ban {
    min-height: 400px;
    height: 680px;
  }
  .minBan {
    display: none;
  }
  .short-info {
    flex-direction: column;
    align-items: center;
  }
  .price {
    padding: 10px;
  }
  .full-product {
    flex-direction: column;
    align-items: center;
  }
  .main .article .caption h1 {
    font-size: 18px;
    padding: 0;
    font-weight: 500;
  }
  .full-product .gallery {
    max-width: 100%;
  }
  .full-product .info {
    margin: 0;
    padding: 20px;
  }
  .main .article .caption h1 {
    line-height: 20px;
  }
  .footer__top-box {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .footer__menu-item {
    font-size: 15px;
    padding-bottom: 8px;
  }
  .footer__info {
    border: none;
  }
  .footer__info_right {
    padding-right: 0px;
  }
  .footer__email {
    display: flex;
  }
  .footer__nav {
    padding-bottom: 10px;
  }
  .footer .wrap {
    padding: 20px 20px 30px;
  }
  .prod-list li h3 {
    font-size: 14px;
  }
  .ban img {
    height: 400px;
    object-fit: cover;
  }
  .footer__menu {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #alertChat {
    margin-bottom: 35px;
  }
  .social-header a i {
    color: #000 !important;
    font-size: 20px;
    margin: 5px;
  }
}

a.phone {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-size: contain;
  border: none;
  position: fixed;
  right: 3%;
  bottom: 9%;
  cursor: pointer;
  padding: 0;
  background: #8e0a09;
  border-radius: 50%;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
}
.phone__puls {
  animation-name: phone;
  opacity: 1;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-delay: 1s;
  animation-direction: reverse;
  animation-play-state: running;
  animation-iteration-count: infinite;
  position: absolute;
  top: 0;
  left: 0;
}

#blacker {
  position: fixed;
  transition: opacity 0.3s;
  width: 0;
  height: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  left: 0;
  top: 0;
}
#blacker.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.order {
  float: left;
  width: 100%;
  text-align: center;
}
.order h3 {
  font-weight: normal;
  font-size: 28px;
}
.order a {
  color: #fff;
  font-size: 24px;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px #fff dotted;
}
.order ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.order ul li {
  padding: 5px 0;
}

form.recall,
form.recall * {
  box-sizing: border-box;
}
form.recall.open {
  top: 50%;
  opacity: 1;
  z-index: 999;
}
form.recall {
  width: 370px;
  transition: 0.5s;
  z-index: 0;
  opacity: 0;
  z-index: 20;
  background: #fff;
  position: fixed;
  padding: 25px;
  left: 50%;
  top: -1999px;
  margin-left: -185px;
  margin-top: -270px;
}
form.recall label {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #181818;
  font-family: "Roboto", sans-serif;
  margin: 24px 0;
  text-align: left;
}
form.recall label:first-child {
  margin-top: 0;
}
form.recall label b {
  font-weight: 500;
}
form.recall label input,
form.recall label textarea {
  width: 100%;
  margin-top: 8px;
  height: 42px;
  border: 2px #d69570 solid;
  padding: 10px;
}
form.recall label textarea {
  height: 90px;
  max-height: 90px;
}
form.recall span.close {
  display: block;
  opacity: 0.8;
  width: 25px;
  height: 25px;
  background: url(images/fancy_close.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
}
form.recall h3 {
  font-size: 18px;
  color: #000;
}
form.recall button {
  background: #0a4275;
  border: none;
  color: #fff;
  width: 100%;
  border-radius: 5px;
  height: 35px;
}

@media screen and (max-width: 500px) {
  form.recall {
    width: 300px;
    margin-left: -150px;
  }
}

.flex-line {
  display: flex;
  width: 100%;
}
.flex-rows {
  display: flex;
  flex-wrap: wrap;
}
.flex-cols {
  display: flex;
  flex-direction: column;
}

.flex-line.flex-border {
  padding: 5px 0;
  border-bottom: 1px #bbb solid;
}
.flex-line.flex-border:last-child {
  border: none;
}
.flex-center {
  align-items: center;
  justify-content: center;
}
.flex-between {
  justify-content: space-between;
}

.full_product {
  display: flex;
  justify-content: space-around;
}

.stickers {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

.stickers a {
  display: block;
  padding: 3px;
  background: #b1b1b142;
  margin: 3px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 13px;
  cursor: pointer;
}

.gallery {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery li img {
  max-height: 600px;
  width: 100%;
  margin: auto;
  object-fit: cover;
  object-position: center;
}

.gallery li {
  padding: 5px;
  width: 15%;
  list-style: none;
}

.gallery li:first-child {
  width: 100%;
}

.gallery-big {
  list-style: none;
  padding: 10px;
}

.gallery-big li {
  padding: 10px;
}

.gallery-big li img {
  width: 100%;
  height: auto;
}

.gallery-big li a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #457eff;
}

.l {
  flex: 0 1 55%;
}

.r {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 0 0 20px;
}

#contactBox {
  display: flex;
  overflow: hidden;
  cursor: pointer;
  border: 3px #fbac00 solid;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  color: #000;
  font-size: 22px;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.start {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.phoneList {
  list-style: none;
  padding: 0;
  margin: 0;
}

#contactBox ul.phoneList {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

#contactBox .finish {
  display: none;
  flex-direction: column;
  align-items: center;
}

.finish__phone {
  list-style: none;
  padding: 0;
  margin: 0;
}

.finish__phone li {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.finish__phone li span {
  font-size: 13px;
}

.finish__phone li a {
  text-decoration: none;
}

#contactBox.open .start {
  display: none;
}

#contactBox.open .finish {
  display: flex;
}

.property {
  padding: 0px 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

.property li p {
  margin: 0;
}

.property li {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px #d7d7d7 solid;
}

.property li:first-child {
  border: none;
}

.property li:first-child {
  border-top: none;
}

.property h1 {
  margin-top: 0;
}

.full_product-price {
  font-size: 20px;
  font-weight: 600;
  color: #c00614;
}

.property .price b {
  color: #c00614;
}

.property .rows {
  padding: 10px;
  font-size: 12px;
}

.pagination {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 15px 0;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.pagination li {
  background: #dfdfdf69;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}

.pagination li a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  border-radius: 5px;
  color: #333;
}

.pagination li span {
  padding: 5px 10px;
}

.pagination.small .btn.active {
  color: #fff;
  background: #c00614;
}

/* Compact site header and navigation */
@media screen and (min-width: 769px) {
  .header .wrap {
    padding: 0 24px;
  }

  .heder__nav-container {
    min-height: 104px;
    margin: 0;
    gap: 28px;
  }

  .header .logo {
    flex: 0 0 82px;
    max-width: 82px;
  }

  .header .logo img {
    display: block;
    width: 82px;
    height: 82px;
    object-fit: contain;
  }

  .header-title {
    max-width: none;
    margin: 0 auto 0 0;
    color: #555b62;
    font-size: 15px;
    line-height: 1.4;
    white-space: nowrap;
  }

  .heder__nav-container-right {
    gap: 18px;
  }

  .header__contacts {
    order: 1;
  }

  .header__contacts-telephone {
    display: grid !important;
    grid-template-columns: repeat(2, max-content);
    column-gap: 20px;
    row-gap: 4px;
    padding: 0 !important;
    align-items: center;
  }

  .header__contacts-telephone > li {
    margin: 0 !important;
  }

  .header__contacts-telephone > li:first-child {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .header__contacts ul li h3 {
    color: #787d83;
    font-size: 13px;
    letter-spacing: .08em;
  }

  .header__contacts ul li a {
    margin: 0 0 0 7px;
    padding: 2px 0;
    font-size: 15px;
    white-space: nowrap;
  }

  .header__contacts-telephone > li > i {
    width: 16px;
    color: #c00614 !important;
    text-align: center;
  }

  .social-header {
    grid-column: 1;
    gap: 10px;
  }

  .header__contacts .social-header a {
    margin: 0;
    padding: 0;
    font-size: 23px !important;
  }

  .header__contacts .social-header a i {
    width: auto;
    height: auto;
    padding: 0;
    font-size: inherit;
  }

  .header__contacts-telephone > .callback-button {
    grid-column: 2;
    min-width: 160px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
  }

  .cart {
    margin: 0;
    padding: 8px 4px;
    color: #c00614;
    background: transparent;
    font-size: 30px;
    box-shadow: none;
  }

  .heder__nav-container-right > .callback-button {
    min-width: 220px;
    padding: 14px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
  }
}

.cart .short_cart {
  width: 22px;
  height: 22px;
  margin: 0 0 0 4px;
  padding: 0;
  border: 1px solid #e3e3e3;
  background: #fff;
  color: #c00614;
  font-size: 12px;
  font-weight: 700;
}

.account-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #343a40;
  font-size: 30px;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.header-search {
  display: flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e1e4e8;
  border-radius: 50%;
  color: #343a40;
  background: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: color .2s ease, border-color .2s ease, transform .2s ease;
}

.header-search:hover {
  border-color: #c00614;
  color: #c00614;
  transform: translateY(-1px);
}

.account-link:hover {
  color: #c00614;
  transform: translateY(-1px);
}

.site-nav {
  position: static;
  width: 100%;
  background: #c00614;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .12);
}

.site-nav .wrap {
  max-width: 1580px;
}

.site-nav ul {
  width: 100%;
}

.site-nav ul li {
  flex: 1 1 auto;
  width: auto;
}

.site-nav ul li a {
  min-height: 48px;
  padding: 10px 14px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

.site-nav ul li a:hover {
  background: #970c0c;
}

.ban.minBan {
  display: none;
}

@media screen and (max-width: 1100px) and (min-width: 769px) {
  .heder__nav-container {
    gap: 16px;
  }

  .header-title {
    display: none;
  }

  .header__contacts-telephone {
    column-gap: 12px;
  }

  .site-nav ul li a {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .site-nav {
    display: none;
  }

  .heder__nav-container {
    min-height: 50px;
    margin: 0;
  }

  .heder__nav-container-right {
    flex-direction: row;
    gap: 6px;
    margin: 0 15px 0 auto;
  }

  .heder__nav-container-right > .callback-button {
    padding: 9px 8px;
    font-size: 11px;
    font-weight: 700;
  }

  .heder__nav-container-right > .callback-button i {
    display: none;
  }

  .header-search {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    font-size: 16px;
  }

  .heder__nav-container-right > .cart {
    margin: 0;
    padding: 4px;
    color: #c00614;
    background: transparent;
    font-size: 23px;
  }

  .account-link {
    font-size: 25px;
  }

  .cart .short_cart {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }

  .header .logo img {
    display: block;
  }
}

/* Structured footer */
.footer {
  background: #171a1f;
  color: #fff;
}

.footer .wrap {
  max-width: 1580px;
  padding: 44px 24px 10px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.45fr .65fr 1.1fr .7fr;
  gap: 50px;
  align-items: start;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.footer-column h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-column > a {
  margin: 0 0 10px;
  color: #c7cbd1;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
}

.footer-column > a:hover {
  color: #fff;
  opacity: 1;
}

.footer-brand__name {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
}

.footer-brand__name img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  border-radius: 18px;
}

.footer-brand p {
  max-width: 440px;
  margin: 0 0 14px;
  color: #aeb3bb;
  font-size: 14px;
  line-height: 1.55;
}

.footer-brand__details .footer-contact-line {
  max-width: 440px;
  margin-bottom: 8px;
}

.footer-brand__details .footer-contact-line:first-child span {
  white-space: nowrap;
}

.footer-contact-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 11px;
  color: #c7cbd1;
  font-size: 14px;
  line-height: 1.4;
}

.footer-contact-line > i {
  flex: 0 0 16px;
  margin-top: 3px;
  color: #d52a37;
  text-align: center;
}

.footer-contact-line a {
  margin: 0;
  color: #c7cbd1;
  font-size: 14px;
  text-decoration: none;
}

.footer-contact-line .footer__phone-item {
  white-space: nowrap;
}

.footer-messengers > a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-messengers > a i {
  width: 20px;
  color: #d52a37;
  font-size: 18px;
  text-align: center;
}

.footer-bottom {
  display: grid;
  align-items: center;
  grid-template-columns: auto minmax(280px, 1fr) auto;
  gap: 24px;
  margin-top: 24px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #747b85;
  font-size: 12px;
}

.footer-bottom__company {
  text-align: center;
}

.footer-bottom__links {
  display: flex;
  gap: 24px;
}

.footer-bottom a {
  color: #8d939c;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #fff;
}

@media screen and (max-width: 980px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 48px;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer-bottom__company {
    text-align: left;
  }

  .footer-bottom__links {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 600px) {
  .footer .wrap {
    padding: 32px 24px 14px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-column h3 {
    margin-bottom: 13px;
  }

  .footer-brand__details .footer-contact-line:first-child span {
    white-space: normal;
  }

  .footer-bottom,
  .footer-bottom__links {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .footer-bottom {
    display: flex;
  }

  .footer-bottom__company {
    text-align: left;
  }
}

/* Subtle card hover and scroll reveal for informational pages */
.scroll-reveal-item {
  opacity: 0;
  filter: blur(2px);
  transform: translateY(24px);
  transition:
    opacity .62s ease var(--reveal-delay, 0ms),
    filter .62s ease var(--reveal-delay, 0ms),
    transform .68s cubic-bezier(.2, .78, .2, 1) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.scroll-reveal-item.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.brand-reveal-item {
  transform: translateY(22px) scale(.94);
}

.brand-reveal-item.is-visible {
  transform: translateY(0) scale(1);
}

@media (hover: hover) and (pointer: fine) {
  .company-fact,
  .catalog-overview__grid article,
  .advantage-card,
  .work-process .process-grid article,
  .info-card,
  .warranty-term {
    transition:
      opacity .62s ease var(--reveal-delay, 0ms),
      filter .62s ease var(--reveal-delay, 0ms),
      transform .32s cubic-bezier(.2, .78, .2, 1) var(--reveal-delay, 0ms),
      border-color .3s ease,
      box-shadow .32s ease;
  }

  .company-fact:hover,
  .catalog-overview__grid article:hover,
  .advantage-card:hover,
  .work-process .process-grid article:hover,
  .info-card:hover,
  .warranty-term:hover {
    border-color: rgba(192, 6, 20, .24);
    box-shadow: 0 18px 38px rgba(25, 31, 40, .11);
    transform: translateY(-6px);
  }

  .catalog-overview__grid article > strong,
  .advantage-card > i,
  .info-card__icon,
  .warranty-term__icon {
    transition: transform .32s cubic-bezier(.2, .78, .2, 1), box-shadow .32s ease;
  }

  .catalog-overview__grid article:hover > strong,
  .advantage-card:hover > i,
  .info-card:hover .info-card__icon,
  .warranty-term:hover .warranty-term__icon {
    box-shadow: 0 9px 20px rgba(192, 6, 20, .2);
    transform: translateY(-2px) scale(1.06);
  }

  .info-feature,
  .warranty-sto,
  .sto-promo {
    transition:
      opacity .62s ease var(--reveal-delay, 0ms),
      filter .62s ease var(--reveal-delay, 0ms),
      transform .35s cubic-bezier(.2, .78, .2, 1) var(--reveal-delay, 0ms),
      box-shadow .35s ease;
  }

  .info-feature:hover,
  .warranty-sto:hover,
  .sto-promo:hover {
    box-shadow: 0 22px 48px rgba(25, 31, 40, .15);
    transform: translateY(-4px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-reveal-item,
  .scroll-reveal-item.is-visible {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
}

.legal-page {
  max-width: 900px;
  margin: 0 auto;
  color: #343a40;
}

.legal-page h2 {
  margin: 28px 0 10px;
  font-size: 20px;
  text-align: left;
}

.legal-page p {
  margin: 0 0 14px;
}

/* Home brand catalog */
.brands-section {
  padding: 14px 24px 64px;
  background: #f6f7f9;
}

.brands-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.brands-heading .brands-count {
  margin: 0 0 8px;
  color: #5f6670;
  font-size: 15px;
}

.brands-heading .brands-count strong {
  color: #20242a;
  font-size: 18px;
  font-weight: 800;
}

.brands-heading > span {
  display: block;
  margin-bottom: 8px;
  color: #c00614;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.brands-heading h1 {
  margin: 0 0 10px;
  color: #20242a;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
}

.brands-heading p {
  margin: 0;
  color: #747b85;
  font-size: 15px;
}

.brands-section .autos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(126px, 1fr));
  gap: 14px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.brands-section .autos__brand {
  min-width: 0;
  height: 124px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e2e5e9;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(25, 31, 40, .04);
  transition:
    opacity .54s ease var(--reveal-delay, 0ms),
    filter .54s ease var(--reveal-delay, 0ms),
    transform .58s cubic-bezier(.2, .78, .2, 1) var(--reveal-delay, 0ms),
    border-color .2s ease,
    box-shadow .2s ease;
}

.brands-section .autos__brand:hover {
  border-color: rgba(192, 6, 20, .38);
  box-shadow: 0 10px 24px rgba(25, 31, 40, .1);
  transform: translateY(-3px);
}

.brands-section .autos__link {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 15px 10px 12px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  color: #343a40;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

.brands-section .autos__link img {
  width: 72px;
  height: 66px;
  object-fit: contain;
  object-position: center;
  transition: transform .2s ease;
}

.brands-section .autos__brand:hover img {
  transform: scale(1.06);
}

.brands-section .autos__link span {
  display: flex;
  min-height: 18px;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .brands-section {
    padding: 8px 14px 48px;
  }

  .brands-heading {
    margin-bottom: 26px;
  }

  .brands-heading p {
    font-size: 14px;
  }

  .brands-section .autos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
  }

  .brands-section .autos__brand {
    height: 108px;
  }

  .brands-section .autos__link {
    padding: 11px 5px 9px;
    font-size: 12px;
  }

  .brands-section .autos__link img {
    width: 58px;
    height: 56px;
  }
}

@media screen and (max-width: 360px) {
  .brands-section .autos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Sticky desktop header */
@media screen and (min-width: 769px) {
  body {
    padding-top: 121px;
  }

  .site-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 18px rgba(22, 27, 34, .12);
  }

  .site-top .header {
    background: #fff;
  }

  .site-top .heder__nav-container {
    min-height: 78px;
  }

  .site-top .header .logo,
  .site-top .header .logo img {
    width: 62px;
    height: 62px;
  }

  .site-top .header .logo {
    flex-basis: 62px;
  }

  .site-top .site-nav ul li a {
    min-height: 42px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

/* Home company content */
.section-kicker {
  display: block;
  margin-bottom: 10px;
  color: #c00614;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.company-story,
.advantages-section,
.work-process,
.company-gallery,
.sto-promo {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.company-story {
  padding: 76px 32px 44px;
}

.company-story__intro {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 42px;
}

.company-story__intro h2,
.section-heading h2,
.sto-promo h2 {
  margin: 0;
  color: #20242a;
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.company-story__intro p {
  margin: 0;
  color: #626a74;
  font-size: 17px;
  line-height: 1.7;
}

.company-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #e4e7eb;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(25, 31, 40, .07);
  overflow: hidden;
}

.company-fact {
  min-height: 142px;
  padding: 28px;
  border-right: 1px solid #e4e7eb;
}

.company-fact:last-child {
  border-right: 0;
}

.company-fact strong,
.company-fact span {
  display: block;
}

.company-fact strong {
  margin-bottom: 10px;
  color: #c00614;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.05;
}

.company-fact span {
  color: #656d77;
  font-size: 14px;
  line-height: 1.45;
}

.advantages-section,
.work-process {
  padding: 58px 32px 72px;
}

.advantages-section .section-heading,
.work-process .section-heading {
  max-width: 780px;
  margin: 0 auto 38px;
  text-align: center;
}

.advantages-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.advantage-card {
  min-height: 250px;
  padding: 30px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #f7f8fa;
}

.advantage-card > i {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 12px;
  color: #fff;
  background: #c00614;
  font-size: 20px;
}

.advantage-card h3,
.process-grid h3 {
  margin: 0 0 10px;
  color: #24282e;
  font-size: 20px;
  text-align: left;
}

.advantage-card p,
.process-grid p {
  margin: 0;
  color: #69717b;
  font-size: 14px;
  line-height: 1.6;
}

.sto-promo {
  position: relative;
  display: grid;
  min-height: 480px;
  margin-top: 24px;
  margin-bottom: 34px;
  padding: 70px;
  border-radius: 24px;
  background: radial-gradient(circle at 88% 45%, rgba(192, 6, 20, .32), transparent 38%), #171a1f;
  overflow: hidden;
}

.sto-promo__content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.sto-promo h2 {
  max-width: 720px;
  color: #fff;
}

.sto-promo p {
  max-width: 700px;
  margin: 24px 0;
  color: #b7bdc6;
  font-size: 16px;
  line-height: 1.65;
}

.sto-promo ul {
  display: flex;
  margin: 0 0 32px;
  padding: 0;
  gap: 24px;
  flex-wrap: wrap;
  list-style: none;
}

.sto-promo li {
  color: #e0e3e7;
  font-size: 14px;
}

.sto-promo li i {
  margin-right: 7px;
  color: #ef3b49;
}

.sto-promo__button {
  display: inline-flex;
  min-height: 50px;
  padding: 12px 20px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 9px;
  color: #fff;
  background: #c00614;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.sto-promo__button:hover {
  color: #fff;
  background: #e0202f;
  transform: translateY(-2px);
}

.sto-promo__mark {
  position: absolute;
  right: -25px;
  bottom: -55px;
  color: transparent;
  font-size: clamp(190px, 25vw, 380px);
  font-weight: 900;
  line-height: .8;
  -webkit-text-stroke: 2px rgba(255, 255, 255, .08);
  pointer-events: none;
}

.work-process {
  padding-top: 72px;
}

.process-grid article {
  position: relative;
  min-height: 210px;
  padding: 28px;
  border-top: 3px solid #c00614;
  background: #fff;
  box-shadow: 0 12px 32px rgba(25, 31, 40, .07);
}

.process-grid article > span {
  display: block;
  margin-bottom: 40px;
  color: #c00614;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
}

.company-gallery {
  display: grid;
  height: 520px;
  margin-bottom: 32px;
  padding: 0 32px;
  grid-template-columns: 1.55fr 1fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.company-gallery > div {
  border-radius: 16px;
  overflow: hidden;
}

.company-gallery__large {
  grid-row: 1 / 3;
}

.company-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.company-gallery > div:hover img {
  transform: scale(1.025);
}

@media screen and (max-width: 980px) {
  .company-story__intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .company-facts,
  .advantages-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-fact:nth-child(2) {
    border-right: 0;
  }

  .company-fact:nth-child(-n+2) {
    border-bottom: 1px solid #e4e7eb;
  }

  .sto-promo {
    margin-right: 24px;
    margin-left: 24px;
    padding: 56px 44px;
  }
}

@media screen and (max-width: 768px) {
  .site-top {
    position: static;
  }

  .company-story,
  .advantages-section,
  .work-process {
    padding: 50px 16px;
  }

  .company-story__intro {
    margin-bottom: 28px;
  }

  .company-story__intro p {
    font-size: 15px;
  }

  .company-fact {
    min-height: 128px;
    padding: 20px;
  }

  .advantage-card {
    min-height: 220px;
    padding: 22px;
  }

  .sto-promo {
    min-height: 0;
    margin: 8px 14px 26px;
    padding: 42px 24px;
    border-radius: 18px;
  }

  .sto-promo ul {
    display: grid;
    gap: 11px;
  }

  .sto-promo__mark {
    opacity: .55;
  }

  .company-gallery {
    height: auto;
    margin-bottom: 28px;
    padding: 0 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 260px 160px;
    gap: 9px;
  }

  .company-gallery__large {
    grid-column: 1 / 3;
    grid-row: auto;
  }
}

@media screen and (max-width: 520px) {
  .company-facts,
  .advantages-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .company-fact,
  .company-fact:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #e4e7eb;
  }

  .company-fact:last-child {
    border-bottom: 0;
  }

  .advantage-card,
  .process-grid article {
    min-height: 0;
  }

  .process-grid article > span {
    margin-bottom: 24px;
  }
}

/* Единый крупный заголовок внутренних страниц каталога */
.page-parts .main .article .caption {
  gap: 14px;
  padding: 18px 20px 26px;
}

.page-parts .main .article .caption h1 {
  margin: 0;
  color: #20242a;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.025em;
}

.page-parts .main .article .caption ul#breadCrumbs {
  padding: 0;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .page-parts .main .article .caption {
    gap: 10px;
    padding: 14px 10px 20px;
  }

  .page-parts .main .article .caption h1 {
    font-size: clamp(30px, 9vw, 42px);
    font-weight: 600;
    line-height: 1.1;
  }
}

/* Payment and warranty information pages */
.info-page {
  width: 100%;
  padding: 14px 0 30px;
}

.info-page__intro {
  max-width: 920px;
  margin-bottom: 34px;
}

.info-page__intro h2,
.info-feature h2,
.warranty-sto h2 {
  margin: 0;
  color: #20242a;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.08;
  letter-spacing: -.025em;
  text-align: left;
}

.info-page__intro .section-kicker,
.info-feature .section-kicker,
.warranty-sto .section-kicker {
  margin-bottom: 12px;
}

.info-page__intro p {
  margin: 16px 0 0;
  color: #68707a;
  font-size: 17px;
  line-height: 1.65;
}

.info-page__cards {
  display: grid;
  margin-bottom: 28px;
  gap: 14px;
}

.info-page__cards--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.info-card {
  min-height: 220px;
  padding: 26px;
  border: 1px solid #e1e5ea;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(25, 31, 40, .055);
}

.info-card__icon,
.warranty-term__icon,
.info-feature__icon {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  color: #fff;
  background: #c00614;
  font-size: 19px;
}

.info-card h3 {
  margin: 24px 0 10px;
  color: #252a30;
  font-size: 20px;
  text-align: left;
}

.info-card p,
.info-feature p,
.warranty-sto p {
  margin: 0;
  color: #68707a;
  font-size: 15px;
  line-height: 1.65;
}

.warranty-sto__button {
  display: inline-flex;
  min-height: 48px;
  margin-top: 20px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 11px;
  border: 0;
  color: #fff;
  background: #c00614;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: 800;
  text-decoration: none;
}

.warranty-sto__actions {
  display: flex;
  margin-top: 20px;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.warranty-sto__actions .warranty-sto__button {
  margin-top: 0;
}

.warranty-sto__button--service {
  color: #c00614;
  border: 1px solid rgba(192, 6, 20, .28);
  background: #fff;
}

.warranty-sto__button--service:hover {
  color: #fff;
  border-color: #a90511;
  background: #a90511;
}

.warranty-sto__button:hover {
  color: #fff;
  background: #a90511;
}

.info-feature {
  display: grid;
  padding: 34px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  border-radius: 20px;
  color: #fff;
  background: #171b21;
}

.info-feature__icon {
  width: 62px;
  height: 62px;
  border-radius: 17px;
  font-size: 24px;
}

.info-feature__logo {
  width: 72px;
  height: 72px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}

.info-feature__logo img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0;
  object-fit: contain;
}

.info-feature h2,
.info-feature p {
  color: #fff;
}

.info-feature h2 {
  margin-bottom: 10px;
  font-size: clamp(25px, 2.4vw, 36px);
}

.info-feature p {
  color: #bdc3cc;
}

.info-feature__button {
  display: inline-flex;
  min-width: 270px;
  min-height: 52px;
  margin-right: 0;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 12px;
  border: 0;
  color: #fff;
  background: #c00614;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.info-feature__actions {
  display: grid;
  min-width: 270px;
  margin-right: 110px;
  gap: 10px;
}

.info-feature__actions .info-feature__button {
  width: 100%;
}

.info-feature__button--order {
  color: #c00614;
  border: 1px solid rgba(255, 255, 255, .8);
  background: #fff;
}

.info-feature__button:hover {
  color: #fff;
  background: #a90511;
}

.info-feature__button--order:hover {
  color: #a90511;
  border-color: #fff;
  background: #f3f4f6;
}

.warranty-terms {
  display: grid;
  margin-bottom: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.warranty-term {
  display: grid;
  min-height: 116px;
  padding: 22px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  border: 1px solid #e1e5ea;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(25, 31, 40, .05);
}

.warranty-term h3 {
  margin: 0 0 5px;
  color: #252a30;
  font-size: 18px;
  text-align: left;
}

.warranty-term p {
  margin: 0;
  color: #7a818b;
  font-size: 13px;
  line-height: 1.45;
}

.warranty-term strong {
  color: #c00614;
  font-size: 19px;
  white-space: nowrap;
}

.warranty-term--muted .warranty-term__icon {
  background: #59616c;
}

.warranty-term--muted strong {
  color: #59616c;
}

.warranty-sto {
  display: grid;
  margin-bottom: 16px;
  padding: 34px;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 48px;
  align-items: center;
  border-radius: 20px;
  background: #f2f4f6;
}

.warranty-sto h2 {
  margin-bottom: 12px;
  font-size: clamp(26px, 2.5vw, 36px);
}

.warranty-sto ul {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 16px;
  list-style: none;
}

.warranty-sto li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  color: #4f5660;
  font-size: 14px;
  line-height: 1.55;
}

.warranty-sto li i {
  color: #c00614;
  font-size: 18px;
  text-align: center;
}

.info-page__notice {
  display: flex;
  min-height: 68px;
  padding: 16px 20px;
  align-items: center;
  gap: 14px;
  border: 1px solid #ead8da;
  border-radius: 14px;
  background: #fff8f8;
}

.info-page__notice > i {
  color: #c00614;
  font-size: 20px;
}

.info-page__notice p {
  margin: 0;
  flex: 1;
  color: #555d67;
  font-size: 14px;
}

.info-page__notice a {
  color: #c00614;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

@media screen and (max-width: 1100px) {
  .info-page__cards--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .info-feature {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .info-feature__actions {
    grid-column: 2;
    margin-right: 0;
    justify-self: start;
  }
}

@media screen and (max-width: 768px) {
  .info-page {
    padding: 8px 0 26px;
  }

  .info-page__intro {
    margin-bottom: 26px;
  }

  .info-page__cards--four,
  .warranty-terms,
  .warranty-sto {
    grid-template-columns: 1fr;
  }

  .info-card {
    min-height: 0;
  }

  .info-feature {
    padding: 26px 20px;
    grid-template-columns: 1fr;
  }

  .info-feature__actions {
    grid-column: auto;
    width: 100%;
    min-width: 0;
    justify-self: stretch;
  }

  .warranty-sto__actions {
    display: grid;
  }

  .warranty-sto__button {
    width: 100%;
  }

  .warranty-term {
    padding: 18px;
    grid-template-columns: auto minmax(0, 1fr);
  }

  .warranty-term strong {
    grid-column: 2;
  }

  .warranty-sto {
    padding: 26px 20px;
    gap: 28px;
  }

  .info-page__notice {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

/* Contacts page */
.contacts-page {
  width: 100%;
  padding: 12px 0 30px;
}

.contacts-page__intro {
  max-width: none;
  margin-bottom: 24px;
}

.contacts-page__intro h2,
.contacts-socials h2,
.contacts-map h2 {
  margin: 0;
  color: #20242a;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.08;
  letter-spacing: -.025em;
  text-align: left;
}

.contacts-page__intro p,
.contacts-socials > div > p {
  margin: 12px 0 0;
  color: #68707a;
  font-size: 16px;
  line-height: 1.65;
}

.contacts-page__grid {
  display: grid;
  margin-bottom: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-card {
  display: flex;
  min-height: 0;
  padding: 20px;
  align-items: flex-start;
  gap: 18px;
  border: 1px solid #e2e6eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(25, 31, 40, .055);
}

.contact-card--phones {
  grid-row: span 2;
  min-height: 0;
}

.contact-card__icon {
  display: flex;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #fff;
  background: #c00614;
  font-size: 19px;
}

.contact-card__label {
  display: block;
  margin-bottom: 10px;
  color: #7a818b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.contact-card strong,
.contact-card > div > a {
  color: #252a30;
  font-size: 18px;
  line-height: 1.45;
  text-decoration: none;
}

.contact-card__phones {
  display: grid;
  gap: 11px;
}

.contact-card__phone {
  display: block;
  color: #252a30;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.contact-card__phone:hover,
.contact-card > div > a:hover {
  color: #c00614;
}

.contacts-socials {
  display: grid;
  margin-bottom: 64px;
  padding: 30px;
  grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
  gap: 44px;
  align-items: center;
  border-radius: 20px;
  background: #f3f5f7;
}

.contacts-socials__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.contacts-social {
  display: flex;
  min-height: 96px;
  padding: 20px;
  align-items: center;
  gap: 14px;
  border: 1px solid #e0e4e9;
  border-radius: 14px;
  color: #252a30;
  background: #fff;
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.contacts-social:hover {
  color: #252a30;
  border-color: rgba(192, 6, 20, .28);
  box-shadow: 0 10px 26px rgba(25, 31, 40, .09);
  transform: translateY(-2px);
}

.contacts-social > i {
  font-size: 32px;
}

.contacts-social--telegram > i { color: #229ed9; }
.contacts-social--whatsapp > i { color: #25d366; }
.contacts-social--vk > i { color: #0077ff; }

@media screen and (min-width: 1051px) {
  .contacts-page__intro p {
    white-space: nowrap;
  }
}

.contacts-social span,
.contacts-social strong,
.contacts-social small {
  display: block;
}

.contacts-social strong {
  margin-bottom: 4px;
  font-size: 15px;
}

.contacts-social small {
  color: #7a818b;
  font-size: 11px;
  line-height: 1.35;
}

.contacts-map {
  padding: 34px;
  border-radius: 20px;
  background: #171a1f;
}

.contacts-map__heading {
  display: flex;
  margin-bottom: 26px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.contacts-map h2 {
  color: #fff;
}

.contacts-map__heading p {
  margin: 0 0 4px;
  color: #b9bfc7;
  font-size: 15px;
}

.contacts-map__frame {
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
}

.contacts-map iframe {
  display: block;
  width: 100%;
  border: 0;
}

@media screen and (max-width: 1050px) {
  .contacts-socials {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .contacts-page {
    padding: 8px 0 26px;
  }

  .contacts-page__grid {
    grid-template-columns: 1fr;
    margin-bottom: 48px;
  }

  .contact-card--phones {
    grid-row: auto;
    min-height: 0;
  }

  .contacts-socials {
    margin-bottom: 48px;
    padding: 30px 20px;
    gap: 28px;
  }

  .contacts-socials__links {
    grid-template-columns: 1fr;
  }

  .contacts-social {
    min-height: 88px;
  }

  .contacts-map {
    padding: 22px 14px 14px;
    border-radius: 16px;
  }

  .contacts-map__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .contacts-map iframe {
    height: 380px;
  }
}

/* Catalog information page */
.catalog-info {
  width: 100%;
  padding: 18px 0 70px;
}

.catalog-info__intro {
  padding: 38px 42px 42px;
  border: 1px solid #e4e7eb;
  border-radius: 20px;
  background: #f7f8fa;
}

.catalog-info__intro h2,
.catalog-section-heading h2,
.catalog-choice h2 {
  margin: 0;
  color: #20242a;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.1;
  letter-spacing: -.025em;
  text-align: left;
}

.catalog-info__intro p {
  max-width: 900px;
  margin: 20px 0 0;
  color: #626a74;
  font-size: 16px;
  line-height: 1.7;
}

.catalog-benefits {
  display: grid;
  margin: 18px 0 68px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #e4e7eb;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(25, 31, 40, .06);
  overflow: hidden;
}

.catalog-benefits article {
  min-height: 134px;
  padding: 26px 24px;
  border-right: 1px solid #e4e7eb;
}

.catalog-benefits article:last-child {
  border-right: 0;
}

.catalog-benefits strong,
.catalog-benefits span {
  display: block;
}

.catalog-benefits strong {
  margin-bottom: 10px;
  color: #c00614;
  font-size: 23px;
  line-height: 1.1;
}

.catalog-benefits span {
  color: #6b727c;
  font-size: 13px;
  line-height: 1.45;
}

.catalog-section-heading {
  max-width: 760px;
  margin: 0 0 32px;
}

.catalog-categories {
  display: grid;
  margin-bottom: 70px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.catalog-category-card {
  display: flex;
  min-height: 230px;
  padding: 32px;
  gap: 24px;
  border: 1px solid #e4e7eb;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(25, 31, 40, .06);
}

.catalog-category-card__icon {
  display: flex;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  color: #fff;
  background: #c00614;
  font-size: 22px;
}

.catalog-category-card h3 {
  margin: 4px 0 14px;
  color: #252a30;
  font-size: 21px;
  text-align: left;
}

.catalog-category-card p {
  margin: 0;
  color: #68707a;
  font-size: 14px;
  line-height: 1.65;
}

.catalog-category-card a {
  color: #c00614;
  font-weight: 700;
}

.catalog-choice {
  position: relative;
  padding: 48px;
  border-radius: 20px;
  background: radial-gradient(circle at 95% 30%, rgba(192, 6, 20, .28), transparent 38%), #171a1f;
  overflow: hidden;
}

.catalog-choice h2 {
  max-width: 780px;
  color: #fff;
}

.catalog-choice > div > p {
  max-width: 800px;
  margin: 20px 0 28px;
  color: #b8bec6;
  font-size: 15px;
  line-height: 1.65;
}

.catalog-choice ul {
  display: grid;
  max-width: 850px;
  margin: 0 0 30px;
  padding: 0;
  gap: 13px;
  list-style: none;
}

.catalog-choice li {
  display: flex;
  gap: 11px;
  color: #d7dbe0;
  font-size: 14px;
  line-height: 1.5;
}

.catalog-choice li i {
  margin-top: 4px;
  color: #ef3b49;
}

.catalog-choice__button {
  display: inline-flex;
  min-height: 48px;
  padding: 11px 18px;
  align-items: center;
  gap: 11px;
  border-radius: 8px;
  color: #fff;
  background: #c00614;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.catalog-choice__button:hover {
  color: #fff;
  background: #e0202f;
}

@media screen and (max-width: 1200px) {
  .catalog-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-benefits article:nth-child(2) {
    border-right: 0;
  }

  .catalog-benefits article:nth-child(-n+2) {
    border-bottom: 1px solid #e4e7eb;
  }

  .catalog-categories {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .catalog-info {
    padding: 4px 0 50px;
  }

  .catalog-info__intro {
    padding: 30px 20px;
    border-radius: 16px;
  }

  .catalog-info__intro p {
    font-size: 14px;
  }

  .catalog-benefits {
    margin-bottom: 50px;
  }

  .catalog-benefits article {
    min-height: 122px;
    padding: 20px;
  }

  .catalog-section-heading {
    margin-bottom: 24px;
  }

  .catalog-categories {
    margin-bottom: 50px;
  }

  .catalog-category-card {
    min-height: 0;
    padding: 24px 20px;
    gap: 16px;
  }

  .catalog-choice {
    padding: 34px 22px;
    border-radius: 16px;
  }
}

@media screen and (max-width: 480px) {
  .catalog-benefits {
    grid-template-columns: 1fr;
  }

  .catalog-benefits article,
  .catalog-benefits article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid #e4e7eb;
  }

  .catalog-benefits article:last-child {
    border-bottom: 0;
  }

  .catalog-category-card {
    flex-direction: column;
  }
}

/* Horizontal catalog search */
.catalog-search-page {
  width: 100%;
  padding: 14px 0 30px;
}

.page-catalog-root .main {
  position: relative;
  z-index: 2;
}

.page-catalog-root .main .wrap {
  overflow: visible;
}

.page-catalog-root .footer {
  position: relative;
  z-index: 1;
}

.page-catalog-root .catalog-search-page .filterHome,
.page-catalog-root .catalog-search-page .asi_open {
  z-index: 300;
}

.catalog-search-page__heading {
  margin-bottom: 24px;
}

.catalog-search-page__heading h2 {
  margin: 0 0 10px;
  color: #20242a;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
  text-align: left;
}

.catalog-search-page__heading p {
  margin: 0;
  color: #68707a;
  font-size: 15px;
}

.catalog-search-page .filterHome {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: auto;
  padding: 24px;
  border: 1px solid #e1e5ea;
  border-radius: 18px;
  background: #f2f4f7;
  box-shadow: 0 14px 36px rgba(25, 31, 40, .08);
  transform: none;
}

.catalog-search-page .filterHome form .col {
  padding: 6px;
}

.catalog-search-page .filterHome .asi_name,
.catalog-search-page .filterHome input,
.catalog-search-page .filterHome select {
  min-height: 46px;
  border: 1px solid #dce1e7;
  border-radius: 8px;
  background: #fff;
}

.catalog-search-page .filterHome form button {
  min-height: 46px;
  border-radius: 8px;
}

.catalog-search-page .counter-col {
  flex-direction: row;
  justify-content: center;
  gap: 22px;
}

.catalog-search-page .counter-col p {
  margin: 0;
  color: #565e68;
  font-size: 14px;
}

.catalog-search-page .catalog-filter-grid {
  display: grid;
  grid-template-columns: repeat(16, minmax(0, 1fr));
  gap: 12px;
}

.catalog-search-page .catalog-filter-field {
  min-width: 0;
}

.catalog-search-page .catalog-filter-field--wide {
  grid-column: span 4;
}

.catalog-search-page .catalog-filter-field--compact {
  grid-column: span 2;
}

.catalog-search-page .catalog-filter-field--search {
  grid-column: span 4;
}

.catalog-search-page .catalog-filter-field > input,
.catalog-search-page .catalog-filter-field > select,
.catalog-search-page .catalog-filter-field > .asi,
.catalog-search-page .catalog-filter-field .asi_name {
  width: 100%;
  height: 52px;
  min-height: 52px;
  margin: 0;
  box-sizing: border-box;
}

.catalog-search-page .catalog-filter-field > input,
.catalog-search-page .catalog-filter-field > select,
.catalog-search-page .catalog-filter-field .asi_name {
  padding: 0 14px;
  border: 1px solid #d9dfe6;
  border-radius: 10px;
  color: #343a42;
  background: #fff;
  font-size: 15px;
  line-height: 50px;
  outline: none;
}

.catalog-search-page .catalog-filter-field > input:focus,
.catalog-search-page .catalog-filter-field > select:focus {
  border-color: #c00614;
  box-shadow: 0 0 0 3px rgba(192, 6, 20, .08);
}

.catalog-search-page .catalog-filter-actions {
  margin-top: 18px;
}

.catalog-search-page .catalog-filter-actions button {
  min-width: 178px;
  min-height: 52px;
  margin: 0;
  font-size: 18px;
}

@media screen and (max-width: 1200px) {
  .catalog-search-page .catalog-filter-field--wide,
  .catalog-search-page .catalog-filter-field--compact,
  .catalog-search-page .catalog-filter-field--search {
    grid-column: span 8;
  }
}

/* Additional catalog facts on the home page */
.catalog-overview {
  max-width: 1400px;
  margin: 0 auto;
  padding: 58px 32px 72px;
}

.catalog-overview__heading {
  display: grid;
  margin-bottom: 34px;
  grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr);
  gap: 60px;
  align-items: end;
}

.catalog-overview__heading .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -44px;
}

.catalog-overview__heading h2 {
  margin: 0;
  color: #20242a;
  font-size: clamp(30px, 3.1vw, 46px);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.catalog-overview__heading p {
  margin: 0;
  color: #666e78;
  font-size: 16px;
  line-height: 1.65;
}

.catalog-overview__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.catalog-overview__grid article {
  min-height: 220px;
  padding: 28px;
  border: 1px solid #e4e7eb;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(25, 31, 40, .055);
}

.catalog-overview__grid article > i,
.catalog-overview__grid article > strong {
  display: flex;
  width: fit-content;
  min-width: 48px;
  height: 48px;
  padding: 0 12px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border-radius: 12px;
  color: #fff;
  background: #c00614;
  font-size: 19px;
}

.catalog-overview__grid article > strong {
  font-size: 16px;
}

.catalog-overview__grid h3 {
  margin: 0 0 10px;
  color: #252a30;
  font-size: 19px;
  text-align: left;
}

.catalog-overview__grid p {
  margin: 0;
  color: #69717b;
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 1050px) {
  .catalog-overview__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 768px) {
  .catalog-search-page {
    padding: 8px 0 26px;
  }

  .catalog-search-page .filterHome {
    padding: 15px;
  }

  .catalog-search-page .filterHome form .row {
    flex-direction: column;
  }

  .catalog-search-page .catalog-filter-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .catalog-search-page .catalog-filter-field--wide,
  .catalog-search-page .catalog-filter-field--compact,
  .catalog-search-page .catalog-filter-field--search {
    grid-column: auto;
  }

  .catalog-search-page .counter-col {
    align-items: stretch;
    gap: 12px;
  }

  .catalog-search-page .counter-col p {
    text-align: center;
  }

  .catalog-overview {
    padding: 48px 16px;
  }

  .catalog-overview__heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .catalog-overview__heading .section-kicker {
    grid-column: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 520px) {
  .catalog-overview__grid {
    grid-template-columns: 1fr;
  }

  .catalog-overview__grid article {
    min-height: 0;
  }
}
