

/* Start:/bitrix/templates/kafe/main_1634214988.css?1755250648212522*/
/*
Внимание! 
Этот файл сформирован автоматически, компонентом olegpro.csscompiler. 
Исходники файлов стилей лежат в папке: /bitrix/templates/kafe/scss/
*/

@font-face {
  font-display: swap;
  font-family: "SFUIText";
  src: local("SFUIText-Light"),
    url("/bitrix/templates/kafe/fonts/SFUIText-Light.woff2") format("woff2"),
    url("/bitrix/templates/kafe/fonts/SFUIText-Light.woff") format("woff"),
    url("/bitrix/templates/kafe/fonts/SFUIText-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "SFUIText";
  src: local("SFUIText-Regular"),
    url("/bitrix/templates/kafe/fonts/SFUIText-Regular.woff2") format("woff2"),
    url("/bitrix/templates/kafe/fonts/SFUIText-Regular.woff") format("woff"),
    url("/bitrix/templates/kafe/fonts/SFUIText-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "SFUIText";
  src: local("SFUIText-Medium"),
    url("/bitrix/templates/kafe/fonts/SFUIText-Medium.woff2") format("woff2"),
    url("/bitrix/templates/kafe/fonts/SFUIText-Medium.woff") format("woff"),
    url("/bitrix/templates/kafe/fonts/SFUIText-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "SFUIText";
  src: local("SFUIText-Semibold"),
    url("/bitrix/templates/kafe/fonts/SFUIText-Semibold.woff2") format("woff2"),
    url("/bitrix/templates/kafe/fonts/SFUIText-Semibold.woff") format("woff"),
    url("/bitrix/templates/kafe/fonts/SFUIText-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "SFUIText";
  src: local("SFUIText-Bold"),
    url("/bitrix/templates/kafe/fonts/SFUIText-Bold.woff2") format("woff2"),
    url("/bitrix/templates/kafe/fonts/SFUIText-Bold.woff") format("woff"),
    url("/bitrix/templates/kafe/fonts/SFUIText-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "SFUIText";
  src: local("SFUIText-Heavy"),
    url("/bitrix/templates/kafe/fonts/SFUIText-Heavy.woff2") format("woff2"),
    url("/bitrix/templates/kafe/fonts/SFUIText-Heavy.woff") format("woff"),
    url("/bitrix/templates/kafe/fonts/SFUIText-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "Nicoletta";
  src: local("Nicoletta"),
    url("/bitrix/templates/kafe/fonts/Nicoletta_script.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: "Geometria";
  src: local("Geometria"),
    url("/bitrix/templates/kafe/fonts/geometria-light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}


.i-banket__item .btn-bron_afisha {
  font-weight: 500;
  font-size: 16px;
  line-height: 163%;
  text-align: right;
  letter-spacing: 0.02em;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #ff5c00;
  cursor: pointer;
  margin: 15px 25px 0 0;
  float: right;
}

* {
  margin: 0;
  box-sizing: border-box;
  font-family: SFUIText, sans-serif;
}

*:focus {
  outline: none;
}

.bg-swiper-new {
  padding-top: 120px;
}

@media (max-width: 600px) {
  .bg-swiper-new {
    padding-top: 20px;
  }
}

html,
body {
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 200px auto 0 auto;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
}

.i-contact-info-wrap .i-button-i-contact {
  margin-top: 110px;
}

.i-contact-info-descr.i-contact-info-descr-1 div {
  display: flex;
  flex-direction: column;
}

.i-contact-info-descr.i-contact-info-descr-1 a {
  text-decoration: none;
  color: #000;
}

.i-contact-info-descr.i-contact-info-descr-1 span {
  font-weight: 400;
  padding: 0 0 12px 0;
}

.i-contact-info-descr.i-contact-info-descr-1 span:first-child {
  padding: 0 0 12px 0;
}

@media (max-width: 1500px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 991px;
    padding: 0 25px;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 760px;
    margin: 62px auto 0 auto;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 577px;
    padding: 0 20px;
  }
}

@media (max-width: 576px) {
  .container {
    max-width: 480px;
  }
}

@media (max-width: 480px) {
  .container {
    max-width: 360px;
  }
}

@media (max-width: 360px) {
  .container {
    max-width: 310px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.i-button {
  margin-top: 30px;
  width: 200px;
  height: 50px;
  background: #ff5c00;
  border-radius: 49px;
  font-weight: 600;
  font-size: 14px;
  line-height: 345%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.banket__btn {
  width: 100%;
  display: flex;
  justify-content: end;
}

.i-banket__item-button.spec {
  display: none;
}

.i-button.link {
  display: flex;
  text-decoration: unset;
  text-align: center;
  justify-content: center;
}

.banket__btn a {
  font-weight: 500;
  font-size: 16px;
  line-height: 163%;
  text-align: right;
  letter-spacing: 0.02em;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #ff5c00;
  cursor: pointer;
  margin: 15px 25px 0 0;
}

.i-button:hover {
  opacity: 0.8;
}

.i-button__chef {
  width: 300px;
  height: 60px;
  border-radius: 30px;
  font-weight: normal;
  font-size: 20px;
  line-height: 300%;
  color: #fff;
  margin-top: 40px;
}

.i-button-reserved {
  margin-top: 20px;
  margin-left: 30px;
  width: 370px;
  font-weight: normal;
  height: 60px;
  letter-spacing: 0.04em;
  font-size: 20px;
  line-height: 300%;
}

.new .i-button-reserved {
  margin: 0;
}

.i-button-i-contact {
  margin-top: 40px;
  line-height: 300%;
  width: 250px;
  height: 60px;
  border-radius: 30px;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;

  display: flex;
  align-items: center;
  justify-content: center;
}

.text-light {
  font-weight: 300;
}

.text-medium {
  font-weight: 500;
}

.text-semibold {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

.text-extrabold {
  font-weight: 800;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-uppercase {
  text-transform: uppercase;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.i-banket-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}

.i-banket-dots {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.i-banket-dots .slick-dots {
  position: relative;
  bottom: 0;
  display: flex;
}

.i-banket-dots .slick-dots li {
  background: #fff;
}

.i-banket-dots .slick-dots li.slick-active {
  background: #ff5c00;
}

.i-banket-prev,
.i-banket-next {
  background: url(/bitrix/templates/kafe/images/right.svg) no-repeat center;
  min-width: 54px;
  width: 54px;
  height: 52px;
  margin: auto 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.i-banket-prev {
  transform: rotate(180deg);
}

html.lb-disable-scrolling {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/bitrix/templates/kafe/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container>.nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/bitrix/templates/kafe/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/bitrix/templates/kafe/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/bitrix/templates/kafe/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@-webkit-keyframes blinker {
  50% {
    color: #ff5c00;
  }
}

@keyframes blinker {
  50% {
    color: #ff5c00;
  }
}

.flash {
  -webkit-animation: blinker 1.8s linear infinite;
  animation: blinker 1.8s linear infinite;
}

.header {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  border-bottom: solid 2px #f1f1f1;
  transition: all 0.3s ease;
}

.menu-toggle-active {
  display: none;
}

.fa.fa-angle-down {
  display: none;
}

.hide {
  display: none;
}

.nav-hamburger {
  display: none;
}

.hamburger {
  display: none;
}

.header-top-wrap {
  background: #f1f1f1;
}

.header-bottom-wrap {
  background: #fff;
}

a.menu__link.menu__link-last {
  position: relative;
}

.logo-img {
  display: flex;
  max-height: 95%;
  transition: 0.3s;
}

.logo-img img {
  width: 91px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.logo-img:hover {
  opacity: 0.8;
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 140px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.header-top__call {
  display: flex;
  flex-direction: column;
  padding: 5px 0;
}

.header-top__call a {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: right;
  color: #3d322d;
  text-decoration: none;
  outline: none;
}

.header-top__call span {
  font-size: 12px;
  text-align: right;
}

.header__number.wa {
  position: relative;
}

.header__number-pic {
  position: absolute;
  left: -10%;
  top: 54%;
  transform: translate(-50%, -50%);
}

.header-top-schedule {
  font-size: 18px;
  line-height: 1.5;
  color: #777;
}

@media (max-width: 1500px) {
  .header-top-schedule {
    font-size: 14px;
  }
}

.header-top-schedule__left {
  margin-right: 15px;
}

.header-top__call-button {
  margin-top: 6px;
  font-weight: 500;
  font-size: 14px;
  text-align: right;
  text-decoration-line: underline;
  color: #ff7d33;
  cursor: pointer;
}

.header-top__call-button:hover {
  opacity: 0.5;
}

.header-top__reserve {
  display: flex;
  text-decoration: none;
}

.header-top__reserve-button {
  font-weight: normal;
  font-size: 18px;
  text-align: right;
  color: #ff5c00;
  margin-left: 20px;
  cursor: pointer;
}

.header-top__reserve-button:hover {
  opacity: 0.5;
}

.header-top__back {
  outline: none;
  text-decoration: none;
  display: flex;
}

@media (max-width: 1300px) {
  .header-top__back {
    display: none;
  }
}

.header-top__back span {
  display: block;
  font-size: 26px;
}

.header-top__back p {
  font-weight: normal;
  font-size: 18px;
  margin-left: 15px;
  text-align: left;
  color: #3d322d;
}

.header-bottom {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
  width: 100%;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  padding: 29px 0 0 0;
  width: 100%;
}

.menu_item {
  position: relative;
  width: auto;
  text-align: center;
  cursor: pointer;
}

.menu_item:before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #dfdfdf;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.menu_item:first-child.menu_item::before {
  display: none;
}

.menu_item:first-child .menu__link {
  padding-left: 0;
}

.menu_item:last-child .menu__link {
  padding-right: 0;
}

.menu__link {
  padding: 0px 30px;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #3d322d;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

@media (max-width: 1500px) {
  .menu__link {
    padding: 0 40px;
  }
}

@media (max-width: 1300px) {
  .menu__link {
    padding: 0 35px;
  }
}

.menu__link:hover {
  color: #ff5c00;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav a {
  text-decoration: none;
  display: block;
  transition: 0.3s linear;
}

.topmenu>li {
  float: left;
  position: relative;
  border-left: 1px solid black;
}

.topmenu>li:first-child {
  border-left: 0;
}

.topmenu>li>a {
  padding: 20px 30px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fefdfd;
  letter-spacing: 2px;
}

.topmenu>li>a.active,
.submenu a:hover {
  color: #ff5c00;
  text-decoration-line: underline;
}

.topmenu .fa,
.submenu .fa {
  margin-left: 5px;
  color: inherit;
}

.submenu {
  position: absolute;
  z-index: 5;
  /* min-width: 600px; */
  /* padding: 40px 103px 0; */
  background: white;
  visibility: hidden;
  opacity: 0;
  transform-origin: 0% 0%;
  transform: rotateX(-90deg);
  transition: 0.3s linear;
  border: 2px solid #f1f1f1;
  box-sizing: border-box;
  margin-top: 30px;
  flex-direction: column;

  cursor: default;
  min-width: 380px;
  padding: 10px 20px;
}

.submenu li {
  position: relative;
}

.submenu li {
  padding: 10px 20px;
  border: none;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #3d322d;
  margin-bottom: 8px;
  text-align: left;
}

.submenu li.clickable {
  cursor: pointer;
  transition: all .4s ease;
}

.submenu li.clickable:hover {
  color: #ff5c00;
}

.submenu li a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.submenu .submenu {
  position: absolute;
  left: 100%;
  top: -1px;
  transition: 0.3s linear;
}

nav li:hover>.submenu {
  transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
}

.under-menu {
  position: relative;
}

.under-menu-items {
  position: absolute;
  top: 0;
  left: 10px;
  top: 30px;
  border: 2px solid #f1f1f1;
  display: flex;
  gap: 15px;
  flex-direction: column;
  background-color: white;
  width: 100%;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  color: black !important;
}

.under-menu a:hover .under-menu-items {
  visibility: visible;
  opacity: 1;
}

.under-menu-items .item:hover {
  color: #ff5c00;
}

.submenu {
  display: flex;
}

.menu {
  padding: unset;
  align-items: center;
}

@media (max-width: 1500px) {
  .header-top {
    max-width: 1200px;
    height: fit-content;
  }

  .header-bottom {
    max-width: 1200px;
  }

  .nav {
    height: 80px !important;
    align-items: center;
  }

  .menu__link {
    font-size: 16px;
  }

  /* .header-top__call a {
    font-size: 18px;
    line-height: 22px;
  } */

  .header-top__call-button {
    margin-top: 0;
  }

  .header-top__reserve-button {
    font-size: 16px;
  }

  .header-top__back p {
    font-weight: normal;
    font-size: 16px;
  }

  .header-top__back span {
    font-size: 24px;
  }

  .submenu {
    margin-top: 16px;
  }

  .submenu li a {
    font-size: 16px;
  }
}

@media (max-width: 1300px) {
  .header-top {
    max-width: 1100px;
  }

  .header-bottom {
    max-width: 1100px;
  }

  /* .header-top__call a {
    font-size: 16px;
    line-height: 20px;
  } */
}

@media (max-width: 1100px) {
  .header-top {
    max-width: 990px;
  }

  .header-top-top__call a {
    font-size: 19px;
  }

  .header-top__back p {
    font-weight: normal;
    font-size: 14px;
  }

  .header-bottom {
    max-width: 990px;
  }
}

@media (max-width: 991px) {
  .header-top-wrap {
    display: none;
  }

  .header-top {
    height: 70px;
  }

  .header-bottom-wrap {
    display: none;
  }

  .nav-hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 17px 0 21px;
    height: 70px;
    position: fixed;
    top: 0;
    z-index: 5;
    background: #f1f1f1;
    width: 100%;
    align-items: center;
  }

  a.logo-img {
    margin: 0 auto;
  }

  .header__call {
    position: absolute;
    right: 7%;
    top: 32%;
  }

  .header__logo-2 {
    margin: 15px auto;
  }

  .menu-2 {
    overflow-y: auto;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    padding: 20px 15px 0 17px;
    background-color: #f1f1f1;
    -webkit-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all;
  }

  .menu-2_active {
    left: 0;
  }

  .menu-2_item {
    padding-right: 0;
    border: none;
  }

  .submenu-2 li {
    position: relative;
  }

  .submenu-2 li {
    padding: 10px 20px;
    border: none;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #3d322d;
    text-align: left;
  }

  .submenu-2 li a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
  }

  .submenu-2 a:hover {
    color: #ff5c00;
    text-decoration-line: underline;
  }

  .submenu-2 li.clickable {
    cursor: pointer;
    transition: all .4s ease;
  }

  .submenu-2 li.clickable:hover {
    color: #ff5c00;
  }

  .submenu-2 {
    /* min-width: 600px; */
    /* padding: 40px 103px 0; */
    visibility: hidden;
    opacity: 0;
    transform-origin: 0% 0%;
    transform: rotateX(-90deg);
    transition: 0.3s linear;
    border: 2px solid #f1f1f1;
    box-sizing: border-box;
    margin-top: 0;
    flex-direction: column;

    max-height: 0;
    /* min-width: 380px; */
    /* padding: 20px 40px 0; */
  }

  .menu-2_item.active>.submenu-2 {
    margin-top: 15px;
    max-height: 600px;
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
  }

  /*  */

  .menu-2-header {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-2-header-logo {
    margin: -18px auto;
    object-fit: contain;
  }

  a.menu-2__link-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    display: block;
    margin-top: 17px;
    margin-left: 28px;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #3d322d;
    cursor: pointer;
  }

  a.menu-2__link-item:hover {
    text-decoration-line: underline;
    color: #ff5c00;
  }

  .menu-2__link-items {
    display: none;
  }

  .menu-2-header-number {
    margin-right: 5px;
    margin-top: -2px;
  }

  .menu-2-header:after {
    content: "";
    display: block;
    height: 1px;
    background: #fff;
    opacity: 0.3;
    width: 100%;
    position: absolute;
    top: 48px;
  }

  .menu-2__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    display: block;
    margin-top: 27px;
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #3d322d;
    cursor: pointer;
  }

  .menu-2__link-reserved {
    font-weight: 400;
    text-decoration: none;
    color: #ff5c00;
  }

  a.menu-2_item__number {
    margin: 10px 0;
    color: #ff5c00;
    font-weight: 800;
    font-size: 22px;
  }

  a.menu-2_item__number.wa {
    margin: 10px 0;
    color: #ff5c00;
    font-weight: 800;
    font-size: 22px;

    position: relative;
  }

  .menu-2_item__number-pic {
    position: absolute;
    left: 260px;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  a.menu-2_item__number:nth-child(1) {
    margin-top: 40px;
  }

  .menu-2_item.active {}

  .menu-2__link:hover {
    text-decoration-line: underline;
    color: #ff5c00;
  }

  .hamburger {
    display: block;
    position: absolute;
    left: 20px;
    top: 44%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 26px;
    height: 12px;
  }

  .span-1 {
    display: block;
    height: 2px;
    width: 10px;
    background-color: #ff5c00;
    margin-bottom: 2px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    margin-bottom: 4px;
  }

  .span-2 {
    display: block;
    height: 2px;
    width: 15px;
    background-color: #ff5c00;
    margin-bottom: 2px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    margin-bottom: 4px;
  }

  .span-3 {
    display: block;
    height: 2px;
    width: 20px;
    background-color: #ff5c00;
    margin-bottom: 2px;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
  }

  .hamburger_active span:nth-child(1) {
    height: 2px;
    width: 35px;
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
    -moz-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    -o-transform: translateY(9px) rotate(-45deg);
  }

  .hamburger_active span:nth-child(2) {
    display: none;
  }

  .hamburger_active span:nth-child(3) {
    height: 2px;
    width: 35px;
    -webkit-transform: translateY(3px) rotate(45deg);
    -ms-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg);
  }

  .header__address {
    margin-top: 60px;
  }

  .header__address,
  .header__times {
    font-weight: normal;
    font-size: 19px;
    line-height: 20px;
    color: #fff;
    opacity: 0.5;
    position: relative;
  }

  .header__times {
    margin-top: 15px;
  }

  .header__address:before {
    content: "";
    display: block;
    height: 1px;
    background: #fff;
    opacity: 0.3;
    width: 100%;
    position: absolute;
    top: -30px;
  }

  .menu-2__link .header__times {
    margin-top: 15px;
  }

  .button__header {
    text-align: left;
    margin-top: 23px;
    font-size: 22px;
    text-decoration: none;
    color: #ff5c00;
  }
}

.promo {
  background: #fff;
  padding-bottom: 70px;
  padding-top: 168px;
}

.promo__item-1 {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 539px;
}

.promo__item-2 {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 539px;
}

.promo__item-3 {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 539px;
}

.promo__item-3 .promo__item-title {
  width: 42%;
}

.promo__item {
  padding: 157px 0 0 203px;
}

@media (max-width: 1300px) {
  .promo__item {
    padding: 157px 0 0 40px;
  }
}

.promo__item-subtitle {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
}

.promo__item-title {
  margin-top: 15px;
  font-weight: 700;
  font-size: 50px;
  line-height: 120%;
  color: #fff;
}

.promo__item-title-small {
  margin-top: 15px;
  font-weight: 300;
  font-size: 29px;
  color: #fff;
}

.promo__item-666 {
  padding-top: 0 !important;
}

.promo__item-apps-wrapp {
  position: absolute;
  top: 35px;
  right: 30px;
}

@media (max-width: 992px) {
  .promo__item-apps-wrapp {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 10px;
  }
}

.promo__item-descr {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #fff;
}

@media (max-width: 575px) {
  .promo__item-descr {
    font-size: 15px;
    text-align: center;
  }
}

.promo__item-apps {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

@media (max-width: 992px) {
  .promo__item-apps {
    margin-top: 10px;
    justify-content: flex-start;
  }
}

@media (max-width: 575px) {
  .promo__item-apps {
    justify-content: space-around;
  }
}

.promo__item-app:last-child {
  margin-left: 10px;
}

.promo__item-descr-bottom {
  position: absolute;
  bottom: 30px;
  right: 30px;
  max-width: 520px;
  line-height: 150%;
  text-align: right;
}

@media (max-width: 992px) {
  .promo__item-descr-bottom {
    position: relative;
    bottom: 0;
    right: 0;
    max-width: max-content;
    line-height: 150%;
    text-align: left;
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .promo__item-descr-bottom {
    text-align: center;
    font-size: 12px;
  }
}

.promo__item-app {
  width: 162px;
  height: 46px;
  border-radius: 7px;
}

@media (max-width: 992px) {
  .promo__item-app {
    width: 80px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

button.slick-next.slick-arrow {
  border: none;
  background: none;
  position: absolute;
  z-index: 1;
  top: 360px;
  left: 277px;
  cursor: pointer;
}

button.slick-prev.slick-arrow {
  border: none;
  background: none;
  position: absolute;
  z-index: 1;
  top: 360px;
  left: 203px;
  cursor: pointer;
}

button#slick-slide-control01 {
  display: none;
}

button#slick-slide-control02 {
  display: none;
}

button#slick-slide-control00 {
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: 70px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  width: 30px;
  height: 4px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: #eaeaea;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li {
  width: 30px;
  height: 4px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: #eaeaea;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots .slick-active {
  background: #ff5c00;
}

button.slick-next.slick-arrow:hover {
  opacity: 0.5;
}

@media (max-width: 1500px) {
  .promo {
    padding-top: 120px;
  }
}

@media (max-width: 1200px) {
  .promo {
    padding-bottom: 25px;
  }

  .promo__item-1 {
    min-height: 410px;
  }
}

@media (max-width: 992px) {
  .promo {
    padding-top: 70px;
  }

  .promo__item {
    padding: 42px 0 0 99px;
  }

  .promo__item-1 {
    min-height: 340px;
  }

  .promo__item-subtitle {
    font-size: 19px;
  }

  .promo__item-title {
    font-size: 40px;
  }

  button.slick-prev.slick-arrow {
    top: 250px;
    left: 95px;
  }

  button.slick-next.slick-arrow {
    top: 250px;
    left: 164px;
  }

  .slick-dots {
    bottom: 38px;
  }
}

@media (max-width: 768px) {
  .promo__item {
    padding: 66px 0 0 40px;
  }

  .promo {
    padding-bottom: 0px;
  }

  .promo__item-title {
    margin-top: 10px;
    font-size: 36px;
  }

  .promo__item-subtitle {
    display: none;
  }

  .promo__item-title-small {
    margin-top: 10px;
    font-size: 25px;
  }

  .promo__item-apps-descr {
    display: none;
  }
}

@media (max-width: 576px) {
  .promo__item {
    padding: 66px 25px 0 25px;
  }

  .promo__item-title {
    text-align: center;
  }

  .promo__item-title-small {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .promo__item-title {
    margin-top: 0;
    font-size: 24px !important;
  }

  .promo__item-title-small {
    margin-top: 6px;
    font-size: 15px;
  }
}

.modalForm {
  position: fixed;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1040;
}

.modalForm.show {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.modalOverlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1000;
}

.modalContent {
  position: relative;
  width: 96%;
  max-width: 550px;
  max-height: 96vh;
  background: #000;
  margin: auto;
  padding: 70px 52px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  overflow-y: auto;
}

@media (max-width: 575px) {
  .modalContent {
    padding: 50px 30px;
  }
}

.dm-modalTitle {
  margin-bottom: 40px;
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 575px) {
  .dm-modalTitle {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

.modalClose {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.modalClose::before,
.modalClose::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 23px;
  height: 2px;
  background: #dcdcdc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modalClose::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modalClose:hover::before,
.modalClose:hover::after {
  background: #8a8a8a;
}

.validateForm {
  position: relative;
}

.formField {
  margin-bottom: 20px;
}

.formField input {
  width: 100%;
  background: #000;
  padding: 17px 10px;
  font-size: 18px;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
}

.errorMessage {
  display: none;
  position: absolute;
  top: -100%;
  left: auto;
  right: 0;
  background: #fff;
  padding: 3px 5px;
  text-align: center;
  font-size: 14px;
  color: #000;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.errorMessage::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  bottom: -5px;
  right: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
}

.first-block-item.first-block-item-action {
  background-position: center;
  background-size: contain;
  height: 60vh;
}

.i-button.link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration-line: none;
  width: max-content;
  padding: 20px 35px;
}

@media (max-width: 575px) {
  .i-button.link-btn {
    width: 100%;
    margin-top: 10px;
    height: 30px;
  }
}

.container-mg-none {
  margin: 0 auto;
}

.i-action-carousel-left-item-descr-link {
  margin-bottom: 10px;
  color: #000;
  text-decoration: none;
}

.i-action-carousel-left-item-descr-link:hover {
  color: #ff5c00;
}

.i-action-carousel-left-item-descr-button:hover {
  opacity: 0.9;
}

.i-action-carousel-left-item-descr-button:hover .action-hide {
  display: block;
  opacity: 1;
  z-index: 1;
}

.action-hide {
  display: none;
  background: #fff;
  padding: 10px 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 75%;
  left: -10px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  line-height: 18px;
  color: #3d427d;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.16);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.action-hide::before {
  position: absolute;
  content: "►";
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.16);
  color: #fff;
  padding: 15px 10px;
}

.i-title {
  font-weight: 800;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
}

a.i-menu__item {
  color: #262626;
}

.i-menu {
  padding: 50px 0 0 0;
}

.i-menu-wrapp {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -18px;
}

.i-menu__item {
  width: calc(33.3333% - 18px);
  display: flex;
  flex-direction: column;
  margin-left: 18px;
  margin-bottom: 18px;
  text-decoration: none;
  outline: none;
}

.i-menu__item-descr {
  font-weight: 500;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  background: #fff;
  padding: 0 30px;
}

.i-menu-button {
  background-image: url("/bitrix/templates/akvarel/images/menu6-min.jpg");
  padding: 20px 46px;
  justify-content: center;
}

.i-menu-button__title {
  color: transparent;
  font-weight: 900;
  font-size: 23px;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.075em;
  -webkit-text-stroke: 1px #fff;
}

.i-menu-button__subtitle {
  font-weight: 700;
  font-size: 24px;
  margin-top: 10px;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  color: #fff;
}

.i-about {
  padding-top: 130px;
}

.i-about__items {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-left: -80px;
}

@media (max-width: 1500px) {
  .i-about__items {
    margin-left: -60px;
  }
}

@media (max-width: 992px) {
  .i-about__items {
    margin-left: -30px;
  }
}

.i-about__item {
  width: calc(25% - 80px);
  display: flex;
  flex-direction: column;
  margin-left: 80px;
  margin-bottom: 130px;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.02em;
}

@media (max-width: 1500px) {
  .i-about__item {
    width: calc(25% - 60px);
    margin-left: 60px;
    margin-bottom: 100px;
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .i-about__item {
    width: calc(33.3333% - 60px);
    margin-bottom: 75px;
  }
}

@media (max-width: 992px) {
  .i-about__item {
    width: calc(33.3333% - 30px);
    margin-left: 30px;
  }
}

@media (max-width: 576px) {
  .i-about__item {
    width: calc(50% - 30px);
  }
}

.i-about__item-number {
  font-size: 60px;
  line-height: 1;
  color: transparent;
  letter-spacing: 0.05em;
  -webkit-text-stroke: 2px #ff5c00;
}

@media (max-width: 992px) {
  .i-about__item-number {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  .i-about__item-number {
    font-size: 42px;
  }
}

.i-about__item p:before {
  content: "";
  display: block;
  clear: both;
  height: 2px;
  width: 100%;
  background: #dfdfdf;
  margin: 20px 0;
}

@media (max-width: 576px) {
  .i-about__item p:before {
    margin: 10px 0;
  }
}

.i-subtitle {
  font-weight: normal;
  font-size: 20px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #000;
  margin-top: 20px;
  width: 570px;
}

.i-delivery {
  display: none;
  padding-top: 130px;
}

.i-delivery-img {
  flex-grow: 1;
  object-fit: cover;
}

.i-delivery__wrapp {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -18px;
}

.i-delivery__item {
  text-decoration: none;
  width: calc(33.3333% - 18px);
  display: flex;
  flex-direction: column;
  margin-left: 18px;
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .i-delivery__item {
    width: calc(50% - 18px);
  }
}

@media (max-width: 576px) {
  .i-delivery__item {
    width: calc(100% - 18px);
  }
}

.i-delivery__item-descr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  background: #fff;
  padding: 0 30px;
  margin-top: -100px;
  font-weight: 500;
  font-size: 24px;
  color: #262626;
}

@media (max-width: 992px) {
  .i-delivery__item-descr {
    padding: 0 10px;
  }
}

.i-delivery__item-descr-last {
  margin-top: -16px;
}

.i-banket {
  padding-top: 130px;
}

.i-banket-wrapp {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.i-banket-wrapp.slick-dotted {
  margin-bottom: 50px;
}

.i-banket-wrapp.slick-dotted .slick-dots {
  bottom: -50px;
}

.i-banket-wrapp .slick-list {
  margin: -10px;
}

.i-banket__item {
  width: 100%;
  background: #fff;
  padding: 15px 15px 30px 15px;
}

.i-banket__item.slick-slide {
  margin: 10px;
}

.i-banket__item img {
  max-width: 100%;
}

.i-banket__item-descr {
  padding: 40px 0 0 25px;
}

.i-banket__item-descr-title {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.02em;
  color: #262626;
}

.i-banket__item-descr-text {
  margin-top: 25px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #000;
}

.i-banket__item-button {
  font-weight: 500;
  font-size: 16px;
  line-height: 163%;
  text-align: right;
  letter-spacing: 0.02em;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #ff5c00;
  cursor: pointer;
  margin: 15px 25px 0 0;
}

.tabs>div {
  padding-top: 10px;
}

.tabs ul {
  margin: 0px;
  padding: 0px;
}

.tabs ul:after {
  content: "";
  display: block;
  clear: both;
  height: 2px;
  width: 100%;
  background: #e3e3e3;
  margin-top: 10px;
}

.tabs ul li {
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  display: block;
  float: left;
  padding: 10px 15px;
  color: #898989;
  font-weight: 300;
  font-size: 24px;
  line-height: 163%;
  letter-spacing: 0.02em;
}

.tabs ul li.active,
.tabs ul li.active:hover {
  color: #ff5c00;
  border-bottom: 3px solid #ff5c00;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 2px;
  padding-bottom: 11px;
}

.i-tabs {
  padding-top: 130px;
}

.tabs__content-1 {
  display: none;
}

.tabs__content-1.active {
  display: block;
}

.i-tabs>div {
  padding-top: 10px;
}

.i-tabs ul {
  margin: 0px;
  padding: 0px;
}

.i-tabs ul:after {
  content: "";
  display: block;
  clear: both;
  height: 2px;
  width: 100%;
  background: #e3e3e3;
  margin-top: 10px;
}

.i-tabs ul li {
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  display: block;
  float: left;
  padding: 10px 15px;
  color: #898989;
  font-weight: 300;
  font-size: 24px;
  line-height: 163%;
  letter-spacing: 0.02em;
}

.i-tabs ul li.active,
.i-tabs ul li.active:hover {
  color: #ff5c00;
  border-bottom: 3px solid #ff5c00;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 2px;
  padding-bottom: 11px;
}

.i-action {
  padding-top: 130px;
}

.i-action-img-wrap {
  height: 463px;
  background: #000;
  width: 50%;
  display: flex;
  justify-content: center;
}

.kafe__actions .i-action-img-wrap {
  height: 100%;
}

img.i-action-img {
  height: 100%;
}

.i-action-carousel-left-item {
  margin-top: 40px;
  width: 100%;
  min-height: 493px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 15px;
}

.i-action-carousel-left-item-descr {
  padding: 60px 73px 0 71px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 50%;
}

.i-action-carousel-left-item-descr img {
  max-height: 100px;
}

.i-action-carousel-left-item-descr p {
  margin-top: 45px;
  font-weight: normal;
  font-size: 20px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #000;
}

.i-action-carousel-left-item-descr-button {
  display: flex;
  cursor: pointer;
  align-items: flex-end;
  position: relative;
  left: 84%;
}

.i-action-carousel-left-item-descr-button p {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #ff5c00;
  margin-right: 20px;
}

.carousel-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
}

.count-slider {
  font-weight: normal;
  font-size: 20px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #000;
}

.carousel-left-arrow {
  background: url(/bitrix/templates/akvarel/images/left1.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-left-arrow:hover {
  opacity: 0.5;
}

.carousel-right-arrow {
  background: url(/bitrix/templates/akvarel/images/right1.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-right-arrow:hover {
  opacity: 0.5;
}

.carousel-arrows-1 {
  display: flex;
  margin: 50px 0 0 187px;
  align-items: center;
}

.count-slider-1 {
  font-weight: normal;
  font-size: 20px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #000;
}

.carousel-left-arrow-1 {
  background: url(/bitrix/templates/akvarel/images/left1.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-left-arrow-1:hover {
  opacity: 0.5;
}

.carousel-right-arrow-1 {
  background: url(/bitrix/templates/akvarel/images/right1.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-right-arrow-1:hover {
  opacity: 0.5;
}

.carousel-arrows-2 {
  display: flex;
  margin: 50px 0 0 187px;
  align-items: center;
}

.count-slider-2 {
  font-weight: normal;
  font-size: 20px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #000;
}

.carousel-left-arrow-2 {
  background: url(/bitrix/templates/akvarel/images/left1.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-left-arrow-2:hover {
  opacity: 0.5;
}

.carousel-right-arrow-2 {
  background: url(/bitrix/templates/akvarel/images/right1.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-right-arrow-2:hover {
  opacity: 0.5;
}

.carousel-arrows-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.count-slider-3 {
  font-weight: normal;
  font-size: 20px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #000;
}

.carousel-left-arrow-3 {
  background: url(/bitrix/templates/akvarel/images/left1.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-left-arrow-3:hover {
  opacity: 0.5;
}

.carousel-right-arrow-3 {
  background: url(/bitrix/templates/akvarel/images/right1.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-right-arrow-3:hover {
  opacity: 0.5;
}

.carousel-arrows-4 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.count-slider-4 {
  font-weight: normal;
  font-size: 20px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #000;
}

.slick-arrow.slick-hidden {
  display: block;
}

.carousel-left-arrow-4 {
  background: url(/bitrix/templates/akvarel/images/left1.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-left-arrow-4:hover {
  opacity: 0.5;
}

.carousel-right-arrow-4 {
  background: url(/bitrix/templates/akvarel/images/right1.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-right-arrow-4:hover {
  opacity: 0.5;
}

button.slick-next-action.slick-arrow {
  border: none;
  background: none;
  position: absolute;
  z-index: 1;
  top: 360px;
  left: 277px;
  cursor: pointer;
}

button.slick-prev-action.slick-arrow {
  border: none;
  background: none;
  position: absolute;
  z-index: 1;
  top: 360px;
  left: 203px;
  cursor: pointer;
}

.i-action-carousel-right-item {
  margin-top: 40px;
  width: 100%;
  min-height: 493px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 15px;
}

.i-action-carousel-right-item-descr {
  padding: 82px 73px 0 71px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.i-action-carousel-right-item-descr p {
  margin-top: 45px;
  font-weight: normal;
  font-size: 20px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #000;
}

.i-action-carousel-right-item-descr-button {
  display: flex;
  cursor: pointer;
  align-items: flex-end;
  position: relative;
  left: 84%;
}

.i-action-carousel-right-item-descr-button p {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #ff5c00;
  margin-right: 20px;
}

.i-word__wrapp {
  display: flex;
  justify-content: space-between;
}

.i-word {
  padding-top: 130px;
}

.i-word__descr {
  padding: 85px 0 0 85px;
}

.i-word__descr-title {
  font-weight: 800;
  font-size: 36px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
}

.i-word__descr-text {
  margin-top: 30px;
  font-weight: normal;
  font-size: 20px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #000;
}

.time1 {
  position: relative;
}

img.b-lazy.b-loaded.time-img {
  position: absolute;
  top: 49%;
  right: 9%;
}

img.b-lazy.b-loaded.date-img {
  position: absolute;
  top: 61%;
  right: 9%;
}

.form-error1 {
  opacity: 0.5;
}

.i-reserved {
  padding-top: 130px;
}

.i-reserved__wrapp {
  display: flex;
}

.i-reserved-title {
  font-weight: 800;
  font-size: 36px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}

.i-reserved-subtitle {
  margin-top: 10px;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: left;
}

.i-reserved-input__wrapp {
  display: flex;
  flex-wrap: wrap;
}

.i-reserved-input__wrapp.new {
  margin-top: 20px;
  row-gap: 20px;
  column-gap: 30px;
}

.i-reserved-block {
  max-width: 964px;
  width: 100%;
  min-height: 502px;
  background: #252525;
  padding: 70px 124px 70px 70px;
}

.i-reserved__wrap {
  display: flex;
  flex-wrap: wrap;
}

.i-reserved-input__name input {
  width: 370px;
  height: 60px;
  background: #fff;
  border-radius: 30px;
  border: none;
  outline: none;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #737373;
  padding-left: 30px;
  margin-top: 50px;
  margin-right: 30px;
}

.i-reserved-input__date input {
  width: 370px;
  height: 60px;
  outline: none;
  border: 1.5px solid #fff;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: transparent;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #fff;
  padding-left: 30px;
  margin-top: 50px;
  opacity: 0.5;
}

.i-reserved-input__phone input {
  width: 370px;
  height: 60px;
  background: #fff;
  border-radius: 30px;
  border: none;
  outline: none;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #737373;
  padding-left: 30px;
  margin-top: 20px;
  margin-right: 30px;
}

.i-reserved-input__time input {
  width: 370px;
  height: 60px;
  outline: none;
  border: 1.5px solid #fff;
  box-sizing: border-box;
  border-radius: 30px;
  background-color: transparent;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #fff;
  padding-left: 30px;
  margin-top: 20px;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .i-reserved-input__sum {
    width: calc(100% - 7px);
  }
}

.new .i-reserved-input__sum {
  flex: 1;
  gap: 8px;
}

.i-reserved-input__sum input {
  max-width: 230px;
  height: 60px;
  background: #fff;
  border-radius: 30px;
  border: none;
  outline: none;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #737373;
  margin-top: 20px;
  margin-right: 10px;
}

.new .i-reserved-input__name,
.new .i-reserved-input__date,
.new .i-reserved-input__phone,
.new .i-reserved-input__time

/* .new .catalogElementPlus, 
.new .catalogElementMinus */
  {
  width: calc(50% - 15px);
}

.new .i-reserved-input__name input,
.new .i-reserved-input__date input,
.new .i-reserved-input__phone input,
.new .i-reserved-input__time input,
.new .i-reserved-input__sum input {
  margin: 0;
  width: 100%;
}

.new .catalogElementPlus,
.new .catalogElementMinus {
  margin: 0;
  flex-shrink: 0;
}

.i-reserved-checkbox-text {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
}

.i-reserved-checkbox-text a {
  font-weight: 500;

  color: #ff5c00;
}

::-webkit-calendar-picker-indicator {
  color: transparent;
  opacity: 1;
  fill: white;
  fill: white;
  stroke: white;
  padding-right: 26px;
  background-size: contain;
}

.date1 {
  position: relative;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalogElementAddCountButton:hover {
  opacity: 0.5;
}

.catalogElementAddCount {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 5px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #aaa;
}

.text-semibold {
  font-weight: 600;
}

.catalogElementPlus,
.catalogElementMinus {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 50px;
  background: transparent;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border: 1.5px solid #fff;
  box-sizing: border-box;
  border-radius: 30px;
  color: #fff;
}

.catalogElementMinus {
  margin-right: 10px;
  opacity: 0.5;
}

.i-galery {
  padding-top: 130px;
}

.i-galery__title {
  font-weight: 800;
  font-size: 36px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 40px;
}

.video__wrapper {
  width: 100%;
}

.video__wrapper iframe {
  width: 100%;
  height: 420px;
  max-height: 60vh;
  border: none;
}

.video--enabled {
  cursor: pointer;
}

.video {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
  background-color: #000;
}

.video__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.video__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: none;
  padding: 0;
  width: 68px;
  height: 48px;
  border: none;
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.video__button:hover {
  outline: none;
}

.video-enabled .video__button {
  display: block;
}

.tabs__content {
  display: none;
}

.tabs__content.active {
  display: block;
}

.tabs-i-galery>div {
  padding-top: 10px;
}

.tabs-i-galery ul {
  margin: 0px;
  padding: 0px;
}

.tabs-i-galery ul:after {
  content: "";
  display: block;
  clear: both;
  height: 2px;
  width: 100%;
  background: #e3e3e3;
  margin-top: 10px;
}

.tabs-i-galery ul li {
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  display: block;
  float: left;
  padding: 10px 15px;
  color: #898989;
  font-weight: 300;
  font-size: 24px;
  line-height: 163%;
  letter-spacing: 0.02em;
}

.tabs-i-galery ul li.active,
.tabs-i-galery ul li.active:hover {
  color: #ff5c00;
  border-bottom: 3px solid #ff5c00;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 2px;
  padding-bottom: 11px;
}

.i-galery-img {
  height: 379px;
  width: 100%;
  object-fit: cover;
}

.i-galery-carousel-left-item {
  margin-top: 40px;
  width: 100%;
  min-height: 420px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 15px;
}

.i-galery-carousel-left-item-descr {
  padding: 118px 73px 0 71px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.i-galery-carousel-left-item-descr p {
  font-weight: normal;
  font-size: 20px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #000;
}

.i-galery-carousel-left-item-descr-button {
  display: flex;
  cursor: pointer;
  align-items: flex-end;
  position: absolute;
  right: 10%;
  bottom: 10%;
}

.i-galery-carousel-left-item-descr-button p {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #ff5c00;
  margin-right: 20px;
}

.i-galery-carousel-right-item {
  margin-top: 40px;
  width: 100%;
  min-height: 420px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  flex-direction: column;
  align-items: center;
}

.i-galery-carousel-right-item-descr {
  padding: 118px 73px 0 71px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.i-galery-carousel-right-item-descr p {
  font-weight: normal;
  font-size: 20px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #000;
}

.i-galery-carousel-right-item-descr-button {
  display: flex;
  cursor: pointer;
  align-items: flex-end;
  position: absolute;
  right: 10%;
  bottom: 10%;
}

.i-galery-carousel-right-item-descr-button p {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #ff5c00;
  margin-right: 20px;
}

.d-main {
  padding-top: 130px;
}

.i-header-main.dm-header-main {
  display: flex;
}

.i-contact-info-wrap {
  width: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  padding: 70px 240px 50px 70px;
}

.i-contact-info-wrap-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.i-contact-info-wrap-item-link {
  width: 160px;
  height: 50px;
  border: 2px solid #ff5c00;
  box-sizing: border-box;
  border-radius: 30px;
  text-decoration: none;
  outline: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 300%;
  letter-spacing: 0.02em;
  color: #ff5c00;
  text-align: center;
  margin-left: 11px;
}

.i-contact-info-wrap-item-link:hover {
  background: #ff5c00;
  color: #fff;
}

.i-contact-info-title {
  font-weight: 800;
  font-size: 36px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
}

.i-contact-info-address {
  margin-top: 40px;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #000;
}

.i-contact-info-address span {
  font-weight: 600;
}

.i-contact-info-address a {
  color: #000;
}

.i-contact-info-descr {
  margin-top: 15px;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #000;
}

.i-contact-info-descr span {
  font-weight: 600;
  margin-right: 7px;
}

.i-contact-info-descr-1 {
  display: flex;
}

.i-contact-info-wrap-item:nth-child(2) {
  margin-top: 26px;
}

.i-contact-info-wrap-item:nth-child(3) {
  margin-top: 26px;
}

.i-contact-info-wrap-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.maps,
#maps {
  display: flex;
  width: 100%;
  height: auto;
  min-height: 60vh;
}

.maps {
  width: 50%;
}

.i-contact-info-line {
  margin-top: 44px;
  width: 100%;
  height: 1px;
  background: #eee;
}

.i-contact-info-wrap-item {
  margin-top: 33px;
}

.i-contact-info-wrap-item-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.i-contact-info-wrap-item-text p {
  margin-left: 15px;
}

@media (max-width: 1500px) {
  .i-banket__item img {
    width: 100%;
  }

  .carousel-arrows {
    margin: 30px 0 0 0;
  }

  .i-action-carousel-left-item-descr {
    padding: 30px 45px 0 40px;
  }

  .i-action-carousel-right-item-descr {
    padding: 82px 45px 0 40px;
  }

  .i-action-carousel-right-item-descr-button {
    left: 74%;
  }

  .i-word__descr {
    padding: 50px 0 0 37px;
  }

  .i-reserved-block {
    padding: 70px 40px 70px 40px;
  }

  .i-reserved-input__name input {
    width: 300px;
  }

  .i-reserved-input__date input {
    width: 300px;
  }

  .i-reserved-input__phone input {
    width: 300px;
  }

  .i-reserved-input__time input {
    width: 300px;
  }

  .i-reserved-input__sum input {
    max-width: 230px;
  }

  .i-button-reserved {
    width: 270px;
    font-size: 18px;
    line-height: 330%;
  }

  .i-galery-carousel-left-item {
    min-height: 100%;
  }

  .i-galery-carousel-right-item {
    min-height: 100%;
  }

  .i-galery-carousel-left-item-descr {
    padding: 82px 45px 0 40px;
  }

  .i-galery-carousel-right-item-descr {
    padding: 82px 45px 0 40px;
  }

  .i-contact-info-wrap {
    padding: 70px 88px 50px 30px;
  }

  .i-contact-info-wrap-item-text {
    width: 67%;
  }

  img.b-lazy.i-word-img.b-loaded {
    object-fit: contain;
  }
}

@media (max-width: 1200px) {
  img.b-lazy.i-menu-img.b-loaded {
    height: 200px;
    flex-grow: 1;
    object-fit: cover;
  }

  .i-menu__item-descr {
    font-size: 20px;
  }

  .i-menu-button {
    padding: 20px 30px;
  }

  .i-menu-button__title {
    font-size: 20px;
  }

  .i-menu-button__subtitle {
    font-size: 20px;
    margin-top: 16px;
  }

  .i-about {
    padding-top: 100px;
  }

  .i-delivery {
    padding-top: 100px;
  }

  img.b-lazy.i-delivery-img.b-loaded {
    height: 300px;
  }

  img.b-lazy.i-delivery-img-last.b-loaded {
    height: 216px;
    object-fit: cover;
  }

  .i-delivery__item-descr {
    font-size: 20px;
  }

  .i-banket {
    padding-top: 100px;
  }

  .i-banket__item-descr {
    padding: 20px 0 0 20px;
  }

  .i-action {
    padding-top: 100px;
  }

  .i-tabs {
    padding-top: 100px;
  }

  .i-action-carousel-left-item {
    min-height: 435px;
  }

  .i-action-carousel-right-item {
    min-height: 435px;
  }

  .i-action-carousel-left-item-descr {
    padding: 2px 5px 0 15px;
  }

  .i-action-carousel-right-item-descr {
    padding: 2px 5px 0 15px;
  }

  .carousel-arrows {
    margin: 10px 0 0 0;
  }

  .carousel-arrows-1 {
    margin: 10px 0 0 0;
  }

  .i-action-carousel-left-item-descr p {
    margin-top: 25px;
    font-size: 17px;
  }

  .i-action-carousel-right-item-descr p {
    margin-top: 25px;
    font-size: 17px;
  }

  .i-action-carousel-left-item-descr-button {
    left: 60%;
  }

  .i-action-carousel-right-item-descr-button {
    left: 60%;
  }

  img.b-lazy.i-word-img.b-loaded {
    width: 615px;
    height: auto;
  }

  .i-word {
    padding-top: 100px;
  }

  .i-word__descr {
    padding: 15px 0 0 25px;
  }

  .i-word__descr-title {
    font-size: 28px;
  }

  .i-word__descr-text {
    margin-top: 20px;
    font-size: 16px;
  }

  img.b-lazy.i-reserved-img.b-loaded {
    display: none;
  }

  .i-reserved-block {
    max-width: 100%;
    width: 100%;
  }

  .i-reserved-input__name input {
    width: 370px;
  }

  .i-reserved-input__date input {
    width: 370px;
  }

  .i-reserved-input__phone input {
    width: 370px;
  }

  .i-reserved-input__time input {
    width: 370px;
  }

  .i-button-reserved {
    width: 370px;
  }

  .video__button {
    height: 58px;
  }

  .i-galery-carousel-left-item-descr {
    padding: 50px 5px 0 15px;
  }

  .i-galery-carousel-right-item-descr {
    padding: 50px 5px 0 15px;
  }

  .i-galery-carousel-left-item-descr p {
    font-size: 17px;
  }

  .i-galery-carousel-right-item-descr p {
    font-size: 17px;
  }

  .d-main {
    padding-top: 100px;
  }

  .i-contact-info-wrap-item {
    margin-top: 0px;
  }

  .i-contact-info-wrap {
    padding: 44px 88px 50px 30px;
  }
}

@media (max-width: 992px) {
  .i-title {
    font-size: 30px;
  }

  img.b-lazy.i-menu-img.b-loaded {
    height: 150px;
  }

  img.b-lazy.i-menu-btn.b-loaded {
    width: 40px;
  }

  .i-menu__item-descr {
    font-size: 15px;
    height: 75px;
  }

  .i-menu-button {
    padding: 20px 15px;
  }

  .i-menu-button__title {
    font-size: 19px;
  }

  .i-menu-button__subtitle {
    font-size: 16px;
    margin-top: 16px;
  }

  .i-about__item {
    font-size: 14px;
  }

  .i-delivery {
    padding-top: 30px;
  }

  img.b-lazy.i-delivery-img.b-loaded {
    height: 225px;
  }

  img.b-lazy.i-delivery-img-last.b-loaded {
    height: 225px;
  }

  .i-delivery__item-descr {
    font-size: 15px;
    height: 75px;
    margin-top: -75px;
  }

  .i-delivery__item-descr.i-delivery__item-descr-last p {
    margin-left: 14px;
  }

  .i-banket__item-descr {
    padding: 15px 0 0 5px;
  }

  .i-banket__item-descr-title {
    font-weight: 500;
    font-size: 19px;
  }

  .i-banket__item-descr-text {
    margin-top: 10px;
    font-size: 14px;
  }

  .i-banket__item-button {
    font-size: 15px;
  }

  .i-action-carousel-left-item-descr p {
    margin-top: 15px;
    font-size: 14px;
  }

  .i-action-carousel-right-item-descr p {
    margin-top: 15px;
    font-size: 14px;
  }

  .i-action-carousel-left-item-descr-button {
    left: 40%;
  }

  .i-action-carousel-right-item-descr-button {
    left: 40%;
  }

  .i-action-carousel-left-item {
    min-height: 385px;
  }

  .i-action-carousel-right-item {
    min-height: 385px;
  }

  img.b-lazy.i-word-img.b-loaded {
    width: 400px;
    height: 100%;
  }

  .i-word__descr-title {
    font-size: 23px;
  }

  .i-word__descr-text {
    margin-top: 10px;
    font-size: 14px;
  }

  .i-reserved-title {
    font-size: 30px;
  }

  .i-reserved-subtitle {
    font-size: 21px;
  }

  .i-reserved-input__name input {
    width: 330px;
  }

  .i-reserved-input__date input {
    width: 330px;
  }

  .i-reserved-input__phone input {
    width: 330px;
  }

  .i-reserved-input__time input {
    width: 330px;
  }

  .i-reserved-input__sum input {
    max-width: 190px;
  }

  .i-button-reserved {
    width: 330px;
  }

  .video__button {
    height: 72px;
  }

  .i-galery-carousel-left-item {
    justify-content: center;
  }

  .i-galery-carousel-right-item {
    justify-content: center;
  }

  .i-galery-carousel-left-item-descr p {
    font-size: 14px;
  }

  .i-galery-carousel-right-item-descr p {
    font-size: 14px;
  }

  .i-galery-img {
    height: 250px;
    width: 100%;
  }

  .video {
    width: 100%;
    height: 100%;
    margin-top: 0px;
  }

  .i-contact-info-title {
    font-size: 29px;
  }

  .i-contact-info-address {
    margin-top: 20px;
    font-weight: 400;
    font-size: 20px;
  }

  .i-contact-info-wrap {
    padding: 44px 10px 50px 30px;
  }

  .i-contact-info-wrap-item {
    margin-top: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .i-contact-info-wrap-item-text {
    width: 100%;
  }

  .i-contact-info-wrap-item-link {
    margin: 10px 0 0 0;
  }

  .i-reserved-block {
    padding: 70px 25px 70px 25px;
  }
}

@media (max-width: 768px) {
  .i-action-img-wrap {
    background: #000;
    width: auto;
  }

  .i-action-carousel-left-item-descr {
    width: 100%;
  }

  .i-menu__item {
    width: calc(50% - 18px);
  }

  img.b-lazy.i-menu-img.b-loaded {
    height: 112px;
  }

  .i-menu__item-descr {
    padding: 0px 10px;
    height: 70px;
    font-size: 14px;
  }

  .i-menu-button__title {
    font-size: 15px;
    -webkit-text-stroke: 0;
    color: #fff;
  }

  .i-menu-button__subtitle {
    font-size: 13px;
  }

  .i-button.i-menu-button-but {
    width: 100%;
  }

  .i-about {
    padding-top: 70px;
  }

  .i-delivery {
    padding-top: 0px;
  }

  .i-delivery__item-descr {
    font-size: 14px;
    height: 70px;
    margin-top: -70px;
    padding: 0px 10px;
  }

  img.b-lazy.i-delivery-img.b-loaded {
    height: 187px;
  }

  img.b-lazy.i-delivery-img-last.b-loaded {
    height: 187px;
  }

  .i-delivery__item-descr-last {
    padding: 0 5px;
  }

  .i-action {
    padding-top: 70px;
  }

  .i-banket {
    padding-top: 70px;
  }

  .i-banket__item {
    padding: 15px 15px 10px 15px;
  }

  .i-banket__item-descr-title {
    font-size: 15px;
  }

  .i-banket__item-descr-text {
    font-size: 13px;
  }

  .i-tabs {
    padding-top: 70px;
  }

  .i-action-carousel-left-item {
    flex-direction: column;
    margin-top: 15px;
  }

  .i-action-carousel-right-item {
    flex-direction: column;
    margin-top: 15px;
  }

  .i-action-carousel-left-item-descr {
    padding: 10px 5px 0 15px;
  }

  .i-action-carousel-right-item-descr {
    padding: 10px 5px 0 15px;
  }

  .carousel-arrows {
    margin: 10px auto 0;
  }

  .carousel-arrows-1 {
    margin: 10px auto 0;
  }

  .i-word {
    padding-top: 70px;
  }

  .i-word__descr {
    padding: 15px 0 0 0;
  }

  .i-word__wrapp {
    flex-direction: column;
  }

  img.b-lazy.i-word-img.b-loaded {
    margin: 0 auto;
  }

  .i-word__descr-title {
    text-align: center;
  }

  .i-word__descr-text {
    text-align: center;
  }

  .i-button__chef {
    margin: 40px auto 0;
  }

  .i-reserved {
    padding-top: 70px;
  }

  .i-reserved-block {
    padding: 40px;
  }

  .i-reserved-subtitle {
    font-size: 20px;
    text-align: center;
  }

  .i-reserved-title {
    font-size: 28px;
    text-align: center;
  }

  .i-reserved-input__wrapp.new {
    column-gap: 20px;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .i-reserved-input__name input {
    width: 260px;
  }

  .i-reserved-input__date input {
    width: 200px;
  }

  .i-reserved-input__phone input {
    width: 260px;
  }

  .i-reserved-input__time input {
    width: 200px;
  }

  .i-reserved-input__sum input {
    max-width: 100%;
  }

  .new .i-reserved-input__name,
  .new .i-reserved-input__date,
  .new .i-reserved-input__phone,
  .new .i-reserved-input__time {
    width: calc(50% - 10px);
  }

  .new .i-reserved-input__name input,
  .new .i-reserved-input__date input,
  .new .i-reserved-input__phone input,
  .new .i-reserved-input__time input,
  .new .i-reserved-input__sum input {
    font-size: 16px;
    padding-left: 20px;
    height: 45px;
    text-align: start;
  }

  .i-button-reserved {
    margin: 20px auto 0;
  }

  .new .i-button-reserved {
    width: 100%;
    height: 44px;
    font-size: 18px;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .i-galery {
    padding-top: 70px;
  }

  .i-galery-carousel-right-item {
    margin-top: 15px;
    flex-direction: column;
  }

  .i-galery-img {
    height: 180px;
  }

  .d-main {
    padding-top: 70px;
  }

  .i-header-main.dm-header-main {
    flex-direction: column-reverse;
  }

  .i-contact-info-wrap {
    padding: 30px 10px 20px 30px;
    width: 100%;
    height: 100%;
  }

  .i-contact-info-title {
    font-size: 26px;
  }

  .i-contact-info-address {
    margin-top: 15px;
    font-size: 19px;
  }

  .i-contact-info-descr {
    margin-top: 10px;
    font-size: 19px;
  }

  .i-button-i-contact {
    margin: 30px auto 0;
  }

  .i-contact-info-wrap-item-text {
    width: 89%;
  }

  .i-contact-info-wrap-item-link {
    margin: 15px auto 0;
  }

  .video__button {
    height: 74px;
  }

  .i-galery-img {
    height: 160px;
  }

  .i-galery-carousel-left-item {
    min-height: 230px;
  }

  .i-galery-carousel-right-item {
    min-height: 230px;
  }

  #maps {
    min-height: 350px;
  }

  .maps {
    width: 100%;
  }

  .modal {
    width: 420px;
    min-height: 330px;
    padding: 40px 33px;
  }

  .form input {
    width: 300px;
  }

  .form__checkbox-wrapper {
    width: 300px;
  }
}

@media (max-width: 576px) {
  .i-title {
    font-size: 24px;
  }

  .i-menu {
    padding: 25px 0 0 0;
  }

  .i-menu-wrapp {
    margin-top: 30px;
  }

  img.b-lazy.i-menu-img.b-loaded {
    height: 100px;
  }

  img.b-lazy.i-menu-btn.b-loaded {
    width: 30px;
  }

  .i-menu__item-descr {
    padding: 0 5px;
    height: 66px;
    font-size: 14px;
  }

  .i-menu-button__subtitle {
    margin-top: 6px;
  }

  .i-button.i-menu-button-but {
    margin-top: 10px;
    height: 40px;
    line-height: 298%;
  }

  .i-about {
    padding-top: 50px;
  }

  .i-about__items {
    margin-top: 50px;
  }

  .i-about__item {
    font-size: 12px;
    margin-bottom: 50px;
  }

  .i-about__item img {
    max-width: 80%;
  }

  img.b-lazy.i-about-img.i-about-img-5.b-loaded {
    width: 87%;
  }

  img.b-lazy.i-about-img.i-about-img-1.b-loaded {
    margin-bottom: 2px;
  }

  img.b-lazy.i-about-img.i-about-img-7.b-loaded {
    width: 69%;
  }

  .i-subtitle {
    font-size: 18px;
    width: 100%;
  }

  .i-delivery__item-descr {
    height: 66px;
    margin-top: -48px;
    padding: 0px 5px;
  }

  .i-delivery__wrapp {
    margin-top: 30px;
  }

  .i-action {
    padding-top: 50px;
  }

  .i-banket {
    padding-top: 50px;
  }

  .i-banket__item {
    max-width: 100%;
  }

  .i-banket-wrapp {
    margin-top: 30px;
  }

  .i-banket__item-button {
    margin: 15px 0px 0 0;
  }

  .i-tabs {
    padding-top: 50px;
  }

  .i-word {
    padding-top: 50px;
  }

  .i-reserved-block {
    padding: 25px;
  }

  .i-reserved-title {
    font-size: 26px;
    text-align: center;
  }

  .i-reserved-input__wrapp {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
  }

  .i-reserved-input__wrapp.new {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .new .i-reserved-input__name,
  .new .i-reserved-input__date,
  .new .i-reserved-input__phone,
  .new .i-reserved-input__time {
    width: 100%;
  }

  .new .i-reserved-input__sum input {
    max-width: none;
  }

  img.i-galery-img {
    width: 100%;
    height: 100%;
  }

  .video__wrapper {
    width: 100%;
  }

  .video {
    width: 100%;
    height: 100%;
  }

  .video__link {
    width: 100%;
    height: 100%;
  }

  .i-reserved-input__name {
    margin: 0 auto;
  }

  .i-reserved-input__name input {
    width: 350px;
    height: 50px;
    margin-right: 0;
  }

  .i-reserved-input__date input {
    width: 350px;
    height: 50px;
    margin: 10px 0px 0 40px;
  }

  .i-reserved-input__phone input {
    width: 350px;
    height: 50px;
    margin: 10px 0px 0 40px;
  }

  .i-reserved-input__time input {
    width: 350px;
    height: 50px;
    margin: 10px 0px 0 40px;
  }

  .i-reserved-input__sum {
    width: 100%;
  }

  .i-reserved-input__sum input {
    width: 100%;
    max-width: 230px;
    height: 50px;
    margin: 10px 10px 0 40px;
  }

  img.b-lazy.b-loaded.date-img {
    display: none;
  }

  img.b-lazy.b-loaded.time-img {
    display: none;
  }

  .catalogElementMinus,
  .catalogElementPlus {
    width: 45px;
    height: 49px;
    margin-top: 10px;
  }

  .i-button-reserved {
    width: 350px;
    font-size: 20px;
    line-height: 309%;
  }

  .i-button-i-contact {
    margin-top: 40px;
    line-height: 300%;
    width: 250px;
    height: 44px;
  }

  .i-contact-info-line {
    margin-top: 30px;
  }

  .promo__item.promo__item-delivery {
    min-height: 200px;
  }

  .first {
    padding-bottom: 10px !important;
  }
}

@media (max-width: 480px) {
  .i-title {
    font-size: 20px;
  }

  .i-menu-wrapp {
    margin-top: 15px;
  }

  img.b-lazy.i-menu-img.b-loaded {
    height: 105px;
  }

  .i-menu__item-descr {
    padding: 0 10px;
    height: 57px;
    font-size: 14px;
  }

  img.b-lazy.i-menu-btn.b-loaded {
    width: 25px;
  }

  .i-menu-button {
    padding: 20px 10px;
  }

  img.b-lazy.i-about-img.i-about-img-4.b-loaded {
    width: 69%;
  }

  .i-menu-button__title {
    font-weight: 500;
    font-size: 14px;
  }

  .i-menu-button__subtitle {
    display: none;
  }

  .i-button.i-menu-button-but {
    height: 34px;
    font-size: 12px;
    line-height: 282%;
    margin-top: 5px;
  }

  .i-about {
    padding-top: 35px;
  }

  .i-about__items {
    margin-top: 20px;
  }

  .i-subtitle {
    font-size: 16px;
    margin-top: 5px;
  }

  .i-delivery__wrapp {
    margin-top: 30px;
  }

  .i-delivery__item-descr {
    height: 50px;
  }

  img.i-delivery-icon.b-lazy.b-loaded {
    width: 10%;
  }

  .i-delivery__item-descr {
    font-size: 14px;
  }

  .i-banket {
    padding-top: 35px;
  }

  .slick-dots {
    bottom: 28px;
  }

  .tabs ul li {
    font-size: 17px;
  }

  img.b-lazy.i-word-img.b-loaded {
    width: 100%;
    height: 100%;
  }

  .i-button__chef {
    margin: 20px auto 0;
    width: 210px;
    height: 48px;
    font-size: 17px;
    line-height: 288%;
  }

  .i-action {
    padding-top: 35px;
  }

  .i-reserved {
    padding-top: 50px;
  }

  .i-reserved-title {
    font-size: 20px;
    text-align: center;
  }

  .i-reserved-subtitle {
    font-size: 18px;
  }

  .i-reserved-input__name {
    margin: 0;
  }

  .i-reserved-input__name input,
  .i-reserved-input__date input,
  .i-reserved-input__time input,
  .i-reserved-input__phone input {
    width: 100%;
    height: 50px;
    margin: 10px 0px 0 0px;
    font-size: 18px;
  }

  .i-reserved-input__sum input {
    max-width: 100%;
    margin: 10px 0 0;
    font-size: 18px;
  }

  .catalogElementMinus {
    display: none !important;
  }

  .catalogElementPlus {
    display: none !important;
  }

  .i-button-reserved {
    width: 100%;
    height: 48px;
    font-size: 17px;
    line-height: 288%;
  }

  .tabs-i-galery ul li {
    font-size: 17px;
  }

  .i-contact-info-title {
    font-size: 20px;
  }

  .i-contact-info-address {
    margin-top: 10px;
    font-size: 16px;
  }

  .i-contact-info-descr {
    margin-top: 9px;
    font-size: 16px;
  }

  .i-button-i-contact {
    width: 220px;
    height: 50px;
    font-size: 17px;
  }

  .i-galery {
    padding-top: 50px;
  }

  .d-main {
    padding-top: 50px;
  }

  .i-contact-info-line {
    margin-top: 20px;
  }

  .i-galery-carousel-left-item {
    margin-top: 0;
  }

  .i-galery-carousel-right-item {
    margin-top: 0;
  }

  .video__button svg {
    width: 35px;
  }

  .promo__item.promo__item-delivery {
    min-height: 150px;
  }
}

@media (max-width: 360px) {
  .i-about__item.i-about__item-3 {
    margin-top: -14px;
  }

  .i-title {
    font-size: 18px;
  }

  img.b-lazy.i-menu-img.b-loaded {
    height: 95px;
  }

  .i-menu-button {
    height: 152px;
  }

  .i-menu-button__title {
    font-size: 12px;
  }

  .i-about__items {
    margin-top: 15px;
  }

  .i-subtitle {
    font-size: 14px;
    margin-top: 5px;
  }

  .i-word__descr {
    padding: 15px;
  }

  .i-button-reserved {
    font-size: 17px;
  }

  .i-galery__title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .i-galery-carousel-left-item {
    margin-top: 0px;
  }

  .i-galery-carousel-right-item {
    margin-top: 0px;
  }

  .i-contact-info-wrap {
    padding: 30px 11px 20px 11px;
  }

  #maps {
    min-height: 300px;
  }
}

a {
  transition: 0.3s;
}

.position-relative {
  position: relative;
}

.d-flex {
  display: flex;
}

.dm-container {
  max-width: 1470px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.dm-container-overflowx {
  overflow-x: hidden;
}

.dm-container-overflowy {
  overflow-y: hidden;
}

.dm-text-center {
  text-align: center;
}

.overflow-x-auto {
  overflow-x: auto;
}

.content {
  padding-top: 130px;
}

@media (max-width: 1230px) {
  .content {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  .content {
    padding-top: 70px;
  }
}

@media (max-width: 768px) {
  .content {
    padding-top: 50px;
  }
}

.content-first {
  padding-top: 70px;
}

@media (max-width: 768px) {
  .content-first {
    padding-top: 50px;
  }
}

.content-last {
  padding-bottom: 130px;
}

@media (max-width: 1230px) {
  .content-last {
    padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .content-last {
    padding-bottom: 70px;
  }
}

@media (max-width: 768px) {
  .content-last {
    padding-bottom: 50px;
  }
}

.capture {
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

@media (max-width: 1230px) {
  .capture {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  .capture {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .capture {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .capture {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.dm-button {
  min-width: 200px;
  width: max-content;
  background: #ff5c00;
  padding: 15px 30px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: 1.5px solid #ff5c00;
  border-radius: 25px;
  transition: 0.3s;
  cursor: pointer;
}

.dm-button:hover {
  background: #ff6d1a;
}

.dm-button.block {
  width: 100%;
}

@media (max-width: 575px) {
  .dm-button {
    width: 100%;
  }
}

.button-outline {
  background: transparent;
}

.button-outline:hover {
  background: #ff5c00;
}

.dm-main {
  margin-top: 186px;
  color: #262626;
  overflow-x: hidden;
}

@media (max-width: 1500px) {
  .dm-main {
    margin-top: 120px;
  }
}

@media (max-width: 991px) {
  .dm-main {
    margin-top: 70px;
  }
}

.first {
  background: #fff;
  padding-bottom: 82px;
}

.first.first-afisha {
  padding-bottom: 160px;
}

@media (max-width:1200px) {
  .first.first-afisha {
    padding-bottom: 120px;
  }
}

@media (max-width: 991px) {
  .first {
    padding-bottom: 70px;
  }

  .first.first-afisha {
    padding-bottom: 25px !important;
  }
}

@media (max-width: 768px) {
  .first {
    padding-bottom: 50px;
  }
}



.first-slider .first-block-item__content {
  padding: 35px 200px 130px;
}

@media (max-width: 1500px) {
  .first-slider .first-block-item__content {
    padding: 35px 100px 130px;
  }
}

@media (max-width: 1230px) {
  .first-slider .first-block-item__content {
    padding: 35px 35px 130px;
  }
}

@media (max-width: 992px) {
  .first-slider .first-block-item__content {
    padding: 35px;
  }
}

.first-block-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 60vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.3s;
}

@media (max-width: 575px) {
  .first-block-item {
    min-height: auto;
  }
}

.first-block-item__banner {
  min-height: auto;
}

.first-block-item__content {
  padding: 35px 200px;
}

@media (max-width: 1500px) {
  .first-block-item__content {
    padding: 35px 100px;
  }
}

@media (max-width: 1230px) {
  .first-block-item__content {
    padding: 35px;
  }
}

@media (max-width: 575px) {
  .first-block-item__content {
    padding: 20px;
  }
}

.first-block-item__img {
  margin-bottom: auto;
}

.first-block-item__text {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 768px) {
  .first-block-item__text {
    font-size: 16px;
  }
}

.first-block-item__capture {
  max-width: 900px;
  margin-bottom: 15px;
  font-size: 50px;
  line-height: 1.2;
}

@media (max-width: 1500px) {
  .first-block-item__capture {
    font-size: 42px;
  }
}

@media (max-width: 1230px) {
  .first-block-item__capture {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .first-block-item__capture {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .first-block-item__capture {
    font-size: 20px;
  }
}

.first-block-item__capture.last {
  margin-bottom: 30px;
}

.first-block-item__description {
  margin-bottom: 37px;
  font-size: 32px;
  line-height: 1.2;
}

@media (max-width: 1500px) {
  .first-block-item__description {
    font-size: 30px;
  }
}

@media (max-width: 1230px) {
  .first-block-item__description {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .first-block-item__description {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .first-block-item__description {
    font-size: 18px;
  }
}

.first-block-item__button {
  padding: 12px 46px 13px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  border-radius: 26px;
}

@media (max-width: 575px) {
  .first-block-item__button {
    padding: 12px 35px 13px;
    font-size: 18px;
  }
}

.first-block-item-arrow {
  position: absolute;
  bottom: 50px;
  left: 215px;
  display: flex;
  margin: -10px;
}

@media (max-width: 1500px) {
  .first-block-item-arrow {
    left: 115px;
  }
}

@media (max-width: 1230px) {
  .first-block-item-arrow {
    left: 50px;
  }
}

@media (max-width: 992px) {
  .first-block-item-arrow {
    display: none;
  }
}

.first-block-item-arrow__button {
  min-width: 54px;
  width: 54px;
  height: 52px;
  background: url(/bitrix/templates/akvarel/images/lunch/first-arrow.svg) no-repeat center;
  margin: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.first-block-item-arrow__button:hover {
  opacity: 0.5;
}

.first-block-item-arrow__left {
  transform: rotate(180deg);
}

.first-block .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 17px;
}

.first-block .slick-dots li {
  background: #ccc;
}

.first-block .slick-dots li.slick-active {
  background: #ff5c00;
}

.slick-initialized .slick-slide.first-block-item {
  display: flex;
}

.lunchmenu {
  margin: -13px;
}

.lunchmenu-item {
  width: calc(25% - 26px);
  background: #fff;
  margin: 13px;
}

.lunchmenu-item-img {
  height: 227px;
}

.lunchmenu-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lunchmenu-item-info {
  padding: 25px;
}

.lunchmenu-item-info__capture {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.35;
}

.lunchmenu-item-info__text {
  font-size: 14px;
  line-height: 1.35;
  color: #656565;
}

.lunchmenu-item-info__text ul {
  padding: 0;
}

.lunchmenu-item-info__text ul li {
  margin-bottom: 5px;
  list-style: none;
}

.lunchmenu-item-info__text ul li::before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}

.lunchmenu-item-footer {
  justify-content: space-between;
  align-items: center;
  margin: 0 25px;
  padding: 12px 0 15px;
  border-top: 2px solid #f1f1f1;
}

.lunchmenu-item-footer__left {
  color: rgba(0, 0, 0, 0.5);
}

.lunchmenu-item-footer__right {
  font-size: 26px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .lunchmenu-item-footer__right {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .lunchmenu-item-footer__right {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .lunchmenu-item-footer__right {
    font-size: 18px;
  }
}

.lunchmenu-item-footer__right svg {
  width: 20px;
}

.lunchmenu .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 17px;
}

.lunchmenu .slick-dots li {
  background: #ccc;
}

.lunchmenu .slick-dots li.slick-active {
  background: #ff5c00;
}

.corporate {
  align-items: stretch;
}

.corporate-lunch {
  margin: 0;
}

.corporate-lunch__first {
  width: calc(63% + 20px);
  margin: -10px;
}

@media (max-width: 1230px) {
  .corporate-lunch__first {
    width: calc(100% + 20px);
  }
}

.corporate-lunch__last {
  width: calc(37% - 20px);
  margin-left: 30px;
}

@media (max-width: 1230px) {
  .corporate-lunch__last {
    display: none;
  }
}

.corporate-lunch-item {
  width: calc(33.3333% - 20px);
  margin: 10px;
  letter-spacing: 0.02em;
}

.corporate-lunch-item__img {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  overflow: hidden;
}

.corporate-lunch-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.corporate-lunch-item__price {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media (max-width: 991px) {
  .corporate-lunch-item__price {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .corporate-lunch-item__price {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .corporate-lunch-item__price {
    font-size: 18px;
  }
}

.corporate-lunch-item__info ul {
  padding: 0;
}

.corporate-lunch-item__info ul li {
  margin-bottom: 5px;
  list-style: none;
}

.corporate-lunch-item__info ul li:last-child {
  margin-bottom: 0;
}

.corporate-lunch-item__info ul li::before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}

.corporate-lunch-last {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background-size: cover;
  padding: 90px 55px 65px;
}

@media (max-width: 1500px) {
  .corporate-lunch-last {
    padding: 50px 35px;
  }
}

.corporate-lunch-last__capture {
  margin-bottom: 40px;
  color: transparent;
  font-size: 34px;
  line-height: 1.5;
  letter-spacing: 0.055em;
  -webkit-text-stroke: 1px #fff;
}

@media (max-width: 1500px) {
  .corporate-lunch-last__capture {
    font-size: 30px;
  }
}

.corporate-lunch-last__capture span {
  color: #fff;
  letter-spacing: 0.02em;
  -webkit-text-stroke: none;
}

.corporate-lunch .slick-list {
  width: 100%;
}

.corporate-lunch .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 17px;
}

.corporate-lunch .slick-dots li {
  background: #ccc;
}

.corporate-lunch .slick-dots li.slick-active {
  background: #ff5c00;
}

.deliverylunch-tabs {
  min-width: min-content;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 2px solid #dadada;
}

@media (max-width: 768px) {
  .deliverylunch-tabs {
    padding-bottom: 5px;
  }
}

.deliverylunch-tabs__swith {
  position: relative;
  margin-right: 46px;
  font-size: 24px;
  line-height: 1.63;
  letter-spacing: 0.02em;
  color: #898989;
  transition: 0.3s;
  cursor: pointer;
}

@media (max-width: 991px) {
  .deliverylunch-tabs__swith {
    margin-right: 40px;
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .deliverylunch-tabs__swith {
    margin-right: 30px;
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .deliverylunch-tabs__swith {
    margin-right: 20px;
    font-size: 18px;
  }
}

.deliverylunch-tabs__swith:last-child {
  margin-right: 0;
}

.deliverylunch-tabs__swith:before {
  content: "";
  position: absolute;
  display: block;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 2px;
  background: transparent;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .deliverylunch-tabs__swith:before {
    bottom: -7px;
  }
}

.deliverylunch-tabs__swith.active,
.deliverylunch-tabs__swith:hover {
  color: #ff5c00;
}

.deliverylunch-tabs__swith.active:before,
.deliverylunch-tabs__swith:hover:before {
  background: #ff5c00;
}

.deliverylunch-content {
  align-items: flex-start;
  margin-top: 40px;
}

.deliverylunch-content-item {
  display: none;
  width: 50%;
}

@media (max-width: 991px) {
  .deliverylunch-content-item {
    width: 100%;
  }
}

.deliverylunch-content-item.active {
  display: block;
}

.deliverylunch-content-item__capture {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media (max-width: 991px) {
  .deliverylunch-content-item__capture {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .deliverylunch-content-item__capture {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .deliverylunch-content-item__capture {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

.deliverylunch-content-item-list {
  margin-top: 20px;
  margin-bottom: 40px;
}

@media (max-width: 575px) {
  .deliverylunch-content-item-list {
    margin-bottom: 20px;
  }
}

.deliverylunch-content-item-list:last-child {
  margin-bottom: 0;
}

.deliverylunch-content-item-list ul {
  padding: 0;
}

.deliverylunch-content-item-list ul li {
  justify-content: space-between;
  margin-top: 20px;
  padding-bottom: 6px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #dadada;
}

@media (max-width: 575px) {
  .deliverylunch-content-item-list ul li {
    margin-top: 10px;
    font-size: 16px;
  }
}

.deliverylunch-content-item__button {
  justify-content: flex-end;
}

.deliverylunch-content__img {
  justify-content: flex-end;
  width: 50%;
}

@media (max-width: 991px) {
  .deliverylunch-content__img {
    display: none;
  }
}

.deliverylunch-content__img img {
  max-width: 90%;
}

.advantages {
  flex-wrap: wrap;
  margin: -35px -60px;
}

@media (max-width: 1230px) {
  .advantages {
    margin: -35px;
  }
}

@media (max-width: 991px) {
  .advantages {
    margin: -25px;
  }
}

@media (max-width: 575px) {
  .advantages {
    margin: -10px;
  }
}

.advantages-item {
  width: calc(33.3333% - 120px);
  margin: 35px 60px;
}

@media (max-width: 1230px) {
  .advantages-item {
    width: calc(33.3333% - 70px);
    margin: 35px;
  }
}

@media (max-width: 991px) {
  .advantages-item {
    width: calc(50% - 50px);
    margin: 25px;
  }
}

@media (max-width: 575px) {
  .advantages-item {
    display: flex;
    align-items: center;
    width: calc(100% - 20px);
    margin: 10px;
    padding-bottom: 20px;
    border-bottom: 2px solid #dadada;
  }

  .advantages-item:last-child {
    border-bottom: none;
  }
}

.advantages-item__img {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #dadada;
}

@media (max-width: 575px) {
  .advantages-item__img {
    margin: 0 20px 0 0;
    padding: 0;
    border-bottom: none;
  }
}

.advantages-item__img img {
  display: block;
  width: 90px;
  height: 60px;
  object-fit: contain;
  object-position: left;
}

@media (max-width: 575px) {
  .advantages-item__img img {
    width: 60px;
    height: 40px;
    object-position: center;
  }
}

.advantages-item__capture {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media (max-width: 991px) {
  .advantages-item__capture {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .advantages-item__capture {
    font-size: 16px;
  }
}

.advantages-item__capture.min {
  max-width: 253px;
}

.advantages-item__description {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media (max-width: 991px) {
  .advantages-item__description {
    font-size: 16px;
  }
}

.advantages-item__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.advantages-item__text ul {
  padding: 0;
}

.advantages-item__text ul li {
  list-style: none;
}

.begin {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 100px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .begin {
    margin-top: 70px;
  }
}

@media (max-width: 768px) {
  .begin {
    margin-top: 50px;
  }
}

.begin__button {
  z-index: 1;
}

.begin::before,
.begin::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #dadada;
  z-index: -1;
}

.begin::before {
  right: calc(50% + 160px);
}

.begin::after {
  left: calc(50% + 160px);
}

.mainmenu-links__item.mainmenu-links__item-action {
  background: #ff5c00;
  color: #fff;
}

.mainmenu-links__item-action:hover {
  box-shadow: 0px 0px 30px #ff5c00;
}

.mainmenu-links {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -5px;
}

.mainmenu-links__item {
  flex-grow: 1;
  background: #fff;
  margin: 5px;
  padding: 22px 43px 15px;
  font-size: 16px;
  line-height: 1;
  color: #262626;
  text-align: center;
  text-decoration: none;
  border-bottom: 7px solid transparent;
}

@media (max-width: 991px) {
  .mainmenu-links__item {
    padding: 18px 35px 11px;
  }
}

.mainmenu-links__item:hover {
  border-bottom-color: #ff5c00;
}

.mainmenu-section {
  overflow: hidden;
}

.mainmenu-section__capture {
  margin-bottom: 20px;
}

.mainmenu-section__schedule ul {
  padding: 0;
}

.mainmenu-section__schedule ul li {
  list-style: none;
  margin-bottom: 10px;
}

.mainmenu-section__schedule ul li:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #ff5c00;
  margin-right: 10px;
  vertical-align: middle;
}

.mainmenu-section__schedule ul li:last-child {
  margin: 0;
}

.mainmenu-section-foods {
  flex-wrap: wrap;
  margin: -25px 0;
  margin-left: -120px;
}

@media (max-width: 1500px) {
  .mainmenu-section-foods {
    margin: -25px;
  }
}

@media (max-width: 1230px) {
  .mainmenu-section-foods {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  .mainmenu-section-foods {
    padding-top: 70px;
  }
}

@media (max-width: 768px) {
  .mainmenu-section-foods {
    padding-top: 50px;
  }
}

@media (max-width: 575px) {
  .mainmenu-section-foods {
    margin: -15px;
    padding-top: 30px;
  }
}

.mainmenu-section-foods-item {
  width: calc(50% - 180px);
  margin: 25px 0;
  margin-left: 120px;
}

@media (max-width: 1500px) {
  .mainmenu-section-foods-item {
    width: calc(50% - 50px);
    margin: 25px;
  }
}

@media (max-width: 991px) {
  .mainmenu-section-foods-item {
    width: calc(100% - 50px);
  }
}

@media (max-width: 575px) {
  .mainmenu-section-foods-item {
    margin: 15px;
  }
}

.mainmenu-section-foods-item__capture {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .mainmenu-section-foods-item__capture {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .mainmenu-section-foods-item__capture {
    font-size: 18px;
  }
}

.mainmenu-section-foods-item__description {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media (max-width: 768px) {
  .mainmenu-section-foods-item__description {
    font-size: 16px;
  }
}

.mainmenu-section-foods-item__price {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .mainmenu-section-foods-item__price {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .mainmenu-section-foods-item__price {
    font-size: 18px;
  }
}

.mainmenu-section-foods-item__price span {
  font-weight: 300;
  font-size: 18px;
}

@media (max-width: 768px) {
  .mainmenu-section-foods-item__price span {
    font-size: 16px;
  }
}

.mainmenu-section-img {
  margin: 90px -7px 0;
}

.mainmenu-section-img__item {
  width: calc(25% - 14px);
  height: 330px;
  max-height: 60vh;
  margin: 0 7px;
}

.mainmenu-section-img__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.attention {
  padding: 50px 0;
  font-weight: 600;
  font-size: 25px;
  text-align: center;
}

.promo__item.promo__item-delivery {
  background-position: center;
  background-size: contain;
  position: relative;
}

.dost {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 80px 0;
}

.dost-toggle {
  display: none;
}

.dost__wrapp {
  display: flex;
  width: 76%;
}

.dost__wrapp.no-card {
  width: 100%;
}

.dost-sect__panel-action {
  box-shadow: 0px 0px 30px #ff5c00;
}

.dost-section__link-action.active {
  color: #ff5c00 !important;
  background: #fff;
}

.dost-section__link.dost-section__link-action:hover {
  color: #ff5c00;
  background: #fff;
}

.dost-section {
  width: 35%;
  max-width: 340px;
  background: #fff;
}

.dost-section__link {
  color: #636363;
  letter-spacing: 0.02em;
  font-size: 20px;
  line-height: 24px;
  padding: 20px 38px;
  position: relative;
  display: block;
  text-decoration: none;
  transition: 0.3s;
}

.dost-section__link-action {
  background: #ff5c00;
  color: #fff;
  border: 1px solid #ff5c00;
}

.dost-section__link::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 8px;
  background: #ff5c00;
  opacity: 0;
  transition: 0.3s;
}

.dost-section__link:hover {
  color: #000;
}

.dost-section__link:hover::before {
  opacity: 1;
}

.dost-section .active {
  position: relative;
  color: #000;
}

.dost-section .active::before {
  opacity: 1;
}

.dost-panel {
  width: 66%;
  max-width: 707px;
  margin: 0 auto;
}

.dost-panel__title {
  letter-spacing: 0.02em;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin-top: 10px;
}

.dost-panel__block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  flex-wrap: wrap;
}

.dost-panel__item-prop {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex-grow: 2;
  padding: 25px 25px 55px 25px;
}

.dost-panel__item {
  width: 48%;
  margin-bottom: 27px;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.dost-panel__item-link {
  display: block;
  position: relative;
}

.dost-panel__item-link::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.3s;
}

.dost-panel__item-link::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url("/bitrix/templates/akvarel/images/delivery/loop-delivery.svg") no-repeat;
  background-position: center;
  opacity: 0;
  transition: 0.3s;
}

.dost-panel__item-link:hover::before,
.dost-panel__item-link:hover::after {
  opacity: 1;
}

.dost-panel__item-pic {
  width: 100%;
  height: 227px;
  object-fit: cover;
}

.dost-panel__item-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
}

.dost-panel__item-gramm {
  color: #808080;
  padding-top: 3px;
}

.dost-panel__item-info {
  display: flex;
  justify-content: space-between;
  padding: 15px 25px;
  position: relative;
}

.dost-panel__item-info::before {
  position: absolute;
  content: "";
  left: 25px;
  top: 0;
  right: 25px;
  height: 2px;
  background: #f1f1f1;
}

.dost-panel__info-text {
  color: #808080;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
}

.dost-panel__info-sale {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  margin-left: auto;
  display: flex;
  align-items: center;
  position: relative;
}

.dost-panel__info-sale::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #ff8d4d;
}

.dost-panel__info-val {
  font-weight: 500;
  font-size: 26px;
  line-height: 40px;
  margin-left: 20px;
}

.dost-panel__card {
  display: none;
}

.dost-panel__card-icon {
  background: url("/bitrix/templates/akvarel/images/delivery/card-delivery.svg") no-repeat 50%;
  background-position: center;
  width: 70px;
  height: 40px;
  transition: 0.3s;
}

.dost-panel__card-icon:hover {
  cursor: pointer;
  opacity: 0.7;
}

.dost-panel__count {
  display: none;
  align-items: center;
  position: relative;
}

.dost-panel__count::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #ff5c00;
  border-radius: 49px;
}

.dost-panel__count-down,
.dost-panel__count-up {
  width: 32px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff5c00;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  transition: 0.3s;
}

.dost-panel__count-val {
  width: 40px;
  height: 40px;
  border-radius: 49px;
  background: #ff5c00;
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.dost-panel__back {
  position: relative;
  letter-spacing: 0.02em;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  padding-left: 30px;
  padding-bottom: 5px;
  transition: 0.3s;
  text-decoration: none;
  display: block;
}

.dost-panel__back::before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  background: url("/bitrix/templates/akvarel/images/delivery/arrow-back-delivery.svg") no-repeat 50%;
  width: 21px;
  height: 8px;
}

.dost-panel__back:hover {
  cursor: pointer;
  opacity: 0.7;
}

.dost-panel__detail {
  padding: 30px;
  background: #fff;
  margin-top: 25px;
}

.dost-panel__detail-pic {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.dost-panel__detail-text {
  padding: 30px 0 20px 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}

.dost-panel__detail-info {
  color: #000;
  padding-top: 6px;
}

.dost-panel__detprice {
  padding: 30px 0 0 0;
  margin: 35px 0 0 0;
  border-top: 2px solid #f1f1f1;
  display: flex;
  align-items: center;
}

.dost-panel__detprice-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}

.dost-panel__detprice-sale {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  text-decoration: line-through;
  padding-left: 15px;
}

.dost-panel__detprice-price {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  padding-left: 15px;
}

.dost-panel__detprice-btn {
  margin-left: auto;
  margin-top: 0;
}

.dost-panel__detprice-btn.no-card {
  display: none;
}

.dost-panel__item:hover .dost-panel__card {
  display: block;
}

.dost-panel__item.no-card:hover .dost-panel__card {
  display: none;
}

.dost-panel__item:hover .dost-panel__info-text,
.dost-panel__item:hover .dost-panel__info-sale {
  display: flex;
}

.dost-panel__item.no-card:hover .dost-panel__info-text,
.dost-panel__item.no-card:hover .dost-panel__info-sale {
  display: block;
}

.dost-panel__item:hover .dost-panel__info-val {
  margin-left: 0;
}

.dost-panel__card:hover .dost-panel__card-icon {
  display: none;
}

.dost-panel__card:hover .dost-panel__count {
  display: flex;
}

.dost-panel__item:hover .dost-panel__count-down,
.dost-panel__item:hover .dost-panel__count-up {
  cursor: pointer;
  opacity: 0.7;
  z-index: 3;
}

.dost-card-wrapp {
  width: 24%;
}

.dost-card {
  width: 100%;
  background: #fff;
  padding: 30px;
  position: relative;
}

.dost-card__zag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}

.dost-card__zag-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.dost-card__zag-delete {
  color: #ff5c00;
  letter-spacing: 0.02em;
  text-decoration-line: underline;
  font-size: 16px;
  line-height: 19px;
  transition: 0.3s;
}

.dost-card__zag-delete:hover {
  cursor: pointer;
  opacity: 0.7;
}

.dost-card__item {
  border-bottom: 2px solid #f1f1f1;
  padding: 20px 0;
}

.dost-card__item-title,
.dost-card__item-info {
  display: flex;
  justify-content: space-between;
}

.dost-card__item-info {
  padding-top: 20px;
}

.dost-card__item-name {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}

.dost-card__item-price {
  color: #808080;
  font-size: 18px;
  line-height: 21px;
  padding-left: 15px;
  white-space: nowrap;
}

.dost-card__item-delete {
  background: url("/bitrix/templates/akvarel/images/delivery/basket-delivery.svg") no-repeat 100% 50%;
  width: 18px;
  height: 22px;
  transition: 0.3s;
  display: none;
  min-width: 50px;
}

.dost-card__item-delete:hover {
  cursor: pointer;
  opacity: 0.7;
}

.dost-card__item-gramm {
  color: #808080;
  font-size: 16px;
  line-height: 19px;
}

.dost-card__item-count {
  display: flex;
  align-items: center;
}

.dost-card__item-down,
.dost-card__item-up {
  color: #ff5c00;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  transition: 0.3s;
  opacity: 0;
}

.dost-card__item-down:hover,
.dost-card__item-up:hover {
  cursor: pointer;
  opacity: 0.7;
}

.dost-card__item-value {
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.dost-card__item-val,
.dost-card__item-valtext {
  font-size: 16px;
  line-height: 19px;
}

.dost-card__item-valtext {
  display: block;
  padding-left: 5px;
}

.dost-card__itog {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
}

.dost-card__itog-text {
  color: #4d4d4d;
  letter-spacing: 0.02em;
  font-size: 18px;
  line-height: 21px;
}

.dost-card__itog-price {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
}

.dost-card__itog-btn {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  transition: 0.3s;
  margin-top: 20px;
  border: 2px solid #ff5c00;
  box-sizing: border-box;
  border-radius: 49px;
  text-decoration: none;
  color: #000;
}

.dost-card__itog-btn:hover {
  cursor: pointer;
  background: #ff5c00;
  color: #fff;
}

.dost-card__itog-btnno {
  opacity: 0.4;
}

.dost-card__itog-btnno:hover {
  cursor: default;
  background: inherit;
  color: inherit;
}

.dost-card__mess {
  color: #808080;
  padding-top: 25px;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.dost-card__load {
  position: absolute;
  top: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  background: rgba(0, 0, 0, 0.2) url("/bitrix/templates/akvarel/images/delivery/loading.svg") no-repeat;
  background-position: center;
  z-index: 5;
}

.dost-card__load-active {
  display: block;
}

.dost-card__item:hover .dost-card__item-price {
  display: none;
}

.dost-card__item:hover .dost-card__item-delete {
  display: block;
}

.dost-card__item:hover .dost-card__item-down,
.dost-card__item:hover .dost-card__item-up {
  opacity: 1;
}

.dost-panel__item-active .dost-panel__info-text,
.dost-panel__item-active .dost-panel__card-icon,
.dost-panel__item-active .dost-panel__info-sale {
  display: none;
}

.dost-panel__item-active .dost-panel__card {
  display: block;
}

.dost-panel__item-active .dost-panel__count {
  display: flex;
}

.dost-panel__item-active .dost-panel__info-val {
  margin-left: 0;
}

.delivery-promo-btn {
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 212px;
  height: 52px;
  border: 2px solid #ff5c00;
  border-radius: 60px;
  margin-top: 15px;
  transition: 0.3s;
}

.delivery-promo-btn:hover {
  cursor: pointer;
  background: #ff5c00;
}

.promo-carousel-delivery button.slick-arrow {
  top: 385px;
}

.promo-carousel-delivery button.slick-prev {
  left: 460px;
}

.promo-carousel-delivery button.slick-next {
  left: 540px;
}

.bx-pagination {
  width: 100%;
  margin: 53px 0 0 0;
}

.bx-pagination-container {
  text-align: center;
  position: relative;
}

.bx-pagination-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}

.bx-pagination-container ul li {
  display: inline-block;
  margin: 0;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev span {
  padding-right: 22px;
}

.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 {
  color: #808080;
  border: none;
  font-weight: 300;
  font-size: 20px;
  line-height: 21px;
  background: none;
}

.bx-pagination .bx-pagination-container ul li a {
  text-decoration: none;
  display: block;
  font-weight: 300;
  font-size: 20px;
  line-height: 21px;
  color: #000;
  vertical-align: middle;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
  background: none;
  color: #ff5c00;
  font-weight: 700;
}

.bx-pagination .bx-pagination-container ul li span {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  background: none;
  display: block;
  padding: 0 8px;
  font-weight: 300;
  font-size: 20px;
  line-height: 21px;
  color: #000;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span {
  text-decoration: none;
  display: block;
  font-weight: 300;
  font-size: 20px;
  line-height: 21px;
  color: #000;
  vertical-align: middle;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
  padding-left: 22px;
}

.dost-sect {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  flex-wrap: wrap;
}

.dost-sect__panel {
  width: 48%;
  margin-bottom: 27px;
  background: #fff;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.dost-sect__panel-pic {
  width: 100%;
  height: 227px;
  object-fit: cover;
}

.dost-sect__panel-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  text-decoration: none;
  display: block;
  padding: 25px;
}

.dost-sect__panel-btn {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  transition: 0.3s;
  border: 2px solid #ff5c00;
  box-sizing: border-box;
  border-radius: 49px;
  text-decoration: none;
  color: #fff;
  background: #ff5c00;
  margin: 0 25px 25px 25px;
}

.dost-sect__panel-btn:hover {
  cursor: pointer;
  background: transparent;
  color: #000;
}

.dost-mt120 {
  margin-top: 120px !important;
}

.dost-card-qr-wrapp {
  background: #fff;
  padding: 30px;
}

.dost-card-qr-title.dost-card__zag-title {
  font-size: 17px;
  margin: 0 0 20px 0;
  text-align: center;
}

@media (max-width: 1500px) {
  .dost-panel {
    width: 66%;
    max-width: 707px;
    margin: 0 10px;
  }

  .dost-panel__item-prop {
    padding: 25px;
  }

  .dost-sect__panel-pic {
    height: 185px;
  }
}

@media (max-width: 1200px) {
  .dost-card__zag {
    flex-direction: column-reverse;
    padding-bottom: 10px;
  }

  .dost-card__zag-title {
    margin-top: 30px;
  }

  .dost-card__itog-btn {
    height: 52px;
    font-size: 14px;
    line-height: 19px;
  }

  .dost-section__link {
    font-size: 17px;
    padding: 18px 25px;
  }

  .dost-panel__title {
    font-size: 28px;
  }

  .dost-sect__panel-name {
    padding: 15px;
  }

  .dost-sect__panel-btn {
    height: 37px;
    font-size: 14px;
    margin: 0 15px 15px 15px;
  }
}

@media (max-width: 991px) {
  .dost-card-qr-wrapp {
    display: none;
  }

  .dost {
    flex-direction: column-reverse;
    margin: 35px 0;
  }

  .dost__wrapp {
    width: 100%;
    margin-bottom: 10px;
  }

  .dost-panel {
    width: 90%;
    margin: 0 0 0 10px;
  }

  .dost-section__link {
    padding: 18px 15px;
  }

  .dost-card-wrapp {
    width: 100%;
  }

  .dost-card {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .dost-card__zag {
    flex-direction: row;
  }

  .dost-card__zag-title {
    margin-top: 0;
  }

  .dost-card__itog-btn {
    margin: 25px auto 0;
    width: 80%;
  }

  .promo-delivery {
    padding-top: 70px;
  }

  .dost-card__itog {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .dost-section__link {
    padding: 11px 10px 11px 18px;
  }

  .dost-section {
    width: 40%;
  }

  .dost-panel__title {
    font-size: 26px;
    margin: 10px auto 0;
    text-align: center;
  }

  .dost-panel__back {
    font-size: 15px;
  }

  .dost-panel__detail-pic {
    height: 291px;
  }

  .dost-panel__detail {
    padding: 20px;
    margin-top: 10px;
  }

  .dost-panel__detail-text {
    padding: 15px 0 10px 0;
    font-size: 16px;
    line-height: 22px;
  }

  .dost-panel__detprice {
    padding: 25px 0 0 0;
    margin: 18px 0 0 0;
  }

  .dost-panel__detprice-text {
    font-size: 17px;
    line-height: 24px;
  }

  .dost-panel__detprice-price {
    font-size: 27px;
  }

  .dost-card {
    padding: 20px;
  }

  .dost-card__item {
    padding: 15px 0;
  }

  .dost-panel__detprice-price {
    font-size: 25px;
  }

  .dost-card__itog-price {
    font-size: 25px;
  }

  .dost-card__itog {
    margin-top: 10px;
  }

  .dost-card__itog-btn {
    margin: 15px auto 0;
  }

  p.p-subtitle-small {
    margin-top: 30px !important;
  }

  .dost-panel__item {
    width: 100%;
    margin-bottom: 15px;
  }

  .dost-panel__block {
    margin-top: 30px;
  }

  .dost-panel__item-prop {
    padding: 20px 25px 10px 25px;
  }

  .dost-panel__item-info {
    padding: 10px 25px;
  }

  .dost__wrapp {
    flex-direction: column;
  }

  .dost-toggle {
    display: flex;
    color: #636363;
    letter-spacing: 0.02em;
    width: 100%;
    background: #fff;
    height: 45px;
    text-align: center;
    padding: 14px;
    font-size: 17px;
    margin-bottom: 10px;
    position: relative;
  }

  .promo__item-1 {
    padding: 40px 20px 0 20px;
    font-size: 15px;
  }

  .delivery-promo-btn {
    margin-top: 30px;
  }

  .dost {
    margin: 20px 0;
  }

  .dost-section {
    width: 100%;
    max-width: 100%;
    display: none;
  }

  .dost-panel {
    width: 100%;
    margin: 0 0 0 0;
  }

  .dost-toggle:before {
    content: "";
    height: 15px;
    width: 15px;
    display: block;
    border: 1px solid #ff5c00;
    border-right-width: 0;
    border-top-width: 0;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 22px;
    top: 27%;
  }

  .dost-toggle.dost-toggle-open:before {
    transform: rotate(135deg);
    top: 43%;
  }
}

@media (max-width: 576px) {
  .dost-panel__info-text {
    display: none;
  }

  .dost-panel__info-val {
    margin-left: 0;
  }

  .dost-panel__card {
    display: block;
  }

  p.p-subtitle {
    font-size: 35px !important;
  }

  p.p-title {
    font-size: 28px !important;
    margin-top: 0 !important;
  }

  .dost-section__link {
    padding: 9px 5px 9px 15px;
    font-size: 15px;
  }

  .dost-panel__title {
    font-size: 20px;
  }

  .dost-panel__detail {
    padding: 15px;
    margin-top: 5px;
  }

  .dost-panel__detail-pic {
    height: 287px;
  }

  .dost-panel__detail-text {
    padding: 10px 0 7px 0;
    font-size: 15px;
    line-height: 20px;
  }

  .dost-panel__detprice {
    padding: 16px 0 0 0;
    margin: 16px 0 0 0;
  }

  .dost-panel__detprice-text {
    font-size: 16px;
  }

  .dost-panel__detprice-price {
    font-size: 22px;
    padding-left: 8px;
  }

  .dost-panel__detprice-btn {
    width: 149px;
    height: 44px;
    font-size: 13px;
  }

  .dost-card {
    padding: 15px;
  }

  .dost-card__zag-title {
    font-size: 18px;
  }

  .dost-card__zag-delete {
    font-size: 15px;
  }

  .dost-card__item {
    padding: 10px 0;
  }

  .dost-card__item-info {
    padding-top: 10px;
  }

  .dost-card__item-name {
    font-size: 16px;
  }

  .dost-card__item-price {
    font-size: 16px;
  }

  .dost-card__item-gramm {
    font-size: 14px;
  }

  .dost-card__item-val,
  .dost-card__item-valtext {
    font-size: 14px;
  }

  .dost-card__itog-text {
    font-size: 17px;
  }

  .dost-card__itog-price {
    font-size: 22px;
  }

  .dost-card__itog-btn {
    margin: 12px auto 0;
    width: 90%;
    height: 50px;
    font-size: 13px;
  }

  .dost-sect {
    margin-top: 25px;
  }

  .dost-mt120 {
    margin-top: 72px !important;
  }
}

@media (max-width: 480px) {
  .dost-section__link {
    padding: 5px 5px 5px 12px;
    font-size: 14px;
    line-height: 23px;
  }

  .dost-panel__back {
    font-size: 13px;
  }

  .dost-panel__title {
    font-size: 18px;
    line-height: 30px;
  }

  .dost-panel__detail {
    padding: 10px;
    margin-top: 5px;
  }

  .dost-panel__detail-pic {
    height: 240px;
  }

  .dost-panel__detprice {
    padding: 14px 0 0 0;
    margin: 14px 0 0 0;
  }

  .dost-panel__detail-text {
    padding: 8px 0;
    font-size: 14px;
    line-height: 17px;
  }

  .dost-panel__detail-info {
    font-size: 14px;
  }

  .dost-panel__detprice-text {
    font-size: 14px;
  }

  .dost-panel__detprice-price {
    font-size: 20px;
  }

  .dost-panel__detprice-price {
    font-size: 21px;
    padding: 0 5px;
  }

  .dost-panel__detprice-btn {
    width: 115px;
    height: 41px;
    font-size: 13px;
  }

  .dost-card__itog-price {
    font-size: 21px;
  }

  .dost-card__itog-text {
    font-size: 16px;
  }

  .dost-card__itog-btn {
    margin: 8px auto 0;
  }

  .dost-card__zag-delete {
    font-size: 14px;
  }

  .dost-card__itog-price {
    font-size: 20px;
  }

  .dost-sect__panel-name {
    font-size: 16px;
    line-height: 20px;
  }

  .dost-sect__panel-name {
    flex-grow: 2;
  }

  .dost-sect__panel {
    margin-bottom: 12px;
  }
}

@media (max-width: 360px) {
  .dost {
    margin: 15px 0;
  }

  .dost-panel__detail-pic {
    height: 212px;
  }

  .dost-panel__detprice-price {
    font-size: 17px;
    padding: 0 10px 0 5px;
  }

  .dost-panel__detprice-btn {
    width: 105px;
    height: 39px;
    font-size: 12px;
  }
}

.text-center.modal-reserve {
  color: white;
}

img.b-lazy.b-loaded.date-img {
  opacity: 0.5;
}

img.b-lazy.b-loaded.time-img {
  opacity: 0.5;
}

.b-promo {
  background: #fff;
  padding-bottom: 70px;
  margin-top: 186px;
}

.b-promo-item {
  min-height: 539px;
  padding: 157px 0 0 203px;
  background-repeat: no-repeat;
  background-size: cover;
}

.b-promo__subtitle {
  font-weight: 300;
  font-size: 20px;
  color: #fff;
}

.b-promo__title {
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  margin-top: 15px;
  width: 72%;
}

.b-promo__title span {
  color: #ff5c00;
}

.b-promo__btn {
  margin-top: 30px;
  width: 212px;
  height: 52px;
  border: 1.5px solid #ff5c00;
  box-sizing: border-box;
  border-radius: 60px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 230%;
}

.b-promo__btn:hover {
  background: #ff5c00;
}

.b-promo__special {
  font-weight: 300;
  font-size: 18px;
  line-height: 135%;
  color: #fff;
  margin-top: 30px;
}

.i-events {
  padding-top: 240px;
}

@media (max-width: 1000px) {
  .i-events {
    padding-top: 100px;
  }
}

.i-events__wrapp {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
}

.i-event-descr img {
  margin-right: 10px;
}

.i-event {
  width: 351px;
  height: 330px;
  background: #fff;
  padding: 10px 10px 0 10px;
  margin-left: 12px;
  margin-bottom: 12px;
  text-decoration: none;
  outline: none;
}

.i-event-img {
  width: 330px;
}

.i-event-descr {
  padding-top: 23px;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #262626;
  display: flex;
  justify-content: center;
  align-items: center;
}

p img {
  margin: 20px 0;
}

.i-title-i-banket {
  width: 43%;
}

.i-title-i-banket span {
  color: #ff5c00;
}

.i-place {
  padding-top: 130px;
  display: flex;
  justify-content: space-between;
}

.i-place-1 {
  width: 49%;
}

.i-place-1__title {
  font-weight: 800;
  font-size: 36px;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
}

.i-place-1__title span {
  color: #ff5c00;
}

.i-place-1__text {
  margin-top: 30px;
  font-weight: normal;
  font-size: 20px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #000;
  width: 90%;
}

.i-place-1__btn {
  margin-top: 40px;
  width: 300px;
  height: 60px;
  font-weight: normal;
  font-size: 20px;
  line-height: 300%;
  letter-spacing: 0.04em;
  color: #fff;
}

.i-place-2 {
  width: 50%;
  height: 508px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}

.i-place-2__item {
  width: 50%;
  height: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.i-place-2__item__more {
  margin-bottom: 16.5px;
  font-weight: 500;
  font-size: 20px;
  color: #262626;
}

@media (max-width: 992px) {
  .i-place-2__item__more {
    margin-bottom: 3px;
    font-size: 13px;
  }
}

.i-place-2__item__num {
  font-weight: 700;
  font-size: 60.2941px;
  text-align: center;
  letter-spacing: 0.05em;
  color: transparent;
  -webkit-text-stroke: 1.3px #ff5c00;
}

.i-place-2__item__text {
  margin-top: 16.5px;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #262626;
}

.i-place-2__item-vert:before {
  content: "";
  display: block;
  clear: both;
  height: 2px;
  min-width: 662px;
  background: #dfdfdf;
  position: absolute;
  top: 253px;
  left: 100%;
  transform: translateX(-50%);
}

.i-place-2__item-horiz:before {
  content: "";
  display: block;
  clear: both;
  height: 450px;
  min-width: 2px;
  background: #dfdfdf;
  position: absolute;
  top: 29px;
  left: 0%;
  transform: translateX(-50%);
}

.i-bmenu {
  margin-top: 130px;
  width: 100%;
  min-height: 504px;
  background: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
}

.i-bmenu__wrapp {
  padding: 95px 0 0 55px;
}

.i-bmenu__title {
  font-weight: 800;
  font-size: 36px;
  line-height: 135%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
}

.i-bmenu__title span {
  color: #ff5c00;
}

.i-bmenu__text {
  margin-top: 30px;
  font-weight: normal;
  font-size: 20px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #000;
}

.i-bmenu__btn {
  margin-top: 40px;
  width: 300px;
  height: 60px;
  font-weight: normal;
  font-size: 20px;
  line-height: 300%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
}

.i-bmenu__btn-link {
  display: block;
  text-decoration: none;
}

.i-price {
  margin: 130px 0 0;
  display: flex;
  justify-content: space-between;
}

.i-price__wrapp {
  min-width: 964px;
  min-height: 461px;
  background: #252525;
  padding: 54px 107px 54px 70px;
}

.i-price__title {
  font-weight: 800;
  font-size: 36px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
}

.i-price__subtitle {
  margin-top: 10px;
  font-weight: 300;
  font-size: 20px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #fff;
}

.i-price-form {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}

.i-price-form__name input {
  width: 370px;
  height: 60px;
  background: #fff;
  border-radius: 30px;
  border: none;
  outline: none;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #737373;
  padding-left: 30px;
  margin-right: 30px;
}

.i-price-form__phone input {
  width: 370px;
  height: 60px;
  background: #fff;
  border-radius: 30px;
  border: none;
  outline: none;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.04em;
  color: #737373;
  padding-left: 30px;
}

.i-price-form__btn {
  width: 370px;
  height: 60px;
  font-weight: normal;
  font-size: 20px;
  line-height: 300%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-right: 60px;
}

.i-price__call a {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.04em;
  text-decoration-line: underline;
  color: #fff;
  margin-top: 40px;
}

.i-price__call span {
  color: #fff;
  width: 100%;
  text-align: right;
  float: right;
  margin: 12px 0 0 0;
  font-size: 18px;
}

.i-price__call a img {
  margin-right: 20px;
}

.i-price__call a:hover {
  opacity: 0.5;
}

.b-promo__title {
  font-weight: 100;
  font-size: 48px;
  line-height: 110%;
  color: #fff;
}

.b-promo-item {
  padding-top: 120px;
}

@media (max-width: 1500px) {
  .b-promo {
    margin-top: 120px;
  }

  .i-event-img {
    width: 100%;
  }

  .i-event {
    width: 291px;
    height: 285px;
  }

  .i-place-1__text {
    width: 100%;
  }

  .i-price__wrapp {
    min-width: 728px;
    padding: 75px 20px 76px 30px;
  }

  .i-price-form__name input {
    width: 320px;
  }

  .i-price-form__phone input {
    width: 320px;
  }

  .i-price-form__btn {
    width: 320px;
  }

  .i-title-i-banket {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .b-promo-item {
    padding: 120px 0 0 110px;
  }

  .i-event {
    width: 238px;
    height: 255px;
  }

  .i-event-descr {
    padding-top: 25px;
  }

  .i-event-descr.i-event-descr-3 {
    padding-top: 15px;
  }

  .i-place-1__title {
    font-weight: 800;
    font-size: 32px;
  }

  .i-place-1__text {
    margin-top: 20px;
    font-size: 19px;
  }

  .i-place-2__item-vert:before {
    min-width: 450px;
  }

  .i-bmenu__wrapp {
    padding: 30px 0 0 55px;
  }

  img.b-lazy.i-bmenu__img.b-loaded {
    width: 500px;
    height: 400px;
  }

  .i-bmenu__title {
    font-size: 29px;
  }

  .i-bmenu {
    min-height: 430px;
  }

  .i-price-img-wrapp {
    display: none;
  }

  .i-price-img {
    display: none;
  }

  .i-price-form__name input {
    width: 370px;
  }

  .i-price-form__phone input {
    width: 370px;
  }

  .i-price-form__btn {
    width: 370px;
  }

  .i-price__wrapp {
    min-width: 100%;
    padding: 75px 50px 75px 50px;
  }

  .b-promo__special {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .b-promo {
    margin-top: 0;
  }

  .b-promo__title {
    font-size: 42px;
  }

  .b-promo-item {
    padding: 180px 0 0 110px;
  }

  .i-event {
    width: 181px;
    height: 180px;
  }

  .i-event-descr {
    padding-top: 11px;
    font-size: 16px;
  }

  .i-event-descr.i-event-descr-3 {
    padding-top: 4px;
  }

  .i-event-descr.i-event-descr-8 {
    padding-top: 4px;
  }

  .i-place {
    padding-top: 100px;
  }

  .i-place-1__title {
    font-size: 23px;
  }

  .i-place-1__text {
    margin-top: 15px;
    font-size: 16px;
  }

  .i-place-2 {
    height: 468px;
  }

  .i-place-2__item-vert:before {
    min-width: 360px;
    top: 234px;
  }

  .i-place-2__item-horiz:before {
    height: 417px;
  }

  .i-place-2__item__num {
    font-size: 43.2941px;
  }

  .i-place-2__item__text {
    margin-top: 16.5px;
    font-size: 13px;
  }

  .i-title-i-banket {
    width: 68%;
  }

  .i-bmenu {
    margin-top: 100px;
  }

  .i-bmenu__wrapp {
    padding: 4px 10px 0 11px;
  }

  .i-bmenu__title {
    font-size: 24px;
  }

  .i-bmenu__text {
    margin-top: 20px;
    font-weight: normal;
    font-size: 18px;
  }

  img.b-lazy.i-bmenu__img.b-loaded {
    width: 400px;
    height: 300px;
  }

  .i-bmenu__btn {
    margin-top: 26px;
    width: 280px;
    height: 60px;
  }

  .i-bmenu {
    min-height: 330px;
  }

  .i-price {
    margin: 100px 0;
    display: flex;
    justify-content: space-between;
  }

  .i-price-form__name input {
    width: 300px;
  }

  .i-price-form__phone input {
    width: 300px;
  }

  .i-price-form__btn {
    width: 300px;
  }

  .i-price__title {
    font-weight: 800;
    font-size: 30px;
  }

  .i-price__subtitle {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .b-promo-item {
    padding: 180px 0 0 55px;
  }

  .b-promo__title {
    font-size: 34px;
  }

  .i-events__wrapp {
    margin-top: 25px;
    margin-left: -5px;
  }

  .i-event {
    margin-left: 5px;
    padding: 5px 5px 0 5px;
    width: 140px;
    height: 150px;
  }

  .i-event-descr {
    font-size: 14px;
  }

  .i-event-descr img {
    margin-right: 4px;
    width: 20%;
  }

  .i-place {
    padding-top: 70px;
  }

  .i-place-1__title {
    font-size: 20px;
  }

  .i-place-1__text {
    margin-top: 10px;
    font-size: 15px;
  }

  .i-place-1__btn {
    margin-top: 40px;
    width: 269px;
    height: 60px;
    font-size: 18px;
    line-height: 320%;
    margin-top: 20px;
  }

  .i-place-2 {
    height: 434px;
  }

  .i-place-2__item-vert:before {
    min-width: 260px;
    top: 217px;
  }

  .i-place-2__item__num {
    font-size: 35.2941px;
  }

  .i-place-2__item-horiz:before {
    height: 379px;
  }

  .i-place-2__item__text.i-place-2__item__text-2 {
    margin-top: 3px;
  }

  .i-title-i-banket {
    width: 89%;
    font-size: 27px;
  }

  .i-banket {
    padding-top: 70px;
  }

  .i-bmenu {
    margin-top: 70px;
  }

  img.b-lazy.i-bmenu__img.b-loaded {
    width: 250px;
    height: 200px;
  }

  .i-bmenu__title {
    font-size: 19px;
  }

  .i-bmenu__text {
    margin-top: 10px;
    font-size: 14px;
  }

  .i-bmenu__btn {
    margin-top: 20px;
    width: 240px;
    height: 45px;
    font-size: 16px;
  }

  .i-bmenu {
    min-height: 230px;
  }

  .i-price {
    margin: 70px 0;
  }

  .i-price__wrapp {
    padding: 35px 30px 35px 30px;
    min-height: 355px;
  }

  .i-price__title {
    font-size: 23px;
  }

  .i-price__subtitle {
    font-size: 15px;
  }

  .i-price-form {
    margin-top: 25px;
  }

  .i-price-form__name input {
    width: 250px;
    margin-right: 15px;
  }

  .i-price-form__phone input {
    width: 250px;
  }

  .i-price-form__btn {
    width: 250px;
    margin-right: 22px;
  }

  .b-promo__special {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .i-title {
    font-size: 22px;
  }

  .b-promo {
    padding-bottom: 0px;
  }

  .b-promo-item {
    padding: 145px 30px 0 30px;
    min-height: 430px;
  }

  .b-promo__title {
    font-size: 27px;
    text-align: center;
    width: 100%;
  }

  .b-promo__btn {
    margin: 30px auto 0;
  }

  .b-promo__subtitle {
    font-size: 18px;
    text-align: center;
  }

  .i-events__wrapp {
    margin-top: 15px;
  }

  .i-event {
    width: 156px;
    height: 158px;
  }

  .i-event-descr {
    font-size: 14px;
  }

  .i-event-descr.i-event-descr-8 {
    padding-top: 0;
  }

  .i-place {
    padding-top: 50px;
  }

  .i-place-1__title {
    font-size: 17px;
  }

  .i-place-1__text {
    margin-top: 5px;
    font-size: 13px;
  }

  .i-place-1__btn {
    width: 226px;
    height: 49px;
    font-size: 15px;
  }

  .i-place-2 {
    height: 391px;
  }

  .i-place-2__item__num {
    font-size: 29.2941px;
  }

  .i-place-2__item-vert:before {
    min-width: 223px;
    top: 195px;
  }

  .i-place-2__item__text.i-place-2__item__text-3 {
    margin-top: 3px;
  }

  .i-place-2__item-horiz:before {
    height: 335px;
  }

  .i-title-i-banket {
    width: 89%;
    font-size: 22px;
  }

  .i-banket {
    padding-top: 50px;
  }

  .i-bmenu {
    margin-top: 50px;
  }

  .i-bmenu__title {
    font-size: 16px;
  }

  .i-bmenu__btn {
    margin-top: 9px;
    width: 206px;
    height: 45px;
    font-size: 15px;
  }

  img.b-lazy.i-bmenu__img.b-loaded {
    margin-top: 23px;
    width: 200px;
    height: 150px;
  }

  .i-price {
    margin: 50px 0;
  }

  .i-price__wrapp {
    padding: 25px 30px 25px 30px;
  }

  .i-price-form__name {
    margin: 0 auto;
  }

  .i-price-form__name input {
    width: 330px;
    height: 45px;
    margin-right: 0;
    font-size: 17px;
  }

  .i-price-form__phone {
    margin: 0 auto;
  }

  .i-price-form__phone input {
    width: 330px;
    height: 45px;
    margin-right: 0;
    margin-top: 10px;
    font-size: 17px;
  }

  .i-price-form__btn {
    width: 226px;
    margin: 25px auto 0;
    height: 49px;
    font-size: 16px;
  }

  .i-price__call a {
    margin-top: 25px;
  }

  .i-price__call {
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .b-promo-item {
    padding: 110px 20px 0 20px;
    min-height: 370px;
  }

  .b-promo__title {
    font-size: 24px;
  }

  .b-promo__btn {
    width: 176px;
    height: 45px;
    font-size: 17px;
  }

  .i-event {
    width: 177px;
    height: 175px;
  }

  .i-event-descr.i-event-descr-8 {
    padding-top: 11px;
  }

  .i-place {
    padding-top: 35px;
    flex-direction: column-reverse;
  }

  .i-place-2 {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
  }

  .i-place-2__item-vert:before {
    min-width: 347px;
    top: 100px;
  }

  .i-place-2__item-horiz:before {
    top: 16px;
    height: 170px;
  }

  .i-place-2__item__text.i-place-2__item__text-3 {
    margin-top: 0;
  }

  .i-place-2__item__text.i-place-2__item__text-2 {
    margin-top: 0;
  }

  .i-place-1 {
    width: 100%;
  }

  .i-place-1__title {
    text-align: center;
  }

  .i-place-1__text {
    text-align: center;
  }

  .i-place-1__btn {
    margin: 20px auto 0;
  }

  .i-banket {
    padding-top: 35px;
  }

  .i-title-i-banket {
    width: 101%;
    line-height: 30px;
  }

  .i-bmenu {
    margin-top: 30px;
  }

  .i-bmenu__btn {
    margin-top: 13px;
  }

  .i-bmenu__title {
    font-size: 19px;
  }

  .i-bmenu__text {
    margin-top: 5px;
    font-size: 16px;
  }

  img.b-lazy.i-bmenu__img.b-loaded {
    display: none;
  }

  .i-price {
    margin: 35px 0;
  }

  .i-price__title {
    font-size: 20px;
  }

  .i-price__subtitle {
    font-size: 14px;
  }

  .i-price-form__name input {
    width: 298px;
  }

  .i-price-form__phone input {
    width: 298px;
  }

  .i-price-form__btn {
    width: 226px;
    height: 46px;
    font-size: 15px;
  }

  .i-price__call a {
    font-size: 18px;
  }
}

@media (max-width: 360px) {
  .b-promo__subtitle {
    font-size: 15px;
  }

  .b-promo__title {
    font-size: 21px;
  }

  .b-promo-item {
    min-height: 345px;
  }

  .i-title {
    font-size: 20px;
  }

  .i-event {
    width: 151px;
    height: 154px;
    margin-left: 6px;
  }

  .i-event-descr.i-event-descr-8 {
    padding-top: 6px;
  }

  .i-place-1__btn {
    width: 212px;
    height: 46px;
    font-size: 14px;
  }

  .i-title-i-banket {
    font-size: 20px;
  }

  img.b-lazy.i-bmenu__img.b-loaded {
    margin-top: 64px;
    width: 118px;
    height: 94px;
  }

  .i-bmenu__text {
    line-height: 140%;
  }

  .i-price__title {
    font-size: 18px;
  }

  .i-price__subtitle {
    line-height: 142%;
  }

  .i-price-form__name input {
    width: 250px;
  }

  .i-price-form__phone input {
    width: 250px;
  }
}

.director {
  flex-direction: column;
  align-items: center;
}

.director__photo {
  width: 180px;
  height: 180px;
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.director__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.director__general {
  max-width: 390px;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.15;
  text-align: center;
}

@media (max-width: 991px) {
  .director__general {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .director__general {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .director__general {
    font-size: 18px;
  }
}

.director__name {
  font-size: 24px;
  line-height: 28px;
}

@media (max-width: 991px) {
  .director__name {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .director__name {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .director__name {
    font-size: 16px;
  }
}

.division {
  flex-wrap: wrap;
  margin: -60px;
}

@media (max-width: 1230px) {
  .division {
    margin: -30px;
  }
}

.division-item {
  align-items: center;
  width: calc(50% - 120px);
  margin: 60px;
}

@media (max-width: 1230px) {
  .division-item {
    width: calc(50% - 60px);
    margin: 30px;
  }
}

@media (max-width: 991px) {
  .division-item {
    width: calc(100% - 60px);
  }
}

@media (max-width: 575px) {
  .division-item {
    flex-direction: column;
  }
}

.division-item a {
  color: #ff7d33;
  text-decoration: none;
}

.division-item a:hover {
  text-decoration: underline;
}

.division-item__img {
  width: 180px;
  height: 180px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.division-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 575px) {
  .division-item__img {
    margin: 0 0 20px;
  }
}

.division-item-info {
  width: calc(100% - 200px);
  text-align: center;
}

@media (max-width: 575px) {
  .division-item-info {
    width: 100%;
  }
}

.division-item-info__capture {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.18;
}

@media (max-width: 991px) {
  .division-item-info__capture {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .division-item-info__capture {
    font-size: 18px;
  }
}

.division-item-info__location {
  justify-content: center;
}

.division-item-info__location::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/bitrix/templates/akvarel/images/contacts/location.svg) no-repeat left center;
  background-size: contain;
  margin-right: 10px;
}

.division-item-info__phone {
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.division-item-info__phone::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/bitrix/templates/akvarel/images/contacts/phone.svg) no-repeat left center;
  background-size: contain;
  margin-right: 10px;
}

.division-item-info__name {
  font-style: italic;
  font-size: 24px;
  line-height: 28px;
}

@media (max-width: 991px) {
  .division-item-info__name {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .division-item-info__name {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .division-item-info__name {
    font-size: 18px;
  }
}

.division-item-info__email {
  margin-top: 10px;
}

#contactnewMaps,
.contactnewMaps {
  height: 100%;
  min-height: 60vh;
  width: 100%;
}

@media (max-width: 991px) {
  .contactnew {
    flex-direction: column-reverse;
  }
}

.contactnew-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 50%;
}

@media (max-width: 991px) {
  .contactnew-block {
    width: 100%;
  }
}

.contactnew-block-info {
  width: 100%;
  max-width: 735px;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .contactnew-block-info {
    max-width: 100%;
    margin-top: 50px;
  }
}

.contactnew-block-info a {
  color: #ff5c00;
  text-decoration: none;
  transition: 0.3s;
}

.contactnew-block-info a:hover {
  color: #ff6d1a;
  text-decoration: underline;
}

.contactnew-block-info__capture {
  font-size: 30px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .contactnew-block-info__capture {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .contactnew-block-info__capture {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .contactnew-block-info__capture {
    font-size: 22px;
  }
}

.contactnew-block-info__subcapture {
  background-repeat: no-repeat;
  background-position: left center;
  margin: 25px 0 15px;
  padding-left: 37px;
  font-size: 22px;
  line-height: 30px;
}

@media (max-width: 991px) {
  .contactnew-block-info__subcapture {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .contactnew-block-info__subcapture {
    font-size: 18px;
  }
}

.contactnew-block-info__phone {
  background-image: url(/bitrix/templates/akvarel/images/contactsnew/phone.svg);
}

.contactnew-block-info__schedule {
  background-image: url(/bitrix/templates/akvarel/images/contactsnew/time.svg);
}

.contactnew-block-info__email {
  background-image: url(/bitrix/templates/akvarel/images/contactsnew/email.svg);
}

.contactnew-block-info__address {
  background-image: url(/bitrix/templates/akvarel/images/contactsnew/address.svg);
}

.contactnew-block-info ul {
  padding-left: 37px;
  font-size: 18px;
  list-style: none;
}

@media (max-width: 991px) {
  .contactnew-block-info ul {
    font-size: 16px;
  }
}

.contactnew-block-info ul li {
  margin-bottom: 20px;
}

.contactnew-block-info ul li:last-child {
  margin-bottom: 0;
}

.contactnew-block-info-social {
  align-items: center;
  margin: 40px -20px 40px;
}

.contactnew-block-info-social__item {
  margin: 0 20px;
}

.contactnew-block-info-social__item svg {
  fill: #777;
  transition: 0.3s;
}

.contactnew-block-info-social__item svg:hover {
  fill: #ff5c00;
}

.politica {
  padding-top: 250px;
}

.i-title-p {
  margin-bottom: 20px;
  text-align: center;
}

.p-string {
  font-weight: normal;
  font-size: 20px;
  line-height: 163%;
  letter-spacing: 0.01em;
  color: #000;
  margin-bottom: 10px;
}

.politica__subtitle {
  font-weight: 700;
  font-size: 21px;
  line-height: 163%;
  letter-spacing: 0.01em;
  color: #000;
  margin: 20px 0px;
}

@media (max-width: 991px) {
  .politica {
    padding-top: 100px;
  }

  .p-string {
    font-size: 17px;
    line-height: 148%;
  }

  .politica__subtitle {
    font-size: 19px;
    line-height: 163%;
    margin: 15px 0px;
  }
}

@media (max-width: 576px) {
  .politica {
    padding-top: 80px;
  }

  .p-string {
    font-size: 16px;
  }

  .i-title-p {
    line-height: 116%;
    margin-bottom: 10px;
  }

  .politica__subtitle {
    font-size: 18px;
  }
}

.action {
  flex-wrap: wrap;
  margin: -10px;
}

.action-item {
  display: block;
  width: calc(25% - 20px);
  margin: 10px;
  height: 60vh;
  min-height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1230px) {
  .action-item {
    width: calc(33.3333% - 20px);
  }
}

@media (max-width: 991px) {
  .action-item {
    width: calc(50% - 20px);
  }
}

@media (max-width: 575px) {
  .action-item {
    width: calc(100% - 20px);
  }
}

.action-item-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.33);
  padding: 50px 10px 100px;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .action-item-info {
    padding: 50px 10px;
  }
}

@media (max-width: 575px) {
  .action-item-info {
    padding: 30px 10px;
  }
}

.action-item-info__capture {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 991px) {
  .action-item-info__capture {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .action-item-info__capture {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .action-item-info__capture {
    font-size: 18px;
  }
}

.action-item-info__subdivision {
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 991px) {
  .action-item-info__subdivision {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .action-item-info__subdivision {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .action-item-info__subdivision {
    font-size: 16px;
  }
}

.action-item:hover .action-item-info {
  background: rgba(170, 149, 113, 0.4);
}

.newsdetail {
  position: relative;
  align-items: center;
  padding: 70px;
  border: 4px solid rgba(0, 0, 0, 0.13);
}

@media (max-width: 991px) {
  .newsdetail {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .newsdetail {
    flex-direction: column-reverse;
  }
}

.newsdetail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  margin: 20px;
  border: 2px solid rgba(0, 0, 0, 0.13);
}

@media (max-width: 991px) {
  .newsdetail::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
  }
}

.newsdetail__img {
  width: 40%;
}

@media (max-width: 991px) {
  .newsdetail__img {
    width: 100%;
  }
}

.newsdetail__img img {
  display: block;
  max-width: 100%;
  height: 60vh;
  min-height: 300px;
  margin: 0 auto;
}

.newsdetail-info {
  width: 60%;
}

@media (max-width: 991px) {
  .newsdetail-info {
    width: 100%;
    margin-bottom: 20px;
  }
}

.newsdetail-info__capture {
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 991px) {
  .newsdetail-info__capture {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .newsdetail-info__capture {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .newsdetail-info__capture {
    font-size: 18px;
  }
}

.newsdetail-info__text {
  margin-top: 20px;
}

.newsdetail-info__share {
  justify-content: center;
  margin-top: 20px;
}

.news {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 5fr 20px 1fr 20px 5fr 20px 5fr 20px 1fr 20px 5fr;
  grid-template-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 20px;
}

.news:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .news {
    -ms-grid-rows: 1fr 20px 1fr;
    grid-template-rows: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .news {
    grid-template-columns: repeat(1, 1fr);
  }
}

.news-item {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #000;
  text-decoration: none;
}

.news-item:nth-child(7n + 1) {
  grid-row: span 2;
  grid-column: span 2;
}

.news-item:nth-child(7n + 4),
.news-item:nth-child(7n + 5) {
  grid-row: span 2;
}

@media (max-width: 991px) {
  .news-item {
    grid-column: span 2;
  }

  .news-item:nth-child(7n + 1),
  .news-item:nth-child(7n + 4),
  .news-item:nth-child(7n + 5) {
    grid-row: span 1;
  }
}

@media (max-width: 575px) {
  .news-item {
    grid-column: span 1;
    margin-bottom: 20px;
  }

  .news-item:last-child {
    margin: 0;
  }

  .news-item:nth-child(7n + 1),
  .news-item:nth-child(7n + 4),
  .news-item:nth-child(7n + 5) {
    grid-row: span 1;
    grid-column: span 1;
  }
}

.news-item__images {
  position: relative;
  flex-grow: 1;
  height: 200px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.news-item__images::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(170, 149, 113, 0.4);
  opacity: 0;
  transition: 0.3s;
}

.news-item:hover .news-item__images::before {
  opacity: 1;
}

.news-item:nth-child(7n + 1) .news-item__images,
.news-item:nth-child(7n + 4) .news-item__images,
.news-item:nth-child(7n + 5) .news-item__images {
  height: 350px;
}

@media (max-width: 991px) {

  .news-item:nth-child(7n + 1) .news-item__images,
  .news-item:nth-child(7n + 4) .news-item__images,
  .news-item:nth-child(7n + 5) .news-item__images {
    height: 200px;
  }
}

@media (max-width: 575px) {

  .news-item:nth-child(7n + 1) .news-item__images,
  .news-item:nth-child(7n + 4) .news-item__images,
  .news-item:nth-child(7n + 5) .news-item__images {
    height: 180px;
  }
}

.news-item__label {
  position: absolute;
  top: 0;
  left: 50%;
  width: max-content;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.47);
  padding: 7px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  z-index: 2;
  transform: translateX(-50%);
}

.news-item__capture {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 1230px) {
  .news-item__capture {
    font-size: 18px;
  }
}

.news-item__description {
  margin-top: 10px;
  font-size: 16px;
  text-align: center;
}

.kafe__actions img.i-action-img {
  width: auto;
  object-fit: cover;
}

.kafe__actions .i-action-img-wrap {
  height: auto;
}

.container-mg-none {
  margin: 0 auto;
}

.i-action-carousel-left-item-descr p {
  text-align: center;
}

img.i-action-img {
  width: 100%;
  object-fit: contain;
}

.i-price-img {
  object-fit: cover;
}

.i-action-carousel-left-item-descr-button:hover {
  opacity: 0.9;
}

.i-action-carousel-left-item-descr-button:hover .action-hide {
  display: block;
  opacity: 1;
  z-index: 1;
}

.promo__item.children {
  padding: 133px 0 0 116px;
}

.promo__item-title.children {
  width: 70%;
}

.promo__item-button {
  letter-spacing: 0.04em;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 212px;
  height: 52px;
  border: 2px solid #ff5c00;
  border-radius: 60px;
  margin-top: 41px;
  transition: 0.3s;
  text-transform: uppercase;
  cursor: pointer;
}

.promo__item-button:hover {
  background: #ff5c00;
}

.i-title.i-title-children {
  padding-top: 19px;
}

.party {
  padding-top: 31px;
  display: flex;
}

.party-case1 {
  width: 50%;
}

.party-case1-text {
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.02em;
  color: #000;
  margin-top: 50px;
  margin-right: 60px;
}

.party-case1-btn {
  width: 377px;
  height: 60px;
  background: #ff5c00;
  border-radius: 30px;
  margin-top: 64px;
  font-weight: normal;
  font-size: 20px;
  line-height: 300%;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}

.party-case1-btn:hover {
  opacity: 0.8;
}

.party-case2 {
  background: #fff;
  padding: 27px;
  width: 50%;
  height: 512px;
}

.party-case2-img {
  width: auto;
  max-width: 100%;
}

.i-title {
  font-weight: 800;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
}

.i-about__item.children {
  width: calc(33.3333% - 80px);
}

@media (max-width: 1500px) {
  .i-about__item.children {
    width: calc(33.3333% - 60px);
  }
}

@media (max-width: 992px) {
  .i-about__item.children {
    width: calc(33.3333% - 30px);
  }
}

@media (max-width: 576px) {
  .i-about__item.children {
    width: calc(50% - 30px);
  }
}

.i-price-img-wrapp {
  background: #fff;
  padding: 15px;
}

.i-about-2 {
  padding-top: 40px;
}

.i-subtitle {
  font-weight: normal;
  font-size: 20px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #000;
  margin-top: 20px;
  width: 570px;
}

.tabs>div {
  padding-top: 10px;
}

.tabs ul {
  margin: 0px;
  padding: 0px;
}

.tabs ul:after {
  content: "";
  display: block;
  clear: both;
  height: 2px;
  width: 100%;
  background: #e3e3e3;
  margin-top: 10px;
}

.tabs ul li {
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  display: block;
  float: left;
  padding: 10px 15px;
  color: #898989;
  font-weight: 300;
  font-size: 24px;
  line-height: 163%;
  letter-spacing: 0.02em;
}

.tabs ul li.active,
.tabs ul li.active:hover {
  color: #ff5c00;
  border-bottom: 3px solid #ff5c00;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 2px;
  padding-bottom: 11px;
}

.i-tabs {
  padding-top: 130px;
}

.tabs__content-1 {
  display: none;
}

.tabs__content-1.active {
  display: block;
}

.i-tabs>div {
  padding-top: 10px;
}

.i-tabs ul {
  margin: 0px;
  padding: 0px;
}

.i-tabs ul:after {
  content: "";
  display: block;
  clear: both;
  height: 2px;
  width: 100%;
  background: #e3e3e3;
  margin-top: 10px;
}

.i-tabs ul li {
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  display: block;
  float: left;
  padding: 10px 15px;
  color: #898989;
  font-weight: 300;
  font-size: 24px;
  line-height: 163%;
  letter-spacing: 0.02em;
}

.i-tabs ul li.active,
.i-tabs ul li.active:hover {
  color: #ff5c00;
  border-bottom: 3px solid #ff5c00;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 2px;
  padding-bottom: 11px;
}

.i-action {
  padding-top: 130px;
}

.i-action-img-wrap {
  height: 463px;
  background: #000;
  width: 50%;
  display: flex;
  justify-content: center;
}

img.i-action-img {
  height: 100%;
}

.count-slider {
  font-weight: normal;
  font-size: 20px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #000;
}

.carousel-left-arrow {
  background: url(/bitrix/templates/akvarel/images/left1.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-left-arrow:hover {
  opacity: 0.5;
}

.carousel-right-arrow {
  background: url(/bitrix/templates/akvarel/images/right1.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-right-arrow:hover {
  opacity: 0.5;
}

.carousel-arrows-1 {
  display: flex;
  margin: 50px 0 0 187px;
  align-items: center;
}

.count-slider-1 {
  font-weight: normal;
  font-size: 20px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #000;
}

.carousel-left-arrow-1 {
  background: url(/bitrix/templates/akvarel/images/left1.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-left-arrow-1:hover {
  opacity: 0.5;
}

.carousel-right-arrow-1 {
  background: url(/bitrix/templates/akvarel/images/right1.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-right-arrow-1:hover {
  opacity: 0.5;
}

.carousel-arrows-2 {
  display: flex;
  margin: 50px 0 0 187px;
  align-items: center;
}

.count-slider-2 {
  font-weight: normal;
  font-size: 20px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #000;
}

.carousel-left-arrow-2 {
  background: url(/bitrix/templates/akvarel/images/left1.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-left-arrow-2:hover {
  opacity: 0.5;
}

.carousel-right-arrow-2 {
  background: url(/bitrix/templates/akvarel/images/right1.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-right-arrow-2:hover {
  opacity: 0.5;
}

.carousel-arrows-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.count-slider-3 {
  font-weight: normal;
  font-size: 20px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #000;
}

.carousel-left-arrow-3 {
  background: url(/bitrix/templates/akvarel/images/left1.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-left-arrow-3:hover {
  opacity: 0.5;
}

.carousel-right-arrow-3 {
  background: url(/bitrix/templates/akvarel/images/right1.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-right-arrow-3:hover {
  opacity: 0.5;
}

.carousel-arrows-4 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.count-slider-4 {
  font-weight: normal;
  font-size: 20px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #000;
}

.slick-arrow.slick-hidden {
  display: block;
}

.carousel-left-arrow-4 {
  background: url(/bitrix/templates/akvarel/images/left1.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-left-arrow-4:hover {
  opacity: 0.5;
}

.carousel-right-arrow-4 {
  background: url(/bitrix/templates/akvarel/images/right1.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-right-arrow-4:hover {
  opacity: 0.5;
}

button.slick-next-action.slick-arrow {
  border: none;
  background: none;
  position: absolute;
  z-index: 1;
  top: 360px;
  left: 277px;
  cursor: pointer;
}

button.slick-prev-action.slick-arrow {
  border: none;
  background: none;
  position: absolute;
  z-index: 1;
  top: 360px;
  left: 203px;
  cursor: pointer;
}

img.b-lazy.b-loaded.time-img {
  position: absolute;
  top: 49%;
  right: 9%;
}

img.b-lazy.b-loaded.date-img {
  position: absolute;
  top: 61%;
  right: 9%;
}

.form-error1 {
  opacity: 0.5;
}

::-webkit-calendar-picker-indicator {
  color: transparent;
  opacity: 1;
  fill: white;
  fill: white;
  stroke: white;
  padding-right: 26px;
  background-size: contain;
}

.text-semibold {
  font-weight: 600;
}

.i-galery {
  padding-top: 130px;
}

.i-galery__title {
  font-weight: 800;
  font-size: 36px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 40px;
}

.i-galery.children {
  padding-top: 42px;
}

.i-price.children {
  margin: 130px 0 0 0;
}

.tabs__content {
  display: none;
}

.tabs__content.active {
  display: block;
}

.i-galery-carousel-left-item {
  margin-top: 40px;
  width: 100%;
  min-height: 420px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 15px;
}

.i-galery-carousel-left-item-descr {
  padding: 118px 73px 0 71px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.i-galery-carousel-left-item-descr p {
  font-weight: normal;
  font-size: 20px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #000;
}

.i-galery-carousel-left-item-descr-button {
  display: flex;
  cursor: pointer;
  align-items: flex-end;
  position: absolute;
  right: 10%;
  bottom: 10%;
}

.i-galery-carousel-left-item-descr-button p {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #ff5c00;
  margin-right: 20px;
}

@media (max-width: 1500px) {
  .i-title.i-title-children {
    padding-top: 0px;
  }

  .party-case1-text {
    font-size: 21px;
    line-height: 28px;
    margin-top: 15px;
    margin-right: 40px;
  }

  .party-case1-btn {
    margin-top: 15px;
  }

  .party-case2 {
    height: 430px;
  }

  .i-action-carousel-right-item-descr {
    padding: 82px 45px 0 40px;
  }

  .i-action-carousel-right-item-descr-button {
    left: 74%;
  }

  .i-galery-carousel-left-item {
    min-height: 100%;
  }

  .i-galery-carousel-right-item {
    min-height: 100%;
  }

  .i-galery-carousel-left-item-descr {
    padding: 82px 45px 0 40px;
  }
}

@media (max-width: 1200px) {
  .promo__item.children {
    padding: 110px 0 0 100px;
  }

  .i-title {
    font-size: 30px;
    line-height: 34px;
  }

  .party-case1-text {
    font-size: 17px;
    line-height: 24px;
    margin-top: 10px;
    margin-right: 15px;
  }

  .party-case2 {
    height: 355px;
  }

  .promo__item-title {
    font-size: 42px;
  }

  .i-about {
    padding-top: 100px;
  }

  .i-action {
    padding-top: 100px;
  }

  .i-tabs {
    padding-top: 100px;
  }

  .carousel-arrows {
    margin: 50px auto;
  }

  .i-galery-carousel-left-item-descr {
    padding: 50px 5px 0 15px;
  }

  .i-galery-carousel-right-item-descr {
    padding: 50px 5px 0 15px;
  }

  .i-galery-carousel-left-item-descr p {
    font-size: 17px;
  }

  .d-main {
    padding-top: 100px;
  }
}

@media (max-width: 992px) {
  .i-title {
    font-size: 30px;
  }

  .promo__item.children {
    padding: 60px 0 0 80px;
  }

  .promo__item-title {
    font-size: 34px;
  }

  .party {
    padding-top: 15px;
    flex-direction: column-reverse;
  }

  .party-case2 {
    height: 275px;
    display: block;
    margin: 0 auto;
  }

  .party-case1 {
    width: 100%;
  }

  .i-title.i-title-children {
    padding-top: 5px;
    text-align: center;
  }

  .party-case1-text {
    margin-top: 10px;
    margin-right: 0;
    text-align: center;
  }

  .party-case1-btn {
    margin: 15px auto 0;
  }

  .i-action-carousel-left-item-descr p {
    margin-top: 15px;
    font-size: 14px;
  }

  .i-action-carousel-right-item-descr p {
    margin-top: 15px;
    font-size: 14px;
  }

  .i-action-carousel-left-item-descr-button {
    left: 40%;
  }

  .i-action-carousel-left-item {
    min-height: 385px;
  }

  img.b-lazy.i-word-img.b-loaded {
    width: 400px;
    height: 100%;
  }

  .i-galery-carousel-left-item {
    justify-content: center;
  }

  .i-galery-carousel-right-item {
    justify-content: center;
  }

  .i-galery-carousel-left-item-descr p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .i-price.children {
    margin: 70px 0 0 0;
  }

  .promo__item.children {
    padding: 50px 0 0 60px;
  }

  .i-galery__title {
    margin-bottom: 0px;
  }

  .promo__item-title {
    font-size: 26px;
  }

  .party-case2 {
    display: none;
  }

  .i-action-img-wrap {
    height: 290px;
    background: #000;
    width: 100%;
  }

  .i-action-carousel-left-item-descr {
    width: 100%;
  }

  .i-menu__item-descr {
    padding: 0px 10px;
    height: 70px;
    font-size: 14px;
  }

  .i-about {
    padding-top: 70px;
  }

  .i-action {
    padding-top: 70px;
  }

  .i-tabs {
    padding-top: 70px;
  }

  .i-action-carousel-left-item {
    flex-direction: column;
    margin-top: 15px;
  }

  .i-action-carousel-left-item-descr {
    padding: 10px 5px 0 15px;
  }

  .carousel-arrows {
    margin: 10px auto 0;
  }

  .carousel-arrows-1 {
    margin: 10px auto 0;
  }

  .i-galery {
    padding-top: 70px;
  }

  .i-galery-carousel-right-item {
    margin-top: 15px;
    flex-direction: column;
  }

  .d-main {
    padding-top: 70px;
  }

  .i-header-main.dm-header-main {
    flex-direction: column-reverse;
  }

  .i-galery-carousel-left-item {
    min-height: 230px;
  }
}

@media (max-width: 576px) {
  .i-price.children {
    margin: 50px 0 0 0;
  }

  .i-title {
    font-size: 24px;
  }

  .i-price {
    margin: 50px 0 0 0;
  }

  .promo__item.children {
    padding: 30px;
  }

  .promo__item-title.children {
    margin: 0 auto;
  }

  .promo__item-button {
    margin: 50px auto 0;
  }

  .party-case1-btn {
    width: 100%;
  }

  .i-about {
    padding-top: 50px;
  }

  .i-price-form__name {
    margin: 0;
    width: 100%;
  }

  .i-price-form__name input {
    width: 100%;
  }

  .i-price-form__phone {
    width: 100%;
  }

  .i-price-form__phone input {
    width: 100%;
  }

  .i-price-form__btn {
    width: 100%;
  }

  .party-case2-img {
    height: 45px;
  }

  .i-subtitle {
    font-size: 18px;
    width: 100%;
  }

  .i-action {
    padding-top: 50px;
  }

  .i-tabs {
    padding-top: 50px;
  }

  .i-word {
    padding-top: 50px;
  }
}

@media (max-width: 480px) {
  .i-price.children {
    margin: 35px 0 0 0;
  }

  .promo__item.children {
    padding: 50px 30px;
  }

  .promo__item-title.children {
    width: 100%;
    font-size: 22px;
  }

  .i-title {
    font-size: 20px;
    line-height: 25px;
  }

  .party-case1-text {
    margin-top: 5px;
    font-size: 16px;
  }

  .party-case1-btn {
    height: 54px;
    font-size: 18px;
  }

  img.b-lazy.i-about-img.i-about-img-4.b-loaded {
    width: 69%;
  }

  .i-about {
    padding-top: 35px;
  }

  .i-subtitle {
    font-size: 16px;
    margin-top: 5px;
  }

  .slick-dots {
    bottom: 28px;
  }

  .tabs ul li {
    font-size: 17px;
  }

  .i-action {
    padding-top: 35px;
  }

  .tabs-i-galery ul li {
    font-size: 17px;
  }

  .i-galery {
    padding-top: 50px;
  }
}

@media (max-width: 360px) {
  .promo__item-button {
    font-size: 16px;
    width: 100%;
    height: 46px;
  }

  .party-case1-text {
    font-size: 14px;
  }

  .party-case1-btn {
    height: 47px;
    font-size: 16px;
  }

  .party-case2-img {
    height: 35px;
  }

  .i-title {
    font-size: 18px;
  }

  .i-subtitle {
    font-size: 14px;
    margin-top: 5px;
  }

  .i-galery__title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .i-galery-carousel-left-item {
    margin-top: 0px;
  }

  .i-galery-carousel-right-item {
    margin-top: 0px;
  }

  .i-contact-info-wrap {
    padding: 30px 11px 20px 11px;
  }
}

.container-mg-none {
  margin: 0 auto;
}

.promo__item.konf {
  padding: 151px 0 0 200px;
}

.promo__item-title.konf {
  width: 57%;
}

.promo__item-button.konf {
  width: 276px;
  margin-top: 30px;
}

.i-galery-carousel-zal-item-wrapp {
  display: flex;
  background: #fff;
  padding: 15px;
}

.i-galery-carousel-zal-wrapp {
  padding: 36px 45px 36px 70px;
}

.i-galery-carousel-zal-name {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: #262626;
}

.i-galery-carousel-zal-img-wrapp {
  width: 50%;
  height: 500px;
  position: relative;
}

.i-galery-zal-img {
  -webkit-filter: brightness(40%);
  filter: brightness(53%);
}

.carousel-arrows-5 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
}

.carousel-left-arrow-5 {
  background: url(/bitrix/templates/kafe/images/btn4.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-left-arrow-5:hover {
  opacity: 0.5;
}

.carousel-right-arrow-5 {
  background: url(/bitrix/templates/kafe/images/btn5.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-right-arrow-5:hover {
  opacity: 0.5;
}

.count-slider-5 {
  font-weight: normal;
  font-size: 20px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #fff;
}

.i-galery-carousel-zal-descr {
  margin: 20px 0;
  font-weight: normal;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
}

.modalFormInfo-span {
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #000;
  margin-top: 5px;
  position: relative;
  margin-left: 30px;
}

.modalFormInfo-span:before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: #ff5c00;
  border-radius: 50%;
  position: absolute;
  left: -5%;
  top: 28%;
}

.zal-btn {
  margin-top: 30px;
  cursor: pointer;
  width: 280px;
  height: 60px;
  border: 1.5px solid #ff5c00;
  border-radius: 49px;
  font-weight: 500;
  font-size: 16px;
  line-height: 350%;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}

.zal-btn:hover {
  background: #ff5c00;
  color: #fff;
}

.i-title {
  font-weight: 800;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
}

a.i-menu__item {
  color: #262626;
}

.i-subtitle {
  font-weight: normal;
  font-size: 20px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #000;
  margin-top: 20px;
  width: 570px;
}

.tabs>div {
  padding-top: 10px;
}

.tabs ul {
  margin: 0px;
  padding: 0px;
}

.tabs ul:after {
  content: "";
  display: block;
  clear: both;
  height: 2px;
  width: 100%;
  background: #e3e3e3;
  margin-top: 10px;
}

.tabs ul li {
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  display: block;
  float: left;
  padding: 10px 15px;
  color: #898989;
  font-weight: 300;
  font-size: 24px;
  line-height: 163%;
  letter-spacing: 0.02em;
}

.tabs ul li.active,
.tabs ul li.active:hover {
  color: #ff5c00;
  border-bottom: 3px solid #ff5c00;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 2px;
  padding-bottom: 11px;
}

.tabs-i-galery.i-tabs {
  padding-top: 0;
}

.tabs__content-1 {
  display: none;
}

.tabs__content-2 {
  visibility: hidden;
  height: 0;
}

.tabs__content-2.active2 {
  visibility: visible;
  height: auto;
}

.tabs__content-1.active {
  display: block;
}

.i-tabs>div {
  padding-top: 10px;
}

.i-tabs ul {
  margin: 0px;
  padding: 0px;
}

.i-tabs ul:after {
  content: "";
  display: block;
  clear: both;
  height: 2px;
  width: 100%;
  background: #e3e3e3;
  margin-top: 10px;
}

.i-tabs ul li {
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  display: block;
  float: left;
  padding: 10px 15px;
  color: #898989;
  font-weight: 300;
  font-size: 24px;
  line-height: 163%;
  letter-spacing: 0.02em;
}

.i-tabs ul li.active,
.i-tabs ul li.active:hover {
  color: #ff5c00;
  border-bottom: 3px solid #ff5c00;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 2px;
  padding-bottom: 11px;
}

.colloboration {
  padding-top: 130px;
}

.colloboration-mob {
  display: none;
}

@media (max-width: 1200px) {
  .colloboration-desc {
    display: none;
  }

  .colloboration-mob {
    display: block;
  }
}

/* .colloboration-swiper {
  width: 100%;
}

.colloboration-swiper-wrapper {
  display: flex;
  width: 100%;
} */

.colloboration-items {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  border: solid 12px #fff;
  justify-content: space-between;
  background: white;
}

.colloboration-items-sl {
  margin-top: 50px;
  border: solid 12px #fff;
}

.colloboration-swiper-button-prev {
  background: url(/bitrix/templates/kafe/images/right.svg) no-repeat center;
  min-width: 54px;
  width: 54px;
  height: 52px;
  margin: auto 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  transform: rotate(180deg);
  background-color: rgba(229, 229, 229, 0.6);

  top: 44%;
  left: 0;
}

.colloboration-swiper-button-next {
  background: url(/bitrix/templates/kafe/images/right.svg) no-repeat center;
  min-width: 54px;
  width: 54px;
  height: 52px;
  margin: auto 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  background-color: rgba(229, 229, 229, 0.6);

  top: 44%;
  right: 0;
}

@media (max-width: 980px) {
  .colloboration-swiper-button-prev {
    transform: rotate(180deg) scale(0.8);
  }

  .colloboration-swiper-button-next {
    transform: scale(0.8);
  }
}

.colloboration-swiper-button-prev::after,
.colloboration-swiper-button-next::after {
  content: none;
}

.colloboration-item img {
  object-fit: contain;
  width: 75%;
}

.colloboration-item {
  width: 20%;
  height: 277px;
  border: solid 3px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e5e5e5;
}

.colloboration-item-sl {
  height: 260px;
  border: solid 3px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e5e5e5;
}

@media (max-width: 980px) {
  .colloboration-item-sl {
    height: 230px;
  }
}

.feedback-container {
  padding-top: 130px;
}

.feedback-wrapp {
  margin-top: 42px;
}

.feedback {
  display: flex;
  flex-direction: column;
  width: 348px;
  margin-right: 15px;
  background: #fff;
}

.feedback__case-1 {
  padding: 20px 22px;
  background: #252525;
}

.feedback__case-1_name {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #fff;
}

.feedback__case-1_date {
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #898989;
  margin-top: 5px;
}

.feedback__case-2 {
  padding: 25px 22px;
  background: #fff;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #262626;
}

.carousel-arrows.konf {
  margin: 35px auto 0;
}

.content_block {
  overflow: hidden;
  position: relative;
}

.hide-text {
  height: 120px;
  overflow: hidden;
}

.content_toggle {
  padding: 15px 22px;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-decoration-line: underline;
  color: #ff5c00;
  cursor: pointer;
}

.i-reserved-img.konf {
  width: 472px;
  height: auto;
}

.i-action {
  padding-top: 130px;
}

img.i-action-img {
  height: 100%;
}

.count-slider {
  font-weight: normal;
  font-size: 20px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #000;
}

.carousel-left-arrow {
  background: url(/bitrix/templates/akvarel/images/left1.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-left-arrow:hover {
  opacity: 0.5;
}

.carousel-right-arrow {
  background: url(/bitrix/templates/akvarel/images/right1.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-right-arrow:hover {
  opacity: 0.5;
}

.carousel-arrows-1 {
  display: flex;
  margin: 50px 0 0 187px;
  align-items: center;
}

.count-slider-1 {
  font-weight: normal;
  font-size: 20px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #000;
}

.carousel-left-arrow-1 {
  background: url(/bitrix/templates/akvarel/images/left1.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-left-arrow-1:hover {
  opacity: 0.5;
}

.carousel-right-arrow-1 {
  background: url(/bitrix/templates/akvarel/images/right1.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-right-arrow-1:hover {
  opacity: 0.5;
}

.carousel-arrows-2 {
  display: flex;
  margin: 50px 0 0 187px;
  align-items: center;
}

.count-slider-2 {
  font-weight: normal;
  font-size: 20px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #000;
}

.carousel-left-arrow-2 {
  background: url(/bitrix/templates/akvarel/images/left1.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-left-arrow-2:hover {
  opacity: 0.5;
}

.carousel-right-arrow-2 {
  background: url(/bitrix/templates/akvarel/images/right1.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-right-arrow-2:hover {
  opacity: 0.5;
}

.carousel-arrows-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.count-slider-3 {
  font-weight: normal;
  font-size: 20px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #000;
}

.carousel-left-arrow-3 {
  background: url(/bitrix/templates/akvarel/images/left1.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-left-arrow-3:hover {
  opacity: 0.5;
}

.carousel-right-arrow-3 {
  background: url(/bitrix/templates/akvarel/images/right1.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-right-arrow-3:hover {
  opacity: 0.5;
}

.carousel-arrows-4 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.count-slider-4 {
  font-weight: normal;
  font-size: 20px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #000;
}

.slick-arrow.slick-hidden {
  display: block;
}

.carousel-left-arrow-4 {
  background: url(/bitrix/templates/akvarel/images/left1.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-left-arrow-4:hover {
  opacity: 0.5;
}

.carousel-right-arrow-4 {
  background: url(/bitrix/templates/akvarel/images/right1.svg) no-repeat center;
  min-width: 55px;
  width: 60px;
  height: 56px;
  margin: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.carousel-right-arrow-4:hover {
  opacity: 0.5;
}

button.slick-next-action.slick-arrow {
  border: none;
  background: none;
  position: absolute;
  z-index: 1;
  top: 360px;
  left: 277px;
  cursor: pointer;
}

button.slick-prev-action.slick-arrow {
  border: none;
  background: none;
  position: absolute;
  z-index: 1;
  top: 360px;
  left: 203px;
  cursor: pointer;
}

.konf .i-about-img {
  width: max-content;
}

.time1 {
  position: relative;
}

img.b-lazy.b-loaded.time-img {
  position: absolute;
  top: 49%;
  right: 9%;
}

img.b-lazy.b-loaded.date-img {
  position: absolute;
  top: 61%;
  right: 9%;
}

.new img.b-lazy.b-loaded.time-img,
.new img.b-lazy.b-loaded.date-img {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-50%, -50%);
}

.form-error1 {
  opacity: 0.5;
}

::-webkit-calendar-picker-indicator {
  color: transparent;
  opacity: 1;
  fill: white;
  fill: white;
  stroke: white;
  padding-right: 26px;
  background-size: contain;
}

.date1 {
  position: relative;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text-semibold {
  font-weight: 600;
}

.i-galery__title {
  font-weight: 800;
  font-size: 36px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 40px;
}

.i-galery.konf {
  padding-top: 70px;
}

.tabs__content {
  display: none;
}

.tabs__content.active {
  display: block;
}

.tabs-i-galery>div {
  padding-top: 10px;
}

.tabs-i-galery ul {
  margin: 0px;
  padding: 0px;
}

.tabs-i-galery ul:after {
  content: "";
  display: block;
  clear: both;
  height: 2px;
  width: 100%;
  background: #e3e3e3;
  margin-top: 10px;
}

.tabs-i-galery ul li {
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  display: block;
  float: left;
  padding: 10px 15px;
  color: #898989;
  font-weight: 300;
  font-size: 24px;
  line-height: 163%;
  letter-spacing: 0.02em;
}

.tabs-i-galery ul li.active,
.tabs-i-galery ul li.active:hover {
  color: #ff5c00;
  border-bottom: 3px solid #ff5c00;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 2px;
  padding-bottom: 11px;
}

.tabs-i-galery ul li.active2,
.tabs-i-galery ul li.active2:hover {
  color: #ff5c00;
  border-bottom: 3px solid #ff5c00;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 2px;
  padding-bottom: 11px;
}

@media (max-width: 1500px) {
  .i-galery-carousel-zal-wrapp {
    padding: 0px 15px 15px 30px;
  }

  .i-galery-carousel-zal-img-wrapp {
    height: 460px;
  }

  .carousel-arrows-5 {
    bottom: 15%;
  }

  .i-banket__item img {
    width: 100%;
  }

  .carousel-arrows {
    margin: 30px 0 0 0;
  }
}

@media (max-width: 1200px) {
  .promo__item.konf {
    padding: 110px 0 0 100px;
  }

  .promo__item-title.konf {
    width: 66%;
  }

  .i-galery-carousel-zal-item-wrapp {
    flex-direction: column;
  }

  .i-galery-carousel-zal-img-wrapp {
    height: 675px;
    width: 100%;
  }

  .carousel-arrows-5 {
    bottom: 2%;
  }

  .i-galery-carousel-zal-wrapp {
    padding: 20px;
  }

  .colloboration-item {
    height: 200px;
  }

  .colloboration-item img {
    object-fit: cover;
    height: 52px;
  }

  .hide-text {
    height: 119px;
  }

  .feedback__case-2 {
    padding: 15px;
  }

  .i-about {
    padding-top: 100px;
  }

  .carousel-arrows {
    margin: 10px 0 0 0;
  }

  .carousel-arrows-1 {
    margin: 10px 0 0 0;
  }
}

@media (max-width: 992px) {
  .promo__item.konf {
    padding: 70px 0 0 100px;
  }

  .promo__item-title.konf {
    width: 73%;
  }

  .i-galery__title {
    margin-bottom: 15px;
  }

  .i-galery-carousel-zal-img-wrapp {
    height: 515px;
  }

  .i-title {
    font-size: 30px;
  }

  .colloboration-item {
    position: relative;
  }

  .colloboration-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .slick-dots {
    bottom: -47px;
  }

  .colloboration {
    padding-top: 100px;
  }
}

@media (max-width: 768px) {
  .i-galery-carousel-zal-img-wrapp {
    height: 380px;
  }

  .i-galery-carousel-zal-name {
    font-size: 25px;
  }

  .i-galery-carousel-zal-descr {
    margin: 10px 0;
    font-size: 15px;
  }

  .modalFormInfo-span {
    font-size: 14px;
  }

  .zal-btn {
    margin-top: 15px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 290%;
  }

  .colloboration {
    padding-top: 70px;
  }

  .tabs-i-galery ul li {
    font-size: 19px;
  }

  .i-about {
    padding-top: 70px;
  }

  .i-action-carousel-left-item {
    flex-direction: column;
    margin-top: 15px;
  }

  .i-action-carousel-right-item {
    flex-direction: column;
    margin-top: 15px;
  }

  .i-action-carousel-left-item-descr {
    padding: 10px 5px 0 15px;
  }

  .i-action-carousel-right-item-descr {
    padding: 10px 5px 0 15px;
  }

  .carousel-arrows {
    margin: 10px auto 0;
  }

  .carousel-arrows-1 {
    margin: 10px auto 0;
  }

  .i-galery {
    padding-top: 70px;
  }
}

@media (max-width: 576px) {
  .i-title {
    font-size: 24px;
  }

  .promo__item.konf {
    padding: 50px;
  }

  .promo__item-title.konf {
    width: 100%;
  }

  .promo__item.konf {
    padding: 70px 50px;
  }

  .promo__item-button.konf {
    width: 100%;
  }

  .i-galery.konf {
    padding-top: 40px;
  }

  .i-galery__title {
    margin-bottom: 0px;
  }

  .tabs-i-galery ul li.active2,
  .tabs-i-galery ul li.active2:hover {
    padding-bottom: 4px;
  }

  .tabs-i-galery ul li {
    font-size: 20px;
  }

  .i-galery-carousel-zal-img-wrapp {
    height: 310px;
  }

  .i-galery-carousel-zal-wrapp {
    padding: 10px;
  }

  .i-about__items.konf {
    margin-left: -20px;
  }

  .i-about__item.konf {
    max-width: 46%;
    margin-left: 20px;
    margin-bottom: 80px;
  }

  .colloboration {
    padding-top: 40px;
  }

  .feedback-container {
    padding-top: 100px;
  }

  .feedback-wrapp {
    margin-top: 20px;
  }

  .feedback__case-1 {
    padding: 10px 15px;
  }

  .feedback__case-1_name {
    font-size: 18px;
  }

  .feedback__case-1_date {
    font-size: 13px;
    margin-top: 2px;
  }

  .feedback__case-2 {
    font-size: 14px;
    line-height: 145%;
  }

  img.b-lazy.i-about-img.i-about-img-5.b-loaded {
    width: 87%;
  }

  img.b-lazy.i-about-img.i-about-img-1.b-loaded {
    margin-bottom: 2px;
  }

  img.b-lazy.i-about-img.i-about-img-7.b-loaded {
    width: 69%;
  }

  .i-subtitle {
    font-size: 18px;
    width: 100%;
  }

  img.b-lazy.b-loaded.date-img {
    display: none;
  }

  img.b-lazy.b-loaded.time-img {
    display: none;
  }

  .i-button-i-contact {
    margin-top: 40px;
    line-height: 300%;
    width: 250px;
    height: 44px;
  }

  .i-contact-info-line {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .colloboration {
    padding-top: 20px;
  }

  .feedback-container {
    padding-top: 35px;
  }

  .carousel-arrows.konf {
    margin: 5px auto 0;
  }

  .promo__item.konf {
    padding: 40px;
  }

  .carousel-arrows-5 {
    bottom: 2%;
    width: 100%;
  }

  .i-galery-carousel-zal-name {
    font-size: 20px;
  }

  .i-galery-carousel-zal-descr {
    margin: 5px 0 10px;
    font-size: 14px;
  }

  .i-about__item.konf {
    max-width: 44%;
  }

  .i-galery.konf {
    padding-top: 20px;
  }

  .i-galery-carousel-zal-img-wrapp {
    height: 230px;
  }

  .i-title {
    font-size: 20px;
  }

  .i-about {
    padding-top: 35px;
  }

  .i-subtitle {
    font-size: 16px;
    margin-top: 5px;
  }

  .slick-dots {
    bottom: 28px;
  }

  .tabs ul li {
    font-size: 17px;
  }

  img.b-lazy.i-word-img.b-loaded {
    width: 100%;
    height: 100%;
  }

  .i-button__chef {
    margin: 20px auto 0;
    width: 210px;
    height: 48px;
    font-size: 17px;
    line-height: 288%;
  }

  .i-action {
    padding-top: 35px;
  }

  .tabs-i-galery ul li {
    font-size: 17px;
  }
}

@media (max-width: 360px) {
  .i-title {
    line-height: 28px;
  }

  .i-galery__title {
    margin-bottom: 0px;
  }

  .i-galery-carousel-zal-img-wrapp {
    height: 205px;
  }

  .i-galery-carousel-zal-name {
    font-size: 18px;
  }

  .i-about__item.konf {
    max-width: 43%;
    font-size: 12px;
  }

  .i-about__item.i-about__item-3 {
    margin-top: -14px;
  }

  .i-title {
    font-size: 18px;
  }

  .i-subtitle {
    font-size: 14px;
    margin-top: 5px;
  }

  .i-galery__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

a.confid-info {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  outline: none;
}

a.confid-info:hover {
  opacity: 0.5;
}

.footerTitle {
  text-align: center;
  font-size: 26px;
  margin: 10px;
}

.text-center.modal-reserve {
  color: white;
}

.pageup {
  display: none;
  position: fixed;
  bottom: 13%;
  right: 6%;
  width: 60px;
  height: 60px;
  z-index: 2;
}

.pageup img {
  width: 100%;
  opacity: 0.5;
}

.pageup img:hover {
  opacity: 1;
}

.text-center {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.modalTitle {
  font-size: 26px;
  margin-top: 35px;
  margin-bottom: 20px;
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 100;
}

.overflowhidecs {
  overflow: hidden !important;
}

.modal {
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 70px 52px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  z-index: 10;
  width: 650px;
  min-height: 494px;
  background: #000;
}

.modal--light {
  background: #fafafa;
}

.subheader__modal {
  font-weight: bold;
  font-size: 26px;
  line-height: 150%;
  text-align: center;
  color: #fff;
}

.modal--light .subheader__modal {
  color: #000;
}

.modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal__close:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 23px;
  height: 2px;
  background: #cbcbcb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal__close:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 23px;
  height: 2px;
  background: #cbcbcb;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal .error {
  border: 1px solid red;
}

.modal label.error {
  border: none;
  text-align: center;
  margin-bottom: 15px;
}

.form {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form input {
  height: 56px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 12px;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  background: #000;
  width: 400px;
  border-bottom: 1px solid #fff;
  border-left: none;
  border-right: none;
  border-top: none;
  color: #fff;
}

.form .form-error {
  border-bottom: 1px solid red;
}

#modal .text-center {
  color: #fff;
  text-align: center;
}

#modal .text-center .modalTitle {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.form .form-error::-webkit-input-placeholder {
  color: red;
}

.form .form-error::-moz-placeholder {
  color: red;
}

.form .form-error:-ms-input-placeholder {
  color: red;
}

.form .form-error::-ms-input-placeholder {
  color: red;
}

.form .form-error::placeholder {
  color: red;
}

.form input:focus {
  outline: none;
}

.footer-1__follow-input {
  margin-left: 130px;
}

.footer-links {
  margin-top: 10px;
}

.footer-link {
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 0.02em;
  color: #fff;
  text-decoration: none;
}

.footer-link:first-child {
  margin: 0 20px 0 10px;
}

.footer-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.footer-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-1-wrap {
  background: #252525;
  /* max-height: 198px; */
}

.footer-1__follow {
  display: flex;
  justify-content: space-between;
}

.footer-1__follow-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 163%;
  letter-spacing: 0.02em;
  color: #fff;
  max-width: 650px;
}

.footer-1__social {
  display: flex;
  flex-direction: column;
  align-items: center;

  margin: 20px 0;
  gap: 16px;
  transition: all 0.3s ease;
}

@media (max-width: 1200px) {
  .footer-1__social {
    margin: 10px 0;
    gap: 8px;
  }
}

/* .footer-1__social a {
  margin-bottom: 16px;
} */

/* .footer-1__social a:first-child {
  margin-top: 20px;
} */
/* 
.footer a svg:hover #vk {
  fill: #ff5c00;
}

.footer a svg:hover #instagram1 {
  fill: #ff5c00;
}

.footer a svg:hover #instagram2 {
  fill: #ff5c00;
}

.footer a svg:hover #instagram3 {
  fill: #ff5c00;
}

.footer a svg:hover #facebook {
  fill: #ff5c00;
}

.footer a svg:hover #youtube {
  fill: #ff5c00;
} */

.footer-2 {
  min-height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-2-wrap {
  background: #1c1d25;
  max-height: 198px;
}

.footer-2-link-1 {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #fff;
}

.footer-2-link-2 {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #fff;
  width: 25%;
}

.footer-2-link-2 span {
  text-decoration-line: underline;
  -moz-text-decoration-line: underline;
  cursor: pointer;
}

.callbackItem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #eaeaea;
  background: #fff;
  opacity: 0.9;
  border-radius: 47px;
}

.callbackItem input {
  width: 334px;
  padding: 0px 0 0 24px;
  font-size: 19px;
  line-height: 25px;
  background: #fff;
  opacity: 0.9;
  border-radius: 47px;
  border: none;
}

.callbackItem .button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: -2px;
  background: #ff5c00;
  border-radius: 62px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  z-index: 1;
}

.callbackItem .button:hover {
  opacity: 0.8;
}

.button {
  display: block;
  width: 100%;
  max-width: 212px;
  background: transparent;
  padding: 15px 0 15px 25px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.callbackItem span.errorMessage {
  left: 0;
  right: auto;
}

.formField span.errorMessage,
.errorMessage {
  display: none;
  position: absolute;
  top: -100%;
  left: auto;
  right: 0;
  background: #fff;
  padding: 3px 5px;
  text-align: center;
  font-size: 14px;
  color: #000;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

@media (max-width: 1500px) {
  .callbackItem input {
    width: 265px;
  }

  .footer-1__follow-text {
    max-width: 510px;
  }

  .footer-container {
    max-width: 1200px;
  }
}

@media (max-width: 1300px) {
  .footer-container {
    max-width: 1100px;
  }

  .footer-1__follow-input {
    margin-left: 0;
  }
}

@media (max-width: 1100px) {
  .footer-container {
    max-width: 990px;
  }

  .footer-1__follow-text {
    max-width: 460px;
    font-weight: 300;
    font-size: 15px;
    line-height: 163%;
    letter-spacing: 0.02em;
    color: #fff;
  }
}

@media (max-width: 991px) {
  .footer-container {
    width: 100%;
    max-width: 100%;
    padding: 20px 15px;
  }

  .footer-1__social a:first-child {
    margin-top: -5px;
  }

  .footer-1__follow {
    flex-direction: column;
  }

  .footer-1__follow-text {
    margin-bottom: 20px;
  }

  .footer-2 {
    flex-direction: column;
  }

  .footer-2-link-1 {
    margin-top: 10px;
    font-size: 17px;
  }

  .footer-2-link-2 {
    font-size: 15px;
    text-align: center;
    width: 100%;
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  .footer-links {
    margin: 10px 0;
  }

  .footer-link {
    font-size: 14px;
  }

  .pageup {
    width: 43px;
  }

  .footer-1__follow-text {
    margin-bottom: 20px;
    max-width: 94%;
    font-size: 12px;
  }

  .callbackItem {
    height: 37px;
    margin-right: 20px;
  }

  .callbackItem input {
    width: 100%;
    padding: 0px 0 0 6px;
    font-size: 12px;
  }

  .callbackItem .button {
    font-size: 11px;
    width: 117px;
  }

  .button {
    max-width: 180px;
    padding: 15px 0 15px 12px;
    font-size: 18px;
    line-height: 22px;
  }

  .footer-2-link-1 {
    font-size: 14px;
  }

  .footer-2-link-2 {
    font-size: 12px;
  }

  .modal {
    width: 300px;
    min-height: 320px;
    padding: 25px 20px;
  }

  .subheader__modal {
    font-size: 23px;
  }

  .form {
    margin-top: 20px;
  }

  .form input {
    width: 240px;
  }

  .form__checkbox-wrapper {
    width: 240px;
  }
}

* {
  font-family: "SFUIText", sans-serif;
}

body {
  background: #e5e5e5 url(/bitrix/templates/kafe/images/redline.png) repeat-y;
  background-position: calc((100% - 1440px) / 2 - 60px) 0;
  background-size: 50px;
}

@media (max-width: 1500px) {
  body {
    background-position: calc((100% - 1150px) / 2 - 60px) 0;
  }
}

@media (max-width: 1200px) {
  body {
    background-position: calc((100% - 950px) / 2 - 60px) 0;
  }
}

@media (max-width: 992px) {
  body {
    background-position: calc((100% - 720px) / 2 - 60px) 0;
  }
}

@media (max-width: 768px) {
  body {
    background-position: calc((100% - 530px) / 2 - 60px) 0;
  }
}

@media (max-width: 576px) {
  body {
    background-position: 0 0;
    background-size: 20px;
  }
}

.b-lazy {
  -webkit-transition: opacity 500ms ease-in-out;
  -moz-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
  max-width: 100%;
  opacity: 0;
}

.b-lazy.b-loaded {
  opacity: 1;
}

.dm-main .container {
  margin: 0 auto;
}

@media (max-width: 576px) {
  .dm-main .container {
    max-width: 440px;
  }
}

@media (max-width: 480px) {
  .dm-main .container {
    max-width: 320px;
  }
}

@media (max-width: 360px) {
  .dm-main .container {
    max-width: 280px;
  }
}

.btn-detailNewYear {
  position: absolute;
  top: 67%;
  left: 42%;
  width: 200px;
  height: 50px;
  background: #ff5c00;
  border-radius: 49px;
  font-weight: 600;
  font-size: 14px;
  line-height: 345%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}

.link_install_application {
  display: block;
  width: auto;
  height: inherit;
  max-width: 1000px;
  width: 100%;
}

.description-afisha_text a {
  text-decoration: none !important;
  color: #ff5c00;
  text-wrap: nowrap;
}

@media (max-width: 1199px) {}

@media (max-width: 576px) {}

.g-recaptcha {
  display: none !important;
}

@media (max-width: 991px) {
  .header-top__call {
    display: none;
  }

  .header-top-sc-wr {
    display: none;
  }

  .header-top-wrap {
    display: unset;
  }
}

.class-video video {
  width: 100%;
  height: 100%;
}

.class-video_button {
  cursor: pointer;
  position: relative;
}

.class-video_button::before {
  content: "";
  z-index: 10;
  /* display: flex;
  justify-content: center;
  align-items: center; */

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.2);

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 70' width='60' height='70'%3E%3Cpath d='M60 35L0 69.641V0.358982L60 35Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35%;

  pointer-events: none;
}

.i-banket-swiper {
  /* max-width: 1072px; */
  padding-bottom: 60px;
  margin: 60px 30px 0;
}

@media (max-width: 980px) {
  .i-banket-swiper {
    padding-bottom: 60px;
    margin: 30px 30px 0;
  }
}

.i-banket-swiper-button-prev {
  background: url(/bitrix/templates/kafe/images/right.svg) no-repeat center;
  min-width: 54px;
  width: 54px;
  height: 52px;
  margin: auto 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  transform: rotate(180deg);

  left: -50px;
}

.i-banket-swiper-button-next {
  background: url(/bitrix/templates/kafe/images/right.svg) no-repeat center;
  min-width: 54px;
  width: 54px;
  height: 52px;
  margin: auto 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;

  right: -50px;
}

@media (max-width: 980px) {
  .i-banket-swiper-button-prev {
    transform: rotate(180deg) scale(0.8);
    left: -30px;
  }

  .i-banket-swiper-button-next {
    transform: scale(0.8);
    right: -30px;
  }
}

.i-banket-swiper-button-prev::after,
.i-banket-swiper-button-next::after {
  content: none;
}

.i-banket-swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.i-banket-swiper-pagination .swiper-pagination-bullet-active {
  background: #ff5c00;
}

/* галерея */

.i-gallery {
  padding-top: 250px;
}

@media (max-width: 1500px) {
  .i-gallery {
    padding-top: 210px;
  }
}

@media (max-width: 1300px) {
  .i-gallery {
    padding-top: 190px;
  }
}

@media (max-width: 991px) {
  .i-gallery {
    padding-top: 60px;
  }
}

.i-gallery__block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-bottom: 3px solid #fff;
  padding: 30px 0;
}

.i-gallery__block:last-child {
  border-bottom: none;
}

.i-gallery__photos {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.3%;
  row-gap: 20px;
}

@media (max-width: 1400px) {
  .i-gallery__photos {
    gap: 2%;
    row-gap: 16px;
  }
}

@media (max-width: 991px) {
  .i-gallery__photos {
    row-gap: 8px;
  }
}

.i-gallery__photos img {
  width: 24%;
  border-radius: 9px;
  cursor: pointer;
}

@media (max-width: 1400px) {
  .i-gallery__photos img {
    width: 32%;
  }
}

@media (max-width: 991px) {
  .i-gallery__photos img {
    width: 49%;
  }
}

@media (max-width: 768px) {
  .i-gallery__photos img {
    width: 100%;
  }
}

.fancybox-content img {
  width: 100%;
}

.banner-catering__wrap {
  padding: 300px 0 0 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
    url("/bitrix/templates/kafe/images/catering/back.webp");
  background-size: cover;
  background-position: center;
}

@media (max-width: 991px) {
  .banner-catering__wrap {
    padding: 110px 0 70px;
  }
}

/* @media (max-width: 768px) {
  .banner-catering__wrap {
    padding: 60px 0 0;
  }
} */

.banner-catering {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 60px;
}

@media (max-width: 991px) {
  .banner-catering {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .banner-catering {
    padding: 0 10px;
  }
}

.banner-catering__top {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 796px;
}

.banner-catering__title {
  font-weight: 800;
  font-size: 29px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 20px;
  border-bottom: 3px solid;
  text-shadow: 0 0 2px black;
}

.banner-catering__subtitle {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  text-shadow: 0 0 2px black;
}

.banner-catering__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  cursor: pointer;
  width: 280px;
  height: 60px;
  border: 1px solid #ff5c00;
  border-radius: 49px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  background: rgba(255, 255, 255, 0.5);

  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .banner-catering__title {
    font-size: 24px;
  }

  .banner-catering__subtitle {
    font-size: 14px;
  }

  .banner-catering__btn {
    width: 240px;
    height: 44px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .banner-catering {
    padding: 0 10px;
  }
}

.banner-catering__btn:hover {
  background: rgba(255, 255, 255, 1);
  color: #ff5c00;
}

.catering-nuv__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 8px;
}

.catering-nuv__btn {
  flex: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-wrap: nowrap;

  padding: 12px;
  color: #ff5c00;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid #ff5c00;
  /* border-radius: 12px; */
  background: #fff;

  transition: all 0.3s ease;
}

.catering-nuv__btn:hover {
  background: #ff5c00;
  color: #fff;
}

.catering__wrap {
  padding: 40px 0;
}

.catering__container {
  padding: 0 60px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.catering__title {
  color: #202020;
}

.catering__title b {
  color: #ff5c00;
}

.catering__subtitle {
  font-weight: 500;
  font-size: 24px;
  color: #202020;
}

.catering__subtitle b {
  color: #ff5c00;
}

.catering__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}

.catering__item {
  display: flex;
  align-items: center;
  gap: 64px;
  padding: 20px;
  transform: translateX(60%);
  transition: transform 0.6s ease;
}

.catering__item:nth-child(2n) {
  transform: translateX(-60%);
  flex-direction: row-reverse;
  background: #fff;
}

.catering__item.catering__item-menu {
  background: transparent;
  flex-direction: column;
  gap: 12px;
}

.catering__item.active {
  transform: translateX(0);
}

.catering__item-img {
  width: 100%;
  flex: 1;
}

.catering__item-img img {
  width: 100%;
}

.catering__item-inf {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 70%;
}

.catering__item-title {
  font-weight: 600;
  font-size: 32px;
  color: #202020;

  transition: all 0.3s ease;
}

.catering__item-text {
  font-weight: 400;
  font-size: 24px;
  color: #202020;

  transition: all 0.3s ease;
}

.catering__item-text b {
  font-weight: 500;
  color: #ff5c00;
}

/*  */
.catering__item-menu {
  flex-direction: column;
  gap: 12px;
}

.catering__item-menu__links {
  display: flex;
  width: 100%;
  gap: 8px;
}

.catering__item-menu__link,
.catering__item-menu__link.catering__text-btn {
  flex: 1;
  background: #ff5c00;
  display: flex;
  border-radius: 8px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 120px;
}

.catering__item-menu__logo {
  flex: 1;
  align-items: center;
  justify-content: center;
  display: flex;
}

.catering__item-menu__logo img {
  width: 80px;
}

.catering__item-menu__text {
  font-size: 28px;
  text-align: center;
  font-weight: 600;
}

.catering__item-menu__text b {
  color: #ff5c00;
}

@media (max-width: 992px) {
  .catering__item {
    gap: 32px;
  }

  .catering__item-inf {
    max-width: 60%;
  }

  .catering__item-title {
    font-size: 24px;
  }

  .catering__item-text {
    font-size: 18px;
  }

  .catering__item-menu__logo img {
    width: 60px;
  }

  .catering__item-menu__link,
  .catering__item-menu__link.catering__text-btn {
    font-size: 18px;
    height: 82px;
  }

  .catering__item-menu__text {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .catering__item {
    gap: 16px;
  }

  /* .catering-nuv__btns {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 0 0 8px;
  } */

  .catering-nuv__btns::-webkit-scrollbar {
    background-color: transparent;
    height: 8px;
    border-radius: 32px;
  }

  .catering-nuv__btns::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .catering-nuv__btns::-webkit-scrollbar-thumb {
    background: #ff5c00;
  }

  .catering-nuv__btn {
    padding: 8px;
    font-size: 14px;
  }

  .catering__subtitle {
    font-size: 18px;
  }

  .catering__list {
    margin-top: 16px;
  }

  .catering__item,
  .catering__item:nth-child(2n) {
    flex-direction: column;
  }

  .catering__item {
    width: 100%;
    max-width: unset;
  }

  .catering__item-inf {
    max-width: unset;
    width: 100%;
  }

  .catering__item-title {
    font-size: 24px;
  }

  .catering__item-text {
    font-size: 18px;
  }

  .catering__item-menu__link,
  .catering__item-menu__link.catering__text-btn {
    flex: 2;
    font-size: 14px;
    height: 72px;
  }

  .catering__item-menu__text {
    font-size: 14px;
  }
}

.catering__text {
  font-weight: 400;
  font-size: 24px;
  color: #202020;
}

.catering__text b {
  color: #ff5c00;
}

.catering__text ul {
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.catering__text li {
  padding-left: 24px;
}

.catering__text a {
  color: #ff5c00;
}

.catering__text table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  border-collapse: collapse;
}

.catering__text tr {
  border: 1px solid #dddddd;
}

.catering__text tr td {
  border: 1px solid #dddddd;
  padding: 5px;
}

.catering__text tr:first-child {
  font-weight: bold;
  background: #efefef;
  border: 1px solid #dddddd;
}

.catering__pics {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.catering__pic {
  width: 32%;
}

.catering__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

@media (max-width: 768px) {
  .catering__container {
    padding: 0 10px;
  }

  .catering__pic {
    width: 49%;
  }
}

@media (max-width: 576px) {
  .catering__text {
    font-size: 18px;
    padding: 18px 0;
  }

  .catering__pic {
    width: 100%;
  }
}

.catering-btn__wrap .banner-catering {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.catering__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 280px;
  height: 60px;
  background: #ff5c00;
  border-radius: 49px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 991px) {
  .catering__btn {
    width: 240px;
    height: 44px;
    font-size: 14px;
  }
}

.catering__btn:hover {
  opacity: 0.8;
}

.main__modal {
  max-height: 600px;
  overflow-y: scroll;
  margin-top: 30px;
  padding-right: 10px;
}

/* скролл */
.main__modal {
  scrollbar-color: #ff5c00 #fafafa;
  scrollbar-width: thin;
}

.main__modal::-webkit-scrollbar {
  width: 7px;
  background: transparent;
}

.main__modal::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ff5c00;
}

.main__modal::-webkit-scrollbar-track {
  padding-left: 10px;
}

/*  */

.main__modal table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  background: #fff !important;
}

.main__modal thead {
  position: sticky;
  top: -1px;
  z-index: 1;
  background: #f8f8f8;
}

.main__modal table td,
.main__modal table th {
  padding: 7px;
  border: none;
  text-align: right;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  font-size: 15px;
}

.main__modal table th {
  padding: 7px;
  font-size: 15px;
  text-align: center;
  border: none;
}

.main__modal table td:first-child {
  text-align: left;
}

.main__modal table tbody tr:nth-child(even) {
  background: #f8f8f8 !important;
}

.catering__text-btn {
  font-weight: 600;
  font-size: 24px;
  color: #ff5c00;
  text-decoration: underline;
  cursor: pointer;

  transition: all 0.3s ease;
}

.catering__text-btn:hover {
  text-decoration: none;
}

.form__checkbox-wrapper {
  color: white;
  display: flex;
  gap: 5px;
  align-items: center;
}

.lazy-url.rutube svg {
  width: 32px;
  height: 32px;
}

.form__checkbox-wrapper a {
  color: #ff5c00;
}

.checkbox {
  flex-shrink: 0;
  border: 1px solid #ff5c00;
  width: 16px;
  height: 16px;
}

.checkbox.error {
  border: 1px solid red;
}

.inside-checkbox {
  display: none;
}

.checkbox.active .inside-checkbox {
  display: flex;
}

.dm-main {
  margin-top: unset !important;
}

.g-recaptcha {
  display: none !important;
}

@media (max-width: 991px) {
  .header-top__call {
    display: none;
  }

  .header-top-sc-wr {
    display: none;
  }

  .header-top-wrap {
    display: unset;
  }
}

.b-promo {
  margin-top: unset !important;
}

.promo {
  padding-top: unset !important;
}

.new2023-gallery__container {
  max-height: 420px;
}

.new2023-gallery-swiper-slide {
  max-height: 420px;
}

.new2023-gallery-swiper-slide img {
  width: 100%;
  height: 420px;
  object-fit: fill;
}

.new2023-gallery-container-btns {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.new2023-gallery-swiper-pagination {
  font-size: 20px;
}

.new2023-btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  border-radius: 200px;
}

@media (max-width: 560px) {
  .new2023-gallery-swiper-slide img {
    height: 300px;
  }
}

.description-afisha_text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.description-afisha_text p,
.description-afisha_text h3,
.description-afisha_text h2 {
  background: white;
  padding: 12px;
}

.info-afisha_title {
  font-size: 36px;
}

@media (max-width: 991px) {
  .info-afisha_title {
    font-size: 28px;
  }

  .description-afisha_text h2 {
    font-size: 18px;
  }
}

.download-banner img {
  width: 100%;
}

@media (max-width: 991px) {
  .download-banner img {
    display: none;
  }
}

.cookie-wrap {
  position: fixed;
  bottom: -100%;
  left: 0;
  padding: 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #ff6d1a;
  z-index: 20000;
  transition: bottom 0.5s ease;
}

.cookie-wrap.active {
  bottom: 0;
}

#restoplace-wrapper-btn {
  z-index: 10000 !important;
}

.cookie {

  display: flex;
  align-items: center;
  gap: 24px;
  padding: 16px 0;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  font-size: 18px;
  color: white;

}


.cookie__btns {
  display: flex;
  gap: 16px;
  padding: 8px;
  border-radius: 8px;
  /* background: white; */
}



.cookie__btn {
  padding: 8px 16px;
  font-size: 24px;
  color: black;
  border-radius: 8px;
  cursor: pointer;
  background: white;
  transition: all .5s ease;
}

.cookie__btn.cookie__btn-agree {
  /* border: 2px solid #ff6d1a;
  box-shadow: 0px 0px 5px 2px #ff6d1a99; */
  box-shadow: 0px 0px 5px 2px #b44d12;
}

.cookie__btn:hover {
  background: #ff6d1a;
  color: white;
}

@media (max-width: 1500px) {
  .cookie {
    max-width: 1200px;
  }
}

@media (max-width: 1200px) {
  .cookie {
    max-width: 991px;
    padding: 0 25px;
  }
}

@media (max-width: 992px) {
  .cookie {
    max-width: 760px;

  }
}

@media (max-width: 768px) {
  .cookie {
    max-width: 577px;
    padding: 0 20px;
    flex-direction: column
  }

  .cookie__btns {
    width: 100%;
    padding: 4px;
  }

  .cookie__btn {
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .cookie__btn {
    padding: 4px 0;

  }
}

@media (max-width: 576px) {
  .cookie {
    max-width: 480px;
    font-size: 16px;
  }

  .cookie__btn {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .cookie {
    max-width: 360px;
  }
}
/* End */
/* /bitrix/templates/kafe/main_1634214988.css?1755250648212522 */
