body {
  min-width: initial;
}
.m-main-menu:not(.active) {
  left: -200%;
}
.m-main-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  padding-top: 60px;
  background: white;
  z-index: 999;
  width: 90%;
  max-width: 300px;
  box-shadow: 2px 0 5px black;
  overflow-y: auto;
  -webkit-transition: left .3s;
  transition: left .3s;
}
.m-main-menu .btn {
  font-size: 16px;
}
.m-main-menu .text-btn {
  color: #EF4023;
}
.m-main-menu .right {
  text-align: center;
}
.m-menu-overlay {
  position: fixed;
  display: none;
  z-index: 998;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
.modal_open {
  overflow: hidden;
}
#m-nav .ico {
  margin-left: 10px;
}
#m-nav .ico img {
  width: 40px;
  height: auto;
}
#m-nav ul li {
  border-bottom: 1px solid #F2F2F2;
}
#m-nav ul li a {
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
#m-nav .deco {
  display: none;
}
.container {
  max-width: 960px;
  width: 100%;
}
#content {
  width: 100%;
}
.breadcrumbs,
.page-title-holder {
  display: block;
  width: 100%;
}
.breadcrumbs {
  margin-top:20px;
}
.pagination{
  margin-bottom: 20px;
}
.page-title-holder {
  text-align: center;
}
.header-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-top: 25px;
}
.m-header {
  position: fixed;
  height: 45px;
  background: #f04024;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
}
.m-header-map {
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  width: 46px;
  padding-top: 10px;
  text-align: center;
}
.m-header-map:active {
  background: rgba(255, 255, 255, 0.2);
}
.m-header-search {
  position: absolute;
  right: 46px;
  top: 0;
  height: 55px;
  width: 46px;
  padding-top: 11px;
  text-align: center;
}
.m-header-search:active {
  background: rgba(255, 255, 255, 0.2);
}
.logo {
  margin-top: 7px;
  height: 38px;
  width: 140px;
  margin-left: -70px;
  background-size: contain!important;
  cursor: pointer;
  transform: scale(0.8);
  transform-origin: 0 0;
  transition: all .5s;
}
.logo img {
  max-height: 100%;
  width: auto;
}
.head-slider {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  max-width: 440px;
}
.head-slider img {
  max-width: 100%;
  height: auto;
}
.menu_toggle {
  position: relative;
  padding: 14px;
  padding-left: 55px;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  height: 55px;
  text-decoration: none;
  margin-left: -15px;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
  border-radius: 2px;
  color: white;
  transform: scale(0.8);
  transform-origin: 0 0;
  transition: all .5s;
}
.menu_toggle > span {
  position: absolute;
  background: #fff;
  width: 30px;
  height: 3px;
  top: 25px;
  left: 15px;
  border-radius: 3px;
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, -webkit-transform .2s;
  transition: transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s, -webkit-transform .2s;
}
.menu_toggle > span:first-child {
  margin: 9px 0 0;
}
.menu_toggle > span:last-child {
  margin: -9px 0 0;
}
.menu_toggle:active {
  background: rgba(255, 255, 255, 0.2);
}
.menu_toggle.arrow > span {
  position: absolute;
  background: #fff;
  width: 15px;
  height: 3px;
  top: 15px;
  left: 15px;
}
.menu_toggle.arrow > span:first-child {
  margin: 9px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu_toggle.arrow > span:nth-child(2) {
  display: none;
}
.menu_toggle.arrow > span:last-child {
  margin: 9px 9px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu_toggle.menu_open > span:first-child {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}
.menu_toggle.menu_open > span:nth-child(2) {
  opacity: 0;
}
.menu_toggle.menu_open > span:last-child {
  -webkit-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
}
.search-by-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F2F2F2;
  z-index: 200;
  overflow: hidden;
  z-index: 1001;
}
#submit-block {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #F2F2F2;
}
.side-box {
  height: 100%;
  padding-bottom: 96px;
  overflow-y: auto;
}
.flat-transp-btn {
  display: block;
  width: 100%;
  padding: 0.5em;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  color: #333;
}
.flat-green-btn {
  display: block;
  width: 100%;
  padding: 0.5em;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  background-color: #58A449;
  color: white;
  border-radius: 0;
}
.side-box .head {
  background: #EF4023;
  color: white;
  text-align: left;
  font-size: 20px;
  font-weight: normal;
}
.right-arrow {
  display: inline-block;
  height: 30px;
  width: 15px;
  background-image: url('/images/sprite/grey-arrow.png');
  background-size: contain;
  background-position: center;
}
.side-box .head .title {
  background: #EF4023;
}
.search-by {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 5px;
}
.search-by fieldset {
  position: relative;
  border: 1px solid #E4E4E4;
  border-bottom: 1px solid #F2F2F2;
  border-radius: 3px;
  margin-bottom: 5px;
}
.ui-autocomplete-input {
  font-size: 20px;
  padding: 6px 16px 6px 10px;;
  padding-right: 30px;
  width: 100%;
  border: none;
  color: #333;
}
.input-box {
  position: relative;
  width: 100%;
}
.srch-btn {
  position: absolute;
  right: -6px;
  top: 4px;
  height: 100%;
  border: none;
  background: transparent;
}
.side-box .menu {
  background: transparent;
}
.side-box .menu > li {
  border: 1px solid #E4E4E4;
  border-bottom: 1px solid #F2F2F2;
  border-radius: 3px;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: left;
}
.side-box .menu > li a {
  background-color: white;
  color: #333;
  padding: 7px 10px;
  position: relative;
  font-size: 22px;
}
.side-box .menu > li  a::after {
  content: "";
  background: url('/images/sprite/arrow-botom-m.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 12px;
  display: block;
  width: 22px;
  height: 12px;
}
.side-box .menu li  a:hover:before {
  display: none;
}
.side-box .menu li.filters-features-block.open ul,
.side-box .menu li.filters-features-block.active-item ul {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 5px;
  position: absolute;
  z-index: 999;
  width: 80%;
  left: 50%;
  margin-left: -40%;
  top: 20%;
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.6);
  border-radius: 5px;
  padding-left:0px;
}
.side-box .menu li.filters-features-block ul li {
  border-bottom:1px solid #d6d6d6;
  /*padding:5px 0px 5px 17px;*/
}
.side-box .menu li.filters-features-block ul li.more-filter {
  border-bottom: 0px;
  padding-left:16px;
}
.side-box .menu li.filters-features-block ul li:last-child {
  border-bottom: 0px;
}
.side-box .menu li.more-filter a, .side-box .menu li.more-filter a:before {
  padding-left: 0px;
}
.button_filter {
  text-align: right;
  margin-top:10px;
}
.button_filter a {
  color: #F04024!important;
  
  display: inline-block!important;
}
.button_filter .btn-ok {
  margin-right:40px;
}
.side-box .menu > li .button_filter a::after {
  display: none;
}
.multiSel {
  color: #929292;
  padding:5px 10px 0px 10px;
display:none;
}
.multiSel.active {
  display: block;
}


