        .rest-banner {
            width: 100%;
            max-width: 1280px;
            margin: auto;
            background-image: url(/local/templates/ritual/components/bitrix/catalog/restaurants/img/restBanner-bg.jpg);
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-repeat: no-repeat;
            padding: 35px 0;
            font-family: "Open Sans", sans-serif;
            color: #ffffff; }
        
        .restBanner-content {
            width: 80%;
            margin: auto; }

        .restBanner-text {
            font-size: 60px;
            margin-bottom: 54px;
            text-align: center; }
        .restBanner-text img {
            -webkit-transform: translateY(25%);
            -moz-transform: translateY(25%);
            -ms-transform: translateY(25%);
            -o-transform: translateY(25%);
            transform: translateY(25%); }

        .restBanner-sale {
            margin: auto;
            text-align: center;
            text-transform: uppercase;
            font-size: 48px; }


.filter-title:first-of-type{
	position: relative;
}
.filter-title:first-of-type a{
	display: block;
    width: 10px;
    height: 10px;
    background-image: url(/local/templates/ritual/components/bitrix/catalog/restaurants/img/close-button.svg);
    background-size: contain;
    position: absolute;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

a {
    transition: 0.3s;
    color: #ad5a55;; 

}

.innerOption a{
	display: block;
	text-decoration: none;
}

.button.form-vacInput{
background: #ad5a55;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #fff;
    overflow: hidden !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    height: 47px;
	width: 100%;

}

/* Добавлено 19.07.2017. Стас - окно заказа ресторана 

.quantity {
height: 35px;
margin-top: 17px;
} */

/* Добавил 19.07.2017 - форма заказа ресторана */ 
.fieldset-half {
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
            align-items: flex-end;
}

/* */



.quantity-nav{
position: absolute;
    right: 0;
    top: 0;
    transform: translate(-10px, 23px);
    z-index: 10;
    width: 30px;
    background: #fff;
	height: 43px;
}  

/* Добавил данный код 19.07.2017 
.quantity-nav {
    position: absolute;
    right: 0;
    top: 10px;
    transform: translate(-10px, 23px);
    z-index: 10;
    width: 30px;
    background: rgba(255, 255, 255, 0);
    height: 30px;
} 

конец фрагмента*/


.quantity input{
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    padding: 0 15px;
    width: 100%;
    height: 45px;
    margin: auto;
    font-family: 'Open Sans';
    font-size: 14px;
    position: relative;
	margin-top: 5px;

}
.quantity-button{
	text-align: center;
	font-size: 20px; /*ставил - 17px */
}


 .inner-text-content ul li {
	  margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	list-style:none;
	font-weight: 100%;
 }
.innerOption li{
margin-left: 0 !important;

}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a span, .bx-pagination .bx-pagination-container ul li.bx-pag-prev a span, .bx-pagination .bx-pagination-container ul li.bx-pag-next a span{
border: none !important;

}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span, .bx-pagination .bx-pagination-container ul li.bx-pag-prev span, .bx-pagination .bx-pagination-container ul li.bx-pag-next span{
border: none !important;
}
 .bx-pagination {
            margin: 0;
        }

        body .bx-pagination .bx-pagination-container ul li span {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            font-family: 'Open Sans', sans-serif;
            color: #000000;
            transition: .3s ease;
            background: none;
            width: 30px;
            height: 30px;
            line-height: 30px;
            display: block;
            text-align: center;
        }

        body .bx-pagination .bx-pagination-container ul li span:hover {

            color: #ad5a55;
        }

        body .bx-pagination .bx-pagination-container ul li.bx-active span {
            background: #ad5a55;
            color: #fff;
        }

        .inner-text-content h2 {
            color: #ad5a55;
            font-size: 22px;
            font-weight: 900;
            font-family: 'Open Sans', sans-serif;
            text-transform: none;
            text-align: left;
        }

        .inner-text-content strong {
            color: #ad5a55;
            font-weight: 800;
        }


.inner-text-content {
  background: #fefdfd;
  height: 100%;
  max-width: 1350px;
  width: 90%;
  margin: 6px auto 0 auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 0 8%;
  position: relative;
  margin-top: 240px;
  overflow-x: hidden;
  margin-bottom: 5px;
  padding-bottom: 100px;
  font-family: 'Open Sans', sans-serif !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .inner-text-content p {
    font-size: 16px;
    font-family: "Open Sans";
    color: #000;
    line-height: 24px;
    margin: 20px 0;
    font-weight: 400; }
  .inner-text-content.middle-padding {
    padding: 0 7% 5% 7% !important; 
    position: relative;

}

.resp-description-figure {
  width: 7px;
  height: 7px;
  background: #8c5b56;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
  .resp-description-figure:before {
    content: '';
    width: 1px;
    height: 66px;
    background: #8c5b56;
    display: block;
    -webkit-transform: rotate(45deg) translateX(-19px) translateY(17px);
    -moz-transform: rotate(45deg) translateX(-19px) translateY(17px);
    -ms-transform: rotate(45deg) translateX(-19px) translateY(17px);
    -o-transform: rotate(45deg) translateX(-19px) translateY(17px);
    transform: rotate(45deg) translateX(-19px) translateY(17px); }
  .resp-description-figure:after {
    content: '';
    width: 1px;
    height: 66px;
    background: #8c5b56;
    display: block;
    -webkit-transform: rotate(45deg) translateX(-65px) translateY(-109px);
    -moz-transform: rotate(45deg) translateX(-65px) translateY(-109px);
    -ms-transform: rotate(45deg) translateX(-65px) translateY(-109px);
    -o-transform: rotate(45deg) translateX(-65px) translateY(-109px);
    transform: rotate(45deg) translateX(-65px) translateY(-109px); }

.inner-text-content h1 {
  font-family: 'Open Sans';
  color: #AD5A55;
  text-align: center;
  width: 100%;
  position: relative;
  font-size: 41.59px;
  text-transform: uppercase;
  padding-top: 40px;
  font-weight: 700;
  margin-bottom: 40px; }

.pominkiTitle-block {
  margin: 33px auto; }
  .pominkiTitle-block p {
    text-align: center;
    margin-bottom: 33px; }

.pominki-banner {
  width: 100%;
  height: 250px;
  background: url("img/bannerBg-grey.png") no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px; }
  .pominki-banner-text {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    line-height: 45px;
    text-align: center; }
  .pominki-banner-img {
    margin: auto;
    margin-bottom: 27px;
    display: block; }

.pominki-filter-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Arial, Helvetica;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  height: 46px;
  background: #faf9f6;
  padding: 0 7% 0 4%;
  margin-bottom: 14px; }

.big-filterPominki {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-weight: 800;
	transform: translateX(-10px);
 }

.pominki-filters {
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc; }

.filter-title {
  color: #ad5a55 !important; }

.pominki-filters ul.pominki-filter-list li.pominki-item {
  padding: 0 4% 0 2%;
  border-right: 1px solid #cccccc;
  height: 50%;
  line-height: 23px;
  position: relative;
  cursor: pointer;
   font-family: Arial, Helvetica;
    text-transform: uppercase ;
    font-size: 14px ;
    font-weight: bold ;
 }
  .pominki-item:last-of-type {
    border-right: none !important; }
  .pominki-item:after {
    content: '';
    background: url("img/arrow-down.png");
    width: 11px;
    height: 7px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-18px, -50%);
    -moz-transform: translate(-18px, -50%);
    -ms-transform: translate(-18px, -50%);
    -o-transform: translate(-18px, -50%);
    transform: translate(-18px, -50%); }
  .pominki-item.active:after {
    -webkit-transform: translate(-18px, -50%) rotate(180deg);
    -moz-transform: translate(-18px, -50%) rotate(180deg);
    -ms-transform: translate(-18px, -50%) rotate(180deg);
    -o-transform: translate(-18px, -50%) rotate(180deg);
    transform: translate(-18px, -50%) rotate(180deg); }
.bx-pagination .bx-pagination-container.row ul{
    /*display: flex;
    justify-content: space-between;
    margin: auto;*/
	display:block;margin:0 auto;

}
.bx-pag-next{
width: 90px !important;
}
.bx-pag-next a,.bx-pag-next>span{
display: block !important;
width: 100% !important;
}
.bx-pag-next a span{
display: block !important;
width: 100% !important;
}
.bx-pag-prev{
width: 90px !important;
}
.bx-pag-prev a, .bx-pag-prev>span {
display: block !important;
width: 100% !important;
}
.bx-pag-prev a span{
display: block !important;
width: 100% !important;
}
.sub-pominki {
  position: absolute;
  background: #fff;
  top: 34px;
  z-index: 12;
  padding-top: 15px;
  display: none;
  min-width: 189%;
  left: -30px;
  -webkit-box-shadow: 0 24px 17px -17px rgba(100, 99, 97, 0.14);
  -moz-box-shadow: 0 24px 17px -17px rgba(100, 99, 97, 0.14);
  box-shadow: 0 24px 17px -17px rgba(100, 99, 97, 0.14); }
  .sub-pominki ul {
    margin-bottom: 27px; }
    .sub-pominki ul li {
      padding-left: 10px;
      margin-right: 0;
      padding-right: 5px; }
      .sub-pominki ul li a {
		text-decoration: none;
        font-size: 13px;
        color: #ad5a55;
        font-weight: 300;
        text-transform: none; }
        .sub-pominki ul li a:hover {
          text-decoration: underline; }
  .sub-pominki.large {
    width: 290%;
    padding-bottom: 5px; }
    .sub-pominki.large ul {
      float: left; }
      .sub-pominki.large ul li {
		width: 24%;
		float: left;
		padding-left: 16px;
		margin-right: 31px;
		padding-right: 7px;
		font-size: 13px;
		line-height: 20px;
 }
.pominki-item:nth-of-type(1) .sub-pominki{
width: 150%;

}
.pominki-item:nth-of-type(5) .sub-pominki.large{
left: -30px;
width: 290%

}
.pominki-item:nth-of-type(5) .sub-pominki.large ul li{
	width: 34%;
    float: left;
    padding-left: 3px;
    margin-right: 9px;
    padding-right: 6px;
    font-size: 13px;
    line-height: 20px;
}
.pominki-item:nth-of-type(6) .sub-pominki.large{
padding-bottom: 21px;
}
.pominki-item:nth-of-type(3) .sub-pominki{
min-width: 110%;
}
.pominki-item:nth-of-type(6) .sub-pominki.large ul li{
    width: 39%;
    float: left;
    padding-left: 0px;
    margin-right: 9px;
    padding-right: 7px;
    font-size: 13px;
    line-height: 20px;
}
.pominki-item:last-of-type .sub-pominki.large {
    width: 364%;
    left: -208px;
    padding-bottom: 21px;
}
.pominki-item:last-of-type .sub-pominki.large ul li{
    width: 34%;
    float: left;
    padding-left: 8px;
    margin-right: 4px;
    padding-right: 7px;
    font-size: 13px;
    line-height: 19px;
}

.menu-search {
  position: absolute;
  width: 88%;
  margin: auto;
  height: 35px;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-17px);
  -moz-transform: translateX(-50%) translateY(-17px);
  -ms-transform: translateX(-50%) translateY(-17px);
  -o-transform: translateX(-50%) translateY(-17px);
  transform: translateX(-50%) translateY(-17px); }

/*Добавлено 19.07.2017 */

input.menuSearch-input::-webkit-input-placeholder {
    color: #fff;
}  /* */

.menuSearch-input {
  font-size: 16px;
  width: 100%;
  padding: 4px 10px 5px 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ad5a55;
  color: #fff;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  outline: none;
  border: none; }

.menuSearch-submit {
  position: absolute;
  bottom: 15%;
  left: 0;
  width: 37px;
  height: 32px;
  cursor: pointer;
  background: url(https://ritual.ru/local/templates/ritual/images/search.svg);
  -moz-background-size: 53%;
  -o-background-size: 53%;
  background-size: 53%;
  background-repeat: no-repeat;
  background-position: center;
  border: none; }

.pominki-alphabet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  height: 46px;
  background: #faf9f6; }
  .pominki-alphabet-content {
    width: 88%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .pominki-alphabet-content a {
		text-decoration: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      height: 34px;
      width: 34px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #000;
      -webkit-transition: .3s ease;
      -moz-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
      .pominki-alphabet-content a:hover {
        background: #ad5a55;
        color: #ffffff; }
      .pominki-alphabet-content a.active {
        background: #ad5a55;
        color: #ffffff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; }

.pominki-selects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px; }

.pominki-select-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.reason-select {
  z-index: 10;
  position: relative;
  width: 150px;
  height: 100%;
  border: none;
  padding-left: 17px;
  line-height: 30px;
  color: #000;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer; }
  .reason-select:after {
    content: '';
    display: block;
    height: 26px;
    width: 1px;
    background: #ccc;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(7px, 11%);
    -moz-transform: translate(7px, 11%);
    -ms-transform: translate(7px, 11%);
    -o-transform: translate(7px, 11%);
    transform: translate(7px, 11%); }
  .reason-select:last-of-type:after {
    content: '';
    display: none; }

.pominki-select {
  display: none; }

.innerOption {
  width: 100%;
  max-height: 350px;
  overflow-y: auto; }

.sel-filter {
  font-size: 13px; }
  .sel-filter:after {
    content: '';
    display: block;
    position: absolute;
    left: 90%;
    top: 10px;
    width: 11px;
    height: 7px;
    background: url("img/arrow-down.png"); }

.sel-filter.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.option {
  width: 100%;
  display: none;
  padding: 0;
  left: 6px;
  max-height: 350px;
  color: #797979;
  position: absolute;
  border: none;
  -webkit-box-shadow: 0 24px 17px -17px rgba(100, 99, 97, 0.14);
  -moz-box-shadow: 0 24px 17px -17px rgba(100, 99, 97, 0.14);
  box-shadow: 0 24px 17px -17px rgba(100, 99, 97, 0.14); }
  .option li {
    width: 100%;
    height: auto;
    min-height: 30px;
    line-height: 30px;
    text-align: center;
    color: #000;
    border-bottom: 1px solid #d1d1d1;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    background: #fff; }
    .option li:last-child {
      border-bottom: none; }
    .option li:hover {
      color: #ffffff;
      background: #ad5a55; }

.pominki-block-title {
  font-size: 28px;
  font-weight: 900; }

.pominki-restaurant {
  padding: 30px 0;
  border-bottom: 1px solid #ccc; }
  .pominki-restaurant-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }

.pominki-restaurant-slider {
margin-right: 33px;
  max-width: 372px;
  height: 218px;
  position: relative; }
  .pominki-restaurant-slider .owl-prev {
    width: 45px;
    height: 45px;
    background-color: rgba(173, 90, 85, 0.7) !important;
    background-image: url("img/left-arrow.png") !important;
    -moz-background-size: 37% !important;
    -o-background-size: 37% !important;
    background-size: 37% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-transition: .1s ease !important;
    -moz-transition: .1s ease !important;
    -o-transition: .1s ease !important;
    transition: .1s ease !important;
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important; }
    .pominki-restaurant-slider .owl-prev:hover {
      background-color: #ad5a55 !important; }
  .pominki-restaurant-slider .owl-next {
    width: 45px !important;
    height: 45px  !important;
    background-color: rgba(173, 90, 85, 0.7) !important;
    background-image: url("img/right-arrow.png") !important;
    -moz-background-size: 37% !important;
    -o-background-size: 37% !important;
    background-size: 37% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-transition: .1s ease !important;
    -moz-transition: .1s ease !important;
    -o-transition: .1s ease !important;
    transition: .1s ease !important;
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important; }
    .pominki-restaurant-slider .owl-next:hover {
      background-color: #ad5a55 !important; }
  .pominki-restaurant-slider .owl-nav {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

.restaurant-card-slider {
  width: 728px;
  height: 400px;
  position: relative; }
  .restaurant-card-slider .owl-prev {
    width: 45px !important;
    height: 45px !important;
    background-color: rgba(173, 90, 85, 0.7) !important;
    background-image: url("img/left-arrow.png") !important;
    -moz-background-size: 37% !important;
    -o-background-size: 37% !important;
    background-size: 37% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-transition: .1s ease !important;
    -moz-transition: .1s ease !important;
    -o-transition: .1s ease !important;
    transition: .1s ease !important;
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important; }
    .restaurant-card-slider .owl-prev:hover {
      background-color: #ad5a55 !important; }
  .restaurant-card-slider .owl-next {
    width: 45px !important;
    height: 45px !important;
    background-color: rgba(173, 90, 85, 0.7) !important;
    background-image: url("img/right-arrow.png") !important;
    -moz-background-size: 37% !important;
    -o-background-size: 37% !important;
    background-size: 37% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-transition: .1s ease !important;
    -moz-transition: .1s ease !important;
    -o-transition: .1s ease !important;
    transition: .1s ease !important;
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important; }
    .restaurant-card-slider .owl-next:hover {
      background-color: #ad5a55 !important; }
  .restaurant-card-slider .owl-nav {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

.pominki-restaurantTitle-breadcrumbs {
  margin-bottom: 15px; }
  .pominki-restaurantTitle-breadcrumbs {
    color: #ccc;
    font-family: Georgia;
    font-size: 12px;
    font-style: italic; }

.pominki-restaurantTitle {
  font-size: 28px;
  font-weight: 800; }

.pominki-restaurantTitle-stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 105px;
  height: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px; }

.star {
  width: 15px;
  height: 15px;
  background-image: url("img/passive-star.png");
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  .star.active {
    background-image: url("img/active-star.png"); }

.pominki-restaurantTitle-button {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  width: 210px;
  height: 47px;
  color: #ffffff;
  background: #ad5a55;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-transform: uppercase;
  max-width: 90%; }
  .pominki-restaurantTitle-button:hover {
    background: #814340; }

.restaurant-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px; }
  .restaurant-category .category-name {
    color: #ad5a55;
    font-weight: 700; }
  .restaurant-category .category-description {
    width: 57%;
    font-size: 13px;
line-height: 16px;
 }
    .restaurant-category .category-description a {
      color: #000;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      -o-transition: .3s;
      transition: .3s; 
    text-decoration: none;
}
      .restaurant-category .category-description a:hover {
        text-decoration: underline; }

.restaurant-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f5f3ee;
  padding: 30px 20px;
  margin-top: 30px; }



  .restaurant-contacts-block {

    font-size: 13px;
    line-height: 20px;
    width: 30%; }
.restaurant-contacts-block:first-of-type{

transform: translateX(20px);
margin-right: 105px;
}



    .restaurant-contacts-block span, .restaurant-contacts-block a {
      display: block; }
.restaurant-contacts .restaurant-contacts-days{
width: auto;
}
  .restaurant-contacts-address {

    position: relative; }
.restaurant-contacts-address a{
display: inline !important;

}
    .restaurant-contacts-address:before {
      content: '';
      display: block;
      background: url("img/pin2.png");
      width: 28px;
      height: 25px;
      position: absolute;
      left: 0;
      top: 12px;
      -webkit-transform: translate(-30px, -50%);
      -moz-transform: translate(-30px, -50%);
      -ms-transform: translate(-30px, -50%);
      -o-transform: translate(-30px, -50%);
      transform: translate(-30px, -50%);
      background-position: center;
      -moz-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
      background-repeat: no-repeat; }

    .restaurant-contacts-days:before {
      content: '';
      position: absolute;
      background: url("img/clock.png");
      width: 28px;
      height: 22px;
      top: 10px; /* было 14 */
      left: 0;
      -webkit-transform: translate(-30px, -50%);
      -moz-transform: translate(-30px, -50%);
      -ms-transform: translate(-30px, -50%);
      -o-transform: translate(-30px, -50%);
      transform: translate(-30px, -50%);
	background-position:center;
	background-repeat:no-repeat;

 }
  .restaurant-contacts-phones {
    position: relative; 
	left: 15px;
}
    .restaurant-contacts-phones:before {
      content: '';
      display: block;
      background: url("img/phone.png");
      height: 21px;
      width: 28px;
      position: absolute;
      left: 0;
      top: 12px;
      -webkit-transform: translate(-30px, -50%);
      -moz-transform: translate(-30px, -50%);
      -ms-transform: translate(-30px, -50%);
      -o-transform: translate(-30px, -50%);
      transform: translate(-30px, -50%); 
		background-position:center;
		background-repeat:no-repeat;
}


/*19072017*/
.restaurant-contacts{
	display:block;
}
.restaurant-contacts:after{
	content:'';
	display:block;
	clear:both;
}
.restaurant-contacts .restaurant-contacts-block{
	float:left;
	width:-webkit-calc(25% - 15px);
	width:-moz-calc(25% - 15px);
	width:calc(25% - 15px);
	margin-right:20px;
	padding-left:28px;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;

}
@media (max-width:870px){
	.restaurant-contacts .restaurant-contacts-block{
		font-size:72%;
	}
}
.restaurant-contacts .restaurant-contacts-block:last-child{
	margin-right:0px;
	padding-left:0;
}
.restaurant-contacts .restaurant-contacts-block:first-of-type{
	-webkit-transform:none;
	   -moz-transform:none;
	    -ms-transform:none;
	     -o-transform:none;
	        transform:none;
	margin-right: ;
}
.restaurant-contacts .restaurant-contacts-address:before,
.restaurant-contacts .restaurant-contacts-days:before,
.restaurant-contacts-phones:before{
	-webkit-transform:none;
	   -moz-transform:none;
	    -ms-transform:none;
	     -o-transform:none;
	        transform:none;
	position:static;
	float:left;
	margin-left:-28px;
}

/* Иконка метро - 25.07.2017*/
.metro_icon:before {
	content: '';
    display: block;
    background: url(img/moscow-metro-logo.svg);
	position: relative;
    width: 20px; 
    height: 20px;
	left: 0;
    top: 30px;
	 -webkit-transform: translate(-24px, -50%);
	 -moz-transform: translate(-24px, -50%);
	 -ms-transform: translate(-24px, -50%);
	 -o-transform: translate(-24px, -50%);
	         transform: translate(-24px, -50%);
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;} 

.restaurant-contacts .restaurant-contacts-phones{
	left:0;
}

/* /19072017 */


    .restaurant-contacts-phones a {
      color: #000;
      font-weight: 700;
 }

.pominki-restaurantTitle-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }
.pominki-restaurant-info{
width: 45%;}
.restaurant-categories {
  width: 100%; }

.bx-pagination {
  margin-top: 50px !important;
  margin-bottom: 25px !important; }

.bx-pagination-container.row ul {
  width: 100%;/*30%*/
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.bx-pagination .bx-pagination-container ul li{
margin:0 0 15px !important;
}

.pominki-tb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .pominki-tb .tb-left {
    width: 60%; }
  .pominki-tb .tb-right {
    width: 38%; }

.mayBe {
  list-style: circle;
  font-size: 16px;
  line-height: 24px; }
  .mayBe a {
    color: #ad5a55; }

.pest-prices-banner {
  padding: 30px;
  background: #f5f3ee;
  height: 75%; }
  .pest-prices-banner .restPB-title {
    color: #ad5a55;
    font-weight: 800;
    margin-bottom: 24px; }
  .pest-prices-banner ul {
    float: left;
    padding-left: 24px; }
    .pest-prices-banner ul li {
      float: left;
      width: 50%;
      margin-bottom: 18px;
      position: relative; }
      .pest-prices-banner ul li:before {
        content: '';
        display: block;
        width: 3px;
        height: 3px;
        background: #000;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(-20px, -50%);
        -moz-transform: translate(-20px, -50%);
        -ms-transform: translate(-20px, -50%);
        -o-transform: translate(-20px, -50%);
        transform: translate(-20px, -50%); }

.restaurant-card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
margin-top:20px; }
.restaurant-card-wrap:nth-of-type(3) .restaurant-card-LeftColumn{
margin-top: 20px;

}

.restaurant-card-LeftColumn {
  width: 728px; }

.restaurant-card-RightColumn {
  width: 31%;
	position: relative;
 }

.restaurant-card-map {
  width: 100%;
  height: 300px;
  margin-top: 24px;
  margin-bottom: 20px; }

.restaurant-card-transportBlocks {
margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.restaurant-card-transportBlock {
  width: 48%;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 60px;
  border: 1px solid #ad5a55;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }
  .restaurant-card-transportBlock a {
    color: #ad5a55;
    text-transform: uppercase;
    font-size: 12px;
    width: 75%;
    display: block;
    text-decoration: none;
    text-align: center;
    margin-top: 5px;
    line-height: 16px; }
  .restaurant-card-transportBlock:hover {
    background: #ad5a55; }
  .restaurant-card-transportBlock:hover a {
    color: #fff; }
  .restaurant-card-transportBlock:hover .restaurant-card-transportBlock-svg svg, .restaurant-card-transportBlock:hover .restaurant-card-transportBlock-svg svg g, .restaurant-card-transportBlock:hover .restaurant-card-transportBlock-svg svg path, .restaurant-card-transportBlock:hover .restaurant-card-transportBlock-svg svg circle {
    fill: #fff !important;
    stroke: #fff !important; }

.restaurant-card-transportBlock-svg {
  width: 22px;
  height: 22px;
  margin-right: 7px; }
  .restaurant-card-transportBlock-svg svg {
    max-width: 100%;
    max-height: 100%; }

.restaurant-card-stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  height: 28px;
  background: #ffffff;
  margin: auto;
  position: relative;
  top: -10px;
  margin-bottom: -20px; }
  .restaurant-card-stars .star {
    margin-left: 10px; }
.restaurant-card-stars .star:first-child{
	margin-left:0;
}

.restaurant-card-StarsBlock {
  border: 1px solid #ad5a55;
  margin-bottom: 40px;
	min-height: 400px;
 }
  .restaurant-card-StarsBlock .restaurant-card-text {
    width: 80%;
    margin: auto;
    text-align: center; }
    .restaurant-card-StarsBlock .restaurant-card-text p {
      font-size: 14px; }

.restaurant-cardBtn-wrap {
 position: absolute;
    width: 80%;
    margin: auto;
    background: #ffffff;

    bottom: 0;
    transform: translate(0, -50%);
    left: 9%; }

.restaurant-card-info {
	min-height: 130px;
  padding: 30px 15px;
  background: #f5f3ee; }
  .restaurant-card-info .restaurant-contacts-address {
    font-size: 13px;
    width: 93%;
    margin: auto;
    text-align: left;
    position: relative;
    left: 4%;
    margin-bottom: 25px; }

/*.restaurant-contacts-address .metro_icon{
	background-image:url('/local/templates/ritual/components/bitrix/catalog/restaurants/img/moscow-metro-logo.svg');
	background-repeat:no-repeat;
	background-position:center;
	background-size:auto 100%;
	display:inline-block;
	width:22px;
	height:22px;
	line-height:18px;
	margin-right:1px;
	vertical-align:middle;
}*/

.restaurant-card-infoBlocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px; }
  .restaurant-card-infoBlocks:last-of-type {
    margin-bottom: 0; }

.restaurant-card-infoBlock {
  width: 47%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 13px; }
  .restaurant-card-infoBlock:last-of-type .restaurant-card-infoTitle {
    width: 40%; }
  .restaurant-card-infoBlock:last-of-type .restaurant-card-infoDescription {
    width: 58%; }

.restaurant-card-infoTitle {
  color: #ad5a55;
  width: 20%;
  font-weight: 700; }

.restaurant-card-infoDescription {
  width: 80%; }

.restaurant-cardRitual {
  line-height: 22px; }

.ritRu {
  color: #ad5a55; }

.sale-size {
  color: #ad5a55;
  font-size: 18px;
  font-weight: 700; }

.restaurant-card-flex {
  width: 93%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  left: 4%; }
  .restaurant-card-flex .restaurant-contacts-days, .restaurant-card-flex .restaurant-contacts-phones {
    width: 47%;
    font-size: 13px; }

span.bold {
  font-weight: 700; }

.restaurant-card-transportBlock-hiddenInfo {
  font-family: "Open Sans", sans-serif;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.53);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999; }
  .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-content {
    background: #ffffff;
    padding: 40px 50px;
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto; }
  .restaurant-contacts-days {
    position: relative;
	width: 60%;
 }
  .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-Title {
    color: #ad5a55;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px; }
  .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-img {
    display: block;
    margin: auto;
    margin-bottom: 30px;
    max-height: 70vh;
    max-width: 100%; }
  .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-text {
    width: 75%;
    margin: auto;
    text-align: center;
    line-height: 22px;
    margin-bottom: 30px; }
  .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-closeIcon {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate(-10px, 8px);
    -moz-transform: translate(-10px, 8px);
    -ms-transform: translate(-10px, 8px);
    -o-transform: translate(-10px, 8px);
    transform: translate(-10px, 8px);
    cursor: pointer;
    opacity: .5; }
    .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-closeIcon svg {
      max-width: 100%;
      max-height: 100%; }
    .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-closeIcon:hover {
      opacity: 1; }
  .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    margin: auto; }
  .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-block {
    width: 45%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer; }
    .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-block a {
      color: #ad5a55;
      text-decoration: underline; }
    .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-block:hover a {
      text-decoration: none;
      color: #814340; }
    .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-block:hover svg path, .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-block:hover svg g, .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-block:hover svg polygon {
      fill: #814340 !important; }
  .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-svg {
    width: 30px;
    height: 30px;
    margin-right: 0; }
    .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-svg svg {
      max-height: 100%;
      max-width: 100%; }
      .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-svg svg path {
        fill: #ad5a55; }
      .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-svg svg g {
        fill: #ad5a55; }

.restaurant-desr-mobile {
  display: none; }

.dropdown-wrap {
  display: none; }

.dropdown {
  width: 800px;
  max-width: 100%;
  position: absolute;
  bottom: 50px;
  background: #faf9f6; }

.dd-filters-moreList {
  display: none; }

.dd-filters {
  width: 90%;
  margin: auto; }

.dd-filtersItem {
  height: 40px;
  line-height: 40px !important;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700 !important;
  cursor: pointer;
  position: relative;
	margin-left:0 !important; }
  .dd-filtersItem .ddList-title {
    width: 100%;
    height: 40px;
    background-color: #faf9f6;
    position: relative;
    z-index: 9;
    border-bottom: 1px solid #dbb9b6;
    background-image: url("img/little-arrows.png");
    background-repeat: no-repeat;
    background-position: 98% -49px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box; }
  .dd-filtersItem .menu-search {
    bottom: 0;
    width: 100%;
    height: 35px;
    display: none;
    -webkit-transform: translateX(-50%) translateY(-4px);
    -moz-transform: translateX(-50%) translateY(-4px);
    -ms-transform: translateX(-50%) translateY(-4px);
    -o-transform: translateX(-50%) translateY(-4px);
    transform: translateX(-50%) translateY(-4px);
    z-index: 9; }
    .dd-filtersItem .menu-search .menuSearch-submit {
      bottom: 0; }
    .dd-filtersItem .menu-search .menuSearch-input {
      height: 100%; }
  .dd-filtersItem:last-of-type {
    border-bottom: none; }
  .dd-filtersItem.active {
    height: 317px;
    overflow: hidden; }
    .dd-filtersItem.active .menu-search {
      display: block; }
    .dd-filtersItem.active .ddList-title {
      background-position: 98% 14px; }

.dd-filters-moreList {
  padding-left: 5%;
  position: relative;
  height: 100%; }
  .dd-filters-moreList li {
    margin-bottom: -11px; }
  .dd-filters-moreList a {
    font-weight: 400;
    color: #ad5a55;
    text-transform: none;
    font-size: 14px;
	text-decoration:none; }

.mCSB_container li{
	margin-left:0 !important;
}

.restaurant-contactsMobile, .pominki-mobileFilters {
  display: none; }

.searchIcon-rest {
  width: 30px;
  height: 30px;
  background: url(https://ritual.ru/local/templates/ritual/images/search.svg);
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat; }

@media all and (max-width: 1400px){
.pominki-item:nth-of-type(5) .sub-pominki.large ul li {
    width: 34%;
}
	.pominki-item:nth-of-type(6) .sub-pominki.large ul li{
width: 39%;
}
	.pominki-item:nth-of-type(6) .sub-pominki.large{
width: 336%;
}
}

@media all and (max-width: 1300px) {
	.sub-pominki.large{
width: 350%;
}
.pominki-item:nth-of-type(6) .sub-pominki.large {
    width: 368%;
}
	.pominki-item:nth-of-type(5) .sub-pominki.large{
width: 350%;
}
	.pominki-filters ul.pominki-filter-list li.pominki-item{
padding: 0 4% 0 0;
}
.pominki-item:nth-of-type(5) .sub-pominki.large ul li {
    width: 38%;
	margin-right: 0;
}

  .restaurant-card-StarsBlock .restaurant-card-text p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 12px; }
  .restaurant-card-LeftColumn {
    width: 66%; }
  .restaurant-card-slider {
    max-width: 100%; }
  .restaurant-card-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .restaurant-card-flex .restaurant-contacts-days, .restaurant-card-flex .restaurant-contacts-phones {
    width: 100%; left:0;}
  .restaurant-card-flex .restaurant-contacts-days {
    margin-bottom: 14px; }
  .restaurant-card-info .restaurant-contacts-address {
    margin-bottom: 14px;
    text-align: left; }
  .restaurant-card-info {
    padding: 30px;
    margin-top: 0; }
  .restaurant-card-infoBlocks {
    margin-bottom: 48px; } }

@media all and (max-width: 1200px) {
	.pominki-filters ul.pominki-filter-list li.pominki-item{
	font-size: 11px;
	padding:  0 5% 0 0;
}
  .restaurant-card-transportBlock a {
    font-size: 11px; }
  .restaurant-card-StarsBlock .restaurant-card-text p {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px; }
  .pominki-restaurantTitle-button {
    height: 40px; } }

@media all and (max-width: 1110px) {
	.restaurant-cardBtn-wrap{
height: 42px;
}
	.restaurant-card-StarsBlock{
	min-height: 224px;
}
  .pominki-filter-list {
    font-size: 12px; }
  .pominki-item {
    padding: 0 5% 0 0; }
  .pominki-filter-list {
    padding: 0 1%; }
  .pominki-restaurant-info {
    width: 50%; }
  .restaurant-categories {
    width: 100%; }
  .sub-pominki.large ul li {
    padding-left: 10px;
    margin-right: 0;
    padding-right: 0; }
    .sub-pominki.large ul li a {
      font-size: 11px; }
  .sub-pominki ul li a {
    font-size: 11px; }
  .sub-pominki {
    width: 150%; }
  .pest-prices-banner {
    padding: 10px; }
  .pest-prices-banner ul li {
    font-size: 14px; }
  .pest-prices-banner ul li:before {
    -webkit-transform: translate(-6px, -50%);
    -moz-transform: translate(-6px, -50%);
    -ms-transform: translate(-6px, -50%);
    -o-transform: translate(-6px, -50%);
    transform: translate(-6px, -50%); }
  .pest-prices-banner {
    height: 45%; }
  .pominki-alphabet {
    height: 36px; }
  .pominki-alphabet-content a {
    width: 25px;
    height: 25px; }
  .restaurant-contacts-block {
    width: 20%;
    margin-right: 10px; }
    /*.restaurant-contacts-block:first-of-type {
      width: 34%; }*/
    .restaurant-contacts-block:last-of-type {
      margin-right: 0; }
  .restaurant-contacts {
    padding: 20px 10px; }
  .restaurant-contacts-block {
    font-size: 13px; }
  .restaurant-card-slider {
    max-width: 100%;
    height: auto; }
  .restaurant-card-LeftColumn {
    width: 52.5%; }
  .restaurant-card-RightColumn {
    width: 46%; }
    .restaurant-card-RightColumn .restaurant-card-stars {
      /*margin-top: -7px; */}
  .kost {
    position: relative;
    width: 80vw;
    float: left;
    margin-top: 11px; }
    .kost p:first-of-type {
      width: 50%;
      display: block; }
  .restaurant-card-infoBlocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0; }
  .restaurant-card-infoBlock {
    width: 100%;
    margin-bottom: 20px; }
  .restaurant-card-StarsBlock .restaurant-card-text p {
    margin: 8px 0;
    font-size: 13px;
    line-height: 19px; }
  .restaurant-cardRitual {
    line-height: 20px;
    margin-bottom: -10px; }
  .pominki-restaurantTitle-button {
    height: 37px; }
  .restaurant-card-text {
    margin-bottom: -10px; }
  .restaurant-card-StarsBlock .restaurant-card-text {
    width: 97%; }
  .restaurant-card-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .restaurant-card-flex .restaurant-contacts-days, .restaurant-card-flex .restaurant-contacts-phones {
    margin-bottom: 42px;
    width: 100%; }
    .restaurant-card-flex .restaurant-contacts-days:last-of-type, .restaurant-card-flex .restaurant-contacts-phones:last-of-type {
      margin-bottom: 0; }
  .restaurant-card-info .restaurant-contacts-address {
    margin-bottom: 42px;
    width: 94%;
    text-align: left; }
  .restaurant-card-infoDescription {
    width: 70% !important; }
  .restaurant-card-infoBlock:last-of-type .restaurant-card-infoTitle {
    width: 30%; }
  .restaurant-card-transportBlock {
    height: 70px; }
  .restaurant-card-wrap:first-of-type {
    margin-bottom: -44px; }
  .restaurant-card-RightColumn .restaurant-card-info {
    padding-bottom: 38px;
	height:-webkit-calc(100% - 30px); 
	height:calc(100% - 30px);
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box; }
  .restaurant-card-transportBlocks {
    position: relative;
    z-index: 9999; }
  .restaurant-card-info {
    padding: 30px;
    margin-top: 40px; 
	height:-webkit-calc(100% - 30px); 
	height:calc(100% - 30px);
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box; }
  .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-Title {
    font-size: 20px; }
	.restaurant-cardBtn-wrap{
		position: static;
    transform: translateY(26px);
}
 }

@media all and (max-width: 800px) {
	.quantity input{
	height: 35px;
}
.quantity-button {
    font-size: 16px;
}
	.quantity-nav{
height: 30px;
}
  .restBanner-text {
                font-size: 45px; }
            .restBanner-text img {
                width: 245px;
                display: block;
                margin-left: auto;
                margin-right: auto; }
            .restBanner-sale {
                font-size: 40px; }
            .rest-banner {
                padding: 20px 0; } 
	.restaurant-card-slider{
	z-index: 0 !important;
}
	.restaurant-card-StarsBlock{
	min-height: 160px;
}
	.bx-pag-prev, .bx-pag-next{
	display: none !important;

}
  .pominki-filters, .pominki-restaurant-info {
    display: none; }
  .pominkiTitle-block {
    width: 100%; }
  .pominki-restaurant-slider {
	position: relative;
	z-index: 0 !important;
    min-width: 100%;
    height: auto; }
  .pominki-tb {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .tb-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .pest-prices-banner {
    height: 15vh; }
  .pominki-tb .tb-left {
    width: 100%; }
  .restaurant-desr-mobile {
    display: block; }
  .restaurant-card-RightColumn .restaurant-card-stars {
    margin: 0 auto; }
  .restaurant-card-LeftColumn {
    width: 50%; }
  .restaurant-card-RightColumn {
    width: 45%; }
  .restaurant-cardRitual {
    margin-bottom: 0;
    padding: 15px 0; }
  .restaurant-card-wrap:last-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .restaurant-card-wrap:last-of-type .restaurant-card-LeftColumn {
      width: 100%; }
    .restaurant-card-wrap:last-of-type .restaurant-card-RightColumn {
      width: 100%; }
  .restaurant-card-text p {
    display: none; }
  .restaurant-card-info {
    margin-top: 37px; }
  .restaurant-card-info {
    padding: 22px 7px; }
  .restaurant-card-RightColumn {
    position: relative;
    z-index: 0; }
  .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-Title {
    font-size: 22px; }
  .restaurant-card-transportBlock a {
    font-size: 12px; }
  .restaurant-card-transportBlocks {
    position: relative;
    z-index: 99; }
  .restaurant-card-RightColumn .restaurant-card-info {
    padding: 25px 30px; }
  .restaurant-contacts, .pominki-restaurantTitle-breadcrumbs {
    display: none; }
  .pominki-restaurantTitle-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; 
	text-align: center;}
  .pominki-restaurantTitle-stars {
    margin-left: 0;
    position: relative;
    background: #ffffff;
    top: -11px;
    width: 170px;
    padding: 0 30px; }
  .pominki-restaurant {
    padding: 0;
    border: 1px solid #ad5a55;
    margin-bottom: 40px; }
  .pominki-restaurantTitle {
    color: #ad5a55; }
  .restaurant-contactsMobile {
    display: block;
    background: #f5f3ee;
    padding-bottom: 20px; }
    .restaurant-contactsMobile .pominki-restaurantTitle-button {
      width: 300px;
      margin: auto;
      position: static;
      max-width: 90%; }
    .restaurant-contactsMobile-content {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
 }
      .restaurant-contactsMobile-content br {
        display: none; }
      .restaurant-contactsMobile-content div {
		font-size: 14px;
        width: 32%;
        margin-right: 30px;
        padding: 20px 0; }
        .restaurant-contactsMobile-content div:last-of-type {
          margin-right: 0; }
    .restaurant-contactsMobile .restaurant-contacts-wallet {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .restaurant-contactsMobile .restaurant-contacts-wallet:before {
        content: '';
        background: url("img/wallet.svg");
        width: 20px;
        height: 20px;
        display: block;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        margin-right: 10px;
        background-repeat: no-repeat; }
  .pominki-banner-text {
    font-size: 23px;
    line-height: 33px; }
  .pominki-mobileFilters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    background: #ad5a55;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 20px; }
  .dropdown-wrap {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.65);
    z-index: 9; }
  .restaurant-contactsMobile-content .restaurant-contacts-address:before {
    -webkit-transform: translate(-30px, 8px);
    -moz-transform: translate(-30px, 8px);
    -ms-transform: translate(-30px, 8px);
    -o-transform: translate(-30px, 8px);
    transform: translate(-30px, 8px); }
  .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-content {
    width: 66vw; } 
	.dd-filters .dd-filtersItem:nth-of-type(1){
	max-height: 200px;
}
	.dd-filters .dd-filtersItem:nth-of-type(2){
	max-height: 120px;
}
	.dd-filters .dd-filtersItem:nth-of-type(6){
	max-height: 290px;
}
	span.subway-name{
		display: block;
		margin-top: 15px;
		position:relative;
	}

	span.subway-name:before{
		content: '';
		display: inline-block;
		position: absolute;
		left: -30px;
		height: 25px;
		width: 28px;
		background-image: url(img/moscow-metro-logo.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

}

@media all and (max-width: 700px) {
  .restaurant-card-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .restaurant-cardBtn-wrap{
	     margin-bottom: -20px;
    position: static;
    transform: none;
  }
  .restaurant-card-LeftColumn, .restaurant-card-RightColumn {
    width: 100%; }
  body .rest-text h1 {
    font-size: 16px;
    line-height: 22px;
    text-align: center; }
  .kost p:first-of-type {
    width: 100%; }
  .restaurant-card-StarsBlock {
min-height: 100px;
    border: none; }
  .restaurant-card-transportBlocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .restaurant-card-transportBlock {
    width: 100%;
    border: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
    margin-bottom: 15px; }
    .restaurant-card-transportBlock a {
      text-decoration: underline; }
  .kost {
    position: static;
    width: 100%; }
    .kost strong {
      display: inline !important; }
  .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-content {
    padding: 10px;
    width: 90vw; }
  .restaurant-card-slider .owl-next {
    width: 20px !important;
    height: 20px !important; }
  .restaurant-card-slider .owl-prev {
    width: 20px !important;
    height: 20px !important; }
  .restaurant-card-stars {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    position: relative;
    top: -315px; /*-200px*/}
  .restaurant-cardRitual {
    padding: 0; }
  .hiddenInfo-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-block {
    width: 100%; }
  .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-content {
    max-height: 90vh; }
  .restaurant-card-infoDescription {
    width: 62% !important; }
  .restaurant-card-info .restaurant-contacts-address:before, .restaurant-card-info .restaurant-contacts-days:before, .restaurant-card-info .restaurant-contacts-phones:before {
    top: 0;
    left: 50%;
    position: relative;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    z-index: 99;
    display: block;
    background-repeat: no-repeat; }
  .restaurant-card-info .restaurant-contacts-address {
    text-align: center; }
	.restaurant-contacts-address .metro_icon{
	display:block;
	text-align: center;
	}
	.restaurant-contacts-address .metro_icon:before{
	display: inline-block;
	transform: none;
	margin-top: 25px;
	float: none;
	position: static;
	}
  .restaurant-card-flex {
    text-align: center; }
  .restaurant-cardRitual {
    margin-bottom: 40px;/*-14px*/ }
  .restaurant-contactsMobile-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .restaurant-contactsMobile-content div {
    width: 74%;
    padding: 0;
    margin: 10px auto;
    font-size: 14px;
	max-width:245px; }
    .restaurant-contactsMobile-content .restaurant-contacts-address:before{
	    top:0;
    }
    .restaurant-contactsMobile-content div:last-of-type {
      width: 74%;/*95%*/
      position:relative;
      margin:10px auto; }
  .restaurant-contactsMobile .restaurant-contacts-wallet {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .restaurant-contactsMobile .restaurant-contacts-wallet:before {
	  position:absolute;
	  left:0;
	  transform:translate(-30px, 0);
	  width:28px;
	  background-repeat:no-repeat;
	  background-position:center;
    margin-right: 4px; }
  .pominki-restaurant-slider .owl-next, .pominki-restaurant-slider .owl-prev {
    width: 20px !important;
    /*height: 20px !important;*/ }
  .pest-prices-banner {
    height: auto; }
  .restaurant-contactsMobile .pominki-restaurantTitle-button {
    margin-top: 10px; }
  .pominki-banner-text {
    font-size: 17px; }
  .restaurant-card-transportBlock a {
    text-align: left; }
  .restaurant-card-map {
    height: 250px; }
	.restaurant-contacts-phones{
	text-align: center;
	}
	.restaurant-contacts-days{
	margin-bottom: 25px !important;
	}
	.restaurant-contacts-phones:before{
	transform: none !important;
	position: static !important;
	display: inline-block !important;
	margin-right: 0 !important;
	width: 100% !important;
	margin-left: 0;
	margin-bottom: 10px;
	}

	.restaurant-contactsMobile-content .restaurant-contacts-address:before{
		top: -10px;
	}

	span.subway-name:before{
		top: -3px;
	}

 }
    


        @media all and (max-width: 600px) {
            .restBanner-text img {
                width: 160px;
                -webkit-transform: translateY(31%);
                -moz-transform: translateY(31%);
                -ms-transform: translateY(31%);
                -o-transform: translateY(31%);
                transform: translateY(31%); }
            .restBanner-sale {
                font-size: 25px; }
            .restBanner-text {
                font-size: 30px; }
            .restBanner-text {
                margin-bottom: 35px; } }

@media all and (max-width: 750px) and (orientation: landscape) {
  .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-Title {
    font-size: 16px;
    margin-bottom: 10px; }
  .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-img {
    max-height: 60vh;
    margin-bottom: 5px; }
  .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-text {
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 12px; }
  .hiddenInfo-blocks {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 90%; }
  .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-block {
    width: 50%; }
  .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-content {
    max-height: 97vh;
    height: 97vh; }
  .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-block a {
    font-size: 12px; }
  .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-svg {
    width: 20px;
    height: 20px;
    margin-right: 0; }
  .restaurant-card-stars {
    top: -81vh; }
  .restaurant-card-flex {
    text-align: center; } }
    
    @media (max-width:414px){
	    .restaurant-card-stars{
		    top:-204px;
	    }
    }

@media all and (max-width: 400px) {
  .restaurant-card-stars {
    top: -185px; } 
.restBanner-text {
    font-size: 22px;
}
}

@media all and (max-width: 360px) {

/*19072017*/

.restaurant-card-transportBlock-hiddenInfo .hiddenInfo-block {
    width: 100%;
    margin-top: 3px;
}

/*19072017*/

  .restaurant-card-stars {
    top: -165px; }/*-160px*/ }

/* 20.07.2017 */

@media (max-height: 800px) and (orientation: landscape) {
	.restaurant-card-transportBlock-hiddenInfo .hiddenInfo-content {
		margin: 5px 0; 
		padding: 30px; 
		max-height: 95%;
		z-index:100000;
	}
	.restaurant-card-transportBlock-hiddenInfo .hiddenInfo-blocks {
		margin: 10px 0;}
	.restaurant-card-transportBlock-hiddenInfo .hiddenInfo-Title,
	.restaurant-card-transportBlock-hiddenInfo .hiddenInfo-img{
		margin-bottom:10px;
	}
	.restaurant-card-transportBlock-hiddenInfo .hiddenInfo-text{
		margin-bottom:0;
	}
	.restaurant-card-transportBlock-hiddenInfo p{
		margin:0 0 5px !important;
	}
	.restaurant-card-transportBlock-hiddenInfo .hiddenInfo-blocks{
		margin:0;
		width:100%;
	}
	.agent-small{
		z-index:1000 !important;
	}
}