@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=21");
@import url("gamburger.css?v=3");
@keyframes phone {
  0% {
    transform: scale(1.5);
    border: 1px solid #0a4275;
    opacity: 0.1;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    border: 2px solid #636363;
  }
}
body {
  background: linear-gradient(to bottom, #d4d4d4, #f3f3f3);
  background-size: cover;
  background-attachment: fixed;
  font-size: 12px;
  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: 1100px;
  margin: auto;
}

.header {
  background: linear-gradient(to top, #F8F8F8, #F8F8F8);

  flex: 0 0 auto;
}
.header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.header .logo {
  margin: 15px 0;
  text-align: center;
  width:200px;
}

.header .logo img{height:50px;}

.header .logo .slogan {
  font-size: 16px;
}

.header .vendors {
  display: block;
  width: 280px;
  height: 80px;
  background: url("../images/vendors.png") no-repeat center;
}
.logo a {
  color: #333;
  font-size: 32px;
  text-decoration: none;
  text-align: center; width: 100%;
}
.logo a span {
  margin: 0 0 0 3px;
  padding: 5px;
  border-radius: 5px;
  background: #1E792B;
  color:#fff;
}
.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 ul li a {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 30px;
  text-decoration: none;
  font-size: 22px;
  color: #333;
  text-align: right;
}

.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: #555;
  opacity: 0.8;
  font-size: 12px;
  margin-right: 5px;
}

i.fa-viber {
  color: #9d59ca;
}
i.fa-telegram {
  color: #60c0f0;
}
i.fa-whatsapp-square {
  color: #5ddd72;
}

.header__contacts {
  display: flex;
}

.ban {
  position: relative;
}

.ban span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 20px;
  background: #191919;
  padding: 5px;
  color: #ffffff;
  border-radius: 3px;
}

nav {
  height: 50px;
  background: #14541D;
  padding-top: 1px;
}
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 {
  height: 50px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  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: #1E792B;
  transition: 0.5s;
}

nav ul li.catalog {
  width: 20%;
  flex-shrink: 0;
  background: #1E792B;
  text-decoration: underline;
  border-radius: 10px 10px 0 0;
}

.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: 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%;
}
.main .article .caption {
  min-height: 40px;
  border-radius: 0 0 0 0px;
  width: 100%;
  padding: 0 20px;
  background: #1E792B;
  color: #ffffff;
  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: #ffffff;
  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;
}

.autos {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.autos__brand {
  display: block;
  border: 1px #bbb solid;
  margin: 10px;
  background-color: rgb(255 255 255);
}

.autos__brand:hover {
  border-color: #1E792B;
  transition: 0.5s;
}

.autos__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #333;
  flex-direction: column;
  width: 100px;
  height: 100px;
  padding: 10px;
  margin: 5px;
}

.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 #1E792B solid;
  border-top: 3px #1E792B 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: 220px;
  flex-shrink: 0;
  height: 150px;
  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: #fff;
  padding: 5px 5px;
  background: #636363;
  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 {
  text-align: center;
}

.footer {
  flex: 0 0 auto;
  background: rgb(28 23 29);
  margin-top: 20px;
}

.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: baseline;
}

.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;
}

.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;
}

.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 {
  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: 20px;
}

.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: 50%;
  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: #1E792B;
  padding: 7px 9px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {

  .short-info .img {
    width: 100%;
    flex-shrink: 0;
    height: 220px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin:0 0 10px 0;
  }
  ul.plates {
    flex-direction: column;
  }
  ul.plates li {
    width: 100%;
  }
.header__contacts-telephone {
  flex-direction: column;
}
  .showFilterBtn {
    position: fixed;
    display: block;
    z-index: 15;
    left: 0;
    bottom: 0;
    border: none;
    height: 36px;
    font-size: 16px;
    outline: none;
    padding: 7px;
    background: #636363;
    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: 14px;
    outline: none;
    padding: 0;
    color: #fff;
    background: #14541D;
    border: none;
    border-radius: 3px;
    width: 26px;
    height: 26px;

  }

  
  .ban span {
    font-size: 13px;
  }
  .main .article .caption {
    border-radius: 0;
  }

  .logo a {
    font-size: 28px; color:#fff;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30; box-shadow:0 0 10px rgba(0,0,0,0.5);
  }
  .hamburger-menu {
    display: flex;
  }
  nav {
    display: none;
  }
  .main .wrap {
    flex-direction: column;
    padding-top: 58px;
  }

  .main .aside {
    width: 100%;
    transition: 0.5s;
    margin: auto;
    background: rgba(255, 255, 255, 0.9);
    min-height: auto;

  }
  .main .article {
    border-top: 1px solid rgb(154 154 154);
  }

  .filterForm {
    position: relative;
    top: 0;
  }

  .header .wrap {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .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; color:#111;
  }
  .header .header__contacts ul li a small{color:#333;}
  .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__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;
  }
}


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: #636363;
  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;
  }
}
