/* Theme Name: Stebnev Studio Theme Description: Персональная тема для клиента Author: Stebnev-Studio Author URI: http://stebnev-studio.ru Version: 1.3 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  min-width: 320px;
}
html {
  font-size: 16px;
  line-height: auto;
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  font-family: "AG_Futura";
  color: #353535;
  position: relative;
  padding-bottom: 110px;
  -webkit-overflow-scrolling: touch;
}
body.menu-opened {
  height: 100%;
  overflow: hidden;
}

input,
textarea {
  font-size: 24px;
  line-height: 1;
  resize: vertical;
}
p {
  font-size: 16px;
  line-height: 1.7em;
  color: #353535;
  margin-bottom: 1.5em;
}
p a {
  border-bottom: 1px solid #d24a43;
}
p a:visited {
  color: #672b2a;
}

h2.title-2 {
  font-size: 1.8em;
  line-height: 1.3em;
  margin-bottom: 1em;
  margin-top: 0;
  text-transform: uppercase;
}
img {
  width: 100%;
  height: auto;
}
a,
button {
  text-decoration: none;
  color: #353535;
}
.form-group button {
  background: none;
}
a:hover,
button:hover,
a:focus,
button:focus,
a:active,
button:active {
  text-decoration: none;
  outline-style: none;
  outline: 0;
  color: #d24a43;
}
.anchor {
  font-family: "FuturaBookC";
  font-style: italic;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 80px;
  position: relative;
}
.anchor:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #d24a43;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.transition {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.hatching-block,
.hatching-block--static {
  height: 80px;
  width: 0;
  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0) 49.9%, #d75d57 49.9%, #d75d57 60%, rgba(0, 0, 0, 0) 60%) fixed,
    -webkit-linear-gradient(45deg, #d75d57 10%, rgba(0, 0, 0, 0) 10%) fixed;
  background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0) 49.9%, #d75d57 49.9%, #d75d57 60%, rgba(0, 0, 0, 0) 60%) fixed,
    -o-linear-gradient(45deg, #d75d57 10%, rgba(0, 0, 0, 0) 10%) fixed;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 49.9%, #d75d57 49.9%, #d75d57 60%, rgba(0, 0, 0, 0) 60%) fixed,
    linear-gradient(45deg, #d75d57 10%, rgba(0, 0, 0, 0) 10%) fixed;
  -webkit-background-size: 0.8em 0.8em;
  background-size: 0.8em 0.8em;
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.brake-line {
  position: absolute;
  height: 86px;
  background: #e8ebea;
}
.frame-btn {
  font-family: "FuturaBookC";
  letter-spacing: 1px;
  line-height: 10px;
  display: inline-block;
  padding: 25px 30px;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  width: 144px;
  height: 60px;
}
.frame-btn__text {
  color: #d24a43;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
  position: relative;
}
.frame-btn--reverse .frame-btn__text {
  color: #fff;
}
.frame-btn--reverse:hover .frame-btn__text {
  color: #d24a43;
}
.frame-btn:hover .frame-btn__text {
  color: #fff;
}
.frame-btn__solid {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  background-color: #d24a43;
  width: 124px;
  height: 40px;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  opacity: 0;
  -webkit-transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.frame-btn--reverse .frame-btn__solid {
  opacity: 1;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.frame-btn:hover .frame-btn__solid {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.frame-btn--reverse .frame-btn:hover .frame-btn__solid {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.frame-btn__outline {
  position: absolute;
  top: 0;
  left: 0;
}
.frame-btn__outline--tall {
  margin: 0 5px;
  width: 134px;
  height: 100%;
}
.frame-btn__outline--flat {
  margin: 5px 0;
  height: 50px;
  width: 100%;
}
.frame-btn__line {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.frame-btn__line--tall:before,
.frame-btn__line--tall:after {
  height: 100%;
  width: 1px;
  top: 0;
}
.frame-btn:hover .frame-btn__outline--flat .frame-btn__line--tall:before,
.frame-btn:hover .frame-btn__outline--flat .frame-btn__line--tall:after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
.frame-btn:hover .frame-btn__outline--tall .frame-btn__line--tall:before,
.frame-btn:hover .frame-btn__outline--tall .frame-btn__line--tall:after {
  margin: 5px 0;
  height: -webkit-calc(100% - (5px * 2));
  height: calc(100% - (5px * 2));
}
.frame-btn__line--tall:before {
  left: 0;
}
.frame-btn__line--tall:after {
  right: 0;
}
.frame-btn__line--flat:before,
.frame-btn__line--flat:after {
  width: 100%;
  height: 1px;
  left: 0;
}
.frame-btn:hover .frame-btn__outline--tall .frame-btn__line--flat:before,
.frame-btn:hover .frame-btn__outline--tall .frame-btn__line--flat:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.frame-btn:hover .frame-btn__outline--flat .frame-btn__line--flat:before,
.frame-btn:hover .frame-btn__outline--flat .frame-btn__line--flat:after {
  margin: 0 5px;
  width: 134px;
}
.frame-btn__line--flat:before {
  top: 0;
}
.frame-btn__line--flat:after {
  bottom: 0;
}
.frame-btn__line:before,
.frame-btn__line:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #d24a43;
  -webkit-transition: 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.frame-btn:hover .frame-btn__line:before,
.frame-btn:hover .frame-btn__line:after {
  -webkit-transition: 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.vignette {
  position: absolute;
  width: 104px;
  height: 104px;
  background: url("/img/bg/vignette.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.back-to-top {
  display: none;
  position: fixed;
  bottom: 0;
  right: -45px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left bottom 0;
  -ms-transform-origin: left bottom 0;
  transform-origin: left bottom 0;
  cursor: pointer;
  background: rgba(53, 53, 53, 0.5);
  height: 45px;
  width: 45px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  padding-left: 14px;
  padding-top: 8px;
}
.back-to-top__text {
  display: none;
}
.back-to-top__angle {
  display: inline-block;
  height: 8px;
  width: 8px;
  border-top: 1px solid #353535;
  border-right: 1px solid #353535;
  border-bottom: 1px solid transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#light .loader {
  top: 0;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.loader .progress {
  height: 2px;
}
.loader .progress-bar {
  background-color: #d24a43;
  -webkit-transition: all 2.3s;
  -o-transition: all 2.3s;
  transition: all 2.3s;
  width: 0;
}
.parallax-loader-bg {
  display: none;
}
.loader-progress-bar {
  width: 211px;
}
.loader-progressbar {
  padding-right: 40px;
  padding-left: 40px;
}
.loader-img {
  margin-bottom: 45px;
}
.procent {
  text-align: center;
  margin-top: 3px;
  height: 25px;
}
.header {
  background: transparent;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header--fixed {
  background: rgba(0, 0, 0, 0.65);
}
.header--fixed .header__navi ul li a,
.header--fixed.header--inverse .header__navi ul li a {
  padding: 15px 0;
}
.header--fixed .header__logo,
.header--fixed.header--inverse .header__logo {
  width: 140px;
}
.header--fixed.header--inverse {
  background: rgba(255, 255, 255, 0.65);
}
.header--active {
  background: rgba(0, 0, 0, 0.9);
  min-height: 100vh;
  height: 100%;
  overflow: auto;
}
.header--active .navbar-nav {
  /*min-height: 500px;*/
  overflow: auto;
  display: block;
}
.header--active.header--inverse {
  background: rgba(255, 255, 255, 0.9);
}
.header--inverse {
  background: rgba(255, 255, 255, 0.65);
}
.header--inverse .header__nav-link {
  color: #252525;
}
.header--inverse .header__nav-link:hover,
.header--inverse .header__nav-link:active,
.header--inverse .header__nav-link:focus,
.header--inverse .header__nav-link--active {
  color: #d24a43;
}
.header__row {
  padding: 10px 0;
}
.header__logo {
  width: 150px;
}
.navbar-nav {
  display: block;
}
.header__navi {
  display: none;
}
.nav.navbar-nav.navbar-left {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-top: 40px;
}
.header__list-item {
  display: block;
  font-size: 20px;
}
.header__nav-link {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #fff;
  display: block;
  padding: 15px 0;
  text-align: center;
}
.header__navi ul li a {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #252525;
  display: block;
  padding: 15px 0;
  text-align: center;
}
.home .header__navi ul li a {
  color: #fff;
}
.header__navi ul li a:hover,
.header__navi ul li a:active,
.header__navi ul li a:focus,
.header__navi ul li.active a {
  color: #d24a43;
}
.header__navi ul li.active a {
  border-bottom: 1px solid #d24a43;
  border-top: 1px solid #d24a43;
}
.mobile-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-block__burger {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-block__burger--active .nav-block__burger-lines {
  background: transparent;
}
.nav-block__burger--active .nav-block__burger-lines:before {
  top: 0;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
.nav-block__burger--active .nav-block__burger-lines:after {
  bottom: 0;
  -webkit-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
.nav-block__burger-lines {
  display: block;
  width: 30px;
  height: 3px;
  background: #d24a43;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.nav-block__burger-lines:before,
.nav-block__burger-lines:after {
  position: absolute;
  left: 0;
  content: "";
  width: 30px;
  height: 3px;
  background: #d24a43;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.nav-block__burger-lines:before {
  top: -10px;
}
.nav-block__burger-lines:after {
  bottom: -10px;
}
.footer {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.footer .hatching-block--static {
  position: static;
  width: 100%;
  height: 18px;
}
.footer-info {
  padding-top: 25px;
  padding-bottom: 25px;
  color: #363636;
  font-size: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: -0.7px;
}
.footer-info img {
  width: 27px;
}
.footer-info__link {
  color: #363636;
}
.footer-info__link:hover,
.footer-info__link:active,
.footer-info__link:focus {
  color: #d24a43;
}
.footer-info__owner {
  padding-right: 0;
  padding-left: 0;
}
.breadcrumbs {
  margin-top: 120px;
  color: #797979;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.breadcrumbs a {
  color: #797979;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus,
.breadcrumbs a:active {
  color: #d24a43;
}
.fadeInSingle {
  display: none;
}
.restaurant-single {
  background: #050505;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url("./img/bg/single-restaurant.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: absolute;
}
.restaurant-single-bg-mask {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.restaurant-single__logo {
  display: block;
}
.rest__btn {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  height: 30px;
  width: 30px;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.rest__btn:last-child {
  margin-right: 0;
}
.rest__btn--prev:before,
.rest__btn--next:before,
.rest__btn--close:before,
.rest__btn--close:after {
  content: "";
  height: 8px;
  width: 8px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.rest__btn--prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rest__btn--next:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.rest__btn--close {
  background: #d24a43;
}
.rest__btn--close:before {
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 1px;
  height: 12px;
  background: #fff;
}
.rest__btn--close:after {
  border-top: 0;
  border-left: 0;
  height: 1px;
  width: 12px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.restaurant-single__title,
.restaurant-single__desc {
  color: #fff;
}
.restaurant-single__title {
  font-size: 20px;
  line-height: 1.25em;
  height: 50px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.restaurant-single__desc {
  margin-bottom: 15px;
}
.restaurant-single__desc a {
  color: #fff;
}
.restaurant-single__desc a:hover,
.restaurant-single__desc a:active,
.restaurant-single__desc a:focus {
  color: #d24a43;
}
.restaurant-single__table {
  text-align: center;
}
.restaurant-single__item,
.restaurant-single__button {
  text-align: center;
}
.restaurant-single__button {
  margin-bottom: 15px;
  margin-top: 15px;
}
.restaraunts-main-wrapper {
  position: relative;
  background-image: url("./img/bg/restaurants-bg.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
}

.restaraunts-main-wrapper .video-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.restaraunts-main-wrapper .video-wrapper video {
}
.restaurants-slider {
  position: relative;
}
.restaurants {
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.restaurants-slider .slick-dots {
  bottom: 5%;
}
.restaurants-slider .slick-dots li {
  margin: 0;
  width: 6px;
  margin-right: 15px;
}
.restaurants-slider .slick-dots li:last-child {
  margin-right: 0;
}
.restaurants-slider .slick-dots li button {
  border: 1px solid #fff;
  height: 6px;
  width: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
}
.restaurants-slider .slick-dots li button:before {
  color: transparent;
}
.restaurants-slider li.slick-active button:before {
  content: "";
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.restaurant__card {
  display: inline-block;
  background: transparent;
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  width: 100%;
  height: 100vh;
  white-space: normal;
  -webkit-transition: background 0.35s ease-in;
  -o-transition: background 0.35s ease-in;
  transition: background 0.35s ease-in;
  color: #fff;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.restaurant__card:hover,
.restaurant__card:active,
.restaurant__card:focus {
  color: #fff;
}
.restaurant__card:hover .restaurant__link,
.restaurant__card:active .restaurant__link,
.restaurant__card:focus .restaurant__link {
  -webkit-transform: translate3d(0, -500%, 0);
  transform: translate3d(0, -500%, 0);
}
.restaurant__text {
  text-align: center;
  position: absolute;
  top: 45%;
  right: 15%;
  left: 15%;
  color: #fff;
  transform: translate(0, -50%);
}
#restaurantsMobile .restaurant__text {
  position: absolute;
  height: auto;
  top: 45%;
  right: 10%;
  left: 10%;
  transform: translate(0, -50%);
}
.restaurant__title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
.restaurant__desc {
  display: none;
}
.restaurant__desc > p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.7em;
  color: #fff;
}
.restaurant__link {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  text-align: center;
  text-decoration: underline;
  color: #fff;
  -webkit-transition: all 1.5s ease-in;
  -o-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
}
#restaurantsMobile .restaurant__link {
  bottom: 20%;
}
.about {
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 30px;
}
.about .hatching-block {
  right: 0;
  top: -40px;
}
.about__img {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.about__img .vignette {
  top: -17px;
  right: -17px;
}
.about__bg {
  display: none;
}
.about__button {
  margin-bottom: 30px;
}
.advantages {
  padding-top: 40px;
  padding-bottom: 40px;
}
.advantages-col {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.advantage__card {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  margin-bottom: 40px;
  margin-right: 20px;
  margin-left: 20px;
}
.advantage__card:nth-child(1) .advantage__masked-text {
  background: url("./img/gif/gif1.gif") center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.advantage__card:nth-child(2) .advantage__masked-text {
  background: url("./img/gif/gif2.gif") center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.advantage__card:nth-child(3) .advantage__masked-text {
  background: url("./img/gif/gif3.gif") center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.advantage__card:nth-child(4) .advantage__masked-text {
  background: url("./img/gif/gif4.gif") center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.advantage__masked-text {
  font-size: 6.8em;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .advantage__masked-text {
    /*     background: url('./img/gif/gif2.gif') center!important; */
    background: black !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
  .simbol__blend-bg {
    background-image: url("https://burgergroup.ru/content/uploads/2018/10/barak.jpg") !important;
  }
}

.charity__img img {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.advantage__title {
  font-size: 2em;
}
.people {
  position: relative;
}
.people__bg {
  display: none;
}
.people__text {
  padding-top: 20px;
  padding-bottom: 20px;
}
.people__photos {
  position: relative;
  margin-bottom: 30px;
}
.people-list {
  grid-template-columns: 1fr;
}
.people__slider {
  position: relative;
}
.people__slider .slick-dots {
  bottom: 35px;
}
.people__slider .slick-dots li {
  margin: 0;
  width: 6px;
  margin-right: 15px;
}
.people__slider .slick-dots li:last-child {
  margin-right: 0;
}
.people__slider .slick-dots li button {
  border: 1px solid #fff;
  height: 6px;
  width: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
}
.people__slider .slick-dots li button:before {
  color: transparent;
}
.people__slider li.slick-active button:before {
  content: "";
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.slick-slide {
  outline-style: none;
  outline: 0;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.people__card {
  max-width: 290px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
}

.people__card-img {
  margin-bottom: 20px;
}
.people__card-text {
  position: absolute;
  color: #fff;
  bottom: 30px;
  left: 0;
  right: 0;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 15px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.68) 45%, rgba(0, 0, 0, 0.68) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(45%, rgba(0, 0, 0, 0.68)),
    to(rgba(0, 0, 0, 0.68))
  );
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.68) 45%, rgba(0, 0, 0, 0.68) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.68) 45%, rgba(0, 0, 0, 0.68) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ad000000', GradientType=0);
}
.people__card-name {
  font-size: 20px;
  line-height: 1.25em;
}
.people__card-position {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.15em;
}
.arrows {
  display: none;
}
.simbol-restaurants {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.restaurants-parallax-y-bg {
  display: none;
}
.simbol-restaurants__container {
  position: relative;
}
.simbol-restaurants__container .hatching-block {
  right: 0;
  bottom: 0;
  z-index: -1;
}
.simbol__col {
  margin-bottom: 30px;
  padding-right: 0;
  padding-left: 0;
}
.svgSymbol {
  display: none;
}
.simbol__card {
  display: block;
  background: #e8ebea;
  height: 400px;
  overflow: hidden;
  text-align: center;
  position: relative;
  color: #353535;
}
.simbol__card:hover,
.simbol__card:active,
.simbol__card:focus {
  color: #353535;
}
.simbol__text {
  position: absolute;
  top: 0;
  z-index: 20;
  height: 100%;
  width: 100%;
  padding: 20px 20px;
}
.simbol__title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.simbol__desc {
  font-size: 16px;
  line-height: 1.7em;
}
.simbol__mask-bg-color {
  background: #e8ebea;
}
.simbol__blend {
  mix-blend-mode: multiply;
}
.simbol__blend-bg {
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
.simbol__blend-screen-mask {
  background: #fff;
  overflow: hidden;
  mix-blend-mode: screen;
}
.circle-follow {
  font-family: "FuturaDemiC";
  font-size: 219px;
  line-height: 0.8;
  overflow: hidden;
  position: absolute;
  top: 55%;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.simbol__logo {
  max-height: 79px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.simbol__logo img {
  width: auto;
  object-fit: contain;
  margin-left: auto;
  height: auto;
}
.partners-block {
  position: relative;
  padding-bottom: 120px;
  padding-top: 200px;
}
.partners-block .brake-line {
  right: 0;
  bottom: 0;
  width: 90%;
}
.partners-block .hatching-block {
  left: 10%;
  bottom: -43px;
}
.partners-row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.partners-parallax-y-bg {
  overflow-x: hidden;
  position: absolute;
  height: 400px;
  width: 100%;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
}
.partners-parallax-y-bg img {
  width: 100%;
}
.partner-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
.delivery {
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
}
.delivery .anchor {
  margin-bottom: 40px;
}
.delivery__bg {
  display: none;
}
.delivery__text {
  margin-bottom: 50px;
}
.delivery__desc {
  margin-bottom: 40px;
}
.delivery__button {
  margin-bottom: 40px;
}
.delivery__img {
  position: relative;
  width: 100%;
  text-align: right;
}
.delivery__img .vignette {
  top: -15px;
  right: -15px;
}
.delivery__img .hatching-block {
  right: -15px;
  bottom: 25px;
  z-index: -1;
}
.delivery__img-desc {
  margin-top: 20px;
  font-size: 14px;
  font-style: italic;
}
.charity {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.charity-bg {
  position: absolute;
  height: 899px;
  top: 0;
  right: 0;
  left: 0;
  background: #e8ebea;
  z-index: -2;
}
.charity__text {
  padding-top: 40px;
}
.charity__button {
  margin-top: 40px;
  margin-bottom: 60px;
}
.charity__img {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.charity__img .hatching-block {
  z-index: -1;
}
.charity__img .hatching-block--left {
  left: -15px;
  bottom: -15px;
}
.charity__img .hatching-block--right {
  right: -15px;
  bottom: -15px;
}
.contact-form-block {
  padding-top: 30px;
  padding-bottom: 70px;
}
.items-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.items-group .form-group {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.form-group {
  position: relative;
  margin-bottom: 25px;
  margin-top: 20px;
}
.input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #353535;
  outline: 0;
  color: #353535;
  background: transparent;
  height: 48px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.input:hover,
.input:active,
.input:focus {
  border-color: #d24a43;
  color: #d24a43;
}
.form-group:hover .label,
.form-group:active .label,
.form-group:focus .label {
  color: #d24a43;
}
.label.label--valid {
  top: -20px;
}
.label--valid.label--textarea {
  top: -30px;
}
textarea.input {
  padding-top: 12px;
  overflow: hidden;
  min-height: 48px;
}
.label {
  position: absolute;
  left: 0;
  top: 14px;
  font-size: 16px;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.checkbox-label {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.checkbox-custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #d24a43;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 0;
}
.checkbox-custom:before {
  content: "";
  background: transparent;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.checkbox-input {
  position: absolute;
  top: 3px;
  left: 2px;
  z-index: -2;
  opacity: 0;
}
.checkbox-input:checked + .checkbox-custom:before {
  background: #d24a43;
}
.checkbox-text {
  display: inline-block;
  padding-left: 23px;
}
.contact-form__button {
  text-align: center;
}

.hidden {
  display: none;
}
.contacts {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.contacts-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.contacts-data-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
  flex-wrap: wrap;
  height: fit-content;
}
.contacts__link_adress,
.contacts__link {
  padding-bottom: 3px;
  color: #353535;
  border-bottom: 1px solid #d24a43;
}
.contacts__group {
  margin-bottom: 30px;
  width: calc(50% - 33px);
}
.contacts__title {
  color: #ca180d;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin-bottom: 15px;
}
.contacts__desc {
  margin-bottom: 15px;
  width: max-content;
}
.contacts__link {
  color: #353535;
}
.contacts__link:hover,
.contacts__link:active,
.contacts__link:focus {
  color: #d24a43;
}
.contacts-form-block {
  background: #f34639;
  text-align: center;
  padding: 100px 60px;
}

.contacts-form-block br {
  display: none;
}
#map {
  height: 400px;
  width: 100%;
}
.delivery-img {
  position: relative;
  padding-right: 2.5%;
  padding-left: 2.5%;
  margin-bottom: 50px;
}
.delivery-img-bg {
  position: absolute;
  top: 110px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 95%;
  margin: auto;
  background: #f0f0f0;
  z-index: -1;
}
.delivery-desc-block {
  padding-top: 50px;
  padding-bottom: 50px;
}
.delivery-desc__img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.delivery__desc-img {
  text-align: right;
  position: relative;
}
.delivery__desc-img .hatching-block {
  position: absolute;
  left: -20px;
  bottom: 20px;
}
.delivery-desc-block__button {
  margin-top: 40px;
  margin-bottom: 40px;
}
.benefits {
  padding-top: 60px;
  padding-bottom: 20px;
}
.benefit__card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 240px;
  text-align: center;
  margin-bottom: 30px;
}
.benefit__img {
  height: 50px;
  width: 50px;
  margin-bottom: 20px;
}
.benefit__title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.dishes {
  margin-top: 40px;
  margin-bottom: 80px;
  position: relative;
}
.dish__carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.dish__slide {
  position: relative;
  width: 33.33333333%;
  padding-bottom: 25px;
  height: 100%;
}
.dish__slide.slick-active .dish__name {
  opacity: 1;
}
.dish__slide:hover .dish__name {
  opacity: 1;
}
.dish__name {
  padding: 20px 20px 11px;
  text-align: center;
  max-width: 230px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.dishes-ar {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 60px;
  top: 30px;
  bottom: 25px;
  cursor: pointer;
  text-align: center;
  padding: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.dishes-ar--prev {
  left: 0;
  padding-left: 10px;
}
.dishes-ar--prev .dish-ar {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dishes-ar--next {
  right: 0;
  padding-right: 10px;
}
.dishes-ar--next .dish-ar {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.dish-ar {
  width: 20px;
  height: 20px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.albums {
  position: relative;
  overflo: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 40px;
}
.parallax-albums-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
}
.parallax-albums-bg img {
  width: 100%;
}
.albums__slider .slick-dots {
  bottom: -50px;
  right: 0;
  left: 0;
}
.albums__slider .slick-dots li button:before {
  content: " | ";
  left: 15px;
  top: -3px;
  color: #353535;
  opacity: 1;
  font-size: 20px;
}
.albums__slider .slick-dots li:last-child button:before {
  content: "";
}
.albums__slider .slick-dots li.slick-active button:before {
  color: #353535;
  opacity: 1;
}
.albums__slider .slick-dots li button {
  font-size: 16px;
  color: #353535;
}
.albums__slider .slick-dots li.slick-active button {
  color: #d24a43;
}
.album__col.slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.album__card {
  display: block;
  width: 100%;
}
.album__card:hover .album__title,
.album__card:active .album__title,
.album__card:focus .album__title {
  color: #d24a43;
}
.album__img {
  margin-bottom: 20px;
  position: relative;
}
.album__title {
  font-size: 20px;
  color: #353535;
  line-height: 1.25em;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.event-slider-block {
  width: 100%;
  padding-bottom: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.events-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.events-slider .slick-dots {
  bottom: -50px;
  right: 0;
  left: 0;
}
.events-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  border: 1px solid #d24a43;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.events-slider .slick-dots li.slick-active button {
  background: #d24a43;
}
.events-slider .slick-dots li button:before {
  content: "";
}
.events-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.event__slide.slick-slide {
  margin-right: 15px;
  margin-left: 15px;
}
.charity-about {
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 30px;
}
.charity-about__img {
  padding-top: 50px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.charity-about__bg {
  display: none;
}

.charity-about__text {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.upper {
  text-transform: uppercase;
}
.bold {
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}
.red {
  color: #d24a43;
}
.italic {
  font-style: italic;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.full-size {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.single-restaurants .header__row {
  display: none;
}
.single-restaurants .footer {
  display: none;
}
.modal-ajax {
  padding-right: 0 !important;
}
.modal-dialog-ajax {
  max-width: 100%;
  margin: 0;
}
.modal-content-ajax {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
}
.gal-pg-item {
  padding-bottom: 30px;
}
img.attachment-gallery_thumb.size-gallery_thumb.wp-post-image {
  height: auto;
}
.gallery-page {
  padding-top: 40px;
  padding-bottom: 140px;
}
.video-wrapper {
  display: none;
}
@media (min-width: 576px) {
  .footer-info {
    letter-spacing: normal;
  }
  .footer-info__owner {
    padding-right: 15px;
    padding-left: 15px;
  }
  .simbol__col {
    padding-right: 15px;
    padding-left: 15px;
  }
  .circle-follow {
    top: 45%;
    font-size: 270px;
  }
  .partners-parallax-y-bg {
    top: 80px;
  }
  .album__card {
    width: 419px;
  }
}
@media (min-width: 768px) {
  body {
    padding-bottom: 89px;
  }
  .back-to-top {
    bottom: 100px;
    right: -70px;
    height: auto;
    width: auto;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
  }
  #restaurantsMobile .restaurant__text {
    height: 300px;
  }
  .restaurant__title {
    margin-bottom: 50px;
  }
  .back-to-top__text {
    display: inline-block;
    font-size: 11px;
    color: #353535;
    text-transform: uppercase;
  }
  .footer-info {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .restaurant-single .container-fluid {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 1;
  }

  .restaurant-single__title {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .restaurant-single__desc {
    margin-bottom: 50px;
  }
  .restaurant-single__table {
    text-align: left;
  }
  .restaurant-single__table:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .restaurant-single__item,
  .restaurant-single__button {
    text-align: left;
  }
  .restaurant-single__button {
    margin-bottom: 30px;
  }
  .about {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .about__bg {
    display: block;
    position: absolute;
    background: #e8ebea;
    left: 0;
    top: 0;
    width: 50%;
    height: 80%;
    z-index: -2;
  }
  .slick-slide:not(.restaurant__card) {
    margin-top: 30px;
  }
  .people-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .people__card {
    position: static;
    max-width: 385px;
  }
  .people__card-text {
    position: static;
    background: none;
    padding: 0;
    color: #353535;
  }
  .arrows {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    top: 50%;
    border-top: 1px solid #d24a43;
    border-right: 1px solid #d24a43;
  }
  .arrows--prev {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .arrows--next {
    right: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .simbol__card {
    height: 500px;
  }
  .circle-follow {
    font-size: 300px;
  }
  .partners-block {
    padding-bottom: 170px;
  }
  .charity {
    padding-top: 80px;
  }
  .charity__imgs-block .charity__img {
    margin-bottom: 120px;
  }
  .charity__imgs-block .charity__img:last-child {
    margin-bottom: 0;
  }
  .items-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .items-group .form-group {
    margin-right: 30px;
  }
  .items-group .form-group:last-child {
    margin-right: 0;
  }
  .contacts-form-block {
    padding: 100px 60px;
  }
  .album__card {
    width: 330px;
  }
  .charity-about {
    margin-top: 60px;
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .arrows--prev {
    left: 50px;
  }
  .arrows--next {
    right: 50px;
  }
}
@media (min-width: 1600px) {
  .arrows--prev {
    left: 160px;
  }
  .arrows--next {
    right: 160px;
  }
}
@media (min-width: 992px) {
  h2.title-2 {
    font-size: 2.44em;
    margin-bottom: 1.7em;
  }
  .header__navi {
    display: block;
  }
  .parallax-loader-bg {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
  }
  .navbar-nav {
    display: block;
  }
  .nav.navbar-nav.navbar-left {
    padding-top: 0;
    display: inline-block;
  }
  .header__list-item {
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
  }
  .header__list-item:last-child {
    margin-right: 0;
  }
  .header__nav-link {
    padding: 15px 0;
    display: inline-block;
    margin-bottom: 0;
  }
  .header__navi ul li.active a {
    border: 0;
  }
  .header--fixed .header__navi ul li a,
  .header--fixed.header--inverse .header__navi ul li a {
    padding: 0;
  }
  .mobile-nav {
    display: block;
  }
  .nav-block__burger {
    display: none;
  }
  .nav-block__burger-lines {
    display: none;
  }
  .restaurant-single__desc {
    margin-bottom: 30px;
  }
  .restaurant-single__table {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
  }
  .restaurant-single__table:first-child {
    padding-left: 15px;
  }
  .restaurant-single__table:last-child {
    border-right: 0;
  }
  .restaurant__card {
    width: 350px;
  }
  .restaurant__text {
    top: 50%;
  }
  .benefit__card {
    margin-bottom: 0;
  }
  .about {
    padding-top: 130px;
    padding-bottom: 50px;
  }
  .about__bg {
    height: 90%;
  }
  .advantages {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .advantage__card {
    margin-right: 60px;
    margin-left: 60px;
  }
  .people {
    margin-bottom: 30px;
  }
  .charity-about__bg {
    display: block;
    position: absolute;
    background: #e8ebea;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -2;
  }
  .people__bg {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    left: 60%;
    height: 65%;
    background: #e8ebea;
  }
  .people-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .simbol-restaurants {
    padding-top: 110px;
  }
  .restaurants-parallax-y-bg {
    display: block;
    overflow-x: hidden;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .simbol-restaurants__container .hatching-block {
    right: -65px;
  }
  .simbol__card {
    height: 600px;
  }
  .circle-follow {
    font-size: 300px;
  }
  .partners-row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .partners-parallax-y-bg {
    top: 0;
  }
  .delivery {
    margin-top: 150px;
    padding-bottom: 100px;
  }
  .delivery__bg {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 48%;
    background: #e8ebea;
    z-index: -1;
  }
  .delivery__button {
    margin-bottom: 60px;
  }
  .charity {
    padding-top: 130px;
  }
  .charity__button {
    margin-bottom: 120px;
  }
  .charity__imgs-block .charity__img {
    margin-bottom: 160px;
  }

  .contacts {
    padding-bottom: 60px;
  }
  #map {
    height: 500px;
  }
  .delivery-desc__img-wrap {
    display: block;
  }
  .dishes {
    margin-bottom: 100px;
  }
  .dishes:hover .dishes-ar--prev,
  .dishes:hover .dishes-ar--next {
    opacity: 1;
  }
  .dish__slide.slick-active .dish__name {
    opacity: 1;
  }
  .album__col.slick-slide:nth-child(3n + 1) {
    margin-top: 100px;
  }
  .album__col.slick-slide:nth-child(3n + 2) {
    margin-top: 200px;
  }
  .album__col.slick-slide:nth-child(3n + 3) {
    margin-top: 20px;
  }
  .album__card {
    width: 419px;
  }
  .event-slider-block {
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .charity-about {
    margin-top: 120px;
    padding-bottom: 50px;
  }
  .video-wrapper {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
  }
  video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .header__logo {
    width: 211px;
  }
  .header__list-item {
    margin-right: 30px;
  }
  .header__nav-link {
    display: inline-block;
    margin-bottom: 0;
  }
  .restaurant-single {
    padding-top: 50px;
  }
  .rest__btn {
    height: 46px;
    width: 46px;
    margin-right: 10px;
  }
  .restaurant__card {
    width: 400px;
  }
  .restaurant__card:hover,
  .restaurant__card:active,
  .restaurant__card:focus {
    background: rgba(255, 255, 255, 0.2);
  }

  .about__text {
    padding-top: 3%;
    padding-bottom: 8%;
  }
  .advantages-col {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .advantage__card {
    margin-right: 10px;
    margin-left: 10px;
  }
  .simbol-restaurants {
    padding-top: 150px;
  }
  .simbol__card {
    height: 700px;
  }
  .simbol__title {
    font-size: 39px;
    margin-bottom: 30px;
  }
  .circle-follow {
    font-size: 400px;
    margin: 0;
  }
  .partners-block {
    padding-bottom: 200px;
  }
  .delivery__bg {
    height: 60%;
  }
  .delivery__button {
    margin-bottom: 100px;
  }
  .charity__img .hatching-block--left {
    left: -80px;
    bottom: -25px;
  }
  .charity__img .hatching-block--right {
    right: -100px;
    bottom: -30px;
  }
  #map {
    height: 637px;
  }
  .delivery-img {
  }
  .delivery-desc-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .benefits {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .album__col.slick-slide:nth-child(3n + 1) {
    margin-top: 100px;
  }
  .album__col.slick-slide:nth-child(3n + 2) {
    margin-top: 200px;
  }
  .album__col.slick-slide:nth-child(3n + 3) {
    margin-top: 20px;
  }
  .album__card {
    width: 350px;
  }
  .charity-about__text {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding-top: 3%;
    padding-bottom: 3%;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1560px;
  }
  .advantages {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .advantage__masked-text {
    font-size: 9.4em;
  }
  .advantage__title {
    font-size: 2.44em;
  }
  .people-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .people__slider {
    padding-right: 50px;
    padding-left: 50px;
  }
  .simbol-restaurants {
    padding-top: 200px;
  }
  .simbol__card {
    height: 850px;
  }
  .simbol__text {
    padding: 50px 60px;
  }
  .circle-follow {
    font-size: 450px;
    margin: 0;
  }
  .simbol__logo {
    right: 40px;
    bottom: 40px;
  }
  .partners-block {
    padding-top: 200px;
  }
  .delivery {
    margin-top: 150px;
    padding-top: 150px;
  }
  .delivery__bg {
    height: 50%;
  }
  .delivery__desc {
    width: 85%;
  }
  .delivery__button {
    margin-bottom: 300px;
  }
  .charity__desc {
    width: 80%;
  }
  .contact-form-block {
    padding-top: 85px;
  }
  .contacts-form-block {
    padding: 100px 60px;
  }
  .contacts-form-block br {
    display: inline;
  }
  .delivery-desc-block__desc {
    width: 85%;
  }
  .delivery__desc-img .hatching-block {
    left: -60px;
  }
  .parallax-albums-bg img {
    width: auto;
  }
  .album__col.slick-slide:nth-child(3n + 1) {
    margin-top: 180px;
  }
  .album__col.slick-slide:nth-child(3n + 2) {
    margin-top: 300px;
  }
  .album__col.slick-slide:nth-child(3n + 3) {
    margin-top: 50px;
  }
  .album__card {
    width: 419px;
  }
  .event-slider-block {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .charity-about {
    padding-top: 130px;
    padding-bottom: 50px;
  }
  video {
    width: 100%;
    height: auto;
  }
}

.row.bloc-cont {
  margin-top: 40px;
}
.news-text a.more-link {
  display: none;
}
.news-header {
  margin-bottom: 15px;
}
.news-header a {
  color: #353535;
  text-transform: uppercase;
  font-weight: 600;
}
.news-item {
  margin-bottom: 60px;
}
.am-inner a {
  color: #939393;
}
.article-header h1 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.si_page {
  margin-top: 40px;
  margin-bottom: 160px;
}
.g-recaptcha div {
  margin-right: auto;
  margin-left: auto;
}
.page-404 {
  background: url(./img/error404.png) no-repeat center;
  padding-top: 50%;
  width: 100%;
  height: auto;
}
.page-top {
  padding-top: 100px;
  text-align: center;
}

.page-404-text {
  text-align: center;
  font-size: 39px;
  font-family: "GothamPro";
  padding-top: 30px;
}
.page-404-text1 {
  text-align: center;
  font-size: 18px;
  font-family: "GothamPro";
  padding-top: 20px;
}

.page-404-link {
  font-size: 16px;
  font-family: "GothamPro";
  color: #b30b0b;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 100px;
}
.page-404-link a {
  color: #b30b0b;
  text-decoration: underline;
}
.page-top img {
  width: 100%;
  height: auto;
  max-width: 850px;
}
.page-single-news img {
  height: auto;
}

.relative-news {
  padding-top: 65px;
  padding-bottom: 20px;
}
.rnc-text {
  padding-bottom: 24px;
}
.rnc-date {
  font-size: 12px;
}
.page-single-news {
  padding-top: 80px;
  padding-bottom: 80px;
}
.rnc-text a {
  color: #672b2a;
}
.sp-proekt {
  padding-left: 15px;
}
@media (min-width: 1024px) {
  .sp-proekt {
    padding-left: 80px;
  }
}
.fp-socials {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 50%;
  background-size: 50%;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-right: 10px;
}
.fp-socials:last-child {
  margin-right: 0;
}

.fp-socials:hover,
.fp-socials:focus,
.fp-socials:active {
  border-color: #d24a43;
  background-color: #d24a43;
}

.fp-socials.fb {
  background-image: url("./img/svg/facebook-logo.svg");
}

.fp-socials.inst {
  background-image: url("./img/svg/instagram-symbol.svg");
}

.fp-socials.vk {
  background-image: url("./img/svg/vk-social-network-logo.svg");
}
.list-phone-bg {
  margin-right: 0;
  margin-left: 30px;
}
.header.header--inverse.header--active .list-phone-bg {
  margin-left: 0;
}
.map-col #yaMap {
  width: 100%;
  height: 100%;
}
.map-col {
  height: 400px;
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .map-col {
    height: 640px;
  }
}

.mdf_input_container h5 {
  display: none !important;
}
.slick-arrow {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
  top: 50%;
  border-top: 1px solid #d24a43;
  border-right: 1px solid #d24a43;
}
.slick-prev:before,
.slick-next:before {
  content: none;
  color: #d24a43 !important;
  font-size: 32px !important;
}
.slick-prev {
  left: 0;
  transform: rotate(-135deg);
}
.slick-next {
  right: 0;
  transform: rotate(45deg);
}
.contacts-form-block .title-2,
.contacts-form-block .label,
.checkbox-text,
.checkbox-text a {
  color: #fff;
}
.contacts-form-block .input {
  border-bottom: 1px solid #fff;
}
.checkbox-container {
  display: flex;
  text-align: left;
}
.contacts-form-block input:active,
.contacts-form-block textarea:active,
.contacts-form-block input,
.contacts-form-block textarea {
  color: #fff;
}
.contacts-form-block input::placeholder,
.contacts-form-block textarea::placeholder {
  color: #ffffff;
  font-size: 15px !important;
}
.form__check-label {
  font-style: 16px !important;
}
@media (max-width: 1440px) {
  .contacts-form-block {
    padding: 60px 80px;
  }
  .contacts-form-block .d-flex {
    flex-direction: column;
  }

  .contacts-form-block .d-flex .form-group {
    margin-right: 0;
  }
  .form-group {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .contacts-form-block .title-2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .form__check-label {
    font-size: 12px !important;
    margin-bottom: 40px;
  }
  .contacts-form-block textarea.input {
    min-height: 80px;
  }

  .contacts-form-block input::placeholder,
  .contacts-form-block textarea::placeholder {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .contacts-container {
    flex-direction: column;
  }
  .contacts-data-block,
  .contacts-form-block {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .contacts-data-block {
    flex-direction: column;
    margin-bottom: 80px;
  }
  .contacts-form-block {
    padding: 30px;
  }
  .contacts__desc {
    font-size: 14px;
  }
  .contacts__group {
    margin-bottom: 0;
  }
  .breadcrumbs {
    padding-bottom: 40px !important;
  }
}
