@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700&subset=latin,cyrillic-ext);
input,
textarea {
  outline: none;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-align: center;
  background-color: #c7caca65;
}
textarea {
  font-family: "Roboto", sans-serif;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
a {
  color: #fff;
  text-decoration: underline;
}

header {
  background: #fff;
  color: #000;
}

header .wrapper {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  justify-content: space-around;
}

.nav {
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 8px 20px;
  background: #fff9f61a;

}

.nav.fix {
  position: fixed;
  top: 70px;
  left: 0;
  background: #d6d8d8;
  z-index: 100;
  width: 100%;
}

.nav li:first-child {
  padding: 0 35px 0 85px;
}

.nav li {
  padding: 0 35px 0 0;
}

.nav li a {
 color: #000;
 text-decoration: none;
 font-weight: 700;
}

.baner {
  width: 100%;
  height: 100%;
}

.baner img {
  width: 100%;
  height: 100%;
  max-height: 600px;
  object-fit: cover;
  object-position: center;
}

h1,
h2 {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  color: black;
}

.wrapper {
  padding: 0 20px;
  text-align: left;
  position: relative;
  font-size: 18px;
}

ul.jobtime {
  margin: 0;
  list-style: none;
}
ul.tul li {
  margin: 5px 0;
  padding: 0;
  font-size: 16px;
}
ul.phones {
  margin:0;
  list-style: none;

}
ul.phones a {
  color: #000;
  text-decoration: none;
  font-size: 20px;
}
ul.tul {
  padding: 0;
  font-weight: 600;
}

#short_cart {
  padding: 10px;
  border-radius: 10px;
  text-decoration: none;
  margin: 5px 0;
  color: black;
  border: 1px solid #eb721a;
}
#short_cart.fix {
  top: 0;
  right: 30px;
  position: fixed;
  z-index: 200;
  color: #fff;
}
ul.phones .fa {
  font-size: 18px;
  width: 20px;
  height: 20px;
}
.fa.velcom {
  background: url(images/velcom.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.fa.mts {
  background: url(images/mts.png) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.page {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 30px 20px 30px;
  min-height: 800px;
  border-radius: 10px;
}

.page h1 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.page h2 {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

.page p {
  color: #000;
}

footer {
  float: left;
  width: 100%;
  margin-top: 50px;
}
footer .wrapper {
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  border-radius: 10px 10px 0 0;
  color: #ddd;
  padding: 20px;
  font-size: 12px;
}
menu.fix {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  margin-left: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.8);
  height: 70px;
}
menu {
  position: absolute;
  transition: 0.3s;
  width: 1040px;
  left: 50%;
  z-index: 100;
  top: 190px;
  text-align: center;
  padding: 0;
  font-size: 0;
  background-size: contain;
  margin: 0;
  margin-left: -520px;
  border-radius: 10px;
  list-style: none;
}
menu li {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  position: relative;
  padding: 7px 7px;
  margin: 5px 10px;
  height: 20px;
}
menu li a {
  color: #fff;
  text-decoration: none;
  margin-left: 5px;
  font-weight: 300;
  display: inline-block;
  border-bottom: 1px #fff dotted;
}
#orderTxt {
  padding-top: 470px;
  background: url("/images/prdlozenie.jpg") no-repeat center 70px !important;
  background-size: contain !important;
}
.page section {
  float: left;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px #fff dashed;
}
.page section h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.logo {
 display: block;
 width: 300px;
}

.logo img {
  width: 100%;
}

.logo h1 {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
menu.fix li {
  display: inline-block;
}
menu li {
  display: none;
}

#recallBtn {
  width: 80px;
  z-index: 50;
  outline: none;
  opacity: 0.7;
  cursor: pointer;
  transition: 0.3s;
  height: 80px;
  border: none;
  font-size: 40px;
  border-radius: 40px;
  color: #fff;
  background: #6bce1b;
  position: fixed;
  right: 20px;
  bottom: 20px;
}
#recallBtn .fa {
  position: relative;
  transition: 0.3s;
}

#recallBtn:hover,
#recallBtn.a {
  opacity: 1;
  transition: 0.3s;
}
#recallBtn.a .fa,
#recallBtn:hover .fa {
  transform: rotate(30deg);
  font-size: 44px;
}

