html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "Bebas";
  src: url("../fonts/Bebas-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /* url("/fonts/roboto.woff") format("woff"); */
}

@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/Bebas Neue.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /* url("/fonts/roboto.woff") format("woff"); */
}

@font-face {
  font-family: "VivaldiD CL";
  src: url("../fonts/vivaldidcl.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /* url("/fonts/roboto.woff") format("woff"); */
}

body {
  font-family: "Bebas", Arial, sans-serif;
  font-size: 22px;
  line-height: 28px;
   background: url('/img/6.png') no-repeat center center ;
  background-size: cover; 
  
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  padding: 0;
  margin: 0;
}

.body.overflow-hidden {
  overflow-y: hidden;
}

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

.container-w {
  max-width: 1440px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

.hidden {
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
}

.main-title {
  font-family: "VivaldiD CL", Arial, sans-serif;
  text-align: center;
  font-size: 72px;
  line-height: 80px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 6px;
  padding-top: 8px;
}

.banquet__text,
.accent-title,
.carte__title {
  text-align: center;
  font-size: 64px;
  line-height: 78px;
  font-weight: 800;
}

.title {
  text-align: center;
  font-size: 48px;
  line-height: 58px;
  font-weight: 800;
}

.subtitle {
  font-size: 36px;
  line-height: 42px;
  font-weight: 800;
}

.title,
.subtitle {
  margin-bottom: 40px;
}

.carte,
.gallery,
.banquet__inner,
.services,
.contacts {
  padding-top: 25px;
  padding-bottom: 25px;
}

.text24 {
  font-size: 24px;
  line-height: 30px;
}

.text20 {
  font-size: 20px;
  line-height: 26px;
}

@media (max-width: 960px) {
  body {
    font-size: 20px;
    line-height: 26px;
  }

  .main-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 40px;
  }

  .main-title,
  .accent-title,
  .banquet__text {
    font-size: 54px;
    line-height: 58px;
  }

  .title {
    font-size: 38px;
    line-height: 48px;
  }

  .subtitle {
    font-size: 26px;
    line-height: 32px;
  }

  .title,
  .subtitle {
    margin-bottom: 30px;
  }

  .text24 {
    font-size: 20px;
    line-height: 22px;
  }

  .text20 {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 780px) {
  .main-title {
    font-size: 44px;
    line-height: 50px;
  }

  .title {
    font-size: 30px;
    line-height: 38px;
  }

  .subtitle {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 18px;
    line-height: 24px;
  }

  .main-title {
    font-size: 36px;
    line-height: 40px;
  }

  .title {
    font-size: 29px;
    line-height: 37px;
  }

  .subtitle {
    font-size: 21px;
    line-height: 27px;
  }

  .title,
  .subtitle {
    margin-bottom: 20px;
  }

  .text24 {
    font-size: 20px;
    line-height: 22px;
  }

  .text24.text24--h {
    font-size: 18px;
    line-height: 20px;
  }

  .text20 {
    font-size: 18px;
    line-height: 20px;
  }

  .text20.text20--h {
    font-size: 16px;
    line-height: 18px;
  }
}

@media (max-width: 560px) {
  .main-title {
    font-size: 32px;
    line-height: 38px;
  }

  .title {
    font-size: 28px;
    line-height: 36px;
  }

  .subtitle {
    font-size: 20px;
    line-height: 26px;
  }

  .title,
  .subtitle {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }

  .main-title {
    font-size: 28px;
    line-height: 34px;
    padding-left: 0;
  }

  .title {
    font-size: 24px;
    line-height: 28px;
  }

  .subtitle {
    font-size: 18px;
    line-height: 24px;
  }

  .title,
  .subtitle {
    margin-bottom: 15px;
  }

  .text24.text24--h {
    font-size: 16px;
    line-height: 18px;
  }

  .text20.text20--h {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 380px) {
  body {
    font-size: 14px;
    line-height: 18px;
  }

  .main-title,
  .accent-title,
  .banquet__text {
    font-size: 26px;
    line-height: 34px;
  }

  .title {
    font-size: 20px;
    line-height: 24px;
  }

  .subtitle {
    font-size: 17px;
    line-height: 23px;
  }

  .title,
  .subtitle {
    margin-bottom: 10px;
  }

  .text24 {
    font-size: 18px;
    line-height: 20px;
  }

  .text20 {
    font-size: 16px;
    line-height: 18px;
  }

  .carte,
  .gallery,
  .banquet__inner,
  .contacts {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.header {
  z-index: 50;
}

.header__top {
  position: relative;
}

@media (max-width: 960px) {
  .header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.logo {
  position: absolute;
  z-index: 100;
  top: 55px;
  left: 0;
  width: 104px;
  height: 168px;
  border: 2px solid #000000;
}

@media (max-width: 960px) {
  .logo {
    position: static;
    top: 0;
    width: 90px;
    height: 146px;
  }
}

@media (max-width: 840px) {
  .logo {
    position: static;
    width: 80px;
    height: 129px;
  }
}

@media (max-width: 780px) {
  .logo {
    width: 62px;
    height: 100px;
  }
}

@media (max-width: 680px) {
  .logo {
    width: 49px;
    height: 80px;
  }
}

@media (max-width: 560px) {
  .logo {
    width: 43px;
    height: 70px;
  }
}

@media (max-width: 480px) {
  .logo {
    width: 37px;
    height: 60px;
  }
}

@media (max-width: 380px) {
  .logo {
    width: 31px;
    height: 50px;
  }
}

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

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

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 960px) {
  .header__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 10px;
  }
}

.adress {
  font-family: "Bebas Neue", Arial, sans-serif;
  color: #555554;
}

.header .contacts__link {
  display: block;
  color: #16a469;
  font-family: "Bebas Neue", Arial, sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

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

.header__bottom {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 19px;
  background-color: rgba(18, 18, 18, 0.4);
}

@media (max-width: 960px) {
  .header__bottom {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.mobile-menu .header__bottom {
  background-color: #000000;
}

.mobile-menu {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.mobile-menu.active {
  opacity: 1;
  z-index: 999;
}

.menu {
  width: 100%;
}

.menu__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__item {
  padding-left: 13px;
  padding-right: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu__item:hover .menu__link {
  color: #16a469;
}

.menu__link {
  display: inline-block;
  font-style: 30px;
  line-height: 34px;
  font-family: "Bebas Neue", Arial, sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.menu__btn {
  display: none;
  position: relative;
  width: 30px;
  height: 45px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.menu__btn span:first-child,
.menu__btn span:nth-child(2),
.menu__btn span:nth-child(3),
.menu__btn span:last-child {
  right: 0;
  width: 30px;
  height: 4px;
  background-color: #16a469;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.menu__btn span:first-child {
  position: absolute;
  top: 10px;
}

.menu__btn span:nth-child(2) {
  position: absolute;
  top: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu__btn span:nth-child(3) {
  position: absolute;
  top: 32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu__btn span:last-child {
  position: absolute;
  bottom: 11px;
}

.menu__btn.active span:first-child {
  top: 25px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

.menu__btn.active span:nth-child(3) {
  display: none;
}

.menu__btn.active span:last-child {
  top: 25px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 680px) {
  .header__bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 10px;
  }

  .menu {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000000;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  .menu.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  .menu__item {
    width: 100%;
  }

  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu__link {
    font-size: 30px;
    line-height: 54px;
  }

  .menu__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 100;
  }
}

.contacts .contacts__link {
  display: block;
  font-size: 24px;
  line-height: 28px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contacts__link:hover {
  color: #ff8562;
}

@media (max-width: 460px) {
  .contacts .contacts__link {
    font-size: 18px;
    line-height: 22px;
  }
}

.topscreen {
  margin-top: -70px;
}

@media (max-width: 960px) {
  .topscreen {
    margin-top: -34px;
  }
}

@media (max-width: 680px) {
  .topscreen {
    margin-top: -45px;
  }
}

.topscreen__slider-container {
  width: 100%;
  height: calc(100vh - 80px);
  min-height: 700px;
  max-height: 1080px;
}

@media (min-width: 1921px) {
  .topscreen__slider-container {
    max-width: 1630px;
    width: 100%;
    height: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 780px) {
  .topscreen__slider-container {
    min-height: 600px;
  }
}

@media (max-width: 360px) {
  .topscreen__slider-container {
    min-height: 400px;
  }
}

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

.topscreen__slider-title {
  text-align: center;
  color: #FFFFFF;
}

.topscreen__slider-list {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}

@media (max-width: 400px) {
  .topscreen__slider-list {
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  .topscreen__slider-list {
    font-size: 14px;
  }
}

.topscreen__slider-item {
  font-weight: 600;
}

.topscreen__slider-slide {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-fade .swiper-slide-active {
  opacity: 1 !important;
}

.topscreen__slider-slide.topscreen__slider-slide--slide1 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 80px;
}

@media (max-width: 480px) {
  .topscreen__slider-slide.topscreen__slider-slide--slide1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    text-align: center;
  }
}

.topscreen__slider-slide--delivery {
  background-image: url("../img/topscreenslider/img1-1.jpg");
  /* background-position: initial;
  background-size: cover;
  background-repeat: round; */
  background-position: center left;
  background-size: cover;
  background-repeat: round;
  padding-top: 95px;
}
.topscreen__slider-slide--tourist {
  background-image: url("../img/topscreenslider/img1-22.png");
  /* background-position: initial;
  background-size: cover;
  background-repeat: round; */
  background-position: center left;
  background-size: cover;
  background-repeat: round;
  padding-top: 132px;
}
.topscreen__slider-slide--slide1 {
  background-image: url("../img/topscreenslider/img1-12.jpg");
  background-size: cover;

}

.topscreen__slider-slide--banquet {
  background-image: url("../img/topscreenslider/img1.jpg");
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
}

.topscreen__slider-slide--banquet .topscreen__slider-text {
  display: none;
}

@media (min-width: 1921px) {
  .topscreen__slider-slide--banquet {
    background-image: url("../img/topscreenslider/img1.jpg");
    background-position: top right;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}

@media (max-width: 1220px) {
  .topscreen__slider-slide--banquet {
    background-image: url("../img/topscreenslider/img1-2.jpg");
    background-position: center center;
    background-size: 100% 100%;
  }
}

@media (max-width: 760px) {
  .topscreen__slider-slide--banquet {
    background-image: url("../img/topscreenslider/img1-4.jpg");
    background-position: center bottom;
    background-size: cover;
  }
}

@media (max-width: 640px) {
  .topscreen__slider-slide--banquet {
    background-size: 100% 100%;
  }
}

@media (max-width: 480px) {
  .topscreen__slider-slide--banquet {
    background-image: url("../img/topscreenslider/img1-5.jpg");
    background-size: 100% 100%;
  }

  .topscreen__slider-slide--banquet .topscreen__slider-text {
    display: block;
  }
  .topscreen__slider-slide--delivery {
    background-image: url("../img/topscreenslider/img1-1.jpg");
    /* background-position: initial;
    background-size: cover;
    background-repeat: round; */
    background-position: center left;
    background-size: cover;
    background-repeat: round;

 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}

.topscreen__slider-slide--lunchbox {
  background-image: url("../img/topscreenslider/img2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.topscreen__slider-slide--yandex {
  background-image: url("../img/topscreenslider/img3.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.topscreen__slider-slide--vegetarian {
  background-image: url("../img/topscreenslider/img4.jpg");
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 680px) {
  .topscreen__slider-slide--vegetarian {
    background-image: url("../img/topscreenslider/img4-2.jpg");
    background-size: 100% 100%;
  }
}

.topscreen__slider-slide--slide1 .topscreen__slider-title {
  font-family: "Bebas Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 68px;
  color: #000000;
  text-align: left;
  letter-spacing: 2px;
}

.topscreen__slider-slide--slide1 .topscreen__slider-text {
  font-family: "Bebas Neue", Arial, sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 68px;
  color: #000000;
  text-align: left;
  letter-spacing: 2px;
}

@media (max-width: 1080px) {

  .topscreen__slider-slide--slide1 .topscreen__slider-title,
  .topscreen__slider-slide--slide1 .topscreen__slider-text {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 760px) {

  .topscreen__slider-slide--slide1 .topscreen__slider-title,
  .topscreen__slider-slide--slide1 .topscreen__slider-text {
    font-size: 40px;
    line-height: 50px;
  }
}

.topscreen__slider .swiper-pagination-bullet {
  background-color: #FFFFFF;
}

.topscreen__slider-slide--lunchbox .topscreen__slider-title {
  margin-bottom: 30px;
  color: #FFFFFF;
  /* font-size: 48px;
  line-height: 54px; */
  font-weight: 600;
}

.topscreen__slider-slide--lunchbox .topscreen__slider-text {
  max-width: 800px;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  color: #FFFFFF;
  font-size: 26px;
  line-height: 32px;
  font-weight: 300;
}

.topscreen__slider-slide--yandex .topscreen__slider-title {
  margin-bottom: 30px;
  color: #FFFFFF;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
}

.topscreen .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 3px;
}

@media (max-width: 780px) {

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .topscreen__slider-slide--banquet {
    font-size: 22px;
    line-height: 30px;
  }
}

.topscreen__slider-slide--yandex .topscreen__slider-text {
  max-width: 1080px;
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
  color: #FFFFFF;
  /* font-size: 48px;
  line-height: 64px; */
  font-weight: 300;
}

.topscreen__slider-slide--yandex .topscreen__slider-link {
  color: #ffdb0f;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.swiper-button-next,
.swiper-button-prev {
  color: #FFFFFF;
}

@media (max-width: 480px) {

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

.btn__burger {
  display: none;
}

.presentation__inner {
  padding-top: 40px;
  border-top: 3px solid #000000;
}

.presentation__title {
  font-family: "Bebas Neue", Arial, sans-serif;
  font-size: 40px;
  line-height: 46px;
  font-weight: bold;
  margin-bottom: 10px;
}

.presentation__text {
  font-family: "Bebas Neue", Arial, sans-serif;
  max-width: 960px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  line-height: 2.5rem;
  letter-spacing: 1.5px;
}

.presentation__qr {
  width: 180px;
  height: 180px;
}

@media (max-width: 680px) {
  .presentation__text {
    line-height: 2rem;
  }

  .presentation__qr {
    width: 150px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 480px) {
  .presentation__text {
    line-height: 1.5rem;
  }

  .presentation__qr {
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 380px) {
  .presentation__text {
    line-height: 1.2rem;
  }

  .presentation__qr {
    width: 95px;
    height: 95px;
  }
}

/* .carte{ 
} */
.carte__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.carte__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  margin-bottom: 40px;
}

@media (max-width: 560px) {
  .carte__item {
    margin-bottom: 30px;
  }
}

@media (max-width: 380px) {
  .carte__item {
    margin-bottom: 20px;
  }
}

/* .carte__link{
} */
@media (max-width: 780px) {
  .carte__link {
    margin-bottom: 20px;
  }
}

.carte__title,
.carte__item-title {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.carte__title {
  font-family: "Bebas Neue", Arial, sans-serif;
}

.carte__item-title {
  color: #ff8562;
}

.carte__item-title:hover {
  color: #f04d20;
}

.carte__price {
  color: #7a7a7a;
}

.carte__price:hover {
  color: #2c2c2c;
}

.carte__img {
  width: 70%;
  height: 100%;
  margin-bottom: 5px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

@media (max-width: 780px) {
  .carte__img {
    width: 100%;
  }
}

.carte__link:hover .carte__img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.banquet__inner {
  background-image: url("../img/bg-banquet.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 240px;
}

.banquet__title {
  font-family: "Bebas Neue", Arial, sans-serif;
  letter-spacing: 1.5;
  margin-bottom: 50px;
}

.banquet__text {
  max-width: 580px;
  width: 100%;
  padding-left: 60px;
  font-family: "Bebas Neue", Arial, sans-serif;
  line-height: 40px;
  font-weight: 400;
}

.banquet__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 45px 10px 45px 10px;
  background-color: #707070;
  list-style: disc inside;
}

.banquet__item {
  font-family: "Bebas Neue", Arial, sans-serif;
  color: #FFFFFF;
  line-height: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 49%;
  flex: 0 1 49%;
  text-align: center;
}

.banquet__item::marker {
  margin-right: 10px;
}

@media (max-width: 960px) {
  .banquet__inner {
    padding-bottom: 80px;
  }

  .banquet__text {
    line-height: 35px;
  }

  .banquet__item {
    line-height: 35px;
  }
}

@media (max-width: 780px) {
  .banquet__list {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .banquet__inner {
    background-position: left top;
    background-size: auto;
    padding-bottom: 60px;
  }

  .banquet__title {
    margin-bottom: 25px;
  }

  .banquet__text {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    line-height: 30px;
  }

  .banquet__item {
    line-height: 30px;
  }
}

@media (max-width: 680px) {
  .banquet__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* .gallery{

} */
.gallery__slider {
  width: 100%;
  height: 500px;
  padding-bottom: 40px;
}

.gallery__slider-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery__slider-link {
  width: 100%;
  height: 100%;
}

.gallery__slider-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 960px) {
  .gallery__slider {
    height: 450px;
  }
}

@media (max-width: 760px) {
  .gallery__slider {
    height: 400px;
  }
}

@media (max-width: 480px) {
  .gallery__slider {
    height: 300px;
  }
}

.gallery__slider .swiper-pagination-bullet {
  background-color: #000000;
}

.gallery__slider .swiper-pagination-bullet-active {
  background-color: #000000;
}

.gallery .gallery__slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 5px;
}

.contacts {
  font-family: "Bebas Neue", Arial, sans-serif;
  padding-bottom: 50px;
}

.contacts__worktime-text--title {
  font-weight: 800;
}

.contacts__phone {
  font-family: "Bebas Neue", Arial, sans-serif;
}

/* .map{

} */
.map iframe {
  width: 100%;
  height: 600px;
}

@media (max-width: 760px) {
  .map iframe {
    height: 500px;
  }
}

@media (max-width: 480px) {
  .map iframe {
    height: 400px;
  }
}

.fly-button {
  position: fixed;
  z-index: 99999;
  bottom: 20px;
  right: 10px;
}

.fly-button__img {
  position: relative;
  width: 119px;
  height: 110px;
}

.fly-button__text {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 10px;
  padding-left: 3px;
  padding-right: 3px;
}

.fly-button:hover .fly-button__text {
  opacity: 1;
  top: 0;
}

@media (max-width: 480px) {
  .fly-button__img {
    width: 59.5px;
    height: 55px;
  }
}

@media (max-width: 480px)   {
  .container-w {
 
  }
  .swiper .topscreen__slider .swiper-fade .swiper-initialized .swiper-horizontal .swiper-pointer-events {
    height: 460px;
  }
   .topscreen__slider-container{
           height: 360px;
   }       
   .topscreen__slider {height: 326px;}
       .topscreen {
       height: 345px;
    }
}