@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("gamburger.css?v=35");
@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(../template/images/fon.jpg);
  background-position: center;
  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 {
  border-top: 1px #970c0c solid;
  flex: 0 0 auto;
  background: #ffffffe0;
}
.header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.header .logo {
  margin: 15px 0;
  text-align: center;
  display: flex;
  align-items: center;
  max-width: 250px;
}

.logo p {
  font-size: 13px;
  margin: 5px 0;
  font-style: italic;
}

.slogan {
  font-size: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-style: italic;
}

.slogan li {
  padding-bottom: 20px;
}

.slogan li:last-child {
  padding-bottom: 0;
}

.fa-check-circle {
  color: #28af18;
}

.header .vendors {
  display: block;
  width: 280px;
  height: 80px;
  background: url("../images/vendors.png") no-repeat center;
}

.header__contacts {
  width: 50%;
  justify-content: space-between;
}

.header__clock p {
  font-size: 18px;
  color: rgba(0,0,0,.54);
  font-weight: 600px;
}

.header__contacts ul:last-child {
  padding: 0;
}
.header__contacts-telephone {
  flex-direction: column;
  align-items: flex-end;
  list-style: none;
}

.header__contacts ul li a {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 0px;
  text-decoration: none;
  font-size: 22px;
  color: #3f4140;
  text-align: right;
}

.header__contacts .header__contacts-address li {
  display: flex;
  flex-direction: row;
}
.header__contacts .header__contacts-address li div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header__contacts .header__contacts-address li div i {
  color: #591d94;
  font-size: 62px;
  margin: 10px 15px;
}
.header__contacts .header__contacts-address li div p {
  margin: 5px 0;
}
.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;
  margin-right: 5px;
}
i.fa-telegram-plane {
  color: #60c0f0;
}
i.fa-whatsapp {
  color: #5ddd72;
  margin-right: 5px;
}

.header__contacts {
  display: flex;
  align-items: center;
}

.header__clock {
  text-align: center;
}

nav {
  height: 50px;
  background: #1976d2;
  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;
  border-left: 1px solid #000;
  border-radius: 10px 10px 0 0;
}

nav ul li a {
  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;
  border-radius: 10px 10px 0 0;
}

nav ul li a:hover {
  background: #909090;
  transition: 0.5s;
}

nav ul li.catalog {
  width: 23%;
  flex-shrink: 0;
  background: #cc0e0e;
  text-decoration: underline;
}

.ban {
  position: relative;
  height: 300px;
}

.ban img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.ban span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 20px;
  background: #000000bd;
  padding: 5px;
  color: #ffffff;
  border-radius: 3px;
}

.nav {
  background: linear-gradient(to right, #fd0009, #2e47fc);
}

.nav__items {
  padding: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0;
}

.nav__item {
  list-style: none;
  width: 50%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 5px 5px 0px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}

.nav__item:last-child {
  margin-right: 0px;
}

.nav__item:hover {
  transform: scale(1.05);
  transition: 0.3s;
  background: rgba(255, 255, 255, 0.5);
}

.nav__link {
  text-decoration: none;
  color: #ffffff;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav__img {
  height: 60px;
  padding-bottom: 5px;
}

/* боковой фильтр */
aside #filterForm {
  flex-direction: column;
}

aside .place {
  position: sticky;
  top: 15px;
}

aside #filterForm .row {
  padding: 10px 0;
  border-bottom: 1px #d7d7d7 solid;
  position: relative;
  width: 100%;
}

aside #filterForm .row > span {
  color: #333;
}

#filterForm .col {
  position: relative;
}

#filterForm .fas {
  position: absolute;
  transition: 0.3s;
  opacity: 0.5;
  cursor: pointer;
  right: 0px;
  top: 50%;
  margin-top: -7px;
  font-size: 14px;
}
#filterForm .row:hover > .fas {
  opacity: 1;
}
#filterForm .col:hover > .fas {
  opacity: 1;
}

aside #filterForm .row select,
aside #filterForm .row input {
  border-radius: 3px;
  border: 1px #b9b9b9 solid;
  font-size: 12px;
  width: 100%;
  height: 36px;
}

aside #filterForm .row:last-child {
  border-bottom: none;
  display: flex;
  justify-content: center;
}
/* END боковой фильтр */

main button,
aside button {
  border-radius: 5px;
  cursor: pointer;
  margin-top: 30px;
  color: #fff !important;
  border: none;
  height: 42px;
  padding: 0 30px;
  font-size: 14px;
  background: #1976d2;
  outline: none;
}

.brand-catalog h2 {
  text-align: center;
}

.last-items h2 {
  text-align: center;
}

.swiper-container {
  height: 350px;
  width: 100%;
}