#menu {
  text-align: center;
}
.box {
  margin-bottom: 35px;
  float: left;
}
.row {
  padding: 5px;
  font-size: 14px;
  float: left;
  width: 210px;
  color: #000;
  position: relative;
}
.row label {
  position: relative;
  padding-left: 20px;
}
.box big {
  font-size: 26px;
}
.row span:first-child {
  float: left;
  text-align: left;
  width: 140px;
}
.row span:last-child {
  float: right;
  text-align: right;
  width: 60px;
}
.row span:last-child b {
  font-weight: normal;
  font-size: 12px;
}
.row input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

input[type="radio"] {
  width: 0 !important;
  height: 0 !important;
  margin: 0;
  padding: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
}
input[type="radio"] + label {
  position: relative;
  cursor: pointer;
}
input[type="radio"] + label i {
  display: inline-block;
  width: 15px;
  font-size: 18px;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
}
input[type="radio"] + label i.fa-square-o {
  z-index: 1;
  opacity: 0.7;
}
input[type="radio"] + label i.fa-check-square-o {
  z-index: 2;
  width: 0;
  height: 0;
  transition: 0.3s;
}
input[type="radio"]:checked + label i.fa-check-square-o {
  width: 15px;
  height: 18px;
  opacity: 1;
}

ul.products {
  float: left;
  width: 100%;
  font-size: 0;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
ul.products li {
  margin: 10px;
  transition: 0.3s;
  padding: 10px;
  width: 300px;
  min-height: 400px;
  background: #fff;
  cursor: pointer;
  position: relative;
  vertical-align: top;
  color: #000;
  display: inline-block;
  border-radius: 3px;
}
ul.products li .img,
#fly {
  width: 300px;
  height: 220px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 33px;
}
ul.products li h3 {
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 20;
  margin-top: 0;
  text-align: center;
  font-weight: 300;
  font-size: 22px;
  width: 300px;
  background: rgba(255, 255, 255, 0.8);
}
ul.products li span {
  display: block;
}
ul.products li span.ingridients {
  font-style: italic;
  margin: 10px 0;
  font-size: 12px;
}
ul.products li span.price b {
  font-size: 26px;
}
ul.products li span.price {
  text-align: center;
}
ul.products li i {
  font-style: none;
}

ul.products li button {
  background: #368000;
  margin-top: 10px;
  width: 100px;
  height: 35px;
  border-radius: 5px;
  border: none;
  color: #fff;
  cursor: pointer;
}

ul.products li span.mass {
  font-size: 16px;
  display: inline-block;
}
ul.products li span.mass i {
  display: inline-block;
}
ul.products li span.mass b {
  float: left;
  opacity: 0.6;
  transition: 0.3s;
  width: 20px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
  height: 20px;
  border-radius: 10px;
  background: #368000;
  color: #fff;
}
ul.products li span.mass b:hover {
  opacity: 1;
}
ul.products li span.mass b:last-child {
  float: right;
  margin-left: 10px;
}

ul.products.col4 li {
  width: 220px;
  height: 440px;
}
ul.products.col4 li .img {
  width: 220px;
  height: 160px;
  margin-top: 0;
}
ul.products.col4 li h3 {
  width: 220px;
}

ul.products.col4.mh li {
  height: 300px;
}

section.red {
  background: #cf0000;
  border: none;
  border-radius: 0 0 5px 5px;
  color: #fef891;
  text-align: center;
  padding: 50px 0;
}
section.red h2 {
  font-weight: bold;
}
section.red a {
  font-size: 86px !important;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
}

