/*NULL *\ */
* {
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }

body {
    line-height: 1;
    width: 100%; }

ol, ul {
    list-style: none; }

blockquote, q {
    quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

a, a:hover {
    text-decoration: none; }

* {
    outline: none !important; }

.text-page {
    background: #f3f3f3; }

body {
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll; }

.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% !important; }

.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 {
    width: 70%;
    margin: 33px auto; }
.pominkiTitle-block p {
    text-align: center;
    margin-bottom: 33px; }

.pominki-banner {
    width: 100%;
    height: 250px;
    background: url("/local/templates/ritual/images/restaurants//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; }

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

.filter-title {
    color: #ad5a55; }

.pominki-item {
    padding: 0 4% 0 2%;
    border-right: 1px solid #cccccc;
    height: 50%;
    line-height: 23px;
    position: relative;
    cursor: pointer; }
.pominki-item:last-of-type {
    border-right: none; }
.pominki-item:after {
    content: '';
    background: url("/local/templates/ritual/images/restaurants//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); }

.sub-pominki {
    position: absolute;
    background: #fff;
    top: 34px;
    z-index: 9999999;
    padding-top: 27px;
    display: none;
    width: 109%;
    left: -13px;
    -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 {
    font-size: 13px;
    color: #ad5a55;
    font-weight: 300;
    text-transform: none; }
.sub-pominki ul li a:hover {
    text-decoration: underline; }
.sub-pominki.large {
    width: 300%;
    padding-bottom: 20px; }
.sub-pominki.large ul {
    float: left; }
.sub-pominki.large ul li {
    width: 40%;
    float: left;
    padding-left: 30px;
    margin-right: 30px;
    padding-right: 5px; }

.menu-search {
    position: absolute;
    width: 88%;
    margin: auto;
    height: 35px;
    bottom: -14px;
    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); }

.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 {
    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("/local/templates/ritual/images/restaurants//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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.pominki-restaurant-slider {
    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("/local/templates/ritual/images/restaurants//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("/local/templates/ritual/images/restaurants//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("/local/templates/ritual/images/restaurants//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("/local/templates/ritual/images/restaurants//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 a {
    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("/local/templates/ritual/images/restaurants//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("/local/templates/ritual/images/restaurants//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: 100%; }
.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; }
.restaurant-category .category-description a {
    color: #000;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
.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: 24%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: 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;
    -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; }
.restaurant-contacts-block span, .restaurant-contacts-block a {
    display: block; }
.restaurant-contacts-address {
    position: relative; }
.restaurant-contacts-address:before {
    content: '';
    display: block;
    background: url("/local/templates/ritual/images/restaurants//pin2.png");
    width: 28px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    -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 {
    position: relative; }
.restaurant-contacts-days:before {
    content: '';
    position: absolute;
    background: url("/local/templates/ritual/images/restaurants//clock.png");
    width: 22px;
    height: 22px;
    top: 50%;
    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%); }
.restaurant-contacts-phones {
    position: relative; }
.restaurant-contacts-phones:before {
    content: '';
    display: block;
    background: url("/local/templates/ritual/images/restaurants//phone.png");
    height: 21px;
    width: 21px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-30px, -50%);
    -moz-transform: translate(-30px, -50%);
    -ms-transform: translate(-30px, -50%);
    -o-transform: translate(-30px, -50%);
    transform: translate(-30px, -50%); }
.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; }

.restaurant-categories {
    width: 75%; }

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

.bx-pagination-container.row ul {
    width: 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; }

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

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

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

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

.restaurant-card-transportBlocks {
    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: 13px;
    width: 75%;
    display: block;
    text-align: center;
    margin-top: 7px; }
.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-StarsBlock {
    border: 1px solid #ad5a55;
    margin-bottom: 40px; }
.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: relative;
    width: 80%;
    margin: auto;
    background: #ffffff;
    top: 20px; }

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

.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-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: 0;
    background: #faf9f6; }

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

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

.dd-filtersItem {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    position: relative; }
.dd-filtersItem .ddList-title {
    width: 100%;
    height: 40px;
    background-color: #faf9f6;
    position: relative;
    z-index: 9;
    border-bottom: 1px solid #dbb9b6;
    background-image: url("/local/templates/ritual/images/restaurants//little-arrows.png");
    background-repeat: no-repeat;
    background-position: 98% -49px; }
.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; }

.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: 1300px) {
    .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%; }
    .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) {
    .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) {
    .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; }
    .restaurant-card-transportBlocks {
        position: relative;
        z-index: 9999; }
    .restaurant-card-info {
        padding: 30px;
        margin-top: 30px; }
    .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-Title {
        font-size: 20px; } }

@media all and (max-width: 800px) {
    .pominki-filters, .pominki-restaurant-info {
        display: none; }
    .pominkiTitle-block {
        width: 100%; }
    .pominki-restaurant-slider {
        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: 99; }
    .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; }
    .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; }
    .restaurant-contactsMobile-content br {
        display: none; }
    .restaurant-contactsMobile-content div {
        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("/local/templates/ritual/images/restaurants//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, -50%);
        -moz-transform: translate(-30px, -50%);
        -ms-transform: translate(-30px, -50%);
        -o-transform: translate(-30px, -50%);
        transform: translate(-30px, -50%); }
    .restaurant-card-transportBlock-hiddenInfo .hiddenInfo-content {
        width: 90vw; } }

@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-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 {
        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: -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-card-flex {
        text-align: center; }
    .restaurant-cardRitual {
        margin-bottom: -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; }
    .restaurant-contactsMobile-content div:last-of-type {
        width: 95%; }
    .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 {
        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; } }

@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 all and (max-width: 400px) {
    .restaurant-card-stars {
        top: -180px; } }

@media all and (max-width: 360px) {
    .restaurant-card-stars {
        top: -160px; } }