.slide-img {
  max-width: 840px;
  object-fit: cover;
  object-position: center;
}

.main {
  flex: 1 0 auto;
}

.main .wrap {
  padding: 0;
  background: #fff;
  display: flex;
  height: 100%;
}
.main .aside {
  display: flex;
  padding: 10px 20px;
  /* margin-right: 20px; */
  border-right: 1px #ddd solid;
  align-items: center;
  flex-direction: column;
  width: 23%;
  flex-shrink: 0;
  min-height: 500px;
  background: #fff;
}

.showFilter .main .aside {
  left: 0;
  z-index: 11;
}

.main .article {
  width: 80%;
}
.main .article .caption {
  min-height: 40px;
  border-radius: 0 0 10px 10px;
  width: 100%;
  padding: 0 20px;
  background: #cc0e0e;
  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: #fff;
  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: #000000;
  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%;
}

.autos__brand {
  display: block;
  border: 1px #bcbcbc solid;
  margin: 10px;
  background-color: rgb(255 255 255);
  font-weight: 700;
  position: relative;
}

.autos__brand:hover {
  border-color: #3f4140;
  transition: 0.5s;
}

.autos__brand:hover .autos__blacked{
  height: 0%;
  transition: 1s;
}

.autos__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #333;
  flex-direction: column;
  width: 120px;
  padding: 10px;
  margin: 5px;
}

.autos__link p {
  display: none;
}

.autos__link img {
  height: auto;
}

.autos__blacked {
  height: 45%;
  background: linear-gradient(0deg, #cacaca, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.autos__title {
  z-index: 10;
}

.model-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.model-list li {
  display: block; width: 32%;
  padding:5px 0;
}
.model-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  text-decoration: none;
  color: #333;
  background: #fff;
  flex-direction: column;
  width: 100%;
  height: 50px;
  border: 1px #bbb solid;
  padding: 10px;
  margin: 0;
  font-size: 14px;
}

.model-list li a strong {
  margin: auto;
}

.model-list li a small {
  padding-top: 5px;
}

.products {
  display: flex;
  flex-direction: column;
  padding: 0;
  justify-content: center;
}

.products li {
  display: flex;
  list-style: none;
  width: 100%;
  flex-basis: auto;
  border: 1px solid #bcbcbc;
  padding: 20px;
  margin: 5px 0;
  border-radius: 5px;
  justify-content: space-around;
  flex-direction: column;
}

.products li h2 {
  width: 100%;
  margin-top: 0;
}
.products li > div {
  width: 100%;
  display: flex;
}
.products li .img {
  width: 30%;
  flex-shrink: 0;
}

.products li button {
  width: 130px;
  height: 40px;
  padding: 0;
  margin-top: 10px;
  border-radius: 5px;
}

.products li .price {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0;
  flex-direction: column;
}
.products li .price span {
  width: 100%;
  padding: 0 5px;
}
.products li .price span:first-child {
  font-size: 18px;
  display: block;
  line-height: 40px;
  height: 40px;
  background: #da3b44;
  color: #fff;
}
.products li .price span b {
  font-size: 22px;
}

.products li .price span.gray {
  color: #555;
  font-size: 18px;
  padding: 8px;
}

.products li .price .red {
  position: relative;
  width: 130px;
  border-radius: 0 5px 5px 0;
}
.products li .price .red:before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 20px transparent solid;
  border-right: 20px #da3b44 solid;
  position: absolute;
  left: -40px;
  top: 0;
}

.products li .price .red:after {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  left: -10px;
  top: 15px;
}

.products .description {
  padding: 0 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.products .description span {
  display: flex;
  border-bottom: 1px #ddd solid;
  padding: 7px 0;
  justify-content: space-between;
  width: 100%;
}
.products .description span:first-child {
  border-top: 1px #ddd solid;
}
.products li .prices {
  width: 160px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
}

.products li a {
  text-decoration: none;
  color: #111;
}

.img {
  overflow: hidden;
}

.img img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  object-position: center;
}

.gallery ul li:first-child img {
  height: auto !important;
}

.products li .img img {
  height: 150px;
}

.fullProduct {
  display: flex;
  justify-content: space-evenly;
  padding: 20px;
  border-radius: 10px;
  background: #e9e9e985;
}