.close-filter-btn {
  font-size: 26px;
  color: #fff;
  text-decoration: none!important;
  border: none;
  position: relative;
  float: right;
  margin-right: 5px;
  height: 30px;
  width: 30px;
}
.close-filter-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  height: .1em;
  width: 1em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: white;
}
.close-filter-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  height: .1em;
  width: 1em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: white;
}
.afisha-icon {
  background: url('/images/sprite/afisha.png');
  display: inline-block;
  background-size: cover;
  height: 1.2em;
  width: 1.2em;
  margin-right: .3em;
  margin-left: 0.3em;
  background-repeat: no-repeat;
  background-position: center;
}
.search-icon {
  background: url('/images/sprite/search-thin.png');
  display: inline-block;
  background-size: cover;
  height: 1.2em;
  width: 1.2em;
  margin-right: .3em;
  margin-left: 0.3em;
  background-repeat: no-repeat;
  background-position: center;
}
.m-top-line {
  text-align: center;
  font-size: 18px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-flex: 1;
          flex-grow: 1;
  margin: auto;
}
.m-top-line a {
  color: #333;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
}
.m-top-line a span {
  vertical-align: middle;
}
.news-box {
  float: none;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 460px;
}
.news-box .head {
  padding: 14px 0 8px;
}
.news-box .box-title {
  text-transform: uppercase;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
}
#content {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.news-gallery .gallery-holder {
  width: 100%;
  height: 370px;
  overflow: hidden;
  background: #f6f5f1;
}
.news_main_new_blocks {
  max-width: 460px;
  min-width: 290px;
  overflow: hidden;
}
.m-tabset.m-content-tabs {
  -webkit-box-flex: 1;
          flex-grow: 1;
  margin-top: 50px;
  margin-left: 20px;
  width: 100%;
}
.news-gallery {
  position: relative;
}
.news-gallery .slide {
  position: absolute;
  background: none;
}
.news-gallery .slide a {
  text-decoration: none;
}
.news-gallery .slide .text {
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f6f5f1;
  padding-left: 10px;
  padding-right: 10px;
}
.news-gallery .slide img {
  max-width: 100%;
}
.news-gallery .slide .description {
  min-height: initial;
  padding-top: 0;
  background: #f6f5f1;
  padding-left: 10px;
  padding-right: 10px;
}
.news-gallery .slide-list {
  float: none;
}
.news-gallery .switcher {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.news-gallery .switcher ul {
  position: relative;
  z-index: 100;
}
.news-gallery .switcher ul li {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: white;
  border-radius: 50%;
  border: 1px solid #333;
  margin-right: 7px;
}
.news-gallery .switcher ul li.active {
  background: #EF4023;
  border: 1px solid #EF4023;
}
#header {
  margin-bottom: 0;
  max-width: 960px;
  margin: auto;
}
.m-tab-control {
  color: #333;
  margin-left: -10px;
  margin-right: -10px;
}
.m-tab-control a {
  color: #333;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}
.m-tab-control .name a::after {
  position: absolute;
  right: 10px;
  top: 15px;
  content: "";
  display: inline-block;
  height: 20px;
  width: 10px;
  background-image: url('/images/sprite/grey-arrow.png');
  background-size: contain;
  background-position: center;
}
.m-tab-control .title {
  font-size: 22px;
  color: #333;
  display: block;
}
.m-tab-control .text {
  font-size: 16px;
}
.m-tab-control li {
  position: relative;
  border-bottom: 1px solid #E4E4E4;
  padding-left: 10px;
  padding-right: 10px;
}
.m-tab-control li.tab-link::after {
  position: absolute;
  right: 10px;
  top: 15px;
  content: "";
  display: inline-block;
  height: 20px;
  width: 10px;
  background-image: url('/images/sprite/grey-arrow.png');
  background-size: contain;
  background-position: center;
}
.m-tab-control li.current::after {
  -webkit-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  
}
.m-rated-list {

  width:100%;
  text-align:center;
}
@media (min-width: 430px) {
  .m-rated-list > li {
	  width:430px!important
  }
}
@media (min-width: 1000px) {
  .m-rated-list{
	 text-align:left;
  }
}


.m-rated-list > li {
  max-width: 430px;
  text-align:left;
  webkit-animation-name: example; 
  -webkit-animation-duration: 0.8s; 
  animation-name: example;
  animation-duration: 0.8s;
  position: relative;
  display:inline-block;
  vertical-align:top;
  margin:0px -10px;
}

 @-webkit-keyframes example {
  0% {top: 100px; opacity: 0;}
  15% {top: 85px; opacity: 0.15;}
  25% {top: 75px; opacity: 0.25;}
  35% {top: 65px; opacity: 0.35;}
  50% {top: 50px; opacity:0.5;}
  65% {top: 35px; opacity:0.65;}
  75% {top: 25px; opacity:0.7;}
  90% {top: 10px; opacity:0.9;}
  100% {top: 0px; opacity:1;}
 }*/
 

 @keyframes example {
  0% {top: 100px; opacity: 0;}
  15% {top: 85px; opacity: 0.15;}
  25% {top: 75px; opacity: 0.25;}
  35% {top: 65px; opacity: 0.35;}
  50% {top: 50px; opacity:0.5;}
  65% {top: 35px; opacity:0.65;}
  75% {top: 25px; opacity:0.7;}
  90% {top: 10px; opacity:0.9;}
  100% {top: 0px; opacity:1;}
 }

 
.m-img-holder {
  max-height: 200px;
  overflow: hidden;
}
.m-img-holder img {
  max-width: 100%;
  height: auto;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.m-img-holder .slider_small.flexslider{
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}
.m-name a {
  position: relative;
  z-index: 1;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  padding: 10px;
  display: block;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); 
  background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.m-frame {
  padding: 10px;
  font-size: 16px;
}
.m-frame li {
  padding: 5px 0;
}
.restaurant-info table {
  width: auto;
}
.top-10-rest .title {
  font-size: 24px;
  padding: 15px 10px;
  text-align: center;
}
.ico {
  margin-right: 0.5em;
}
.info-list .ico {
  width: 20px;
  display: inline-block;
  text-align: center;
}
.footer-menu {
  display: block;
  margin-left: -10px;
  margin-right: -10px;
}
.footer-menu li {
  display: block;
  padding: 15px 10px;
  border-bottom: 1px solid #fff;
}
.footer-menu li a {
  font-size: 16px;
  text-decoration: none;
}
.footer-nav .col {
  width: 100%;
}
.footer-nav a {
  color: #9d9b96;
  text-decoration: none;
  text-align: center;
  display: block;
  font-size: 14px;
  padding: 5px;
}
.footer-title {
  text-align: center;
  font-size: 16px;
}
.footer-row .copy {
  width: 100%;
  text-align: center;
}
.footer-row .counter {
  float: none;
  width: 145px;
  margin: auto;
}
.m-info-list a {
  color: #333;
  text-decoration: none;
}
.info-list-btn-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
a.info-list-btn {
  color: #EF4023;
  font-size: 18px;
  padding: 0;
  margin: 10px 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  text-align: center;
}
a.info-list-btn:first-child {
  border-right: 1px solid #EF4023;
}
.switch-version {
  font-size: 16px;
  padding: 5px;
  text-align: center;
  bottom: 0;
  width: 100%;
  position: absolute;
}
.switch-version a {
  text-decoration: none;
  color: #9d9b96;
}
.footer-row .phone {
  float: none;
  margin: auto;
  text-align: center;
  width: 380px;
  display: block;
  color: #9d9b96;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 10px;
  width: 100%;
}
.footer-row .phone-first-line {
  display: block;
}
.news-gallery .slide {
  max-width: 464px;
  margin: auto;
}
@media (max-width: 600px) {
  .m-tabset.m-content-tabs {
    margin-left: 0px;
    margin-top: 0px;
  }
}
@media (min-width: 430px) {
  .slider_small.flexslider .slides > li {
    width:430px!important;
  }
}

@media (min-width: 850px) {
  .m-rated-list >li{
	vertical-align:top;
	margin:0px 10px;
  }
}
/* Generated by http://css.spritegen.com CSS Sprite Generator */
.icon-blob,
.icon-metro,
.icon-study,
.icon-house,
.icon-salver2,
.icon-map-white,
.icon-map,
.icon-preview,
.icon-salver,
.icon-star,
.icon-afisha,
.icon-money,
.icon-rings,
.icon-search-thin-grey,
.icon-search-thin-white,
.icon-search-thin,
.icon-search-white,
.icon-search,
.icon-arrow-left-white,
.icon-eye,
.icon-first-class,
.icon-baby,
.icon-arrow-botom,
.icon-tree,
.icon-loc,
.icon-human,
.icon-mic,
.icon-phone-white,
.icon-phone,
.icon-arrow-right {
  display: inline-block;
  background: url('/images/sprite/sprite.png') no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}
.icon-blob {
  background-position: -2px 0px;
  width: 52px;
  height: 21px;
}
.icon-metro {
  background-position: -2px -23px;
  width: 39px;
  height: 28px;
}
.icon-study {
  background-position: -2px -53px;
  width: 39px;
  height: 25px;
}
.icon-house {
  background-position: -2px -80px;
  width: 38px;
  height: 34px;
}
.icon-salver2 {
  background-position: -2px -116px;
  width: 38px;
  height: 34px;
}
.icon-map-white {
  background-position: -2px -152px;
  width: 36px;
  height: 35px;
  transform: scale(0.8);
  transform-origin: 0 0;
  transition: all .5s;
}
.icon-map {
  background-position: -2px -189px;
  width: 36px;
  height: 35px;
}
.icon-preview {
  background-position: -2px -226px;
  width: 35px;
  height: 25px;
}
.icon-salver {
  background-position: -2px -253px;
  width: 34px;
  height: 29px;
}
.icon-star {
  background-position: -2px -284px;
  width: 33px;
  height: 32px;
}
.icon-afisha {
  background-position: -2px -318px;
  width: 32px;
  height: 36px;
}
.icon-money {
  background-position: -2px -356px;
  width: 32px;
  height: 31px;
}
.icon-rings {
  background-position: -2px -389px;
  width: 32px;
  height: 24px;
}
.icon-search-thin-grey {
  background-position: -2px -415px;
  width: 32px;
  height: 32px;
}
.icon-search-thin-white {
  background-position: -2px -449px;
  width: 32px;
  height: 32px;
  transform: scale(0.7);
  transform-origin: 0 0;
  transition: all .5s;
}
.icon-search-thin {
  background-position: -2px -483px;
  width: 32px;
  height: 32px;
}
.icon-search-white {
  background-position: -2px -517px;
  width: 31px;
  height: 31px;
}
.icon-search {
  background-position: -2px -413px;
  width: 31px;
  height: 38px;
  transform: scale(0.7);
  transform-origin: 0 0;
  transition: all .5s;
}
.icon-arrow-left-white {
  background-position: -2px -583px;
  width: 30px;
  height: 30px;
}
.icon-eye {
  background-position: -2px -615px;
  width: 29px;
  height: 18px;
}
.icon-first-class {
  background-position: -2px -635px;
  width: 29px;
  height: 28px;
}
.icon-baby {
  background-position: -2px -665px;
  width: 26px;
  height: 31px;
}
.icon-arrow-botom {
  background-position: -2px -698px;
  width: 25px;
  height: 15px;
}
.icon-tree {
  background-position: -2px -715px;
  width: 25px;
  height: 32px;
}
.icon-loc {
  background-position: -29px -698px;
  width: 23px;
  height: 29px;
}
.icon-human {
  background-position: -30px -665px;
  width: 22px;
  height: 28px;
}
.icon-mic {
  background-position: -29px -729px;
  width: 21px;
  height: 32px;
}
.icon-phone-white {
  background-position: -2px -749px;
  width: 21px;
  height: 32px;
}
.icon-phone {
  background-position: -25px -763px;
  width: 21px;
  height: 32px;
}
.icon-arrow-right {
  background-position: -37px -284px;
  width: 15px;
  height: 28px;
}




.m-item-gallery_ {
  width: 100%;
}
.m-restaurant-info table {
  width: 100%;
}


.m-restaurant-info {
  padding: 20px 10px;
}
.m-tabs {
  width: 100%;
}
.m-tabs .tab-control .title {
  font: bold 14px/18px 'PT Sans Caption', sans-serif;
}
.m-item-information {
  width: 100%;
}
.m-item-information li {
  margin-bottom: 10px;
}
.programm-block .date-gallery-holder {
  width: 100%;
}
.m-bottom {
  background: #f04024;
  padding: 15px 0px 10px 0px;
  width: 100%;
  text-align: center;
}
.m-bottom a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  line-height: 32px;
  vertical-align: top;
  width: 33%;
}
@media (min-width: 361px) and (max-width: 400px)   {
  .m-bottom a {
    width: 90px;
  }
  .m-bottom .zabr {
    width: 180px;
  }
}
@media (min-width: 400px) and (max-width: 430px)   {
  .m-bottom .bottom_phone {
    width: 100px;
  }
  .m-bottom .bottom__feed {
    width: 120px;
  }
  .m-bottom .zabr {
    width: 190px;
  }
}

@media (min-width: 340px) and (max-width: 361px)   {
  .m-bottom .bottom_phone {
    width: 70px;
  }
  .m-bottom .bottom__feed {
    width: 110px;
  }
  .m-bottom .zabr {
    width: 180px;
  }
}
@media (min-width: 320px) and (max-width: 340px)   {
  .m-bottom .bottom_phone {
    width: 70px;
  }
  .m-bottom .bottom__feed {
    width: 90px;
  }
  .m-bottom .zabr {
    width: 160px;
  }
}

.zabr {
  border-left:1px solid #fff;
  border-right:1px solid #fff;
  padding: 0px 10px;
}
.bottom_button {
  position: fixed;
  bottom: 0px;
  z-index: 998;
}
.footer-row {
  padding-bottom: 80px;
}


.bottom__feed {
  cursor: pointer;
}


/* --- m-filter-form --- */
.m-filter-form {
  width: 100%;

}
.m-filter-form .jq-selectbox {
  width: 100%;
  margin-bottom: 15px;
}
.m-filter-form input[type="text"] {
  width: 100%;
  margin-bottom: 15px;
}
.m-filter-form .width_sm_short {
  text-align: center;
  margin-bottom: 15px;
}
.page-title-holder .m-back {
  float: none;
margin: 0px;
}
.m-h1 {
  margin: 10px 0px;
}
.m-post {
  width: 100%;
}
.m-post img {
  max-width: 100%;
  margin: 10px;
}
.yashare-auto-init {
  width: 100%;
  margin-bottom: 15px;
}
#mapsIDBig {
  position: relative;
  height: 800px;
  top: 0px;
}

