@font-face {
  font-family: "VelaSans";
  src: url("/fonts/VelaSans-Light.eot");
  src: url("/fonts/VelaSans-Light.eot?#iefix") format("embedded-opentype"),
    url("/fonts/VelaSans-Light.woff2") format("woff2"),
    url("/fonts/VelaSans-Light.woff") format("woff"),
    url("/fonts/VelaSans-Light.ttf") format("truetype"),
    url("/fonts/VelaSans-Light.svg#VelaSans-Light") format("svg");
  font-weight: 400;
}

@font-face {
  font-family: "VelaSans";
  src: url("/fonts/VelaSans-Regular.eot");
  src: url("/fonts/VelaSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("/fonts/VelaSans-Regular.woff2") format("woff2"),
    url("/fonts/VelaSans-Regular.woff") format("woff"),
    url("/fonts/VelaSans-Regular.ttf") format("truetype"),
    url("/fonts/VelaSans-Regular.svg#VelaSans-Regular") format("svg");
  font-weight: 500;
}

body {
  max-width: 1920px;
  margin: 0 auto !important;
  font-family: "VelaSans";
}

h1,
h2,
h3 {
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.btn-default {
  border-radius: 14px;
}

.content {
  padding-bottom: 50px;
}

.callBackVoid:hover {
  cursor: pointer;
}

.modalMain {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}

.modalMain__bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
}

.modalMain__inner {
  position: absolute;
  background: #a2a3a4;
  border-radius: 50px;
  width: 360px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1005;
  padding: 30px 40px 106px;
  text-align: center;
}

.modalMain__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}

.modalMain__row {
  margin-bottom: 15px;
}

.modalMain__input {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 4px 8px;
}

.modalMain__button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -100px;
}

.fast-zakaz .modalMain__button {
  position: relative;
  margin: 10px 0;
  left: auto;
  transform: none;
  bottom: 0;
}

.modalMain__btn {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 30px;
  background-color: inherit;
}

.modalMain__button a {
  width: 189px;
  height: 189px;
  background: #ffd700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: 500;
  font-size: 14px;
  color: #121212;
  cursor: pointer;
}

.modalMain__button a:hover {
  transition: 1s;
  background: #ffed8c;
}

@media (max-width: 768px) {
  .modalMain__inner {
    width: 98%;
  }
}

.yesright {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #ffffff;
}

.yesright a {
  color: #fff;
}

.stick-menu {
  display: none;
  text-align: center;
}

.is-sticky .stick-menu {
  width: 100%;
  z-index: 1000;
  display: block;
  position: fixed;
  background-color: #fff;
  padding: 12px 0;
}

.gen-slider__ins {
  position: relative;
  min-height: 150px;
}

.shapka-ins {
  left: 0 !important;
  width: 100% !important;
  z-index: 120;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #c5c5c5;
  backdrop-filter: blur(25px);
  border-radius: 20px;
  top: 30px !important;
  padding: 14px 30px;
}

.is-sticky {
  transition-duration: 0.5s;
}

.is-sticky .shapka,
.is-sticky .shapka-ins {
  z-index: 120;
  background: rgba(162, 163, 164, 0.9);
  border: 1px solid #c5c5c5;
  /* backdrop-filter: blur(25px); */
  border-radius: 20px;
  top: 4px !important;
  width: 100% !important;
  padding: 14px 30px;
  left: 0;
  right: auto;
}

.sticky-wrapper {
  height: 0 !important;
}

.stickMenu__list {
  display: flex;
  justify-content: space-around;
}

.line-top {
  display: none;
  z-index: 1001;
  /*position: fixed;*/
  width: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 992px) {
  .line-top {
    display: block;
  }
}

.line-top__inner {
  padding: 8px 8px;
  background-color: #fcfcfc;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line-top__logo {
  height: 32px;
}

.line-top__phone {
  text-align: left;
}

.line-top__phone-link {
  color: #000;
  text-decoration: none;
}

.line-top__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.line-top__icon {
  text-decoration: none;
  color: #000;
  font-size: 1.8em;
}

.line-top__icon:hover,
.mobile-menu__closed:hover {
  background: #121212;
  transition: 1s;
}

.line-top__icon:hover img,
.mobile-menu__closed:hover img {
  filter: invert(1);
  transition: 1s;
}

.shapka__logo-img {
  width: 100px;
}

.mobile-menu {
  display: none;
  width: auto;
  height: 100%;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: #a2a3a4;
  z-index: 1001;
  padding: 50px;
}

.mobile__bg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}

.mobile-menu__line-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 20px;
  margin-bottom: 30px;
}

.mobile-menu__logo img {
  height: 48px;
}

.mobile-menu__closed {
  color: #000;
  text-decoration: none;
  font-size: 1.8em;
}

.mobile-menu__menu {
  display: flex;
  grid-gap: 30px;
  overflow: auto;
  padding: 40px 0 10px;
  max-height: 80vh;
  scrollbar-gutter: auto;
}

.mobile-menu__menu::-webkit-scrollbar {
  width: 5px;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu__item {
  margin-bottom: 10px;
}

.mobile-menu__item a {
  font-weight: 500;
  font-size: 32px;
  text-transform: uppercase;
  color: #ffffff;
}

.mobile-menu__menu a:hover {
  color: #ffd700;
}

.mobileMenu__active {
  color: #ffd700 !important;
}

.mobile-small__title {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffd700;
  margin-bottom: 20px;
}

.mobile-small__title a {
  color: #ffd700;
}

.mobile-small__list {
  margin-bottom: 30px;
}

.mobile-small__item {
  margin-bottom: 10px;
}

.mobile-small__item a {
  font-weight: 500;
  font-size: 14px;
  line-height: 96.6%;
  color: #eeeeee;
}

.mobile-menu__phone {
  margin: 16px 0;
  color: #000;
}

.mobile-menu__phone-text {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  text-align: center;
  padding: 8px 0;
  font-size: 0.875em;
}

.mobile-menu__phone-list {
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0;
  margin: 0;
}

.mobile-menu__phone-item {
  padding: 8px 0;
}

.mobile-menu__phone-link {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

.category-mobile {
  margin: 8px 0;
}

.category-mobile select {
  width: 100%;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 8px 16px;
}

.sticky {
  position: fixed;
}

.line-top__callback {
  background-color: #000;
  color: #ffffff;
  border: none;
  margin-top: 4px;
  text-transform: lowercase;
  padding: 4px 8px;
}

.modal-exit {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001;
  top: 0;
  left: 0;
}

.modal-exit__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-exit__inner {
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 350px;
  background-color: #ffffff;
  box-shadow: 0 0 8px #666666;
  padding: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .modal-exit__inner {
    width: 98%;
  }

  .mobile-small__list {
    display: none;
  }
}

.modal-exit__header {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 1920px) {
  .container {
    width: 1880px !important;
  }

  .our-team__plitka {
    grid-auto-rows: 780px !important;
  }

  .slider-gen__item1 {
    background-image: url(/img/slider/1-b.png) !important;
  }

  .slider-gen__item2 {
    background-image: url(/img/slider/2-b.png) !important;
  }

  .slider-gen__item3 {
    background-image: url(/img/slider/3-b.png) !important;
  }
  .slider-gen__item4 {
    background-image: url(/img/slider/4-b.png) !important;
  }
  .slider-gen__item5 {
    background-image: url(/img/slider/5-b.png) !important;
  }
  .slider-gen__item7 {
    background-image: url(/img/slider/7-b.png) !important;
  }
}

@media (min-width: 1430px) {
  .container {
    width: 1400px;
  }
}

.gen-slider {
  margin: 20px 0 100px;
}

.gen-slider__inner {
  background: #a2a3a4;
  border-radius: 30px;
  height: 800px;
  position: relative;
  overflow: hidden;
}

.shapka {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  padding: 0 70px;
  top: 50px;
  /* right: 50px; */
  z-index: 120;
  width: 100%;
}

.shapka-left,
.shapka-right,
.shapka__menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.shapka-left {
  grid-gap: 70px;
}

.shapka-right {
  grid-gap: 10px;
}

.shapka__menu {
  grid-gap: 40px;
}

.shapka-right__phone a {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}

.shapka__menu-item a {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  position: relative;
}

.shapka__menu-item a:hover::after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  background: #ffd700;
  content: " ";
  width: 25px;
  height: 1px;
  transition: 1s;
}

.shapka-btn {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 80px;
  width: 58px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tg-btn {
  font-size: 20px;
 }

 .tg-btn:hover {
  color: #000;
 } 

.shapka-btn:hover {
  background: #fff;
  transition: 1s;
}

.shapka-btn:hover img {
  filter: invert(1);
  transition: 1s;
}

.line-top__icon,
.mobile-menu__closed {
  background: #ffd700;
  border-radius: 80px;
  width: 58px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider__title {
  font-weight: 400;
  font-size: 154px;
  line-height: 96.6%;
  text-transform: uppercase;
  color: #ffffff;
  width: 900px;
  max-width: 100%;
}

.slider__stitle {
  font-size: 130px;
}

.slider-gen__item4 .slider__title {
  font-size: 100px;
}

.slider-gen__item10 .slider__title {
  font-size: 120px;
}

.slider-gen__item11 .slider__title {
  font-size: 85px;
}

.slider__title span {
  color: #ffd700;
  margin-top: 30px;
}

.slider__sub {
  font-weight: 500;
  font-size: 14px;
  line-height: 96.6%;
  color: #ffffff;
}

.slider-gen__item {
  padding: 160px 60px 60px;
  height: 800px;
}

.slider-gen__item1 {
  background-image: url(/img/slider/1.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
}

.slider-gen__item10 {
  background-image: url(/img/slider/10.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
}

.slider-gen__item11 {
  background-image: url(/img/slider/11.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
}

.slider-gen__item2 {
  background-image: url(/img/slider/2.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
}

.slider-gen__item3 {
  background-image: url(/img/slider/3.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
}

.slider-gen__item4 {
  background-image: url(/img/slider/4.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
}

.slider-gen__item5 {
  background-image: url(/img/slider/5.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
}
.slider-gen__item7 {
  background-image: url(/img/slider/7.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
}

.slider-rel {
  position: relative;
}

.slider-nav {
  position: absolute;
  left: 90px;
  bottom: 70px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-gap: 15px;
  z-index: 100;
}

.slider-left,
.slider-right,
.ourwork-right,
.ourwork-left {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  user-select: none;
}

.slider-left:hover,
.slider-right:hover,
.ourwork-right:hover,
.ourwork-left:hover {
  background: #fff;
  transition: 1s;
}

.slider-left:hover img,
.slider-right:hover img,
.ourwork-right:hover img,
.ourwork-left:hover img {
  filter: invert(1);
  transition: 1s;
}

.slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-dot {
  height: 1px;
  background: #b8b8b8;
  width: 23px;
}

.slider-dots .active {
  background: #ffffff;
  width: 29px;
}

.slider-item__btn {
  position: absolute;
  right: 70px;
  bottom: 70px;
}

.formZakazCart__buttonArea {
  margin-top: 20px;
}

.slider-item__btn a,
.order__btn,
#ButtonFastOrder,
.calc-torts__summary-btn {
  font-weight: 500;
  font-size: 14px;
  color: #121212;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 189px;
  height: 189px;
  left: 1162px;
  border-radius: 50%;
  background: #ffd700;
}
.order__btn,
#ButtonFastOrder,
.calc-torts__summary-btn {
  border-radius: 14px;
  height: auto;
  padding: 20px;
}

.slider-item__btn a:hover,
#ButtonFastOrder:hover,
.order__btn:hover,
.calc-torts__summary-btn:hover {
  background: #ffed8c;
  transition: 1s;
}

.big-title {
  margin-bottom: 56px;
  display: none;
}

.big-title__title {
  font-weight: 500;
  font-size: 128px;
  line-height: 96.6%;
  text-transform: uppercase;
  color: #121212;
  margin-bottom: 50px;
}

.big-title__title span {
  /* color: #FFD700; */
  animation: zagolovok 5s ease-in-out forwards;
}

@keyframes zagolovok {
  0% {
    color: #fff;
  }

  100% {
    color: #ffd700;
  }
}

.unik-slider {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 50px;
  overflow: hidden;
}

.unik__item {
  background-size: cover;
  background-position: center center;
  min-height: 300px;
  background-image: attr(data-image-src url);
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 38px 45px 45px;
}

.unik__title {
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  color: #ffffff;
}

.unik-btn a {
  font-weight: 400;
  font-size: 20px;
  width: 45px;
  height: 45px;
  background: #ffd700;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #121212;
  text-align: center;
}

.unik-btn a:hover {
  background: #fff;
  transition: 1s;
}

.owl-carouselUnik .owl-stage-outer {
  margin-left: -100px;
}

.nachinki {
  margin-bottom: 26px;
}

.nachinki-fl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.nachinki__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 96.6%;
  text-transform: uppercase;
  color: #121212;
}

.nachinki__title span {
  color: #ffd700;
}

.nachinki-fl__right {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 20px;
}

.nachinki__item img {
  border-radius: 30px;
}

.black-btn a {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  padding: 18px 36px;
  background: #121212;
  border-radius: 80px;
  display: inline-block;
  text-align: center;
}

.black-btn a:hover {
  background: #606060;
  transition: 1s;
}

.nachinki-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 15px;
}

.nachinki-left,
.nachinki-right {
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #000;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  transition: 1s;
}

.nachinki-left img,
.nachinki-right img {
}

.nachinki-left:hover,
.nachinki-right:hover {
  background-color: #000;
  transition: 1s;
}

.nachinki-left:hover img,
.nachinki-right:hover img {
  filter: invert(1);
  transition: 1s;
}

.nachinki-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nachinki-dot {
  height: 1px;
  background: #d9d9d9;
  width: 23px;
}

.nachinki-dots .active {
  background: #121212;
  width: 29px;
}

.nachinki__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
}

.nachinki__name {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #121212;
}

.nachinki-btn a {
  background: #121212;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.nachinki-btn a:hover {
  background: #606060;
  transition: 1s;
}

.forma-block {
  margin-bottom: 50px;
}

.forma__inner {
  background: #a2a3a4;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.forma-bg__img {
  min-height: 680px;
  background-image: url(/img/degustaciya.png);
  background-position: top right;
  padding: 40px 50px 50px;
  background-repeat: no-repeat;
}

.forma__title {
  width: 690px;
  max-width: 100%;
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 20px;
}

.forma__title span {
  color: #ffd700;
}

.forma__sub {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
  width: 600px;
  max-width: 100%;
}

.forma-callback {
  position: absolute;
  left: 50px;
  bottom: 50px;
  cursor: pointer;
}

.forma-callback a {
  font-weight: 500;
  font-size: 14px;
  color: #121212;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 189px;
  height: 189px;
  border-radius: 50%;
  background: #ffd700;
}

.forma-callback a:hover {
  background: #ffed8c;
  transition: 1s;
}

.our-work {
  margin-bottom: 80px;
}

.our-work__fl {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.our-work__title {
  font-weight: 500;
  font-size: 64px;
  text-transform: uppercase;
  color: #121212;
  width: 50%;
}

.gen__title {
  font-weight: 500;
  font-size: 64px;
  text-transform: uppercase;
  color: #121212;
  margin-bottom: 30px;
}

.gen__title-right {
  text-align: right;
}

.our-work__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: right;
  color: #7d7d7d;
  width: 50%;
}

.ourwork__slider {
  position: relative;
  width: calc(100% - 772px);
  overflow: hidden;
  border-radius: 30px;
}

.ourwork__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 100;
  grid-gap: 15px;
}

.ourwork__list {
  display: flex;
  grid-gap: 20px;
}

.ourwork__right {
  border-radius: 30px;
  background-color: #a2a3a4;
  padding: 40px;
  width: 772px;
  position: relative;
  background-image: url(/img/tort.png);
  background-position: right bottom;
  background-size: auto 90%;
  background-repeat: no-repeat;
}

.ourwork-right__plus {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 100;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #121212;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffd700;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.ourwork-right__plus:hover {
  background: #fff;
  transition: 1s;
}

.ourwork__title {
  font-weight: 500;
  font-size: 72px;
  line-height: 96.6%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 14px;
}

.ourwork__title span {
  color: #ffd700;
}

.ourwork__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  width: 312px;
  color: #ffffff;
}

.ourwork__item {
  position: relative;
  height: 520px;
  background-size: cover;
  background-position: center;
}

.ourwork__plus {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 100;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.ourwork__plus:hover {
  background: #fff;
  color: #121212;
  transition: 1s;
}

.ourwork-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ourwork-dot {
  height: 1px;
  background: #b8b8b8;
  width: 23px;
}

.ourwork-dots .active {
  background: #ffffff;
  width: 29px;
}

.ourwork-right,
.ourwork-left {
  cursor: pointer;
}

.grey-plitka {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 315px;
  padding-bottom: 50px;
  border-bottom: 1px solid #cfcfcf;
}

.grey__item1 {
  grid-column: 1 / 3;
}

.grey__item2 {
  grid-column: 3 / 5;
  grid-row: 1 / 3;
}

.grey-plitka__item {
  border-radius: 30px;
  padding: 37px 46px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /* background-color: #A2A3A4; */
}

.grey-plitka__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 120%;
  color: #ffffff;
}

.grey-plitka__plus {
  position: absolute;
  left: 50px;
  bottom: 50px;
}

.grey-plitka__plus a {
  z-index: 100;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #121212;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffd700;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.grey-plitka__plus a:hover {
  background: #fff;
  transition: 1s;
}

.grey__item2 .grey-plitka__plus {
  right: 50px;
  top: 50px;
  left: auto;
  bottom: auto;
}

.skidki {
  margin-bottom: 50px;
}

.skidki__slider {
  padding-bottom: 50px;
  border-bottom: 1px solid #cfcfcf;
  overflow: hidden;
}

.skidki__item img {
  border-radius: 30px;
}

.owl-carouselSkidki .owl-stage-outer {
  margin-left: -100px;
}

.dostavka {
  margin-bottom: 50px;
}

.dostavka__list {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 50px;
  border-bottom: 1px solid #cfcfcf;
  grid-template-rows: 400px 196px;
}

.dostavka__item {
  border-radius: 30px;
  padding: 37px 46px;
  background: #a2a3a4;
}

.dostavka__item1 {
  grid-column: 1 / 3;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}

.dostavka__item2 {
  grid-column: 3 / 5;
  grid-row: 1 / 3;
  background-image: url(/img/dostavka.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.dostavka__title {
  font-weight: 500;
  font-size: 64px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 18px;
}

.dostavka__title span {
  color: #ffd700;
}

.dostavka__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
}

.dostavka__bot {
  width: calc(100% - 250px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dost-left {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
}

.dost-left span {
  color: #ffd700;
}

.dost-right a {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
}

.dostavka__item1 .forma-callback {
  right: 50px;
  bottom: 50px;
  left: auto;
  top: auto;
}

.dostavka__center {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #ffffff;
}

.dostavka__center span {
  color: #ffd700;
}

.dostavka__item3,
.dostavka__item4 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.review-block {
  margin-bottom: 50px;
}

.review__list {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 50px;
}

.review__item {
  background: #f7f7f7;
  border-radius: 30px;
  margin-top: 43px;
  position: relative;
  padding: 62px 38px 25px;
  text-align: center;
}

.review__img {
  position: absolute;
  top: -43px;
  left: 50%;
  transform: translateX(-50%);
}

.review__name {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #121212;
  margin-bottom: 10px;
}

.review__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 15px;
  text-align: center;
  color: #7d7d7d;
}

.review__date {
  font-weight: 500;
  font-size: 14px;
  line-height: 96.6%;
  text-transform: uppercase;
  color: #c1c1c1;
}

.partners__list {
  display: flex;
  justify-content: center;
  grid-gap: 20px;
  align-items: center;
}

.partners__left {
  width: 450px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #a2a3a4;
  border-radius: 30px;
  height: 295px;
  padding: 90px;
}

.partners__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 96.6%;
  color: #ffffff;
  margin-bottom: 10px;
}

.partners__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
}

.partners__right {
  width: calc(100% - 450px);
  border: 1px solid #c6c6c6;
  border-radius: 30px;
  background: #fff;
  height: 295px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 10px;
}

.owl-carouselPartners .owl-stage-outer {
  margin-left: -100px;
}

.our-team {
  margin-bottom: 50px;
}

.our-team__plitka {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 616px;
}

.our-team__left {
  background-image: url(/img/team/1.jpg);
  background-position: right bottom;
  background-size: cover;
  border-radius: 30px;
  padding: 50px;
}

.our-team__right {
  grid-column: 2 / 5;
  background-image: url(/img/team/2.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 30px;
}

.team__sub {
  font-weight: 500;
  font-size: 14px;
  color: #121212;
  padding: 10px;
  background: #ffd700;
  border-radius: 50px;
  margin-bottom: 12px;
  width: fit-content;
}

.team__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 14px;
}

.team__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
  width: 250px;
  max-width: 100%;
}

.footer__inner {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
}

.footer-form {
  background: #a2a3a4;
  border-radius: 30px;
  padding: 40px 50px;
  grid-column: 1 / 3;
  grid-row: 1 / 2;
  position: relative;
}

.formMain__title {
  font-weight: 500;
  font-size: 64px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 22px;
}

.formMain__input {
  padding: 15px 20px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  background-color: inherit;
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 50px;
  outline-style: none;
}

.formMain__input::placeholder {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}

.formMain__input:hover {
  background: #ababab;
  transition: 1s;
}

.formMain__input:active,
.formMain__input:focus {
  background: #ffffff;
  color: #121212;
}

.cart__input {
  padding: 15px 20px;
  font-weight: 500;
  font-size: 14px;
  color: #121212;
  background-color: inherit;
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 50px;
  outline-style: none;
}

.cart__input::placeholder {
  font-weight: 500;
  font-size: 14px;
  color: #121212;
}

.cart__input:hover {
  background: #ababab;
  transition: 1s;
}

.cart__input:active,
.cart__input:focus {
  background: #ffffff;
  color: #121212;
}

.cartzakaz__item,
.formZakazCart__row {
  margin-bottom: 20px;
}

.formMain__row {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  grid-gap: 20px;
  width: calc(100% - 260px);
}

.form-partner .formMain__row {
}

.formMain__col {
  width: 50%;
}

.formMain__button {
  position: absolute;
  right: 50px;
  bottom: 40px;
}

.formMain__button a {
  font-weight: 500;
  font-size: 14px;
  color: #121212;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 189px;
  height: 189px;
  left: 1162px;
  border-radius: 50%;
  background: #ffd700;
  cursor: pointer;
}

.formMain__button a:hover {
  background: #ffed8c;
  transition: 1s;
}

.form-right {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
}

.form-right a {
  color: #ffffff;
}

.footer-map {
  background-image: url(/img/map.jpg);
  grid-row: 1 / 3;
  border-radius: 30px;
  background-position: center;
  background-size: cover;
}

.footer-contakt {
  grid-row: 2 / 3;
  background: #a2a3a4;
  border-radius: 30px;
  padding: 40px 50px;
  grid-column: 1 / 3;
}

.contakty__list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 26px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 10px;
  width: 600px;
  max-width: 100%;
  flex-wrap: wrap;
}

.contakty__list a {
  display: inline-block;
  border: 1px solid #d7d7d7;
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  padding: 10px 20px;
}

.contakty__list a:hover {
  background: #fff;
  color: #121212;
  transition: 1s;
}

.footer-top {
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer-menu {
  display: flex;
  grid-gap: 20px 40px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.footer__menu-item a {
  font-weight: 500;
  font-size: 14px;
  color: #afafaf;
}

.footerMenu__active {
  color: #121212 !important;
}

.footer-bot__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.footer-bot__item {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #d0d0d0;
}

.cart-rel {
  position: relative;
}

.cart-btn {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0px;
  top: 0px;
  background: #c23d3d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 8px;
  line-height: 96.6%;
  color: #ffffff;
}

.nachinki-fl__right .nachinki-btn {
  display: none;
}

.grey__item1 {
  background-image: url(/img/grey/1.jpg);
}

.grey__item2 {
  background-image: url(/img/grey/2.jpg);
}

.grey__item3 {
  background-image: url(/img/grey/3.jpg);
}

.grey__item4 {
  background-image: url(/img/grey/4.jpg);
}

.owl-carouselFood {
  padding: 0 3px;
}

.gallery__img {
  width: 100%;
}

.degustationVoid {
  cursor: pointer;
}

@media (max-width: 1429px) {
  .shapka-left {
    grid-gap: 20px;
  }

  .shapka__menu {
    grid-gap: 12px;
  }

  .slider__title {
    font-size: 120px;
  }

  .slider-gen__item4 .slider__title {
    font-size: 84px;
  }

  .slider-gen__item10 .slider__title {
    font-size: 92px;
  }

  .slider-gen__item11 .slider__title {
    font-size: 85px;
  }

  .shapka {
    left: 0;
    padding: 0 40px;
    width: 100%;
  }

  .big-title__title {
    font-size: 90px;
  }

  .ourwork__right {
    width: 573px;
    background-position: right -40px bottom -140px;
  }

  .ourwork__slider {
    width: calc(100% - 573px);
  }

  .ourwork__title {
    font-size: 64px;
  }
}

@media (max-width: 1200px) {
  .shapka__menu {
    display: none;
  }

  .slider__title {
    font-size: 110px;
  }

  .slider-gen__item4 .slider__title {
    font-size: 84px;
  }

  .slider-gen__item10 .slider__title {
    font-size: 92px;
  }

  .slider-gen__item11 .slider__title {
    font-size: 62px;
  }

  .review__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .grey__item2 .grey-plitka__plus {
    left: 50px;
    bottom: 50px;
    top: auto;
  }

  .forma-bg__img {
    background-size: auto 100%;
    background-image: url(/img/degustaciya-s.png);
    background-position: right bottom;
    background-repeat: no-repeat;
  }

  .owl-carouselSkidki .owl-stage-outer,
  .owl-carouselUnik .owl-stage-outer {
    margin-left: 0;
  }

  .formMain__title {
    font-size: 54px;
  }

  .formMain__row,
  .form-right {
    width: calc(100% - 180px);
  }

  .formMain__button {
    right: 30px;
  }

  .form-right br {
    display: none;
  }

  .dostavka__item1 .forma-callback {
    right: 20px;
    bottom: 20px;
  }

  .dostavka__text {
    width: calc(100% - 200px);
    margin-bottom: 20px;
  }

  .dostavka__bot {
    flex-direction: column;
    grid-gap: 12px;
    align-items: flex-start;
  }

  .dostavka__title {
    line-height: 96.6%;
  }

  .dostavka__bot {
    width: calc(100% - 190px);
  }

  .our-work__title {
    line-height: 96.6%;
  }
}

@media (max-width: 992px) {
  .slider__title {
    font-size: 64px;
    text-align: center;
  }

  .slider-gen__item4 .slider__title {
    font-size: 38px;
  }

  .slider-gen__item10 .slider__title {
    font-size: 48px;
  }

  .slider-gen__item11 .slider__title {
    font-size: 38px;
  }

  .shapka {
    left: 0;
    padding: 0 30px;
    top: 30px;
    width: 100%;
  }

  .slider-gen__item1 {
    background-image: url(/img/slider/1.png);
    background-position: center bottom;
    background-size: 100% auto;
  }

  .slider-gen__item2 {
    background-image: url(/img/slider/2.png);
    background-position: center bottom;
    background-size: 100% auto;
  }

  .slider-gen__item3 {
    background-image: url(/img/slider/3.png);
    background-position: center bottom;
    background-size: 100% auto;
  }

  .slider-gen__item4 {
    background-image: url(/img/slider/4.png);
    background-position: center bottom;
    background-size: 100% auto;
  }

  .slider-gen__item5 {
    background-image: url(/img/slider/5.png);
    background-position: center bottom;
    background-size: 100% auto;
  }
  .slider-gen__item7 {
    background-image: url(/img/slider/7.png);
    background-position: center bottom;
    background-size: 100% auto;
  }

  .big-title__title {
    font-size: 70px;
  }

  .footer__inner {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto auto 420px;
  }

  .footer-form {
    grid-column: 1;
    grid-row: 1;
  }

  .footer-map {
    grid-row: 3;
    grid-column: 1;
  }

  .footer-contakt {
    grid-row: 2;
    grid-column: 1;
  }

  .contakty__list {
    width: auto;
    justify-content: center;
  }

  .footer-menu {
    display: none;
  }

  .footer-bot__inner {
    flex-direction: column;
    grid-gap: 10px;
  }

  .our-team__plitka {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 800px 252px;
  }

  .our-team__left {
    background-position: right top;
  }

  .our-team__right {
    grid-column: 1;
  }

  .team__text {
    width: 180px;
  }

  .partners__list {
    flex-direction: column;
    grid-gap: 0;
  }

  .partners__left {
    width: 100%;
    padding: 50px;
    text-align: center;
    height: auto;
  }

  .partners__right {
    width: 100%;
    height: auto;
  }

  .dostavka__list {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
  }

  .dostavka__item1 {
    grid-column: 1;
  }

  .dostavka__item2 {
    display: none;
  }

  .dostavka__item {
    text-align: center;
  }

  .dostavka__title {
    font-size: 40px;
    line-height: 96.6%;
  }

  .dostavka__top {
    margin-bottom: 30px;
  }

  .dostavka__bot {
    flex-direction: column;
    width: 100%;
    margin-bottom: 37px;
  }

  .grey-plitka {
    grid-template-columns: repeat(1, 1fr);
  }

  .grey-plitka__item {
    background-position: right center;
  }

  .grey__item1 {
    grid-column: 1;
    background-image: url(/img/grey/1-s.jpg);
  }

  .grey__item2 {
    grid-column: 1;
    grid-row: 4;
    background-image: url(/img/grey/2-s.jpg) !important;
  }

  .grey__item3 {
    background-image: url(/img/grey/3-s.jpg);
  }

  .grey__item4 {
    background-image: url(/img/grey/4-s.jpg);
  }

  .grey-plitka__title {
    font-size: 32px;
  }

  .our-work__fl {
    flex-direction: column;
    grid-gap: 10px;
  }

  .our-work__title,
  .our-work__text {
    width: 100%;
  }

  .our-work__text {
    text-align: left;
  }

  .ourwork__list {
    flex-direction: column;
  }

  .ourwork__right {
    width: 100%;
    height: 520px;
  }

  .ourwork__slider {
    width: 100%;
  }

  .ourwork__nav {
    bottom: 40px;
    top: auto;
  }

  .ourwork__title {
    font-size: 40px;
  }

  .ourwork__title br {
    display: none;
  }

  .ourwork__text {
    max-width: 203px;
  }

  .our-work {
    margin-bottom: 30px;
  }

  .ourwork__item .ourwork__plus {
    top: auto;
    bottom: 40px;
  }
}

@media (max-width: 768px) {
  .shapka-right__phone {
    display: none;
  }

  .our-team__plitka {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 616px 252px;
  }

  .mobile-menu {
    width: 100%;
    padding: 50px 20px;
  }

  .slider-gen__item1 {
    background-image: url(/img/slider/1-s.png);
  }

  .slider-gen__item2 {
    background-image: url(/img/slider/2-s.png);
  }

  .slider-gen__item3 {
    background-image: url(/img/slider/3-s.png);
  }

  .slider-gen__item4 {
    background-image: url(/img/slider/4-s.png);
  }

  .slider-gen__item5 {
    background-image: url(/img/slider/5-s.png);
  }

  .slider-gen__item7 {
    background-image: url(/img/slider/7-s.png);
  }

  .slider-gen__item {
    height: 675px;
    padding: 120px 30px;
  }

  .gen-slider__inner {
    height: 675px;
  }

  .mobile-menu__item a {
    font-size: 20px;
  }

  .slider-item__btn {
    display: none;
  }

  .slider-nav {
    left: 50%;
    transform: translateX(-50%);
  }

  .big-title__title {
    font-size: 40px;
  }

  .gen-slider {
    margin-bottom: 30px;
  }

  .big-title__title {
    margin-bottom: 30px;
  }

  .nachinki-nav,
  .nachinki-fl__right .black-btn {
    display: none;
  }

  .nachinki-fl__right .nachinki-btn {
    display: block;
  }

  .forma-bg__img {
    height: 675px;
    padding: 40px 30px;
  }

  .forma__title {
    font-size: 36px;
  }

  .forma__sub {
    display: none;
  }

  .forma-callback {
    position: relative;
    display: contents;
  }

  .our-work__title {
    font-size: 40px;
    width: 100%;
  }

  .our-work__text {
    display: none;
  }

  .our-work__fl {
    margin-bottom: 30px;
  }

  .forma-callback a {
    margin: 0 auto;
  }

  .review__list {
    grid-template-columns: repeat(4, 1fr);
    overflow-x: scroll;
  }

  .review__item {
    width: 335px !important;
  }

  .footer-form {
    padding: 40px 50px 76px;
  }

  .formMain__button {
    position: relative;
    right: auto;
    bottom: auto;
  }

  .formMain__button a {
    margin: 0 auto;
  }

  .formMain__title {
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 30px;
  }

  .formMain__row {
    grid-gap: 10px;
    flex-direction: column;
    width: 100%;
  }

  .form-right {
    margin-bottom: 20px;
  }

  .formMain__col {
    width: 100%;
  }

  .forma-bg__img {
    background-size: auto 70%;
  }

  .dostavka__text,
  .dostavka__bot {
    width: 100%;
    align-items: center;
  }

  .grey-plitka__item {
    background-position: right center;
  }
}

@media (max-width: 500px) {
  .slider-item__btn {
    display: none;
  }
}

/* OLD */
.plitka-item,
.plitka-item-prazdniki {
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid #a2a3a4;
}

.plitka-item-prazdniki {
  width: 33.3%;
}

.plitka__pop-item {
  padding: 16px;
}

.plitka-item__all {
  display: block;
}

.plitka-item__inner {
  background-color: #fff;
  padding: 20px 10px 20px;
  text-align: center;
  /* border-bottom: 4px solid #000; */
}

.plitka-item:hover .plitka-item__inner {
  /* border-bottom: 4px solid #a2a3a4; */
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.plitka-item__img {
  width: 100%;
}

.plitka-bot__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 20px;
  margin: 10px 0;
}

.plitka__img {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
  background-position: center center;
}

.owl-carouselShopItem .plitka__img {
  border: none;
}

.plitka {
  margin-bottom: 50px;
}

.plitka-inner {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  grid-row: auto;
}

.plitka__info {
  padding: 10px;
}

.plitka-item__title {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  min-height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.plitka-item__title a {
  color: #a2a3a4;
}

.plitka-item__btn a {
  text-align: center;
  padding: 10px 12px;
  border: 1px solid #000;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  margin: 16px 10px;
  white-space: nowrap;
}

.plitka-item__btn a:hover {
  background-color: #000;
  color: #fff;
}

.tovar-hover__amount,
.tovar-ins__amount {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 6px;
}

.tovar-hover__buybtn,
.tovar-hover__open-btn,
.knopka {
  border: 1px solid #a2a3a4;
  padding: 4px 24px;
  display: inline-block;
  /* margin: 8px 0 0; */
  text-transform: lowercase;
  font-size: 1.2em;
}

.food__price {
  font-weight: 400;
  font-size: 24px;
}

.food__price::after {
  content: "₽";
  padding-left: 4px;
}

.item__slider {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.item-left {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 100;
  border-radius: 50%;
  border: 1px solid #000;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  transition: 1s;
}

.item-right {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 100;
  border-radius: 50%;
  border: 1px solid #000;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  transition: 1s;
}

.item-left:hover,
.item-right:hover {
  background-color: #000;
  transition: 1s;
}

.item-left:hover img,
.item-right:hover img {
  filter: invert(1);
  transition: 1;
}

.owl-carouselFood .owl-stage {
  display: flex;
  padding-right: 2px;
  margin-left: 2px;
}

.food__text {
  height: 60px;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 12px;
}

.opisanie__item {
  margin-bottom: 12px;
  font-size: 18px;
}

.opisanie__title {
  font-weight: 600;
  margin-bottom: 8px;
}

.opisanie-price__block {
  margin: 16px 0;
}

.tovar-ins__amount {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 42px;
}

.opisanie-price__left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 20px;
}

.tovar-hover__amount-input,
.tovar-ins__amount-input-1 {
  font-size: 14px;
  text-align: center;
  color: #121212;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffd700;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: none;
  outline-style: none;
}

.tovar-ins__plus-1,
.tovar-ins__minus-1,
.tovar-ins__plus,
.tovar-ins__minus,
.tovar-hover__minus,
.tovar-hover__plus {
  font-size: 20px;
  text-align: center;
  color: #121212;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffd700;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  user-select: none;
  cursor: pointer;
}

.tovar-ins__plus-1:hover,
.tovar-ins__minus-1:hover {
  cursor: pointer;
}

.tovar-ins__amount-input {
  padding: 12px 2px;
  margin: 0 2px;
  width: 32px;
  font-weight: 600;
  border: none;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.tovar-ins__plus:hover,
.tovar-ins__minus:hover {
  cursor: pointer;
}

.opisanie-price__vivod {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.tovar-ins__price-old {
  padding-right: 12px;
  text-decoration: line-through;
  color: #c72c48;
  font-size: 26px;
  font-weight: 900;
}

.food__slider-inner {
  position: relative;
}

.tovar-ins__btn {
  text-align: center;
  padding: 10px 32px;
  border: 1px solid #000;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  background-color: #fff;
}

.tovar-ins__btn:hover {
  background-color: #000;
  color: #fff;
}

.food-left {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 100;
  border-radius: 50%;
  border: 1px solid #000;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  transition: 1s;
}

.food-right {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 100;
  border-radius: 50%;
  border: 1px solid #000;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  transition: 1s;
}

.food-left:hover,
.food-right:hover {
  background-color: #000;
  transition: 1s;
}

.food-left:hover img,
.food-right:hover img {
  filter: invert(1);
  transition: 1;
}

.cart__itog {
  border-radius: 30px;
  padding: 15px;
  background: #a2a3a4;
}

.cart__itog-title {
  color: #ffd700;
  font-size: 16px;
  margin-bottom: 20px;
}

.cart__itog-item {
  color: #fff;
  margin-bottom: 10px;
}

.table-cart {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.table-cart tr th {
  padding: 8px 12px;
  text-align: center;
}

.table-cart tr td:nth-child(1) {
  width: 15%;
}

.table-cart tbody td {
  padding: 10px;
}

.cart-link {
  color: #000;
  font-size: 12px;
}

.cart__img-inn {
  width: 100%;
}

.lineQty {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-remove-line {
  font-size: 20px;
  text-align: center;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #a2a3a4;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: auto;
  transform: rotate(45deg);
  border: 1px solid #a2a3a4;
}

.cart-remove-line:hover {
  background: #fff;
  color: #a2a3a4;
}

.food__price {
  white-space: nowrap;
}

.promo__text {
  margin: 20px 0;
  font-size: 18px;
}

.promo__input::placeholder {
  color: #333;
}

#payment {
  background-color: #ffd700;
  color: #000;
  border-radius: 14px;
}

.modalToCart,
.modalNon {
  z-index: 1001;
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 450px;
  transform: translateX(-50%) translateY(-50%);
  background-color: #ffffff;
  border: 2px solid #000000;
}

.modal-non {
  margin-bottom: 16px;
}

.modalToCart__inner,
.modalNon {
  padding: 16px;
  text-align: center;
}

.modalToCart__tocart,
.modal-non__btn a {
  display: inline-block;
  padding: 8px 16px;
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  margin-right: 16px;
}

.modalToCart__tocart:hover,
.modalToCart__tocart:focus,
.modalToCart__tocart:active {
  color: #ffffff;
}

.mobile-wa {
  display: none;
}

@media (max-width: 992px) {
  .modalToCart__tocart {
    display: block;
    margin-right: 0;
    margin-bottom: 8px;
  }
}

.modalToCart__cancel {
  display: inline-block;
  padding: 8px 16px;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  text-decoration: none;
}

.modalToCart__cancel:hover,
.modalToCart__cancel:focus,
.modalToCart__cancel:active {
  color: #000000;
}

@media (max-width: 992px) {
  .modalToCart__cancel {
    display: block;
  }
}

.modalToCart__text {
  text-align: center;
  font-weight: 700;
  margin-bottom: 8px;
}

.fast-zakaz {
  width: auto;
  max-width: 100%;
  padding: 30px;
}

.fast-flex {
  display: flex;
  justify-content: space-between;
}

.fast__item {
  width: 50%;
  padding: 12px;
}

.fast__item img {
  width: 100%;
}

.modalMain__input {
  padding: 15px 20px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  background-color: inherit;
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 50px;
  outline-style: none;
}

.modalMain__input::placeholder {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}

.modalMain__input:hover {
  background: #ababab;
  transition: 1s;
}

.modalMain__input:active,
.modalMain__input:focus {
  background: #ffffff;
  color: #121212;
}

#ButtonFastOrder {
  cursor: pointer;
}

.calc-torts__main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin: 30px 0;
}

.calc-torts__input {
  width: 100%;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 14px;
  color: #121212;
  background-color: inherit;
  border: 1px solid #e1e1e1;
  border-radius: 50px;
  outline-style: none;
}

.calc-torts__elem button {
  width: 100%;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 14px;
  color: #121212;
  background-color: inherit;
  border: 1px solid #e1e1e1;
  border-radius: 50px;
  outline-style: none;
}

.calc-torts__summary span {
  font-size: 26px;
  font-weight: 600;
}

.calc-torts__submain {
  display: flex;
  justify-content: flex-start;
  align-self: center;
  grid-gap: 30px;
  margin-bottom: 30px;
}

.gallery3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin: 30px 0;
}

.gallery2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.gallery__item img {
  width: 100%;
}

.part-plusi {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
  margin-bottom: 30px;
  margin: 30px 0;
}

.part-plusi4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-bottom: 30px;
  margin: 30px 0;
}

.part-plusi__item {
  text-align: center;
}

.part-plusi__numb {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  background-color: #ffd700;
  border-radius: 50%;
  margin: 0 auto 10px;
}

.part-plusi__text {
  text-align: center;
  font-size: 16px;
}

@media (max-width: 1429px) {
  .plitka-inner {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1200px) {
  .fast-zakaz {
    width: 98%;
  }
}

@media (max-width: 992px) {
  .mb2 {
    margin-bottom: 20px;
  }
  .plitka-inner {
    grid-template-columns: repeat(3, 1fr);
  }
  .calc-torts__main {
    grid-template-columns: repeat(2, 1fr);
  }

  .part-plusi {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .plitka-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .opisanie-price__left {
    flex-direction: column;
    grid-gap: 20px;
  }

  .fast-flex {
    flex-direction: column;
  }

  .fast__item {
    width: 100%;
  }

  .fast__item img {
    width: 100px;
  }

  .gen__title,
  .ourwork__title,
  .big-title__title,
  .our-work__title {
    font-size: 28px;
  }

  .slider__title {
    font-size: 32px;
  }

  .footer-form {
    padding: 20px 10px;
  }

  .form-right {
    text-align: center;
    width: 100%;
  }

  .mobile-wa {
    display: block;
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 999;
  }

  .mobile-wa a {
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    border-radius: 80px;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(
      95deg,
      rgb(47, 50, 74) 20%,
      rgb(66, 72, 103) 80%
    );
  }
  .calc-torts__main {
    grid-template-columns: repeat(1, 1fr);
  }

  .calc-torts__submain {
    flex-direction: column;
    align-items: center;
    grid-gap: 20px;
  }

  .calc-torts__summary {
    text-align: center;
  }

  .gallery3,
  .gallery2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .part-plusi {
    grid-template-columns: repeat(1, 1fr);
  }

  .gen-slider__ins {
    min-height: 100px;
  }
}

@media (max-width: 450px) {
  .plitka-inner {
    gap: 10px;
  }

  .footer-contakt {
    padding: 20px 10px;
  }

  .plitka-bot__btn {
    flex-direction: column;
  }
  
  .plitka-item__title {
    font-size: 14px;
  }

  .food__price {
    font-size: 20px;
  }

  .shapka-ins,
  .is-sticky .shapka {
    padding: 14px 12px;
  }

  .shapka {
    left: 0;
    padding: 0 15px;
    top: 30px;
    width: 100%;
  }

  .shapka-right {
    grid-gap: 5px;
  }
}

.error__msg {
  color: red;
}

.error_msg {
  position: fixed;
  font-size: 1.2em;
  background: #ffffff;
  z-index: 1001;
  padding: 20px;
  border: 1px solid;
  border-radius: 20px;
  transform: translateX(-50%);
  left: 50%;
}

.btn-orange {
  background: #ffd700;
}

.action-stick {
  /*   display: none; */
  margin-top: -40px;
  padding: 8px 24px;
  background: rgba(162, 163, 164, 0.9);
  border: 1px solid #c5c5c5;
  /* backdrop-filter: blur(25px); */
  border-radius: 20px;
}

@media (max-width: 992px) {
  .action-stick {
    margin-top: 0;
  }
}

.action-stick__text {
  display: block;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em;
  cursor: pointer;
}

.action-stick__text:hover,
.action-stick__text:focus,
.action-stick__text:active {
  color: #ffffff;
}

.sticky-me {
  margin-top: -20px;
  width: 100%;
  left: 0;
  position: fixed;
  top: 100px;
  z-index: 900;
}

#FortuneWheel,
.wheel {
  width: 100%;
}

.wheel {
  overflow: hidden;
}

.fortune-wheel-form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fortune-wheel-form__inner {
  min-width: 50%;
  max-width: 50%;
}

.wheel-prize-area__text,
.fortune-wheel-form__text {
  font-weight: 700;
  font-size: 2em;
  text-align: center;
}

.fortune-wheel-form__row {
  margin: 8px 0;
}

.fortune-wheel-form__button-area {
  text-align: center;
}

.fortune-wheel-form__btn-send {
  background-color: #ffd700;
  color: #000000;
}

.fortune-wheel-form__btn-send:hover,
.fortune-wheel-form__btn-send:focus,
.fortune-wheel-form__btn-send:active {
  background-color: #000000;
  color: #ffffff;
}

#FortuneWheel {
  display: none;
}

#PrizeArea {
  display: none;
}

.ny-modal {
  width: 610px;
  height: 420px;
  max-width: 100%;
  background-image: url(/img/bbg.png);
  background-size: cover;
  text-align: left;
  padding: 58px 40px;
  border-radius: 20px;
}

.ny-modal .modal-close {
  right: 20px;
  top: 20px;
}

.ny-modal__title {
  text-shadow: 0 0 8px #888;
  color: #fff;
  font-family: Apparel;
  font-size: 34px;
  font-weight: 700;
  line-height: 110%;
  width: 302px;
  margin-bottom: 10px;
}

.ny-modal__title span {
  color: #fe4e00;
  font-size: 48px;
}

.ny-star {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
  color: #fff;
}

.ny-btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ny-btn a {
  padding: 10px 15px;
  border-radius: 10px;
  width: 250px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  display: inline-block;
}

.ny-btn__wt a {
  border: 1px solid #fff;
  background: #fff;
  color: #171717;
}

.ny-btn__in a {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: inherit;
  color: #fff;
}

.blackFriday {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}

.blackFriday__bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
}

.blackFriday__inner {
  position: absolute;
  background: #a2a3a4;
  border-radius: 0px;
  max-width: 96%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1005;
  padding: 0;
  text-align: center;
}

.blackFriday img {
  max-width: 600px;
}

.header-special {
  text-align: center;
  padding: 8px 24px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #c5c5c5;
  backdrop-filter: blur(25px);
  border-radius: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em;
}

.modalAkcii__title {
  font-size: 24px;
  line-height: 130%;
  color: #fff;
}

.partners-inner {
  font-size: 1.4em;
}

.partners-inner__main-text {
  text-align: center;
  width: 60%;
  margin: 32px auto 32px;
}

@media (max-width: 992px) {
  .partners-inner__main-text {
    width: 100%;
  }
}

.partners-inner__first-part,
.partners-inner__second-part {
  display: flex;
  width: 80%;
  margin: 32px auto;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 992px) {
  .partners-inner__first-part,
  .partners-inner__second-part {
    flex-direction: column;
    width: 100%;
  }

  .partners-inner__second-part {
    flex-direction: column-reverse;
  }
}

.partners-inner__header {
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 16px;
}
.partners-inner__part-text {
  margin: 24px 24px;
}

@media (max-width: 992px) {
  .partners-inner__part-text {
    margin: 24px auto;
  }
}

.partners-inner__image img {
  width: 100%;
}

.partners-inner__download-area {
  margin: 32px auto;
  text-align: center;
}

.partners-inner__btn--download {
  padding: 18px 64px;
  color: #888888;
}

.partners-inner__btn--download:hover,
.partners-inner__btn--download:focus,
.partners-inner__btn--download:active {
  color: #000000;
  border-color: #000000;
  background-color: transparent;
}

.partners-inner__phone-area {
  margin: 32px auto;
  text-align: center;
}

.partners-inner__btn--phone {
  color: #000000;
  font-size: 1.4em;
}

.partners-inner__btn--phone:hover,
.partners-inner__btn--phone:focus,
.partners-inner__btn--phone:active {
  color: #000000;
}

.mobile-search {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.search-input {
  width: 100%;
  background-color: inherit;
  border: 1px solid #ffffff;
  border-radius: 80px;
  padding: 11px 20px;
  outline-style: none;
}

.search-input::placeholder {
  color: #fff;
}

.search-input:focus {
  background-color: #fff;
}

@media (max-width: 992px) {
  body {
    padding: 0 10px;
  }

  .container {
    padding: 0;
  }
}

@media (max-width: 450px) {
  .shapka__logo img {
    height: 30px;
  }

  .shapka-btn,
  .line-top__icon,
  .mobile-menu__closed {
    width: 50px;
    height: 40px;
  }

  .mobile-menu__logo img {
    height: 30px;
  }
}

@media (max-width: 350px) {
  .shapka-btn,
  .line-top__icon,
  .mobile-menu__closed {
    width: 40px;
    height: 30px;
  }

  .tg-btn {
    font-size: 16px;
  }

  .shapka-btn img {
    height: 16px;
  }

  .shapka__logo img {
    height: 24px;
  }

  .mobile-menu__logo img {
    height: 24px;
  }
}


.breadcrumbs {
    padding: 0 0 16px 0;
}

.breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.breadcrumbs ul li {
    font-size: 1.1em;
}

.breadcrumbs ul li:after {
    content: "/";
    padding: 16px;
}

.breadcrumbs ul li:last-child:after {
    content: "";
}

.breadcrumbs ul li a {
    color: #000000;
}

.food__slider {
  display: none;
}