.card__box {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.card-aside {
  width: 220px;
  flex-shrink: 0;
  text-align: center;
}

.card-aside form {
  text-align: center;
}

.card-aside ul.phones {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.card-aside ul.phones li {
  display: block;
  padding: 5px 0;
}
.card-aside ul.phones li a {
  font-size: 18px;
}
.card-aside ul.phones li a small {
  color: rgb(119, 119, 119);
}

.card-aside__pay ul {
  list-style: none;
  padding: 0;
}

.card-aside__info h3 {
  font-size: 16px;
}

.card-aside__guarantee-link {
  text-decoration: none;
  border-bottom: 1px dotted;
  font-size: 16px;
  font-weight: 600;
}

.card-aside__guarantee-link:hover {
  border-bottom: 1px solid;
}

.gallery li {
  width: 50%;
  list-style: none;
}

.gallery li:first-child {
  width: 100%;
}

.gallery ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.gallery ul li:first-child {
  width: 100%;
}
.gallery ul li {
  padding: 5px;
  width: 32%;
}

.property {
  width: 40%;
  min-width: 240px;
  padding: 0 0 0 20px;
}

.property h1 {
  margin-top: 0;
}

.property .price {
  font-size: 23px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
}

.property .price b {
  color: red;
}

.property .rows {
  padding: 10px;
  font-size: 12px;
}

.property .rows div span:last-child{text-align: right;}

.property .rows div {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px #ddd dotted;
  margin-bottom: 10px;
  padding:5px 0;
}

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;
}

.footer {
  flex: 0 0 auto;
  background: #176cc0bf
}

.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;
  align-items: center;
}

.footer__tel,
.footer__email {
  color: #d7d7d7;
  text-decoration: none;
  margin-bottom: 7px;
  font-size: 18px;
}

.footer__sale-info {
  color: #d7d7d7;
  text-align: center;
}

.footer__copyright {
  text-decoration: none;
  color: #37bfb9;
  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: 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;
}

.wrap__info {
  flex-direction: column;
  text-align: center;
  line-height: 150%;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .property{width: 100%; padding:0;}
  ul.plates {
    flex-direction: column;
  }
  ul.plates li {
    width: 100%;
  }
  .header__contacts-address {
    display: none;
  }
  .header__contacts-telephone li {
    display: flex;
    justify-content: center;
  }
  .header__contacts-telephone {
    flex-direction: column;
  }
  .showFilterBtn {
    position: absolute;
    display: block;
    z-index: 15;
    border: none;
    font-size: 21px;
    outline: none;
    padding: 0;
    background: #ffffff;
    right: 60px;
    top: 8px;
    color: #2c46fc;
    width: 26px;
    height: 26px;
  }
  .showFilterBtn .fa-times {
    display: none;
  }
  .showFilter .showFilterBtn .fa-times {
    display: inline-block;
  }
  .showFilter .showFilterBtn .fa-search {
    display: none;
  }
  .header__show-telephone {
    position: absolute;
    right: 100px;
    left: auto;
    top: 8px;
    display: block;
    font-size: 21px;
    outline: none;
    padding: 0;
    color: #fd000a;
    background: #fff;
    border: none;
    border-radius: 3px;
    width: 26px;
    height: 26px;
  }
  .header .logo {
    margin: 4px 0 4px 20px;
    flex: 1;
    align-self: flex-start;
  }
  .header__contacts {
    width: 100%;
    justify-content: center;
  }
  .logo a img {
    height: 30px;
  }
  .ban span {
    font-size: 13px;
  }
  .slogan {
    display: none;
  }
  .main .article .caption {
    border-radius: 0;
  }
  .header__clock {
    display: none;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    border-bottom: 1px dotted red;
  }
  .hamburger-menu {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
  }
  .swiper-container {
    width: 100%;
    height: 250px;
  }
  .slide-img {
    width: 100%;
  }
  .autos__link {
    width: 100px;
    height: 100px;
  }
  nav {
    display: none;
  }
  .main .wrap {
    flex-direction: column;
    padding-top: 41px;
  }
  .main .article {
    width: 100%;
  }
  .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;
  }
  .main .article {
    border-top: 1px solid rgb(154 154 154);
  }

  .products li > div {
    flex-direction: column;
    align-items: center;
  }
  .products li .prices {
    width: 100%;
    padding: 10px 0;
    align-items: center;
  }
  .products li .price {
    flex-direction: row;
  }
  .products li .price span,
  .products li .price .red {
    width: 150px;
  }
  .card__box {
    flex-direction: column;
    align-items: center;
  }

  .filterForm {
    position: relative;
    top: 0;
  }

  .model-list li {
    display: block; width: 49%;
  }

  .header .wrap {
    display: flex;
    flex-direction: column;
    position: relative;
    background: #ffffff;
  }
  .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 {
    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__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: #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-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;
}

#filter .row.dopFilter {
  max-height: 0;
  padding: 0;
  transition: 0.5s;
  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;
}

#filter .showFilter .col {
  justify-content: space-between;
  display: flex;
  width: 100%;
}
#filter .showFilter .col i {
  color: #591d94;
}

@media screen and (max-width: 500px) {
  form.recall {
    width: 300px;
    margin-left: -150px;
  }
}
