@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap');

@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: url(../images/fon.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "inter", 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: 1100px;
  margin: auto;
}


.header {
  flex: 0 0 auto;
}
.header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0px;
}

.header .logo {
  margin: 0;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 220px;
}

.header .logo img {
  width: 180px;
}

.logo p {
  font-size: 13px;
  margin: 5px 0;
  font-style: italic;
}

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

.slogan li {
  padding-bottom: 15px;
  color: #ffdd2e;
}

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

.fa-check-circle {
  color: #28af18;
}

.fa-check {
  color: #28af18;
}

.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__contacts ul {
  display: flex;
  margin: 0;
  padding: 0 20px 0 0;
  list-style: none;
  justify-content: center;
}
.header__contacts ul:last-child {
  padding: 0;
}

.header__contacts-telephone li {
  padding: 10px;
  border-radius: 20px;
  cursor: pointer;
}

.header__phone-item {
  display: flex;
  align-items: center;
  padding: 7px 0 7px 0px;
  text-decoration: none;
  text-align: right;
  color: #373737;
  font-weight: 600;
  font-size: 32px;
  line-height: 22px;
}

.footer__phone-item {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}

.header__mail,
.header__socials {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #bababa;
}

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

.header .header__contacts ul li a i {
  margin-left: 5px;
}
.header .header__contacts ul li a small {
  color: #3f4140;
  opacity: 0.8;
  font-size: 12px;
  margin-right: 5px;
}

i.fa-viber {
  color: #9d59ca;
}
i.fa-telegram {
  color: #60c0f0;
}
i.fa-whatsapp, i.fa-whatsapp-square {
  color: #3fb653;
}


.header__contacts {
  display: flex;
}

.ban {
  position: relative;
  height: 300px;
}

.ban img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.ban span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 20px;
  background: #000000bd;
  padding: 5px;
  color: #ffdd2e;
  border-radius: 3px;
}

.last-items {
  padding: 20px 0;
}

nav {
  height: 50px;
  background-image:linear-gradient(to top,#424242,#535353);
  padding-top: 1px;
  border-bottom: 2px solid #e0651d;
}
nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: space-between;
}
nav ul li {
  width: 100%;
  display: block;
}
nav ul li a {
  font-weight: 500;
  height: 50px;
  text-align: center;
  transition: 0.3s;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}

nav ul li a:hover {
  background:#e0651d;

}

nav ul li.catalog {
  width: 20%;
  flex-shrink: 0;
  border-radius: 10px 10px 0 0;
  background:#e0651d;
}

.catalog a {
  color: #000;
  text-decoration: none;
}

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

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

.main {
  flex: 1 0 auto;
}

.main .wrap {
  padding: 0;
  background: #fff;
  display: flex;
  height: 100%;
}
.main .aside {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  flex-direction: column;
  width: 20%;
  flex-shrink: 0;
  min-height: 500px;
  background: #fff;
}

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

.main .article {
  width: 100%;
}

.caption h1 {
  color: #000; font-weight: bold;;
}

.main .article .caption {
  min-height: 40px;
  border-radius: 0 0 10px 10px;
  width: 100%;
  padding: 0 20px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.main .article .caption h1 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 0 30px 0 0;
  line-height: 40px;
}

.main .article .caption ul#breadCrumbs {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
}
.main .article .caption ul#breadCrumbs li {
  display: flex;
  align-items: center;
}
.main .article .caption ul#breadCrumbs li a {
  color: #000;
  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;
  color: #fff;
  font-size: 16px;
  background: #cc2029;
  border: none;
  width: 100%;
  border-radius: 3px;
}
.autos {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 20px 0px;
}

.autos__brand {
  display: block;
  
  background-color: rgb(255 255 255);
}

.autos__brand img{display: none;}

.autos__brand:hover {
  transition: 0.5s;
}

.autos__brand p{margin:0}

.autos__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #333;
  flex-direction: column;
  width: 150px;
  margin:5px;  font-weight: bold;
  padding: 10px;
 background:#f7f7f7; border-radius: 3px;
}

.autos__link small{display: block; padding-top:5px; color:#777;}

.autos__link img {
  height: 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;
}

.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;
  border-left: 3px #ddd solid;
  border-top: 3px #ddd solid;
  transition: 0.3s;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}
.prod-list li:hover {
  border-left: 3px #e0651d solid;
  border-top: 3px #e0651d solid;
}

.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;
}

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

.short-info .img {
  width: 150px;
  flex-shrink: 0;
  height: 120px;
  background-size: cover;
  background-position: center;
  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: 5px;
  border-bottom: 1px #bbb solid;
}
.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;
}

.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: #000;
  padding: 5px 5px;
  background: #fbfbfb;
  border-radius: 3px;
  transition: 0.3s;
}

.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;
}

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;
  font-size: 23px;
}

.pluses__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fce02e8c;
  margin: 20px 0;
}

