@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
html {
  height: 100%;
}
body {
  margin: 0px;
  transition: opacity 0.5s;
  padding: 70px 0 5px 0px;
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #000;
  background:rgb(234, 234, 234);
}
* {
  box-sizing: border-box;
}
a {
  color: #000;
}
/* a:hover {
  color: #da3b44;
} */




.userParams{display: flex; margin:0; flex-direction:column; padding:0; list-style:none;}
.userParams li{display: flex; justify-content: space-between; padding: 8px 0; border-bottom:1px #ddd solid;}
.userParams li button{margin-top:0;}

.userParams li input{width:220px; }

img{display: block; max-width:100%;}

.swiper-container {
  height: 250px;
  width: 100%;
  flex: 0 0 auto;
}

.swiper-slide1 {
  background-image: url(/template/images/sss.png);
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-slide2 {
  background-image: url(/template/images/slide2.png);
  background-position: center;
}

.swiper__bg {
  height: 100%;
  width: 100%;
  background-image: linear-gradient(
    to top,
    rgba(93, 93, 93, 0.6),
    rgba(225, 225, 225, 0.6)
  );
}

.swiper__text {
  font-size: 30px;
  color: #ffffff;
  text-shadow: 1px 1px #000000, 1px -1px #8d8d8d, -1px 1px #000000,
    -1px -1px #000000, 3px 3px 6px rgba(0, 0, 0, 0.52);
  font-weight: bold;
  height: 100%;
  padding-top: 30px;
}

.swiper-wrapper
{
text-align: center;
}

.swiper__text h2 {
  margin: 0;
}

.swiper__text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* .swiper__text ul li{
   margin: 0 auto;
} */

#callBtn {
  display: none;
  z-index: 50;
  outline: none;
  opacity: 0.8;
  cursor: pointer;
  transition: 0.3s;
  height: 80px;
  border: none;
  font-size: 40px;
  border-radius: 40px;
  color: #fff;
  background: #6bce1b;
  position: fixed;
  left: 20px;
  bottom: 20px;
  width: 80px;
  align-items: center;
}

.header {
  transition: 0.3s;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10000;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.wrap {
  display: flex;
  max-width: 1220px;
  width: 100%;
  min-width: 300px;
  padding: 0 10px;
  margin: auto;
  justify-content: space-between;
 
}

.cars .wrap{background:none;}

.wrap__header {
  padding: 0px 10px;
  align-items: center;
}

.header__img {
  width: 200px;
}

.header__logo img {
  width: 220px;
}
.header__logo {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  justify-content: center;
  font-size: 15px;
}

.header__mobile-menu {
  display: none;
}

.header__telephones {
  padding: 0;
  display: flex;
}

.header__telephones li {
  list-style: none;
  display: flex;
  align-items: flex-end;
  margin: 0 0 0 30px;
  flex-direction: column;
}

.header__telephones li a small {
  font-size: 15px;
  color: #505050;
  font-weight: normal;
}

.header__telephone {
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.header__time-info {
  display: none;
}

.fa-viber {
  font-size: 26px;
  margin-left: 5px;
  color: #7360f2; font-weight: normal;
}

.fa-whatsapp-square {
  font-size: 26px;
  margin-left: 5px;
  color: #00cd0e; font-weight: normal;
}

.fa-telegram{
  font-size: 26px;
  margin-left: 5px;
  color: #0099e5; font-weight: normal;
}

.fa-viber_null {
  display: none;
  height: 30px;
  width: 30px;
}
.header__tel-logo {
  height: 30px;
  padding-right: 10px;
}
header .phones {
}

.header__day-work {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5px;
}

.header__day-work p {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
}

.header__day-box {
  display: flex;
  padding: 0;
  margin: 5px 0 0;
}

.header__day {
  border: 2px solid #00ff13c7;
  width: 10px;
  height: 10px;
  margin: 2px;
  list-style: none;
  border-radius: 10px;
}




.nav {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0px;
  width: 100%;
  transition: 0.5s;
  right:0;
  z-index: 200;
  background: rgba(255,255,255,0.7);
}

.nav__items {
  padding: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin:0;
}

.nav__item {
  list-style: none;
  width: 20%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center; 
  margin: 0px;
  border-right:1px #979797 solid;
}

.nav__item:first-child{  border-left:1px #979797 solid;}

.nav__item a i{font-size: 28px; margin-bottom: 5px;}


.nav__item:first-child{  border-right:1px #979797 solid;}


.plates{display: flex; width: 100%; justify-content: space-between; list-style: none;}
.plates li{width:30%;}
.plates li img{width: 100%;}

.plates li  a{text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size:18px; color:#333;  text-decoration: none;}


.nav__link {
  text-decoration: none;
  color: #333;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nav__img {
  height: 60px;
  padding-bottom: 5px;
}

.nav__cart {
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.boxFilter {
  margin-top: 30px;
}

#filterForm {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  color:#111; text-shadow:none; font-size:16px;
  flex-wrap: wrap;
}

/* боковой фильтр */
aside #filterForm {
  flex-direction: column;
}

aside .place{position:sticky; top:100px;}

aside #filterForm .row {
  padding: 10px 0;
  border-bottom: 1px #d7d7d7 solid;
  position: relative;
}

aside #filterForm select{background:#fff;}

aside #filterForm .row:first-child{padding-top:0;}

#filterForm .col{position: relative;}

#filterForm .fas{position: absolute; transition:0.3s; opacity:0.2; cursor:pointer; right:25px; top:50%; margin-top:-7px; font-size:14px; color:#7c7c7c;} 
#filterForm .row:hover>.fas{opacity:1;}
#filterForm .col:hover>.fas{opacity:1;}


aside #filterForm .row select,
aside #filterForm .row input {
  border: 1px #7d7d7d solid;
  font-size: 14px;
}

aside #filterForm .row:last-child {
  border-bottom: none;
}
/* END боковой фильтр */

p.errorRed{padding:20px; border:5px #a73636 solid; display: block; text-align: center; font-size:16px; }

#filter {
  color: #fff;
  text-shadow: 0 0 1px #000;
}
.wrap__cars h1 {
  font-size: 32px;
  text-shadow: 0 0 3px #000; text-align: center;
}
#filterForm .col .col{padding:0 !important; margin-left:10px;}
#filterForm .col .col:first-child{margin-right:10px; margin-left:0;}
#filterForm .col {
  width: 50%;
  padding: 0px 0;
  height: auto;
  padding-left: 30px;
  flex-direction: column;
}
#filterForm .col:first-child {
  padding-left: 0px;
  padding-right: 30px;
}