ul.products.min,
ul.products.min * {
  box-sizing: border-box;
}
ul.products.min {
  float: none;
  width: 100%;
  font-size: 0;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
ul.products.min li {
  margin: 3px;
  transition: 0.3s;
  padding: 10px;
  width: 140px;
  height: 300px;
  background: #fff;
  cursor: pointer;
  position: relative;
  vertical-align: top;
  color: #000;
  display: inline-block;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
ul.products.min li .img,
#fly {
  width: 100%;
  height: 120px;
  background-position: center center;
  background-size: cover;
  margin-top: 33px;
}
ul.products.min li h3 {
  display: block;
  position: absolute;
  left: 0px;
  top: 10px;
  z-index: 20;
  margin-top: 0;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
ul.products.min li span {
  display: block;
}
ul.products.min li span.ingridients {
  font-style: italic;
  margin: 10px 0;
  font-size: 12px;
}
ul.products.min li span.price b {
  font-size: 26px;
}
ul.products.min li span.price {
  text-align: center;
}
ul.products.min li i {
  font-style: none;
}

ul.products.min li button {
  background: #368000;
  margin-top: 10px;
  width: 100%;
  font-size: 11px;
  height: 25px;
  border-radius: 5px;
  border: none;
  color: #fff;
  cursor: pointer;
}

ul.products.min li span.mass {
  font-size: 11px;
  margin-top: 10px;
  display: inline-block;
}
ul.products.min li span.mass i {
  display: inline-block;
}
ul.products.min li span.mass b {
  float: left;
  opacity: 0.6;
  transition: 0.3s;
  width: 20px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  font-size: 16px;
  margin-right: 10px;
  height: 20px;
  border-radius: 10px;
  background: #368000;
  color: #fff;
}
ul.products.min li span.mass b:hover {
  opacity: 1;
}
ul.products.min li span.mass b:last-child {
  float: right;
  margin-left: 10px;
}

.orderBtn {
  display: flex;
  justify-content: center;
}
.orderBtn button {
  font-size: 22px;
  cursor: pointer;
  transition: 0.3s;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background: #368000;
  color: #fff;
}
.orderBtn button:hover {
  background: #439e00;
}

  .showcart {display:flex; margin:0 auto; max-width:1000px;}
  .showcart .promo button{margin-top:0 !important; float:none;}
  
.showcart {
  display:flex; 
  flex-direction:column;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 50px;
}
.showcart__box {
  display: flex;
  flex-direction: column;
}
.showcart .row {
  width: 70%;
  position: relative;
  float: left;
  padding: 12px 0px;
  line-height: 20px;
  border-bottom: 1px #c0c0c0 dotted;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.showcart .row .calc {
  width: 80px;
  display: inline-block;
  padding: 3px;
  border-radius: 3px;
  text-align: center;
  border: 1px #c0c0c0 solid;
}
.showcart .row .calc span {
  display: inline-block;
  width: 16px;
  cursor: pointer;
  color: #000;
  height: 16px;
  text-align: center;
  border: 1px #808080 solid;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
  line-height: 14px;
}
.showcart .row .calc span:hover {
  background: #808080;
  color: #fff;
}
.showcart .row span.del {
  cursor: pointer;
  display: block;
  width: 18px;
  height: 18px;
  text-align: center;
  background: #ae0000;
  color: #fff;
  border-radius: 9px;
  font-size: 14px;
  text-decoration: none;
  line-height: 16px;
}

.showcart .order_title {
  font-size: 36px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.showcart input {
  padding: 5px;
  border: 1px #c0c0c0 solid;
  min-width: 50px;
  border-radius: 5px;
}

.showcart .row span {
  float: none;
}

.showcart * {
  box-sizing: border-box;
  color: #000;
}
.showcart .row img {
  float: left;
  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;
  margin-top: 20px;
}
.showcart .summ big {
  font-size: 39px;
  font-weight: bold;
}
.showcart a {
  color: #000;
}
.showcart .row2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 6px 0px;
  font-size: 20px;
  border-bottom: 1px #c0c0c0 dotted;
}
.showcart .row2 span {
  display: inline-block;
  width: 200px;
}
.showcart .row2 label {
  padding: 5px 5px 5px 25px;
  border-radius: 5px;
  background: #ececec;
  display: inline-block;
  font-size: 16px;
  margin: 5px 30px 5px 0;
}
.showcart .row2 label i {
  font-size: 18px;
  top: 6px;
  left: 5px;
}

.showcart .row2 textarea {
  width: 100%;
  height: 60px;
}

.showcart .row2 input {
  padding: 5px;
}
.showcart .row2 input,
.showcart .row2 select {
  max-width: 100%;
  font-size: 16px;
}
.showcart span.red {
  color: #f20000;
  font-weight: bold;
}
.showcart button {
  float: left;
  margin-top: 20px;
}
#order_waring {
  text-align: center;
  color: red;
  padding: 5px 0px;
}

.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 #bfe299 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: #368000;
  margin-top: 10px;
  width: 100px;
  height: 35px;
  border-radius: 5px;
  border: none;
  color: #fff;
  cursor: pointer;
}