.popup-head{
  font-size: 20px;
}
.input-holder {
  margin-bottom: 20px;
}

.jq-checkbox {
  float:right;
  padding-right: 30px;
}
.checkbox-holder {
  padding: 5px 0px 5px 17px;
}
.tab-content{
  display: none;
  background: #f6f5f1;
  padding: 15px;
}

.tab-content.current{
  display: inherit;
}
.tab-link {
  cursor: pointer;
  padding: 10px 0px;
}

#your_filters.not_empty {
	width:100%;
	background:none;
	border:none;
	color: #929292;
	padding: 5px 10px 0px 10px;
}
#your_filters.not_empty:before {
	content:"Вы выбрали: ";
	font-weight:bold;
	color:#000;
}
#your_filters.not_empty a {
	color: #EF4023;
    font-size: 14px;
	vertical-align: inherit;
	padding-left:5px;
}
#your_filters div {
	padding: 5px 10px;
}

.m-restaurant-info.table_property {
	width:100%;
	margin:10px 0px;
}
.m-restaurant-info .table_property tr:nth-child(2n+1) {
	background-color: #eefafa;
}
.m-restaurant-info .table_property td {
	padding:10px;
}
.m-restaurant-info .table_property tr td:first-child {
	width:20%;
}
.m-restaurant-info .table_property {
	margin:20px 0px;
}