* {
  box-sizing: border-box;
}
html {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
body {
  margin: 0;
  padding: 0;
  display: flex;
  flex: auto;
  flex-direction: column;
  font-family: 'Conv_ProximaNova-Light', sans-serif;
  background: white;
  color: #231f20;
  font-size: 16px;
  line-height: 1.5;
}
img {
  border: 0;
}
h1,
.h1 {
  font-size: 48px;
  font-weight: normal;
  margin: 0 0 35px;
  padding: 0 0 40px;
  font-family: 'Conv_AleksandraC_regular', sans-serif;
  text-align: center;
  background: url(img/h1_line.png) no-repeat bottom center;
}
h1__top,
.h1__top {
  margin-top: 50px;
}
h2,
.h2 {
  font-size: 30px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
h3,
.h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 15px;
  padding: 0;
}
input {
  outline: none;
}
textarea {
  outline: none;
}
a {
  outline: none;
  color: #5683fc;
}
a:hover {
  color: #5683fc;
  text-decoration: none;
}
button {
  outline: none;
}
.clr {
  clear: both;
}
.col {
  vertical-align: top;
  display: inline-block;
}
.wrapper {
  flex: auto;
  min-width: 1300px;
}
.bad_browser {
  padding: 200px;
  text-align: center;
  display: none;
}
footer {
  height: 200px;
  position: relative;
  min-width: 1300px;
}
footer .black_line {
  height: 93px;
  padding-top: 15px;
}
footer .black_line .content {
  padding-top: 23px;
  position: relative;
}
footer .social {
  text-align: center;
}
.totop {
  display: inline-block;
  width: 354px;
  height: 107px;
  background: url(img/cloud_to_top.png);
  cursor: pointer;
}
.tobottom {
  display: inline-block;
  width: 354px;
  height: 97px;
  background: url(img/cloud_to_bottom.png);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -177px;
}
.cloud_to_top {
  text-align: center;
  line-height: 0;
}
.page {
  background: url(img/pic/01.jpg) no-repeat center;
  background-size: cover;
  min-width: 1300px;
  position: relative;
  height: 100%;
}
.footer__up br {
  display: none;
}
.black_line {
  background: black;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: white;
}
.black_line a {
  text-decoration: none;
  color: white;
}
.black_line a:hover {
  text-decoration: none;
  color: #d52a42;
}
.black_line a.red {
  color: #d52a42;
  text-transform: lowercase;
}
.black_line .small_logo {
  padding-left: 45px;
}
.black_line .content {
  padding-top: 15px;
}
.black_line .delimiter {
  display: inline-block;
  vertical-align: middle;
  opacity: 0.6;
  margin: 0 10px;
  font-size: 70%;
}
.logo {
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(img/shadow.png);
  width: 465px;
  height: 465px;
  margin: -233px 0 0 -233px;
  text-align: center;
  padding: 90px 0 0 0;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 58px;
  background: black;
  letter-spacing: 1px;
  min-width: 1300px;
  z-index: 99999;
}
header .content {
  position: relative;
}
header .small_logo {
  padding-top: 0;
  text-align: left;
}
header .small_logo span {
  display: inline-block;
  width: 100px;
  text-transform: none;
  font-size: 10px;
  line-height: 14px;
  position: relative;
  padding-left: 10px;
}
header .small_logo span:before {
  content: "";
  position: absolute;
  top: 5px;
  height: 30px;
  width: 1px;
  background: rgba(200, 32, 49, 0.8);
  left: 0;
}
header .social {
  top: 8px;
}
.small_logo {
  position: absolute;
  top: 10px;
  left: 12px;
  height: 38px;
  display: inline-block;
  text-transform: uppercase;
  background: url(img/logo_small.png) no-repeat left center;
  padding-left: 34px;
  padding-top: 13px;
}
.small_logo img {
  vertical-align: top;
  margin-right: 10px;
  margin-top: -13px;
}
.social {
  position: absolute;
  text-align: right;
  top: 18px;
  font-size: 14px;
  right: 20px;
  display: inline-block;
  font-weight: bold;
  letter-spacing: -0.5px;
}
.social > a {
  display: inline-block;
  margin-left: 10px;
}
.social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}
.social-icon img {
  width: 20px;
}
.icon_fb {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(img/icon_fb.png) no-repeat center;
  vertical-align: top;
}
.icon_vk {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(img/icon_vk.png) no-repeat center;
  vertical-align: top;
}
.icon_insta {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(img/icon_insta.png) no-repeat center;
  vertical-align: top;
}
.menu > a {
  display: inline-block;
  margin: 0 18px;
}
.menu > div {
  display: inline-block;
  margin: 0 18px;
}
.menu > a.social_mobile {
  display: none;
}
.menu > div.social_mobile {
  display: none;
}
.sub_menu_block {
  position: relative;
  padding-bottom: 18px;
}
.sub_menu_block:hover .sub_menu {
  display: block;
}
.sub_menu {
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  padding-top: 4px;
  text-align: left;
}
.sub_menu:after {
  content: "";
  position: absolute;
  top: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.95);
}
.sub_menu a {
  display: inline-block;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  color: #d52a42;
  padding: 10px 20px;
  font-size: 13px;
  transition: all 0.3s ease;
}
.sub_menu a:hover {
  background: white;
}
.tomat {
  width: 215px;
  height: 771px;
  background: url(img/tomat.png);
  position: absolute;
  left: 0;
  bottom: -771px;
  z-index: 999;
  transition: all 0.3s ease;
}
.tomat.show {
  bottom: -740px;
}
.center {
  text-align: center;
}
.f18 {
  font-size: 18px;
}
.btn {
  text-decoration: none;
  display: inline-block;
  border: 1px solid #c82031;
  font-family: 'Conv_ProximaNova-Light', sans-serif;
  font-size: 18px;
  color: white;
  border-radius: 23px;
  text-transform: uppercase;
  padding: 10px 40px 7px;
  background: rgba(200, 32, 49, 0.8);
  transition: all 0.3s ease;
  cursor: pointer;
}
.btn:hover {
  background: transparent;
  color: #d52a42;
  border-color: #c0c0c0;
}
.btn__midi {
  min-width: 260px;
}
.btn.btn_big {
  padding: 22px 40px 18px;
  min-width: 380px;
  border-radius: 32px;
}
p {
  margin: 0 0 20px 0;
}
.block_menu {
  padding: 40px 90px 90px;
}
.chefs {
  background: url(img/pic/02.jpg) no-repeat center;
  background-size: cover;
  padding: 70px 0 0;
  text-align: center;
  color: white;
}
.chefs.h1 {
  color: white;
}
.short_text {
  width: 70%;
  display: inline-block;
  margin-bottom: 30px;
}
.bm_items {
  margin-left: -45px;
}
.bm_items.squares {
  text-align: center;
  margin-left: -80px;
  padding-bottom: 30px;
}
.bm_items.squares .bm_item {
  color: #d52a42;
  margin: 40px 0 15px 80px;
}
.bm_items.squares .bm_item > div > div a {
  background: none;
}
.bm_items.squares .bm_item > div > div a:hover {
  background-color: rgba(213, 42, 66, 0.4);
}
.bm_item {
  width: 180px;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  margin-left: 45px;
}
.bm_item > div {
  display: table;
  height: 180px;
  width: 100%;
  border: 1px dashed rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 8px;
  margin-bottom: 25px;
  margin-top: 10px;
}
.bm_item > div > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  background: no-repeat center transparent;
  background-size: cover;
  border-radius: 50%;
}
.bm_item > div > div > a,
.bm_item > div > div > span {
  display: table-cell;
  width: 162px;
  height: 162px;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.bm_item > div > div > a:hover,
.bm_item > div > div > span:hover {
  background-color: rgba(213, 42, 66, 0.4);
}
.bm_item__empty {
  display: none;
}
.bm_item__empty > div > div a {
  background: #eee;
}
.bm_item__price {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.bm_item__price b {
  font-size: 25px;
}
.bm_item__price > div {
  margin: 0;
}
.bm_item__price > div > div > span {
  background: #f3f3f3;
}
.advantages {
  padding-top: 90px;
}
.advantages .bm_item {
  margin-left: 0;
  margin-top: 40px;
}
.advantages .bm_item > div > div > a,
.advantages .bm_item > div > div > span {
  background: #f3f3f3;
}
.advantages .bm_item > div > div > a:hover,
.advantages .bm_item > div > div > span:hover {
  background-color: rgba(213, 42, 66, 0.4);
}
.advantages .bm_items {
  margin-left: 0;
  margin-top: -40px;
}
.advantage {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
.advantage__text {
  margin: 0 -20px;
  display: block;
}
.chess {
  line-height: 0;
  margin-bottom: 80px;
}
.chess > div {
  display: inline-block;
  width: 50%;
  line-height: normal;
  height: 390px;
  background: transparent no-repeat center;
  background-size: cover;
  vertical-align: top;
  padding: 40px 45px;
  text-align: center;
}
.about {
  background: url(img/pic/10.jpg);
  padding: 70px 0 0;
  color: white;
  text-align: center;
  background-size: cover;
  margin-top: 70px;
}
.about .h1 {
  color: white;
}
.chefs_photo {
  width: 644px;
  height: 324px;
  border-radius: 50px;
  background: url(img/pic/11.jpg) no-repeat center;
  display: inline-block;
  margin-bottom: 40px;
}
.insta_img {
  width: 25%;
  height: 266px;
  display: inline-block;
  background: transparent no-repeat center;
  background-size: 130% auto;
}
.insta_img_mobile {
  height: 266px;
  background: transparent no-repeat center;
  background-size: 130% auto;
  width: 320px;
  display: none;
}
.gallery {
  padding: 70px 0 70px 0;
}
.gallery .gallery {
  line-height: 0;
  padding-top: 0;
  padding-bottom: 40px;
}
.dn {
  display: none;
}
.carousel {
  height: 100px;
  margin: 0 auto;
}
.carousel li {
  height: 100px;
  width: 240px;
  display: table;
}
.carousel li > div {
  display: table-cell;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 0 20px;
}
.carousel li a {
  display: table-cell;
  width: 240px;
  height: 100px;
  text-align: center;
  vertical-align: middle;
}
.carousel li img {
  max-width: 100%;
  max-height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.4;
  transition: all 0.3s ease;
}
.carousel li img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.carousel_block {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
.input__label--yoko {
  color: #999999;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}
.input__label--yoko::after {
  background: #eeeeee;
}
.input__label--yoko::before {
  background: #eeeeee;
  height: 64px;
}
.input__field--yoko {
  color: #231f20;
  font-family: 'Conv_ProximaNova-Light', sans-serif;
  font-size: 24px;
  font-weight: 300;
  padding: 17px 20px;
}
.input {
  margin: 0 15px;
}
.input__label-content--yoko {
  padding: 10px 0 15px 0;
}
.promo {
  color: white;
  font-size: 18px;
  background: transparent no-repeat center;
  background-size: cover;
}
.promo .page {
  position: absolute;
  width: 100%;
  background: none;
}
.promo .page .content {
  display: table;
  width: 70%;
  height: 100%;
  position: relative;
}
.promo .page .content > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.promo footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 70px;
}
.promo footer .black_line {
  background: none;
  height: auto;
  padding-top: 0;
}
.promo footer .footer__up {
  margin-top: -20px;
}
.promo h1 {
  color: white;
}
.promo .h1 {
  color: white;
}
.promo .col {
  width: 50%;
}
.promo li {
  list-style-type: none;
  text-align: left;
  padding: 0 20px 20px 8px;
  line-height: normal;
  position: relative;
  font-size: 16px;
}
.promo li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.inner {
  padding: 100px 0 0 0;
}
.inner.with_menu {
  padding-top: 390px;
}
.line {
  line-height: 0;
  margin: 30px 0;
}
.line span {
  display: inline-block;
  height: 2px;
  background: #d52a42;
  width: 180px;
}
.red {
  color: #d52a42;
}
.menu_item {
  margin-bottom: 24px;
}
.menu_item i {
  display: block;
  color: #bababa;
}
.menu_list {
  line-height: normal;
}
.menu_list h2 {
  margin-bottom: -5px;
}
.menu_list_block {
  margin-bottom: 70px;
}
.menu_list_block:first-child {
  padding-right: 190px;
}
.menu_list_menu {
  font-size: 15px;
  text-transform: uppercase;
  background: #d52a42;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
}
.menu_list_menu a {
  display: inline-block;
  text-decoration: none;
  color: white;
  background: rgba(221, 57, 80, 0);
  padding: 11px 11px 9px;
  transition: all 0.3s ease;
}
.menu_list_menu a:hover {
  background: #dd3950;
}
.menu_list_menu a.act {
  background: #dd3950;
}
.checkbox_inner {
  display: inline-block;
  width: 27px;
  height: 27px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  line-height: 0;
  padding: 6px 0 0 0;
  margin: 0 10px;
  background: #eeeeee;
  transition: all 0.3s ease;
}
.checkbox_inner .arr {
  display: none;
}
.checkbox_inner .arr.arr_ok {
  width: 15px;
  height: 15px;
  background: #d52a42;
}
.checkbox_inner.checkbox_checked .arr {
  display: inline-block;
}
.logos {
  display: none;
}
.logos img {
  max-width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.4;
  transition: all 0.3s ease;
}
.logos img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.more_insta_mobile {
  display: none;
}
.copyright_mobile {
  display: none;
}
.hamburger {
  display: none;
}
.social_mobile {
  display: none;
}
.show_more_link {
  display: none;
}
.gray_block {
  text-align: center;
  padding: 35px 35px 140px;
  margin: 40px 0 -120px;
  background: #eee;
}
.menu_list_menu_fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 58px;
  z-index: 1;
}
.c_controls_left {
  position: absolute;
  top: 40px;
  cursor: pointer;
  left: -40px;
}
.c_controls_right {
  position: absolute;
  top: 40px;
  cursor: pointer;
  right: -40px;
}
.menu_list_fixed {
  margin-bottom: 120px;
}
.content {
  margin: 0 auto;
  width: 1300px;
}
.catering_items {
  margin-bottom: 50px;
}
.catering_items > div {
  display: inline-block;
}
.catering_item {
  display: table;
  width: 215px;
  font-size: 20px;
}
.catering_item > div {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.catering_item > div:first-child {
  width: 80px;
}
.catering_item:hover .ci_item {
  border-color: #d52a42;
}
.ci_item {
  display: table;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 3px solid transparent;
  padding: 2px;
  transition: all 0.3s ease;
}
.ci_item > a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 55px;
  height: 55px;
  background: #d52a42;
  border-radius: 50%;
}
.ci_item img {
  max-width: 35px;
  max-height: 35px;
  vertical-align: middle;
}
.topbtn {
  margin: 10px;
}
.news {
  display: inline-block;
  vertical-align: top;
  background: no-repeat center;
  background-size: cover;
  border-radius: 20px;
  text-decoration: none;
  color: #000000;
  text-align: left;
  margin-left: 30px;
  margin-bottom: 30px;
}
.news-list {
  text-align: center;
  margin-left: -30px;
}
.news__title {
  font-family: 'proxima_novaregular', sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 10px;
}
.news__date {
  color: #4A4A4A;
}
.news > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  height: 250px;
  width: 340px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.77) 100%);
}
.news:hover {
  color: #000000;
  border-color: #d52a42;
}
.news-detail h1 {
  width: 70%;
  text-align: left;
  background: none;
  line-height: 48px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.news-detail__date {
  color: #C0C0C0;
  font-family: 'proxima_novaregular', sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 18px;
}
.news-detail__content {
  display: flex;
  flex-direction: row-reverse;
}
.news-detail__content__pic {
  width: 470px;
}
.news-detail__content__pic__item {
  height: 300px;
  width: 470px;
  border-radius: 20px;
  display: inline-block;
  background: no-repeat center;
  background-size: cover;
}
.news-detail__content__text {
  padding-right: 70px;
  font-size: 18px;
  line-height: 22px;
  font-family: 'proxima_novaregular', sans-serif;
}
.news-detail__content__text iframe {
  width: 100%;
  min-height: 450px;
}
.news-links {
  display: flex;
  justify-content: space-between;
}
.news-links a {
  color: #d52a42;
  text-decoration: none;
}
.news-links a:hover {
  color: #d52a42;
  text-decoration: underline;
}
.news-links__prev {
  position: relative;
}
.news-links__prev:not(:empty):before {
  background: url(img/arr_r.svg) no-repeat left center;
  background-size: 8px auto;
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  vertical-align: middle;
  margin-right: 7px;
}
.news-links__next {
  position: relative;
}
.news-links__next:not(:empty):after {
  background: url(img/arr_r.svg) no-repeat left center;
  background-size: 8px auto;
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  vertical-align: middle;
  margin-left: 7px;
  transform: rotate(180deg);
}
.load-more {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 40px;
}
.back {
  background: url(img/arr_r.svg) no-repeat left center;
  background-size: 8px auto;
  padding-left: 15px;
  position: absolute;
  top: 80px;
  left: 25px;
}
.back a {
  color: #d52a42;
  text-decoration: none;
}
.back a:hover {
  text-decoration: underline;
}
.back.white {
  background-image: url(img/arr_r_white.svg);
}
.back.white a {
  color: white;
}
.owl-carousel .owl-dots {
  text-align: center;
  margin-bottom: 25px;
}
.owl-carousel button.owl-dot {
  display: inline-block;
  background: #D8D8D8;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0 3px;
  transition: all 0.3s ease;
}
.owl-carousel button.owl-dot.active {
  background-color: #d52a42;
}
.owl-carousel .owl-nav {
  line-height: 0;
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  background: url(img/arr_r.svg) no-repeat left center / contain;
  width: 10px;
  height: 18px;
  top: 48%;
  left: 10px;
  cursor: pointer;
}
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  background: url(img/arr_r.svg) no-repeat left center / contain;
  width: 10px;
  height: 18px;
  top: 48%;
  right: 10px;
  cursor: pointer;
  transform: rotate(180deg);
}
.owl-carousel-actions .owl-nav button.owl-prev,
.owl-carousel-actions .owl-nav button.owl-next {
  width: 20px;
  height: 36px;
}
select {
  border: none;
  font-family: 'proxima_novaregular', sans-serif;
  outline: none;
  height: 40px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 20px;
  padding: 0 25px 0 10px;
  background: url(img/dropdown.svg) no-repeat right 10px center #FFFFFF;
  background-size: 8px auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.filter {
  background-color: #F6F6F6;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.filter__item {
  display: flex;
  align-items: center;
  height: 100%;
}
.filter__title {
  padding-right: 10px;
}
.filter br {
  display: none;
}
.slider {
  width: 200px;
}
.amount {
  color: #9B9B9B;
  padding-left: 10px;
  width: 40px;
}
.badges {
  margin-bottom: 20px;
}
.badge {
  height: 30px;
  display: inline-block;
  padding: 5px 16px;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  margin: 0 4px;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.4);
}
.params {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.params a {
  color: white;
}
.params > div {
  padding: 0 20px;
  word-break: break-word;
}
.icon {
  display: block;
  height: 72px;
  background: no-repeat center;
  background-size: auto 100%;
  margin-bottom: 15px;
}
.icon-address {
  background-image: url(img/location-icon.svg);
}
.icon-phone {
  background-image: url(img/phone-icon.svg);
}
.icon-email {
  background-image: url(img/mail-icon.svg);
}
.icon-www {
  background-image: url(img/web-icon.svg);
}
.btns {
  padding-top: 50px;
  padding-bottom: 100px;
}
.food {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.food__pic {
  position: relative;
}
.food__pic__img {
  width: 570px;
  height: 480px;
  position: absolute;
  top: 0;
  right: 40px;
  opacity: 0;
  background: no-repeat center / cover;
  transition: opacity 0.3s ease;
}
.food__pic__img.active {
  opacity: 1;
}
.food__pic__fixed .food__pic__img {
  position: fixed;
  right: 50%;
  margin-right: 80px;
  top: 140px;
}
.food__pic__fixed__stop .food__pic__img {
  position: absolute;
  right: 40px;
  margin-right: 0;
  top: initial;
  bottom: 70px;
}
.food__menu {
  text-align: left;
  width: 690px;
}
.food__menu__pic {
  display: none;
}
/*slider*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;
  background: none;
  font-weight: normal;
  color: #454545;
}
.ui-slider-horizontal {
  height: 2px;
  background-color: #D8D8D8;
}
.ui-widget.ui-widget-content {
  border: 0;
}
.ui-slider .ui-slider-handle {
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  outline: none;
  width: 20px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 5px -3px rgba(166, 166, 166, 0.5);
}
.ui-slider .ui-slider-range {
  background-color: #d52a42;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -9px;
  margin-left: -10px;
}
.action {
  padding: 0 20px;
}
.action__img {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.action__img img {
  max-width: 400px;
  margin: 0 auto;
}
.action__name {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1500px) {
  .params {
    font-size: 16px;
  }
  .icon {
    height: 65px;
  }
}
@media only screen and (max-width: 1299px) {
  .btns {
    padding-top: 20px;
  }
  .catering_item {
    display: table;
    width: 185px;
    font-size: 18px;
  }
  .catering_item > div:first-child {
    width: 75px;
  }
  .menu_list_fixed {
    min-width: 960px;
  }
  .wrapper {
    min-width: 960px;
  }
  footer {
    min-width: 960px;
  }
  .page {
    min-width: 960px;
  }
  header {
    min-width: 960px;
  }
  .content {
    width: 960px;
  }
  .bm_items {
    margin-left: -20px;
  }
  .bm_item {
    width: 170px;
    margin-left: 20px;
  }
  .bm_item > div {
    height: 170px;
  }
  .bm_item > div > div > a,
  .bm_item > div > div > span {
    width: 152px;
    height: 152px;
  }
  h1 {
    font-size: 40px;
  }
  .h1 {
    font-size: 40px;
  }
  .chess > div {
    padding: 30px;
  }
  .insta_img {
    height: 240px;
    background-size: 150% auto;
  }
  .menu > a {
    font-size: 14px;
    margin: 0 8px;
  }
  .menu > div {
    font-size: 14px;
    margin: 0 8px;
  }
  .input {
    max-width: 270px;
  }
  .params {
    display: block;
    margin-bottom: 0;
  }
  .params > div {
    margin-bottom: 20px;
    width: 23%;
    display: inline-block;
    vertical-align: top;
  }
  .food__pic__img {
    width: 420px;
    height: 350px;
  }
  .food__pic__fixed .food__pic__img {
    margin-right: 60px;
  }
  .food__menu {
    width: 500px;
  }
  .badge {
    height: 26px;
    line-height: 16px;
  }
  .news-detail__content iframe {
    min-height: 250px;
  }
  .footer__up {
    margin-top: -30px;
  }
  .footer__up br {
    display: block;
  }
  .m\:hidden {
    display: none!important;
  }
}
@media only screen and (max-width: 1080px) {
  .c_controls {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  header {
    min-width: 320px;
  }
  header .small_logo span {
    display: inline-block;
  }
  header .social {
    right: 80px;
  }
  .menu_list_fixed {
    min-width: 320px;
    margin-bottom: 50px;
    position: relative;
  }
  .wrapper {
    min-width: 320px;
  }
  footer {
    min-width: 320px;
    height: auto;
  }
  footer .content span {
    display: block;
  }
  footer .black_line {
    height: auto;
  }
  footer .social {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    padding: 20px 0 30px;
  }
  footer .social a {
    margin: 0 5px;
  }
  footer .small_logo {
    display: none;
  }
  .footer__up {
    margin-top: 0;
  }
  .page {
    min-width: 320px;
  }
  .content {
    width: 100%;
  }
  .chefs_photo {
    width: 320px;
    height: 240px;
    border-radius: 0;
    margin-bottom: 0;
    margin-left: -10px;
    background-size: cover;
  }
  .short_text {
    width: 300px;
  }
  h1 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .h1 {
    margin-left: 10px;
    margin-right: 10px;
  }
  .logos {
    display: block;
  }
  .logos img {
    max-width: 120px;
    margin: 15px 15px 0;
  }
  .carousel_block {
    display: none;
  }
  .btn.btn_big {
    min-width: 300px;
  }
  .tomat {
    display: none;
  }
  .chess > div {
    width: 100%;
    min-height: 320px;
    height: auto;
  }
  .tobottom {
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    margin: 0 auto;
    background-size: 185px 50px;
  }
  .totop {
    width: 100%;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 185px 50px;
  }
  .logo {
    left: 0;
    width: 100%;
    height: 320px;
    margin: -250px 0 0 0;
    background-size: 320px 320px;
    background-position: center;
  }
  .logo img {
    width: 235px;
  }
  .form {
    padding: 0 10px;
  }
  .insta_img_mobile {
    display: inline-block;
  }
  .more_insta_mobile {
    display: inline-block;
  }
  .insta_img {
    display: none;
  }
  .more_insta {
    display: none;
  }
  .copyright_mobile {
    display: block;
    margin-top: 20px;
  }
  .hamburger {
    display: inline-block;
    position: absolute;
    top: 19px;
    right: 14px;
    width: 27px;
    line-height: 0;
    cursor: pointer;
    z-index: 99;
  }
  .hamburger span {
    display: inline-block;
    width: 27px;
    height: 2px;
    background: white;
    margin-bottom: 7px;
    transition: all 0.3s ease;
  }
  .menu {
    display: none;
  }
  .menu > a {
    margin: 0 0 30px;
    display: block;
    font-size: 25px;
  }
  .menu > div {
    margin: 0 0 30px;
    display: block;
    font-size: 25px;
  }
  .menu > a.social_mobile {
    display: block;
    margin-bottom: 0 !important;
  }
  .menu > div.social_mobile {
    display: block;
    margin-bottom: 0 !important;
  }
  .mobile_menu_open {
    height: 100%;
    overflow: hidden;
  }
  .mobile_menu_open .menu {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: black;
    padding: 60px 0 40px;
    overflow: scroll;
  }
  .mobile_menu_open .hamburger span:first-child {
    transform: rotate(45deg);
    margin: 0 0 -2px 0;
  }
  .mobile_menu_open .hamburger span:nth-child(2) {
    display: none;
  }
  .mobile_menu_open .hamburger span:last-child {
    transform: rotate(-45deg);
  }
  .sub_menu {
    display: block;
    position: relative;
    top: 20px;
    text-align: center;
    background: #d52a42;
  }
  .sub_menu:after {
    display: none;
  }
  .sub_menu a {
    background: none;
    font-size: 25px;
    color: white;
  }
  .sub_menu a:hover {
    background: none;
    color: white;
  }
  .sub_menu_block > a {
    color: #d52a42;
  }
  .promo {
    background: transparent no-repeat center;
    background-size: cover;
  }
  .promo .page {
    position: relative;
    padding-top: 100px;
  }
  .promo footer {
    position: relative;
    height: auto;
  }
  .promo footer .footer__up {
    margin-top: 0;
  }
  .promo ul {
    padding: 0;
  }
  .inner.with_menu {
    padding-top: 0;
  }
  .menu_list_menu {
    display: none;
  }
  .show_more_block_out {
    display: block;
  }
  .show_more_link {
    display: inline-block;
    color: #d52a42;
    border-bottom: 1px dashed #d52a42;
    text-align: center;
  }
  .bm_items.squares {
    margin-left: -20px;
  }
  .bm_items.squares .bm_item {
    margin: 20px 0 0 20px;
  }
  .bm_item {
    width: 135px;
    margin-left: 20px;
    margin-bottom: 10px;
  }
  .bm_item > div {
    height: 120px;
    margin-bottom: 10px;
  }
  .bm_item > div > div > a,
  .bm_item > div > div > span {
    width: 120px;
    height: 120px;
  }
  .bm_item__price {
    position: relative;
    margin-top: -40px;
    margin-bottom: 20px;
  }
  .menu_list_block:first-child {
    padding-right: 0;
  }
  .show_more_block {
    display: none;
  }
  .block_menu {
    padding-left: 10px;
    padding-right: 10px;
  }
  .news {
    margin-bottom: 15px;
    margin-left: 16px;
  }
  .news-list {
    margin-left: -16px;
  }
  .news > div {
    height: 220px;
    width: 300px;
  }
  .news-detail {
    padding: 0 10px;
  }
  .news-detail h1 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .news-detail__content {
    display: block;
  }
  .news-detail__content__pic {
    width: 288px;
    margin: 0 auto;
  }
  .news-detail__content__pic__item {
    height: 190px;
    width: 288px;
  }
  .news-detail__content__text {
    padding-right: 0;
  }
  .news-detail__content__text iframe {
    min-height: 450px;
  }
  .news-links {
    padding: 0 10px;
  }
  .news-links span {
    display: none;
  }
  .back {
    left: 10px;
  }
  .back.white {
    top: -30px;
  }
  .filter {
    display: block;
    text-align: center;
    padding-bottom: 10px;
  }
  .filter br {
    display: block;
  }
  .filter > div {
    display: inline-block;
    padding: 0 10px 10px;
  }
  .filter__item {
    display: inline-block;
  }
  .filter__title {
    margin-bottom: 5px;
  }
  .h1__top {
    margin-top: 0;
  }
  .badge {
    margin-bottom: 5px;
  }
  .params > div {
    width: 100%;
  }
  .advantage {
    width: 50%;
  }
  .food {
    display: block;
  }
  .food__pic {
    display: none;
  }
  .food__menu {
    text-align: center;
    width: 100%;
  }
  .food__menu__pic {
    display: block;
    width: 100%;
    height: 270px;
    margin-bottom: 30px;
    background: no-repeat center / cover;
  }
}
@media only screen and (max-width: 700px) {
  .catering_items {
    display: none;
  }
  .action {
    padding: 0 10px;
    width: 300px;
    margin: 0 auto;
  }
  .action__name {
    font-size: 130%;
  }
  .news-detail__content iframe {
    min-height: 250px;
  }
  footer {
    font-size: 14px;
  }
  header .social-icon img {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */