@charset "UTF-8";

.row.clearfix {
  margin: 0;
  padding: 0;
}
.row.clearfix [class^="col-"] {
  margin: 0;
  padding: 0;
}

.rd-navbar-panel {
  z-index: 5;
}
.rd-navbar.rd-navbar-classic.rd-navbar-displayed {
  background: #71B85F;
  border-bottom-color: #C4C4C4;
}
.rd-navbar.rd-navbar-classic.rd-navbar-displayed ul.rd-navbar-nav {
  display: block;
}
ul.rd-navbar-nav {
  display: none;
}
.rd-navbar-nav .rd-navbar-submenu-toggle {
  display: none;
/*  display: inline; */
}
.rd-navbar-nav .rd-nav-item a[class^="linearicons-"] {
  font-size: 35px;
  color: #fff;
}
.rd-navbar-static .rd-navbar-submenu.opened > .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-submenu.opened > .rd-navbar-megamenu {
  display: block;
}
.rd-navbar-submenu.focus > .rd-navbar-dropdown {
  display: block;
}
.rd-navbar-submenu.focus .rd-navbar-dropdown,
.rd-navbar-submenu.opened .rd-navbar-dropdown {
  box-shadow: 5px 12px 15px rgba(0, 0, 0, 0.2);
}
.rd-navbar-static .rd-nav-item .rd-navbar-dropdown li {
  margin-left: 30px;
  margin-right: 10px;
  white-space: nowrap;
}
.rd-navbar-static .rd-navbar-dropdown {
  background: #FFF;
  border-radius: 10px 10px 50px 10px;
  border: 2px solid #ddd;
  min-width: 250px;
}
.rd-navbar-static .rd-navbar-dropdown li > a, .rd-navbar-static .rd-navbar-dropdown li > a:focus, .rd-navbar-static .rd-navbar-dropdown li > a:active,
.rd-navbar-static .rd-megamenu-list li > a,
.rd-navbar-static .rd-megamenu-list li > a:focus,
.rd-navbar-static .rd-megamenu-list li > a:active {
  color: #000;
  font-weight: normal;
}
.rd-navbar-static .rd-navbar-dropdown {
  padding-right: 25px;
}
.rd-navbar.rd-navbar-classic.rd-navbar-static {
  height: 85px;
}
.rd-navbar.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
  height: 84px;
}
.rd-navbar-panel {
  position: absolute;
  left: 15px;
  top: 15px;
}

.phones {
  /* display: none; */
  position: fixed;
  top: 28px;
  right: 15px;
  text-align: center;
}
.phones.phones-displayed {
  display: block;
}
.phones p {
  font-size: 20px;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.phones p + p {
  margin-left: 30px;
}
.phones p.work_time {
  font-size: 14px;
  /* margin-bottom: 10px; */
}
.phones p.work_phone {
  padding-left: 10px;
}
.phones p.work_phone a {
  color: #ffffff;
}
.phones span[class^="mdi-"] {
	font-family: "Material Design Icons";
	font-size: 1.2em;
	margin-right: 8px;
}
.phones p.work_phone span[class^="mdi-"] {
  font-size: 1em;
}
.button-phone {
  position: fixed;
  top: 30px;
  right: 23px;
  transition: all 0.8s ease;
  z-index: 10000;
}
.button-phone.button-phone-down {
  top: 63px;
}
.button-phone a.linearicons-phone-wave {
  display: inline-block;
  margin-top: 5px;
  color: #000;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 50px;
  border-radius: 10em;
  box-shadow: 5px 12px 15px rgba(0, 0, 0, 0.2);
  background-color: #eee;
  font-size: 30px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  overflow: hidden;
}
.button-phone a.linearicons-phone-wave:hover {
  box-shadow: 5px 8px 7px rgba(0, 0, 0, 0.2);
  background-color: #DFF9D9;
}

.button-phone a.linearicons-phone-wave::before {
  display: inline-block;
  font-family: Linearicons;
  transition: all 0.3s;
  position: relative;
  color: #000;
  top: 12px;
  left: 0;
}

div.container {
  max-width: 95%;
}
div.center_page {
  padding-top: 120px;
  padding-left: 150px;
  padding-bottom: 50px;
  min-height: 800px;
}
div.center_page h2 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
div.menu-categ-products {
  min-height: 650px;
}


section.section {
  padding-left: 100px;
}

.sidebar {
  position: fixed;
  top: 0;
  height: 100%;
  padding-top: 120px;
  text-align: center;
  z-index: 900;
}
.sidebar li {
  position: relative;
  text-align: center;
}

.sidebar a[class^="linearicons-"],
.sidebar a[class*=" linearicons-"],
.sidebar .button-delivery {
  display: block;
  position: relative;
  color: #000;
  width: 75px;
  height: 75px;
  line-height: 50px;
  border-radius: 10em;
  box-shadow: 5px 12px 15px rgba(0, 0, 0, 0.2);
  background-color: #eee;
  font-size: 30px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 20px;
  margin-left: 15px;
  overflow: hidden;
}
.sidebar a[class^="linearicons-"]:hover,
.sidebar a[class*=" linearicons-"]:hover,
.sidebar .button-delivery:hover {
  box-shadow: 5px 8px 7px rgba(0, 0, 0, 0.2);
  background-color: #DFF9D9;
  /* border: 4px solid #EB5F27; */
  /* font-size: 22px; */
}
.sidebar a[class^="linearicons-"]::before,
.sidebar a[class*=" linearicons-"]::before {
  display: inline-block;
  font-family: Linearicons;
  transition: all 0.3s;
  position: relative;
  top: 12px;
  left: 0;
}
.sidebar .button-phone-mobile {
  display: none;
}
.sidebar .cart-kolvo {
	font-family: Verdana, sans-serif;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background: #71B85F;
  color: #fff;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 14px;
  border: 2px solid #eee;
  border-radius: 15px;
  z-index: 901;
}
.sidebar .button-addreview {
  margin-top: 80px;
}

.sidebar-infobox {
  display: none;
  position: absolute;
  top: 0px;
  left: 120px;
  background: #fff;
  box-shadow: 3px 7px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 15px 0;
  text-align: left;
  white-space: nowrap;
  color: #000;
  font-weight: 500;
  /* text-transform: uppercase; */
  min-width: 370px;
  min-height: 330px;
}
.sidebar-infobox > div {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 260px;
  flex-direction: column;
  justify-content: center;
}
.sidebar-infobox .sidebar-close {
  position: absolute;
  right: -12px;
  top: -30px;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0.5em;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 1.2em;
  cursor: pointer;
}
.sidebar-infobox .sidebar-close:hover {
  background-color: #8cd07b;
  color: #fff;
}

.sidebar-infobox p {
  text-align: left;
  padding-left: 38px;
  padding-right: 38px;
  margin: 5px 0;
}
.extinfo {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}
.extinfo table {
  display: inline-block;
  width: 155px;
}
.extinfo table td {
  text-align: left;
}
.extinfo span.mdi-clock {
	font-family: "Material Design Icons";
	font-size: 1.5em;
	margin-right: 8px;
}
.extinfo span.linearicons-telephone {
  font-size: 1.2em;
  font-weight: bold;
}

.sidebar-infobox ul {
  display: block;
  width: 100%;
}
.sidebar-infobox ul li {
  text-align: left;
  white-space: nowrap;
  padding: 3px 38px;
  border-bottom: 3px solid #ddd;
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 1s ease;
}
.sidebar-infobox ul li:first-child {
  border-top: 2px solid #ddd;
}
.sidebar-infobox ul li > a {
	padding-left: 0;
	padding-right: 14px;
}
.sidebar-infobox ul li > a::before {
	position: absolute;
	top: 2px;
	left: 28px;
	display: inline-block;
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: inherit;
	line-height: inherit;
	color: #71B85F;
	opacity: 0;
	visibility: hidden;
  transition: all 0.8s ease;
}

.sidebar-infobox ul li:hover {
  border-bottom: 3px solid #71B85F;
}
.sidebar-infobox ul li:hover > a {
	left: 0;
	padding-left: 14px;
	padding-right: 0;
}
.sidebar-infobox ul li:hover > a::before {
  left: 32px;
	opacity: 1;
	visibility: visible;
}
.order_cart_image > div {
  width: 70px;
  height: 60px;
  border: 1px solid #aaa;
  border-radius: 7px;
  padding: 5px;
}
.order_cart_image > div > div {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.cart-info .order_cart_image img {
  position: absolute;
  left: -6px;
  top: -11px;
  border-radius: 10px;
  max-height: 70px;
  border: 0;
  border-radius: 0;
}
.cart-info .order_cart_additem .name-product-affix {
  display: block;
  height: 50px;
}
.cart-info .order_cart_additem .name-product-affix img {
  max-height: 50px;
}
.cart-info table tr td {
  padding-top: 7px;
}
.cart-info .order_cart_additem td {
  padding-top: 3px;
}
.cart-info table tr.withborder td {
  padding-bottom: 7px;
}
.cart-info .wdate_header td {
  white-space: nowrap;
  padding: 3px 15px;
  background: #56A343;
  color: #fff;
}
.cart-info .wdate_header td p {
  padding: 0;
  margin: 0;
  display: inline-block;
  white-space: nowrap;
}
.content .order_details h2 {
  margin-bottom: 12px;
}
.content .form-order .row {
  margin-top: 10px;
}
.cart-info .wdate_header td p.delivery_date span {
  margin-left: 1em;
}
.cart-info .wdate_header td p.delivery_time {
  margin-left: 1em;
}
.cart-info .wdate_header td p.delivery_time select {
  margin-left: 1em;
}
.cart-info .wdate_header td p.delivery_time select.error {
  border: 1.7px solid #f26d7d;
  box-shadow: 0 0 10px 0 #f26d7d;
}
.order_page p.delivery_error.error-text {
  font-size: 0.9em;
  margin: 0 0 1em 0;
}
@media (max-width: 410px) {
  .content div.center_page.order_page {
    padding: 70px 10px 10px 10px;
  }
  .cart-info table td p.name-product-affix {
    font-size: 0.8em;
  }
}
@media (max-width: 690px) {
  .cart-info .wdate_header td {
    white-space: normal;
  }
  .cart-info .wdate_header td p {
    display: block;
  }
  .cart-info .wdate_header td p.delivery_time {
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .cart-info .order_cart_image > div {
    display: none;
  }
  .cart-info .order_cart_additem .name-product-affix {
    height: auto;
  }
}

/* ********************************* */

.content {
  position: relative;
  background: #fff;
}

.swiper-slider .container {
  padding-left: 50px;
}


.catalog-headers {
  margin-bottom: 0px;
}
.catalog-headers h3 {
  font-size: 30px;
}

#main_catalog {
  margin-left: 10px;
  margin-right: 0;
  margin-bottom: 80px;
}

#main_catalog div[class^="col-"] {
  margin-bottom: 0;
}

#main_catalog div[class^="col-"] > div {
  position: relative;
  overflow:hidden;
  border: 1px solid #c4c4c4;
}
#main_catalog img {
  width: 100%;
  max-width: 100%;
}
#main_catalog img {
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
#main_catalog div[class^="col-"] > div:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#main_catalog .catalog_link {
  width: 100%;
  background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0.5));
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #2a691a;
  font-weight: bold;
  text-align: center;
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-top: 5px;
}

.menu-products h2 {
  text-align: center;
  margin-bottom: 50px;
}

.button.button-primary.button-gray {
  color: #000;
  background-color: #eee;
  border: 1px solid #ddd;
  box-shadow: 5px 12px 15px rgba(0, 0, 0, 0.2);
}
.button.button-primary.button-gray:hover {
  box-shadow: 5px 8px 7px rgba(0, 0, 0, 0.2);
  background-color: #DFF9D9;
}

.container.menu-products > div.row > div {
  margin-bottom: 30px;
}
.container.menu-products .row.item-grid {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: stretch;
}
.item-product {
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  /* border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc; */
  background: #fff;
  cursor: pointer;
  box-shadow: 3px 7px 20px rgba(0, 0, 0, 0.2);
  border-radius: 50px 10px 50px 10px;
  width: 100%;
  width: calc(100% + 10px);
  height: 100%;
}
.item-product:hover {
  border: 1px solid #71b85f;
  /* border-top: 2px solid #71b85f;
  border-bottom: 2px solid #71b85f;
  border-left: 1px solid #71b85f;
  border-right: 1px solid #71b85f; */
}
.item-product .item-product-wrapper {
  border: 4px solid #fff;
  padding: 20px;
  /* padding-bottom: 80px; */
  border-radius: 49px 9px 49px 9px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: flex-start;
  height: 100%;
}
.item-product:hover .item-product-wrapper {
  border: 4px solid #71b85f;
  height: 100%;
  transition: 250ms all ease-in-out;
}
.item-product .lightgallery {
  width: 100%;
  border: 0;
  border-radius: 30px 5px 0px 0px;
  overflow: hidden;
}
.item-product h2 {
  text-transform: none;
}
.item-product img {
  width: 100%;
  max-width: 100%;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.item-product:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.item-product .stiker {
  position: absolute;
  right: 20px;
  display: block;
  padding: 5px 10px;
  color: #000;
}
.item-product .stiker.stiker_new {
  background: #82ff82;
  background-color: rgba(130, 255, 130, 0.8);
  top: 10px;
}
.item-product .stiker.stiker_special {
  background: #feff82;
  background-color: rgba(255, 255, 130, 0.8);
  top: 50px;
}
.item-product .stiker.stiker_discount {
  background: #ff8282;
  background-color: rgba(255, 130, 130, 0.8);
  top: 90px;
}
.item-product h2 {
  font-size: 18px !important;
  margin-top: 1em;
  margin-bottom: 1em;
}
.item-product .describ {
  font-size: 14px !important;
  color:#3c3c3c;
  margin: 0;
  margin-bottom: 5px;
  /* padding: 0 10px; */
  padding: 0;
  line-height: 1.4;
}

.desc-block.describ ul,
.desc-block.describ ol {
  margin-top: 12px;
  margin-left: 20px;
}
.desc-block.describ ul {
  list-style: disc outside;
}
.desc-block.describ ol {
  list-style: decimal outside;
}
.desc-block.describ li {
  display: list-item;
}

.item-product p, .item-product span {
  color: rgba(0,0,0,0.8);
}
.item-product p:hover, .item-product span:hover {
  color: rgba(0,0,0,0.8);
}

.item-product .fa-rub {
  font-size: 0.8em;
  font-style: normal;
}
.item-product .fa-cart-arrow-down {
  font-style: normal;
}

.item-product .div-prices {
  padding-left:0px;
  padding-right: 0px;
}
.item-product .div-prices .price-product {
  padding-top: 15px;
  text-align: center;
}
.item-product .dopinfo {
  position: relative;
  text-align: left;
  margin-top: auto;
  margin-bottom: 10px;
  /* padding: 0 10px; */
  padding: 0;
}
.item-product .dopinfo span {
  color:#6c6c6c;
  font-size: 0.8em;
  margin: 0;
  margin-right: 0.5em;
  padding: 0;
  line-height: 1.1em;
}
.item-product .dopinfo span.calorific {
  font-weight: bold;
}
.item-product .dopinfo span small {
  display: inline;
  font-size: 0.9em;
}

.menu-link {
  margin-top: -5px;
  margin-bottom: 10px;
}
.menu-link a {
  /* color: #66B231; */
  color: rgba(0, 0, 0, 0.7);
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
}
.menu-link:hover a {
  /* color: #eb5f27; */
  color: #66B231;
  text-decoration: underline;
}
.menu-link a i {
  font-style: normal;
  margin-right: 5px;
  color: #66B231;
}


.quantity-days-select {
  width: 100%;
  margin-bottom: 20px;
}

.item-product .div-prices .h3 {
  display: block;
  font-size: 21px !important;
  /* text-align: center; */
  text-align: left;
  padding-right: 10px;
  margin: 0;
}

.price-saving {
  position: absolute;
  top: 0;
  right: 10px;
}
.discount-total {
  margin-left: 10px;
  top: -10px;
  display: inline-block;
  position: relative;
}
.price-saving,
.discount-total {
  background-color: rgb(235 95 39 / 97%);
  color: #ffffff;
  padding: 2px 5px;
  line-height: 1;
  border-radius: 4px;
  font-size: 0.7em;
}

.item-product .div-prices .h3 .price-old {
  position: relative;
  display: inline-block;
  font-size: 0.75em;
  margin-left: 5px;
  color: #777;
  padding: 3px 5px;
}
.item-product .div-prices .h3 .price-old::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 2px; /* Толщина линии */
  background-color: rgb(255, 88, 88, 0.5);
  transform: rotate(-15deg); /* Наклон линии */
  transform-origin: left bottom; /* Опорная точка */
}

.item-product .control_cart.button {
  padding: 5px;
  background-color: #71b85f;
}
.item-product .control_cart.button:hover {
  background-color: #399023;
}

.quantity-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: stretch;
  margin-bottom: 20px;
  width: 100%;
}
button.quantity-arrow-minus,
button.quantity-arrow-plus {
  height: 38px;
  width: 38px;
  min-width: 38px;
  outline: none;
  margin: 0;
  padding: 0;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 20px;
  background: #eeeeee;
  transition: 250ms all ease-in-out;
}
button.quantity-arrow-minus:hover,
button.quantity-arrow-plus:hover {
  background: #d5d5d5;
}
button.quantity-arrow-minus {
  border-radius: 6px 0 0 6px;
}
button.quantity-arrow-plus {
  border-radius: 0 6px 6px 0;
}
input.amount_item_product {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #C4C4C4;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  text-align: center;
  padding: 0 10px;
  font-size: 16px;
}
input.amount_item_product::-webkit-inner-spin-button,
input.amount_item_product::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input.amount_item_product {
  -moz-appearance: textfield;
  appearance: textfield;
}


.item-product .control_cart .amount_item_product  {
  width: 100%;
  /* width: calc(100% - 12px); */
  border: none;
  padding: 3px 0;
  margin-top: 5px;
  margin-left: 12px;
  font-size: 14px;
  border: 1px solid rgb(255 255 255 / 36%);
  background: rgb(255 255 255 / 50%);
  text-align: center;
  vertical-align: middle;
  border-radius: 6px;
}
.item-product .control_cart button.to-cart {
  width: 100%;
  background: transparent;
  color: #fff;
  border: none;
  padding: 0;
  margin: 0;
  height: 38px;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  /* text-transform: uppercase; */
  font-weight: 600;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
}
.item-product .control_cart.button.incart {
  background-color: #498a39;
}
.item-product .control_cart.button.incart button.to-cart {
  height: 45px;
  padding-bottom: 3px;
}
.item-product .control_cart.button.incart:hover {
  background-color: #316623;
}

.row.clearfix.product-order {
  position: relative;
  /* position: absolute; */
  /* bottom: 20px; */
  /* left: 0; */
  width: 100%;
  /* padding: 0 30px 0 30px; */
  padding: 0;
}

.category-product {
  margin-bottom: 15px;
  margin-left: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  width: 100%;
  font-weight: 500;
}

div.section-md-2 {
  padding-bottom: 81px;
}

.section.novi-bg.novi-bg-img.section-md.bg-default.filter-section {
  padding-top: 80px;
}

.section.novi-bg.novi-bg-img.section-md-2.bg-default.popular-section {
  padding-bottom: 50px;
}
.section.novi-bg.novi-bg-img.section-md-2.bg-default.popular-section .menu-products .categ_zagol {
  padding: 0;
  margin: 0;
}
.section.novi-bg.novi-bg-img.section-md-2.bg-default.popular-section .menu-products .categ_zagol h2 {
  padding: 0;
  margin: 0;
}

.param-filter a.button {
  display: inline-block;
  padding: 12px 20px;
  margin: 3px 10px 3px 0;
}
/* .param-filter .filter-mobile {
  display: none;
} */

.search-block .h2_1 {
  font-size: 35px;
}
.search-block .h2_2 {
  margin-top: 30px;
  font-size: 35px;
}
.search-block a {
  font-size: 1.3em;
}
.search-form {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: right;
  /* padding-top: 5px; */
}
input.input_search {
  display: inline-block;
}
.search-results {
  position: absolute;
  left: 0;
  top: 44px;
  width: 100%;
  background: #fff;
  box-shadow: 3px 7px 20px rgba(0, 0, 0, 0.3);
  border: 2px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  z-index: 100;
}
.search-results table {
  table-layout: auto;
  width: 100%;
}
.search-results table tr:hover {
  background: #ddd;
}
.search-results table td {
  padding: 3px 5px;
  vertical-align: middle;
}
.search-results img {
  max-width: 50px;
  max-height: 30px;
  border-radius: 8px;
}
.search-results table td a {
  font-size: 1em;
}

h3.box-icon-title {
  font-size: 25px;
}

.swiper-custom-row {
  top: 0;
}

.button-primary.sendorder-button:disabled {
	color: #ffffff;
	background-color: #7c7c7c;
	border-color: #7c7c7c;
}
.button-primary.pay-button:disabled {
	color: #ffffff;
	background-color: #7c7c7c;
	border-color: #7c7c7c;
}


.footer-classic {
  position: relative;
}
.footer-classic [class^="col-"] {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.footer-classic span[class^="linearicons-"] {
  display: inline-block;
  font-size: 1.1em;
  margin-right: 10px;
	border-radius: 1em;
	padding: 0.45em;
	border: 1px solid #888;
}
.footer-classic p {
  color: #000;
  white-space: nowrap;
}

.social.social_dt {
  display: block;
  position: absolute;
  top: 0;
  left: 14px;
}
.social.social_mb {
  display: none;
  position: relative;
  margin-left: -15px;
  margin-top: 10px;
}
.social span {
  display: inline-block;
	background-color: #fff;
  font-size: 1.1em;
  margin-right: 14px;
	border-radius: 2em;
	border: 1px solid #888;
	cursor: pointer;
	transition: all 0.3s;
}
.social a:hover {
  color: #123309;
}
.social a:hover span {
  color: #123309;
	border-color: #777;
	background-color: #e0ffd8;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.social .fa-telegram {
  padding: 0px 7px;
  font-size: 21px;
}
.sidebar ul li.button-delivery {
  display: none;
  justify-content: center;
  align-items: center;
}
.button-delivery img {
  max-width: 80%;
  height: auto;
}
@media (max-width: 767px) {
  .social.social_dt {
    display: none;
  }
  .social.social_mb {
    display: block;
  }
}

.gritter-message .gritter-top {
  background-position:right -30px;
}
.gritter-message .gritter-item {
  background-position:right -40px;
  padding-left: 20px;
  padding-right: 20px;
  color: #333;
}
.gritter-message .gritter-title {
  text-shadow: none;
}
.gritter-message .gritter-close {
  left: auto;
  right: 3px;
}
.gritter-message .gritter-bottom {
  background-position: bottom right;
}

/* ***** cart ***** */

.cart-info {
  margin: 0 15px;
}
.cart-info p {
  padding: 0;
  margin: 0;
}
.cart-info i {
  font-style: normal;
}
.cart-info table {
  width: 100%;
}
.cart-info table td {
  padding: 3px 8px;
  white-space: nowrap;
}
.cart-info table tr.withborder td {
  border-bottom: 1px solid #ddd;
}
.cart-info .name-product-affix {
  font-weight: 600;
}
.cart-info .fa-rub {
  margin-left: 5px;
  font-weight: normal;
}
.cart-info .minus_amount_affix,
.cart-info .plus_amount_affix {
  display: inline-block;
  text-align: center;
  font-weight: normal;
  width: 23px;
  cursor: pointer;
}
.cart-info .amount_affix span::selection {
	background: #fff;
	color: #000;
}
.cart-info .amount_affix span::-moz-selection {
	background: #fff;
	color: #000;
}
.cart-info .amount_affix span::-webkit-selection {
	background: #fff;
	color: #000;
}
.cart-info .amount-val-product {
  display: inline-block;
  text-align: center;
  width: 23px;
}
.delete-cart-item {
  font-weight: normal;
  cursor: pointer;
}

.cart-info a.cart_button {
  display: block;
  margin-top: 10px;
  width: 100%;
  padding: 5px 0;
  background: #71B85F;
  color: #fff;
  text-align: center;
  border-radius: 50px;
}
.cart-info a.cart_button:hover {
  color: #fff;
  background: #61A84F;
}

#cart-total,
#order-cart-total {
  color: #151515;
  font-weight: 600;
}

.site-window {
  position: fixed;
  background: #fff;
  box-shadow: 3px 7px 20px rgba(0, 0, 0, 0.3);
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  text-align: left;
  color: #000;
  z-index: 15000;
}
.site-window .linearicons-cross2 {
  position: absolute;
  right: -12px;
  top: -17px;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0.5em;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 1.2em;
  cursor: pointer;
}
.site-window .linearicons-cross2:hover {
  right: -11px;
  top: -16px;
}

.footer-classic .row-50 > * {
  margin-bottom: 10px;
}
.footer-classic .row-50 {
  margin: 0;
}

.select2-selection__rendered {
  min-height: 38px!important;
}
.select2-container .select2-selection--single {
  height: 38px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 10px!important;
  padding-bottom: 5px!important;
}

.mobile-menubox {
  position: fixed;
  left: 0;
  top: 56px;
  bottom: 0;
  background: #fff;
  border: 0;
  border-right: 3px solid #71B85F;
  border-bottom: 3px solid #71B85F;
  z-index: 55000;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
  display: none;
  width: 0;
}
.mobile-menubox li {
  position: relative;
  margin-top: 10px;
  border-bottom: 2px solid #ddd;
  padding: 0 0 5px 5px;
}
.mobile-menubox > ul > li:first-child {
  margin-top: 0;
}
.mobile-menubox li:last-child {
  border-bottom: 0;
}
.mobile-menubox li a {
  display: block;
  width: 200px;
}
.mobile-menubox li span {
  margin: 0 5px 0 0;
}
.mobile-menubox li i {
  position: absolute;
  right: 5px;
  top: 5px;
}
.mobile-menubox > ul > li > ul {
  height: 0;
  overflow: hidden;
  margin-left: 15px;
}

.mobile-toggle {
	display: none;
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 48px;
	cursor: pointer;
	color: #ffffff;
	background-color: transparent;
	border: none;
  z-index: 55000;
}
.mobile-toggle span {
	position: relative;
	display: block;
	margin: auto;
	transition: .3s all ease;
}
.mobile-toggle span:after, .mobile-toggle span:before {
	position: absolute;
	left: 0;
	top: -8px;
	transition: .3s all ease;
}
.mobile-toggle span:after, .mobile-toggle span:before {
	content: " ";
}
.mobile-toggle span:after {
	top: 8px;
}
.mobile-toggle span:after, .mobile-toggle span:before, .mobile-toggle span {
	width: 24px;
	height: 4px;
	background-color: #ffffff;
	backface-visibility: hidden;
	border-radius: 6px;
}
.mobile-toggle span {
	transform: rotate(180deg);
}
.mobile-toggle span:before, .mobile-toggle span:after {
	transform-origin: 1.71429px center;
}
.mobile-toggle.active span {
	transform: rotate(360deg);
}
.mobile-toggle.active span:before, .mobile-toggle.active span:after {
	top: 0;
	width: 15px;
}
.mobile-toggle.active span:before {
	-webkit-transform: rotate3d(0, 0, 1, -40deg);
	transform: rotate3d(0, 0, 1, -40deg);
}
.mobile-toggle.active span:after {
	-webkit-transform: rotate3d(0, 0, 1, 40deg);
	transform: rotate3d(0, 0, 1, 40deg);
}

.form-order .row + .row {
  margin-top: 0;
}
.order-date-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}
.banknote {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}

@media (max-width: 320px) {
  .phones p.work_phone span[class^="mdi-"] {
    display: none;
  }
}

@media (max-width: 425px) {
  .phones p.work_time {
    display: none;
  }
}

@media (max-width: 767px) {
  .search-block {
    margin-top: 20px;
  }
  .item-product .item-product-wrapper {
    padding: 15px 35px;
  }
  .item-product h2 {
    margin: 1em 0 0.3em 0;
  }
  .item-product p.describ {
    line-height: 1.2em;
  }
  .item-product .dopinfo {
    margin-bottom: 10px;
  }
  .item-product img {
    border-radius: 35px;
  }
  .delete-cart-item {
    padding: 0 10px;
  }
  h3.box-icon-title {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .content {
    padding-top: 75px;
  }
  .item-product {
    width: 100%;
  }
  .bg-primary p.postitle {
    color: transparent;
  }
  h1[data-subtext]::before, .heading-1[data-subtext]::before {
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    left: -15px;
    top: -25px;
  }
  .sidebar {
    position: fixed;
    padding: 0;
    left: 0;
    top: 56px;
    width: 100%;
    height: 70px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    background: #71B85F;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  }
  .rd-navbar-fixed .rd-navbar-panel {
    box-shadow: none;
  }
  .sidebar li {
    float: left;
  }
  .sidebar .button-addreview {
    margin-top: 0;
  }
  .sidebar .button-dinner {
    display: none;
  }
  .button-phone {
    display: none;
  }
  .sidebar ul li.add-menu {
    display: none;
  }
  .sidebar ul li.button-delivery {
    display: flex;
  }
  .sidebar a[class^="linearicons-"], .sidebar a[class*=" linearicons-"], .sidebar .button-delivery {
    font-size: 22px;
    width: 50px;
    height: 50px;
    margin-left: 12px;
    margin-bottom: 0;
  }
  .sidebar a[class^="linearicons-"]::before, .sidebar a[class*=" linearicons-"]::before {
    top: 0;
  }
  .sidebar .button-phone-mobile {
    display: block;
  }
  .sidebar li:first-child a {
    margin-left: 0;
  }
  .sidebar .cart-kolvo {
    right: -8px;
    top: -8px;
  }
  .sidebar-infobox {
    position: fixed;
    white-space: normal;
    min-width: auto;
    z-index: 15000;
  }
  .sidebar-infobox ul li {
    width: 100%;
  }
  .sidebar-infobox.site-menu p {
    flex-flow: row wrap;
  }
  .cart-info table td .name-product-affix {
    white-space: normal;
  }
  .sidebar-infobox ul li {
    padding-left: 20px;
    padding-right: 15px;
  }
  section.section {
    padding-left: 0;
  }
  .swiper-slider .container {
    padding-left: 15px;
  }
  div.center_page {
    padding: 30px 20px;
  }
  /* .param-filter .filter-normal {
    display: none;
  }
  .param-filter .filter-mobile {
    display: block;
  } */
  #main_catalog {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .section-md, .section.novi-bg.novi-bg-img.section-md-2.bg-default.popular-section {
    padding-bottom: 30px;
  }
  .section.novi-bg.novi-bg-img.section-md.bg-default.filter-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .search-form {
    padding-top: 0;
  }
  div.center_page {
    min-height: 350px;
    padding-top: 80px;
  }
  .div.container {
    padding-bottom: 30px;
  }
  .box-custom-1 {
    margin-top: 15px;
  }
  .rd-navbar-fixed button.rd-navbar-toggle {
    display: none;
  }
  .mobile-toggle {
	  display: inline-block;
  }
  .footer-classic .bottomlinears {
    min-height: 35px;
  }
  .footer-classic .bottomlinears p {
    white-space: normal;
    padding-left: 35px;
  }
  .footer-classic .bottomlinears p span {
    position: absolute;
    left: 0;
    top: 5px;
  }
  .footer-classic {
    padding-bottom: 50px;
  }
}

@media (max-width: 1024px) {
  .phones {
    z-index: 9999;
    top: 14px;
  }
}

@media (max-width: 1200px) {
  .button-phone.button-phone-down {
    top: 30px;
  }
}

@media (max-width: 1550px) {
  .rd-navbar.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
    padding-left: 85px;
  }
}

@media (max-width: 1450px) {
  .rd-navbar.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
    padding-left: 145px;
  }
}

/* additions */

.section.novi-bg.novi-bg-img.section-md-2.bg-default.popular-section .menu-products .categ_zagol h1.wmenu-h1 {
  font-size: 40px;
  line-height: 1.225;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
}
.wmenu {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.wmenu li {
  display: inline-block;
  margin: 10px 10px;
}
.wmenu .button-primary {
  padding: 20px 35px;
  line-height: 1em;
  font-size: 1em;
}
.wmenu .button-primary.active {
	background-color: #ffffff;
	border: 4px solid #71B85F;
  padding: 18px 33px;
  box-shadow: none;
  color: #000;
}
@media (max-width: 991px) {
  .wmenu .button-primary {
    line-height: 1.3em;
    padding: 15px 17px;
  }
  .wmenu .button-primary.active {
    padding: 15px 17px;
  }
  .swiper-slide h1.swp-header {
    margin-top: 10px;
    padding-bottom: 25px;
  }
}
@media (max-width: 520px) {
  .menu-products .row:has(.wmenu) {
    margin-right: -20px;
    margin-left: -20px;
  }
  .section.novi-bg.novi-bg-img.section-md-2.bg-default.popular-section .menu-products .categ_zagol h1.wmenu-h1 {
    padding: 0 10px;
  }
  .wmenu li {
    margin: 10px 5px;
    font-size: 0.8em;
  }
}
@media (max-width: 430px) {
  .section.novi-bg.novi-bg-img.section-md-2.bg-default.popular-section .menu-products .categ_zagol h1.wmenu-h1 {
    font-size: 1.6em;
  }
  .wmenu .button-primary {
   padding: 12px 14px;
  }
  .wmenu .button-primary.active {
    padding: 12px 14px;
  }
}
@media (max-width: 399px) {
  .wmenu li {
    margin: 10px 2px;
  }
}
@media (max-width: 353px) {
  .wmenu li {
    margin: 10px 1px;
    font-size: 0.75em;
  }
}

#menu_loader {
  display: block;
  width: 100%;
  margin: 150px 0 170px 0;
}
#mobile_weekmenu_info {
  display: block;
  visibility: hidden;
  position: absolute;
  left: 20px;
  bottom: 25px;
  color: #fff;
  font-weight: bold;
  white-space: normal;
  line-height: 1.1em;
  cursor: pointer;
}
.menu-products .item-product .describ {
  display: none;
}
.menu-products .item-product .dopinfo {
  margin-top: 0.7em;
}
.menu-products .item-product h2 {
  margin-bottom: 0;
}

@media (max-width: 343px) {
  #mobile_weekmenu_info {
    left: 10px;
  }
}
@media (max-width: 390px) {
  #mobile_weekmenu_info {
    width: 55px;
    bottom: 17px;
  }
}

@media (max-width: 767px) {
  #menu_loader {
    display: block;
    width: 100%;
    margin: 70px 0 100px 0;
  }
}

@media (max-width: 991px) {
  #mobile_weekmenu_info {
    visibility: visible;
  }
  #menu_loader {
    display: block;
    width: 100%;
    margin: 120px 0 150px 0;
  }
}

.ui-tooltip-content {
  font-size: 0.9em;
  line-height: 1.3em;
}
.ui-tooltip {
  padding: 7px 12px;;
}

.lg .lg-sub-html {
  background-color: rgba(0, 0, 0, 0.75);
}
.lg .lg-sub-html p {
  color: #fff;
  font-size: 16px;
}