.pluses__item:last-child {
  border-bottom: none;
}

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

.pluses__item ul li {
  font-size: 18px;
  padding: 0 0 15px 15px;
  line-height: 150%;
  list-style-image: url(/images/check-icon.png);
}

.pluses__item_vertical {
  flex-direction: column;
}

.footer {
  flex: 0 0 auto;
  background: #000000cc;
}

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

.footer__text {
  color: #ffffff;
  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;
}

.footer__nav {
  flex: 1;
}

.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: #262626;
}

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

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

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

.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;
  border-left: 1px dotted #ffffff;
  border-right: 1px dotted #ffffff;
  align-items: center;
  color: #fff;
  padding: 0 10px;
  margin: 0;
  list-style: none;
}

.footer__info li {
  font-size: 14px;
  line-height: 150%;
  padding: 5px 0;
}

.footer__info li:first-child {
  font-size: 20px;
  white-space: nowrap;
}

.footer__link {
  flex: 1;
  padding: 0 10px;
  display: flex;
  list-style: none;
  margin: 0;
  align-items: center;
  justify-content: space-evenly;
  font-size: 30px;
  line-height: 150%;
  color: #fff;
}

.footer__link li {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.footer__link li img {
  padding: 0 20px 0 0;
}

.footer__link li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

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

.footer__sale-info {
  color: #d7d7d7;
  text-align: center;
}

.footer__copyright {
  text-decoration: none;
  color: #0169d3;
  font-weight: bold;
}

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

.static-page h1, h2 {
  margin: 0;
}

.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: 20px;
}

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

ul.plates {
  list-style: none;
  display: flex;
  margin: 20px 0 40px 0;
  justify-content: space-between;
  padding: 0;
  flex-wrap: nowrap;
}
ul.plates li:first-child {
  margin-left: 0;
}
ul.plates li {
  flex: 1;
  margin-left: 20px;
  position: relative;
}
ul.plates li a {
  display: block;
  text-decoration: none;
  position: relative;
  height: 100%;
  width: 100%;
}
ul.plates li a img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 10px;
}
.plates__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #00000091, transparent);
  border-radius: 20px;
}
.plates__text {
  z-index: 3;
  margin: 0;
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  font-feature-settings: 'calt' off;
  color: #FFFFFF;
}
ul.plates li a span {
  /* color: #000;
  position: absolute;
  transition: 0.3s;
  border-radius: 3px;
  bottom: 10px;
  width: 80%;
  left: 10%;
  text-align: center;
  background: hsl(52, 97%, 58%, 0.8);
  padding: 7px 9px;
  font-size: 18px; */
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}

.card-kontakts {
  display: flex;
  padding: 20px 0;
  justify-content: space-between;
}

.card-kontakts button, .ert {
  flex: 1;
  padding: 10px;
  border: none;
  margin: 5px;
  cursor: pointer;
  border-radius: 10px;
  background: #e0651d;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

#cardPhone{padding:20px;}
#cardPhone a span{display: flex; padding:10px; justify-content: center;}
#cardPhone a span i {margin:0 5px; font-size:32px;}

.card-phone.open {
  top: 50%;
  right: 0;
  left: 0;
  opacity: 1;
  z-index: 1500;
  margin: -150px auto auto auto;
}
.card-phone {
  width: 320px;
  transition: 0.1s;
  z-index: 0;
  opacity: 0;
  background: #fff;
  position: fixed;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 25px;
  text-decoration: none;
  border-radius: 10px;
  margin-left: -320px;
  display: flex;
  flex-direction: column;
}

.card-phone span {
  padding: 0 0 10px 0;
  font-size: 14px;
}

.card-phone a {
  text-decoration: none;
  color: #000;
}

.card-phone__item {
  font-size: 18px;
  line-height: 22px;
  padding: 0 0 5px 0;
}

.card-phone__messengers {
  font-size: 30px;
}

.card-phone i {
  padding: 0 3px;
}

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: 20px;
  left: 50%;
  top: -1999px;
  margin-left: -185px;
  margin-top: -270px;
  border-radius: 10px;
}
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 #d7d7d7 solid;
  padding: 10px;
}
form.recall label textarea {
  height: 90px;
  max-height: 90px;
}
span.closeModal {
  display: block;
  opacity: 0.8;
font-size: 25px; 
  background-size: cover;
  position: absolute;
  right: -18px;
  top: -23px;
  cursor: pointer;
color:#fff; opacity:0.5;
}
span.closeModal:hover
{
  opacity:1;
}
form.recall h3 {
  font-size: 18px;
  color: #000;
}
form.recall button {
  background: #FF9A00;
  border: none;
  color: #fff;
  width: 100%;
  border-radius: 5px;
  height: 35px;
  text-transform: uppercase;
  font-weight: 700;
}

.hide {
  display: none !important;
}

/* Гамбургер */
/* скрываем чекбокс */
.hamburger-menu {
  display:none;
    z-index: 31;
}