#filterForm>.col:first-child{border-right: 1px #ddd solid;}

#filterForm .col .row {
  padding: 20px 0;
  display: flex;
}

#filterForm .row select,
#filterForm .row input {
  width: 100%;
  height: 46px;
  font-size: 16px;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.65);
  padding: 5px;
  border: none;
box-shadow: 0 0 5px rgba(0,0,0,0.3);
color:#333;
}
#filterForm > .row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

main button, aside button{
  border-radius: 0px;
  cursor: pointer;
  margin-top: 30px;
  color: #333 !important;
  border: none;
  height: 42px;
  padding: 0 30px; font-size: 14px;
  background: #fbac00;
  outline:none; 
}

aside {
  width: 260px;
  padding-right: 20px;
  margin: 30px 20px 0 0;
  border-right: 1px #ddd solid;
  flex-shrink:0;
}

.col {
  height: 30px;
}

.col select,
input {
  height: 100%;
}

article {
  width: 100%;
  margin: 30px 0;

}

.brands__items {
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.brands__items li {
  list-style: none;
  padding: 5px;
}

.brands__items li:last-child {
  padding-right: 0;
}

.brands__link {
  text-decoration: none;
  font-size: 15px;
  display: block;
  padding:10px; border:1px #ddd solid; border-radius: 5px;
}

.brands__link img {
 
  border-radius: 5px;
  width:90px; height:90px; object-fit: contain; object-position: center;
}

.cars {
  height: auto;
  background-image: url(/template/images/volvobg3.jpeg);
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  min-height:600px;
}

.cars.inner{height:300px; min-height:300px; background-attachment: scroll;   background-position: center;}

.cars::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.45);
}
#filter {
  position: relative;
  z-index: 10;
  padding: 30px;
}