#map {
  border-bottom: none;
}
#map h2 a {
  color: #218be6;
}
.map {
  width: 100%;
}

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

#modal {
  position: fixed;
  transition: opacity 0.3s;
  width: 0;
  max-height: 0;
  opacity: 0;
  background: #fff;
  z-index: 999;
  left: 50%;
  margin-left: -310px;
  top: 40px;
}
#modal.open {
  width: 600px;
  padding: 10px;
  opacity: 1;
  color: #000;
  font-size: 16px;
  max-height: 700px;
}
#modal.open h3 {
  font-size: 24px;
  border-bottom: 1px #c7c7c7 dotted;
  display: block;
  margin-top: 0;
  width: 100%;
  margin-bottom: 0px;
  font-weight: normal;
  text-align: left;
}
#modal.open .img {
  width: 600px;
  height: 400px;
  background-position: center center;
  background-size: cover;
  margin-top: 15px;
}
#modal.open span.price b {
  font-size: 36px;
}
#modal.open i.fa-times {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

#vk_comments {
  float: left;
}

@media only screen and (max-width: 839px),
  only screen and (max-device-width: 839px) {
  body div,
  body section,
  body span,
  body img,
  body menu,
  body li,
  #vk_comments * {
    max-width: 100% !important;
  }
  header .wrapper {
    flex-direction: column;
  }
  .logo {
    width: 190px;
  }
  ul.tul li {
    font-size: 12px;
  }
  .nav {
    overflow-x: scroll;
  }
  .nav li:first-child {
    padding: 0 20px 0 0;
  }
  .nav li {
    padding: 0 20px 0 0;
  }
  .nav.fix {
    overflow-x: scroll;
  }
  body menu {
    width: 100%;
  }
  .showcart {
    padding: 0 10px;
  }
  .wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
  body {
    background-size: 500%;
  }
  .phones.tul,
  #modal,
  #blacker {
    display: none;
  }
  #blacker.m {
    display: block;
    width: 100%;
    max-width: 700px !important;
  }
  .jobtime.tul {
    width: 100%;
    text-align: center;
  }
  .page {
    padding: 10px 10px 20px 10px;
    margin-top: 50px;
  }

  menu.fix {
    position: fixed;
    width: 100%;
    left: 0%;
    top: 0;
    margin-left: 0px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  menu {
    position: absolute;
    transition: 0.3s;
    left: 50%;
    z-index: 100;
    top: 200px;
    text-align: center;
    padding: 0;
    font-size: 0;
    background-size: contain;
    margin: 0;
    margin-left: -150px;
  }
  menu li {
    padding: 2px 15px;
    margin: 5px 50px;
  }

  ul.products li {
    margin: 10px 20px;
  }
  #menu .col {
    margin: 10px 0;
  }
  #menu .col .row {
    font-size: 12px !important;
  }
  #menu .col .row {
    padding: 6px 10px;
    font-size: 16px;
    float: left;
    width: 260px;
  }
  .page section h2 {
    font-size: 32px;
  }
  #vk_comments {
    position: relative;
    left: -10px;
    max-width: 300px !important;
  }
  #yamap {
    position: relative;
    left: -10px;
  }

  ul.products.col4 li {
    height: auto;
  }
  ul.products li {
    margin: 10px 5px;
    transition: 0.3s;
    padding: 10px;
    width: 300px;
    height: auto;
    background: #fff;
    cursor: pointer;
    position: relative;
    color: #000;
    display: inline-block;
    border-radius: 3px;
  }
  ul.products li .img {
    width: 100%;
    height: 200px;
    background-position: center center;
    margin-top: 33px;
  }
  ul.products li h3 {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 20;
    margin-top: 0;
    text-align: center;
    font-weight: 300;
    font-size: 22px;
    width: 280px;
    background: rgba(255, 255, 255, 0.6);
  }
  ul.products li span {
    display: block;
  }
  ul.products li span.ingridients {
    font-style: italic;
    margin: 10px 0;
    font-size: 12px;
  }
  ul.products li span.price b {
    font-size: 26px;
  }
  ul.products li span.price {
    text-align: center;
  }

  #orderTxt {
    padding-top: 10px;
    background: none !important;
  }
  #orderTxt img {
    display: none;
  }

  
  .showcart .row {
    font-size: 14px;
    width: 100%;
  }
  .showcart .row * {
    font-size: 14px;
  }
  .showcart .row > b {
    float: left;
  }
  .showcart label input {
    width: 220px !important;
  }

  .showcart .row img {
    width: 40px;
    margin: 0;
  }

  form.recall.open {
    top: 20px;
    opacity: 1;
  }
  form.recall {
    width: 300px;
    transition: 0.5s;
    z-index: 0;
    opacity: 0;
    z-index: 20;
    background: #fff;
    position: fixed;
    padding: 25px;
    left: 50%;
    top: -1999px;
    margin-left: -150px;
    margin-top: 0;
  }
  form.recall label {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #181818;
    font-family: "Roboto", sans-serif;
    margin: 14px 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: 5px;
    height: 32px;
    border: 2px #bfe299 solid;
    padding: 5px;
  }
  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;
  }
}

ul.list,
ul.list * {
  box-sizing: border-box;
}

ul.list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
ul.list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
ul.list > li {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 190px 20px 140px;
  min-height: 175px;
  margin: 0;
  border-top: 1px #ccc solid;
}
ul.list.duo > li {
  padding-right: 0;
}
ul.list > li:first-child {
  margin-top: 0;
  border-top: none;
  border-top: 0px;
}

ul.list > li .logo2 {
  position: absolute;
  left: 0;
  top: 20px;
  width: 140px;
  padding: 0 10px;
  text-align: center;
}
ul.list > li .logo2 strong {
  font-size: 12px;
}
ul.list > li .logo2 .img {
  width: 100px;
  background-size: cover;
  height: 100px;
  margin: 0 10px 5px 10px;
  display: inline-block;
  border-radius: 50px;
  border: 3px #e5e5e5 solid;
  background-repeat: no-repeat;
}

ul.list > li .logo2 img {
  max-height: 100px;
}

ul.list > li .logo2 a {
  text-decoration: none;
}
ul.list > li .logo2 a:hover {
  text-decoration: underline;
}

ul.list > li .logo2 a.site {
  display: block;
  font-size: 11px;
  padding: 5px 0;
}
ul.list > li .logo2 a.site:hover {
  text-decoration: underline;
  color: #da3b44;
}

ul.list.listSto,
ul.list.listTires {
  padding-left: 200px;
}
.tagsList {
  padding-right: 260px !important;
}

ul.list > li {
  overflow: hidden;
}
ul.list > li > a > .price {
  margin-right: 30px;
}
ul.list > li a.suggestions {
  padding: 11px 10px;
  transition: 0.3s;
  height: 45px;
  vertical-align: top;
  margin: 5px 0 5px 0px;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  border: 1px #ddd solid;
  border-left: 4px #e38600 solid;
  border-radius: 0px 3px 3px 0;
}
ul.list > li a.suggestions:hover {
  color: #fff;
  background: #e38600;
  border: 1px #e38600 solid;
  border-left: 4px #c26400 solid;
}

.reviews {
  color: #000;
}

ul.list > li ul.phones {
  position: absolute;
  z-index: 10;
  transition: 0.5s;
  right: 0px;
  top: 5%;
  padding: 20px 0 20px 10px;
  width: 170px;
  height: 85%;
  border-radius: 10px;
  text-align: right;
}

ul.list > li h3 {
  margin-top: 0;
  font-weight: 600;
  line-height: 1.2;
  font-size: 18px;
  margin-bottom: 10px;
}
ul.list > li h3 span {
  font-size: 11px;
  color: #a0a0a0;
  line-height: 110%;
  display: none;
}
.user_info .post h3 span {
  display: block;
}

ul.list.duo ul.bar {
  right: 0;
}
ul.bar {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: right;
}
ul.bar li {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  margin: 0 0 0 30px;
  color: #000;
}
ul.bar li:hover,
ul.bar li:hover a,
ul.bar li.bold {
  color: #fff;
}
ul.bar li a {
  text-decoration: none;
  color: #fff;
}
ul.bar i.fa {
  font-size: 14px;
  position: relative;
  bottom: -1px;
  left: 0;
  margin-right: 4px;
}
ul.bar a {
  text-decoration: none !important;
}

ul.list > li a {
  text-decoration: underline;
}

ul.list > li .txt {
  padding: 10px 0 40px 0;
}

button.showPhone.tr {
  position: absolute;
  right: 0;
  top: 15px;
}

#menu4mobile {
  display: none;
}

button.mobMenu {
  display: none;
}

@media only screen and (max-width: 839px),
  only screen and (max-device-width: 839px) {
  button.mobMenu {
    transition: 1s;
    z-index: 50;
    font-size: 11px;
    display: block;
    position: fixed;
    top: 20px;
    left: 10px;
    outline: none;
    color: #fff;
    padding: 0;
    z-index: 1000;
    background: none;
    border: none;
  }
  button.mobMenu#mobMenu2 {
    left: auto;
    right: 0;
    text-align: left;
  }
  button.mobMenu#mobMenu2 span {
    margin-left: 0;
    margin-right: 10px;
  }
  button.mobMenu span {
    transition: 0.1s;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 22px;
    height: 3px;
    background: #f27b21;
    bottom: -5px;
    margin-left: 0px;
  }
  button.mobMenu span:after {
    transition: 1s;
    content: "";
    width: 22px;
    height: 3px;
    background: #f27b21;
    position: absolute;
    left: 0;
    top: -6px;
  }
  button.mobMenu span:before {
    transition: 1s;
    content: "";
    width: 22px;
    height: 3px;
    background: #f27b21;
    position: absolute;
    left: 0;
    top: -12px;
  }

  button.mobMenu.open {
    color: #000;
  }
  button.mobMenu.open span {
    background: none;
  }
  button.mobMenu.open span:after {
    transform: rotate(-45deg);
    background: #fff;
  }
  button.mobMenu.open span:before {
    transform: rotate(45deg);
    top: -6px;
    background: #fff;
  }

  #menu4mobile {
    position: fixed;
    display: block;
    transition: 0.5s;
    left: -150%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: rgba(0, 0, 0, 0.9);
    list-style: none;
    margin: 0;
    padding: 180px 0 0 0;
  }
  #menu4mobile li {
    display: block;
    padding: 20px;
    border-bottom: 1px #ddd solid;
  }
  #menu4mobile li a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
  }

  #menu4mobile.open {
    left: 0;
  }

  button.showPhone.tr {
    position: relative;
    margin: 5px 0;
    right: 0;
    top: 0px;
  }
  ul.list.noPhone > li:after {
    display: none;
  }
  ul.list.listSto,
  ul.list.listTires {
    padding-left: 0px;
  }
  .tagsList {
    padding-right: 0px !important;
  }

  ul.list > li {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 10px 20px 80px;
    min-height: 175px;
    margin: 0;
    border-top: 1px #ccc solid;
  }
  ul.list.duo > li {
    padding-right: 0;
  }
  ul.list > li:first-child {
    margin-top: 0;
    border-top: none;
    border-top: 0px;
  }

  ul.list > li .logo2 {
    width: 80px;
    padding: 0;
    text-align: center;
  }
  ul.list > li .logo2 strong {
    font-size: 10px;
  }
  ul.list > li .logo2 .img {
    width: 60px;
    height: 60px;
    margin: 0 10px 5px 10px;
    display: inline-block;
    border-radius: 30px;
    border: 3px #e5e5e5 solid;
    background-repeat: no-repeat;
  }

  ul.list > li .logo2 i.season,
  ul.list > li .logo2 i.season.as {
    font-size: 16px;
  }
  ul.list > li .logo2 i.season.as.fa-sun-o {
    top: 18px;
  }

  ul.list.duo ul.bar {
    right: 0;
  }
  ul.bar {
    right: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    position: relative;
    margin: 10px 0 0 0;
    text-align: right;
  }
  ul.bar li {
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    margin: 0 0 0 30px;
    color: #fff;
  }
  ul.bar li:hover,
  ul.bar li:hover a {
    color: #fff;
  }
  ul.bar li a {
    text-decoration: none;
    color: #fff;
  }
  ul.bar i.fa {
    font-size: 14px;
    position: relative;
    bottom: -1px;
    left: 0;
    margin-right: 4px;
  }

  ul.bar li {
    max-width: 200px !important;
    overflow: hidden;
    height: 16px;
  }

  ul.list .rate {
    font-size: 10px;
  }

  ul.list > li ul.media.lm {
    width: 100% !important;
  }
  ul.list > li ul.media.lm li {
    height: 120px;
    margin: 0px 1%;
  }
  ul.list > li ul.media.lm.m2 li {
    height: 120px;
    margin: 0;
  }
  ul.list > li ul.media.lm.m1 li {
    height: 120px;
    width: 100%;
  }

  ul.list > li ul.media li {
    width: 100%;
    height: 120px;
    margin: 10px 0;
  }

  ul.list > li ul.media.m1 {
    width: 100%;
    height: 120px;
    margin: 0;
  }
  ul.list > li ul.media.m1 li {
    width: 100%;
    height: 120px;
    margin: 0;
    position: relative;
  }

  ul.list > li ul.media.m0 {
    width: 100%;
    height: 150px;
    margin: 0;
  }
  ul.list > li ul.media.m0 li {
    width: 100%;
    height: 150px;
    margin: 0;
    position: relative;
  }

  ul.list > li ul.media.m2 li {
    width: 100%;
    margin: 10px 0;
    height: 180px;
  }
  ul.list > li ul.media.m2 li:first-child {
    margin-right: 0%;
  }

  ul.list > li h3 {
    font-size: 16px;
  }

  .page_sto ul.list > li {
    min-height: 100px;
  }
  .page_sto ul.list > li .txt {
    display: none;
  }

  #short_cart {
    box-sizing: border-box;
    position: fixed;
    z-index: 100;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    color: rgb(242 123 33);
    text-decoration: none;
    right: 0;
    width: 60px;
    border-radius: 0;
    text-align: center;
    margin: 0;
    top: 0;
    display: block;
    padding: 10px;
    font-size: 0;
    height: 45px;
    border: none;
  }
  /* #short_cart.fix {
    top: 0;
    box-sizing: border-box;
    right: 0;
    position: fixed;
    width: auto;
    z-index: 200;
    margin: 0;
    font-size: 0;
    height: 45px;
  } */
  #short_cart i.fa {
    font-size: 18px;
    padding: 5px;
  }

  #short_cart b {
    font-size: 14px;
  }

  a.logo h1 {
    font-size: 18px;
  }

  #mobMenu.fix {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    top: 0;
    left: 0;
    padding: 10px 10px;
    height: 45px;
  }
}