@media screen and (max-width: 768px) {
  ul.plates {
    flex-direction: column;
  }
  ul.plates li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .header__contacts-telephone {
    flex-direction: column;
  }
  .showFilterBtn {
    position: fixed;
    display: none;
    /* display: block; */
    z-index: 15;
    left: 0;
    bottom: 0;
    border: none;
    height: 36px;
    font-size: 16px;
    outline: none;
    padding: 7px;
    background: #FF9A00;
    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: 20px;
    left: auto;
    top: 14px;
    display: block;
    font-size: 18px;
    outline: none;
    padding: 0;
    color: #FF9A00;
    background: #fff;
    border: none;
    border-radius: 3px;
    width: 26px;
    height: 26px;
  }
  .header .logo {
    flex: 1;
  }

  .header .logo img {
max-height:60px; width:auto;
  }
  .ban span {
    font-size: 13px;
  }
  .slogan {
    display: none;
  }
  .main .article .caption {
    border-radius: 0;
    margin: 15px 0 0;
  }

  .logo a {
    font-size: 24px;
  }
  .pluses__item {
    flex-direction: column;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    min-height: 50px;
    max-height: 60px;
   
  }
  .hamburger-menu {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
  }
  nav {
    display: none;
  }
  .main .wrap {
    flex-direction: column;
    padding-top: 60px;
    
  }

  .main .aside {
    width: 100%;
    min-height: auto;
    padding: 50px;
    /* height: 100%;
    transition: 0.5s;
    padding: 100px 15% 100px 15%;
    margin: auto;
    background: rgba(255, 255, 255, 0.9);
    min-height: 100%;
    overflow-y: auto;
    position: fixed;
    left: -100%;
    top: 0; */

  }
  .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: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
  }
  .header__contacts {
    max-height: 0;
    transition: 0.3s;
    overflow: hidden;
  }
  .showPhone .header__contacts {
    max-height: 200px;
    transition: 0.3s;
  }
  .header__contacts ul li a {
    font-size: 18px;
  }
  .ban {
    display: none;
    height: auto;
  }
  .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: 13px;
    padding: 0;
  }
  .full-product .gallery {
    max-width: 100%;
  }
  .full-product .info {
    margin: 0;
    padding: 20px;
  }
  .main .article .caption h1 {
    line-height: 20px;
  }
  .footer__link {
    width: 100%;
  }
  .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__email {
    display: flex;
  }
  .footer__nav {
    padding-bottom: 10px;
  }
}

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

.footer__pay {
  background: url(../images/cards.png);
  height: 60px;

  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 10px 0;
}


.filterForm {
  display: block;
  width: 100%;
  position: sticky;
  top: 15px;
}
.filterForm .row {
  display: flex;
  transition: 0.3s;
  width: 100%;
  padding: 10px 0;
  font-size: 12px;
  border-bottom:1px #ddd solid;
}

.filterForm .row.dopFilter{max-height:0; padding:0; border:none; overflow:hidden;}
#filter.full .row.dopFilter{max-height:80px; padding:10px 0; border-bottom:1px #ddd solid; overflow:hidden;}

#filter .minus{display: none;}

#filter.full .plus{display: none;}
#filter.full .minus{display: flex;}

/* .showFilter .col>div{display: flex; padding:5px 0; cursor:pointer; justify-content: space-between; } */

.filterForm .row:last-child{border:none;}
.filterForm .row .col {
  width: 50%;
  padding: 0 5px;
}

.filterForm .row .col>span{color:#555;}

.filterForm .rowPlace {
  padding: 15px 0;
}

.filterForm .row .col:first-child {
  padding-left: 0;
}
.filterForm .row .col:last-child {
  padding-right: 0;
}

.filterForm .row input,
.filterForm .row select {
  display: block;
  outline: none;
  height: 36px;
  padding: 0 5px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  border: 1px #b9b9b9 solid;
}

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


#menu__toggle {
    opacity: 0;
  }
  /* стилизуем кнопку */
  .menu__btn {
    display: flex; /* используем flex для центрирования содержимого */
    align-items: center;  /* центрируем содержимое кнопки */
    position: fixed;
    top: 14px;
    left: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1; 
  }
  /* добавляем "гамбургер" */
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #FF9A00;
  }
  .menu__btn > span::before {
    content: '';
    top: -8px;
  }
  .menu__btn > span::after {
    content: '';
    top: 8px;
  }
  
  /* контейнер меню */
  .menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    text-align: center;
    background-color: #c4c4c4;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  }
  /* элементы меню */
  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
  }
  .menu__item:hover {
    background-color: #CFD8DC;
  }
  #menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
  }
  #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    visibility: visible;
    left: 0;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    transition-duration: .25s;
  }
  .menu__box {
    transition-duration: .25s;
  }
  .menu__item {
    transition-duration: .25s;
  }