.cars__bg {
  height: 100%;
  padding:0px 0;
  display: flex; justify-content: center; align-items: center;
}

.cars__bg h2 {
  color: #ffffff;
  padding-top: 50px;
  font-size: 25px;
}

.cars__box {
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.cars__item {
  list-style: none;
  border: 1px solid;
  width: 250px;
  height: 550px;
}

.wrap__cars {
  flex-direction: column; margin-bottom:200px;
}

.wrap__info {
  display: block;
}

.wrap__info h3 {
  font-size: 20px;
}

.info {
  padding: 30px 0;
}

.wrap__info p {
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  text-indent: 2em;
}

.footer {
  background-image: url(/template/images/volvobg2.jpeg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer__bg {
  background-color: rgba(0, 0, 0, 0.4);
}

.wrap__footer {
  align-items: baseline;
}

.footer__nav,
.footer__info-items,
.footer__socials-icons {
  padding: 0;
  font-size: 14px;
}
.footer__nav,
.footer__info-items,
.footer__socials-icons li {
  list-style: none;
}
.footer__nav li,
.footer__info-items li,
.footer__socials-icons li {
  padding-bottom: 10px;
}
.footer__info-items .header__day {
  padding-bottom: 0;
}
.footer__nav-link,
.footer__tel,
.footer__mail {
  text-decoration: none;
  color: #ffffff;
}
.footer__nav-link:hover,
.footer__tel:hover,
.footer__mail:hover {
  text-decoration: underline;
}

.footer__info-item {
  color: #ffffff;
}
.footer__point-link {
  display: flex;
  flex-direction: column;
}

.footer__point-link a {
  color: #fff;
  text-decoration: none;
  padding-bottom: 5px;
}

.footer__socials-icon img {
  width: 40px;
  border-radius: 50%;
}

.footer__nav-container h3,
.footer__info h3,
.footer__socials h3 {
  font-size: 20px;
  color: #ffffff;
}

.swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 50px;
  cursor: pointer;
}

.swiper-button-next {
  position: absolute;
  top: 50%;
  right: 50px;
  cursor: pointer;
}

.swiper-button-prev::after, .swiper-button-next::after {
  content: none;
}

.fa-chevron-circle-left, .fa-chevron-circle-right {
  font-size: 60px;
  transition-duration: 0.6s;
  opacity: 0.3;
  color: #6bc46a;
}
.fa-chevron-circle-left:hover, .fa-chevron-circle-right:hover {
  opacity: 1;
}
.footer__nav {
  font-size: 14px;
  text-align: start;
}

.footer__socials-icons {
  display: flex;
  justify-content: center;
}

.footer__socials-icons li {
  padding-right: 7px;
}
.footer__socials-icons li:last-child {
  padding-right: 0;
}

.footer__copyright {
  margin: 0;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
}

.footer__copyright a {
  font-weight: bold;
  color: #0169d3;
}

.footer__copyright a:hover {
  color: #4195eb;
}

.products {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin:0;
  justify-content: center;
}

.products li {
  display: flex;
  list-style: none;
  width: 100%;
  flex-basis: auto;
  background:#fff;
  border: 1px solid #bcbcbc;
  padding: 20px;
  margin: 5px 0;
  border-radius: 5px;
  justify-content: space-around;
  flex-direction: column;
} 

.products li:first-child{margin-top:0;}

.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:5px; }
.products li .price span:first-child{font-size:18px; display: block; 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 form{width: 160px; flex-shrink: 0; display: flex; justify-content: space-between; flex-direction: column; align-items: flex-end;}



.products li a {
  text-decoration: none;
}

.img {
  overflow: hidden;
}

.img img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  object-position: center;
}

.products li .img img{height:150px;}

.img  li:first-child img 
{
height:auto !important;
}

.paginator {
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.paginator li {
  list-style: none;
  border: 1px solid #b4b4b4;
  background-color: #abadad3b;
  border-radius: 5px;
  margin: 5px 10px;
  width: 30px;
  height: 30px;
}

.paginator li a {
  line-height: 30px;
  text-decoration: none;
}

main .crumbs {
  padding: 15px;
  background:#e7e7e7; width: 100%;
}

main .crumbs i.fa-chevron-right{opacity:0.3; margin:0 5px;}

main{padding:0 0 30px 0;}

main .crumbs ul {
  display: flex;
  margin: 0;
  padding: 0;
}

main .crumbs ul li {
  list-style: none;
  margin-right: 10px;
  position: relative;
}

main .crumbs ul li a {
  text-decoration: none;
}

.wrap__product {
  display: block;
}

.row {
  display: flex;
}

.all-products {
  flex-shrink: 0;
  width: 260px;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  margin: 10px 20px 10px 0;
  position: relative;
}

.all-products ul {
  padding: 0;
}

.all-products ul li {
  list-style: none;
  text-align: left;
  padding-top: 5px;
}

.all-products ul li a {
  text-decoration: none;
  padding: 5px 0;
  border-bottom: 1px #ddd solid;
  display: block;
}

.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 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 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px #ddd dotted;
  margin-bottom: 10px;
}

.fullProduct {
  display: flex;
  justify-content: space-evenly;
  padding: 20px;
  border-radius: 10px;
  background: #e9e9e985;
}

.card__box {
  display: flex;
  width: 100%;
  justify-content: space-around;
  border-right: 1px solid #dddddd;
}

.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;
}


.related {
  padding-top: 50px;
}

.showcart .oferta  input{display: block; min-width:16px; width: 16px; height: 16px; flex-shrink: 0; }
.showcart .oferta span{width: 100%; padding-left:10px;}

.card-aside__btn {
  font-weight: bold;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.08);
  color: #fff;
  display: block;
  width: 100px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 8px 16px;
  margin: 20px auto;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  background-color: rgb(43, 153, 91);
  border: 1px solid rgb(33, 126, 74);
}

.card-aside__btn:hover {
  background-color: rgb(75, 183, 141);
}
/* Контакты, сто */
.kontakty aside,
.sto aside,
.dostavka-i-oplata-avtorazborka-automotorsby aside,
.garantiya aside {
  display: none;
}



.contact-tel ul {
  padding: 0;
  margin: 0;
  text-align: left;
}

.contact-tel ul li {
  list-style: none;
}

.contact-tel ul li a {
  text-decoration: none;
  font-size: 30px;
  color: #000000;
  display: flex;
  align-items: center;
}

.contact__map-container {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.contact-img {
  max-width: 100%;
  margin-bottom: 20px;
}


.sto__service {
  text-align: left;
}

.static h1 {
  font-size: 36px;
  margin-top: 0;
}

.static p,
.static ul li {
  text-align: left;
  font-size: 16px;
}

#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;
}