/* Стили для модального окна */
        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.7);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s;
        }

        .modal-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .modal-container {
            background-color: white;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            width: 90%;
            max-width: 500px;
            overflow: hidden;
            transform: translateY(-20px);
            transition: transform 0.4s;
        }

        .modal-overlay.active .modal-container {
            transform: translateY(0);
        }

        .modal-header {
            background-color: #000;
           
            padding: 20px;
            text-align: center;
        }

        .modal-header h2 {
            font-size: 1.8rem;
            font-weight: 600;
             color: #fff !important;
        }

        .modal-body {
            padding: 30px;
        }

        .modal-body p {
            margin-bottom: 25px;
            font-size: 1.1rem;
            text-align: center;
            color: #555;
        }

        .address-options {
            display: flex;
            flex-direction: column;
            gap: 15px;
            margin-bottom: 25px;
        }

        .address-option {
            display: flex;
            align-items: center;
            padding: 18px;
            border: 2px solid #e0e0e0;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.2s;
        }

        .address-option:hover {
            border-color: #3498db;
            background-color: #f8fafc;
        }

        .address-option.selected {
            border-color: #2ecc71;
            background-color: #f0f9f4;
        }

        .address-icon {
            width: 40px;
            height: 40px;
            background-color: #f1f1f1;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 15px;
            color: #3498db;
            font-size: 1.2rem;
        }

        .address-text {
            flex: 1;
        }

        .address-text h3 {
            font-size: 1.2rem;
            margin:0;
            color: #2c3e50;
        }

        .address-text p {
            margin: 0;
            font-size: 0.95rem;
            color: #666;
            text-align: left;
        }

        .modal-actions {
            display: flex;
            justify-content: center;
        }

        .confirm-btn {
            background-color: #2ecc71;
            color: white;
            border: none;
            padding: 15px 40px;
            font-size: 1.1rem;
            border-radius: 8px;
            cursor: pointer;
            transition: background-color 0.2s;
            font-weight: 600;
        }

        .confirm-btn:hover {
            background-color: #27ae60;
        }

        .confirm-btn:disabled {
            background-color: #bdc3c7;
            cursor: not-allowed;
        }