.loginReg {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
.loginReg .leftCol {
  min-height: 400px;
  font-size: 14px;
  vertical-align: top;
  width: 50%;
  padding: 0 50px 50px 50px;
}
.loginReg .rightCol {
  min-height: 400px;
  font-size: 14px;
  vertical-align: top;
  width: 50%;
  padding: 0 50px 50px 50px;
  border-left: 1px #ddd solid;
}

form {
  transition: 0.5s;
  font-size: 0;
  text-align: left;
}
form label {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  width: 100%;
  padding: 20px 0;
}
form label strong {
  font-weight: normal;
  display: block;
}

form .formResult {
  font-size: 16px;
}
form .formResult .red {
  padding: 20px;
  text-align: center;
  margin: 0 0 20px 0;
  border: 3px #de8888 solid;
  border-radius: 10px;
}
form .formResult .green {
  padding: 20px;
  text-align: center;
  margin: 0 0 20px 0;
  border: 3px #7aac4e solid;
  border-radius: 10px;
}

form label input,
select,
form textarea {
  display: block;
  width: 100%;
  padding: 7px 5px;
  border: 1px #ddd solid;
  border-radius: 5px;
}
form .options {
  margin: 10px;
  padding: 10px;
  border: 1px #ddd solid;
  text-align: center;
}
form .options label {
  width: 49%;
  margin-right: 2%;
  text-align: center;
}
form .options label:nth-child(2n-2) {
  margin-right: 0%;
}
form textarea {
  height: 100px;
}

button.min,
.btn.min {
  font-size: 12px;
  border: none;
  background: #ffae08;
  display: inline-block;
  vertical-align: top;
  color: #000;
  text-decoration: none;
  line-height: 24px;
  border: none;
  border-radius: 3px;
  height: 24px;
  padding: 0 10px;
}
button.min:hover,
.btn.min:hover {
  background: #ffc652;
}






.showcart{width:100%; padding:30px; border-radius:10px; box-sizing:border-box; background:#fff;margin-bottom:50px;}
.showcart .row{width:100%; display: flex; position:relative; padding:12px 0px; line-height:20px; border-bottom:1px #C0C0C0 dotted;}
.showcart .row span.del{cursor:pointer;  display:block; width:18px; height:18px; line-height:18px; text-align:center; background:#AE0000; color:#fff; border-radius:9px; font-size:14px; text-decoration:none; line-height:16px;}
.showcart .row span.del i{line-height:18px; font-size:10px;}
.showcart .order_title{font-size:36px; margin-top:40px; margin-bottom:10px; width:100%;}
.showcart input{padding:5px; border:1px #C0C0C0 solid; min-width:200px; border-radius:5px;}

.showcart .row span{float:none;}

.showcart *{box-sizing:border-box;}
.showcart .row img{margin-right:15px; width:70px;}
 .showcart .row b{font-size:14px;}
 .showcart .row:hover{background:#fff;}
 .showcart .row big{font-size:26px; font-family:georgia;}
 .showcart .summ{font-size:26px; font-family:georgia; width:100%; margin-top:20px;}
 .showcart .summ big{font-size:39px; font-weight:bold;}
 .showcart a{color:#000;}
 .showcart label{width:100%; padding:6px 0px; border-bottom:1px #C0C0C0 dotted;}
 .showcart label span{display:inline-block; width:150px;}
 .showcart span.red{color:#F20000; font-weight:bold;}
 .showcart button{margin-top:20px;}
 #order_waring{text-align:center; color:red; padding:5px 0px;}






@media screen and (min-width: 986px) and (max-width: 1195px) {
  .header__tel-logo {
    height: 22px;
  }
  .header__telephone {
    font-size: 14px;
  }
  .header__telephones li a small {
    font-size: 12px;
  }
}

@media screen and (min-width: 826px) and (max-width: 985px) {
  .header__telephones {
    flex-direction: column-reverse;
  }
  .property {
    width: 50%;
    padding-right: 5px;
  }
}

@media screen /* and (min-width: 425px) */ and (max-width: 825px) {
  .wrap__header {
    justify-content: center;
    position: relative;
    flex-direction: column;
  }

  .products li form{width:100%; padding-top:20px; flex-direction:row; }
  .products li .price{flex-direction:row; width:60%;}
  .products li .price .red{order:2;}

  
  .showFilter header{top:-200px;}
  body.showFilter {padding-top:0;}
  .products li>div {flex-wrap:wrap;}

  .products .description{width: 70%; padding-right:0;}

  .swiper-container {
    display: none;

  }




  body.showMenu .nav {
    right: 5%;
  }

  main .wrap aside {
    display: flex !important;
    padding: 10px 15px;
    border-right: none;
    overflow-y: auto;
    position: fixed;
    top: 40px;
    max-height: 80%;
    border-radius: 10px;
    width: 80%;
    transition: 0.5s;
    left: -110%;
    z-index: 200;
    background: #575656;
  }

  aside .place{position: relative; top:0;}

  #callBtn{width: 60px; height:60px; border-radius: 50%; font-size:30px;}

  .showFilter .wrap aside {
    left: 10%;
  }
  main .wrap aside #filterForm {
    flex-direction: row;
    justify-content: space-between;
  }
  main .wrap aside #filterForm > .row {
    width: 100%;
  }
  main .wrap aside #filterForm > .row.w50 {
    width: 49%;
  }

  .contact__map-container {
    flex-direction: column;
  }

  #filterForm > .row button {
    margin-top: 10px;
  }

  .nav__item:last-child {
    margin-left: 5px;
  }
 header .phones {
    position: absolute;
    top: 0px;
    left: -200%;
    margin: 0;
    width: 100%;
    background: #f1f1f1ed;
  }
header .phones.open {
    left: 0;
    transition: 1s;
    z-index: 1000;
  }

  .header__telephones li{align-items: center;}


  #filterForm {
    flex-direction: column;
  }
  #filterForm .col {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
  }
  #filterForm .col:first-child {
    padding: 0;
    margin: 0;
    border: none;
  }
  .header__telephones {
    flex-direction: column;
  }
  .header__telephones li {
    margin: 0 0 50px;
    justify-content: center;
  }
  .header__telephones li:last-child {
    margin-bottom: 0;
  }
  .fa-viber_null {
    display: block;
  }
  .info {
    padding: 0;
  }
  #callBtn {
    display: flex;
    justify-content: center;
  }
  #filter h1 {
    font-size: 20px;
  }
  .wrap__footer {
    align-items: center;
    flex-direction: column;
  }
  .fullProduct {
    flex-direction: column;
  }
  .card__box {
    flex-direction: column;
    border-right: none;
    align-items: center;
  }
  .property {
    width: 100%;
  }
  .card-aside {
    width: 100%;
  }
  .card-aside__btn {
    width: 150px;
    padding: 15px 17px;
  }
  .card-aside__pay ul {
    padding: 0;
  }
  .card-aside__pay ul li {
    list-style: none;
  }

  body {
    padding-top: 150px;
  }
  .header {
    background: #fff; opacity:0.9;
position: fixed;;
  }

.header.fix{position: fixed;top:-80px;}

  .header__user {
    margin-left: 0;
    width: 100%;
    border-right: none;
    border-top: 1px #cecece solid;
  }
  .header__user > * {
    width: 33%;
  }
  .header__mobile-menu {
    display: block;
  }
  .header__logo {
    padding: 10px 0; height:73px;
  }
  button.header__mobile-menu {
    transition: 1s;
    padding: 10px 20px;
    z-index: 150;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    outline: none;
    color: #000 !important;
    margin-top:0px;
    z-index: 100;
    background: none;
    border: none;
  }
  button.header__mobile-menu#mobMenu2 {
    left: auto;
    right: 0;
    text-align: left;
    border-left: 1px #cecece solid;
  }
  button.header__mobile-menu span {
    transition: 0.1s;
    display: block;
    vertical-align: middle;
    position: relative;
    width: 22px;
    height: 3px;
    background: #000;
    bottom: -13px;
    margin: 0 0 20px 0;
  }
  button.header__mobile-menu span:after {
    transition: 0.5s;
    content: "";
    width: 22px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 0;
    top: -6px;
  }
  button.header__mobile-menu span:before {
    transition: 0.5s;
    content: "";
    width: 22px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 0;
    top: -12px;
  }

  button.header__mobile-menu.open {
    color: #000;
  }
  button.header__mobile-menu.open span {
    background: none;
  }

  button.header__mobile-menu.open span:after {
    transform: rotate(-45deg);
    background: #000;
  }
  button.header__mobile-menu.open span:before {
    transform: rotate(45deg);
    top: -6px;
    background: #000;
  }
  .footer__info-items {
    margin: 0;
  }
  .footer__socials h3 {
    margin: 0;
  }
}

@media screen /*and (min-width: 325px) */ and (max-width: 424px) {
  .wrap__header {
    justify-content: center;
    flex-direction: column;
  }

  .img img {
    max-height: 100px;
  }

  main .crumbs ul {
    flex-wrap: wrap;
  }

  .gallery ul li img {
    max-height: 190px;
  }


}
