@font-face {
  font-family: "Apparel";
  src: url("/static/content/font/Apparel-Bold.e4bd4db143fc.ttf");
}
.show {
  display: block;
}

.hidden {
  display: none;
}

body {
  max-width: 1920px;
  margin: 0 auto;
  background: #fffdf7;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  margin-top: 130px;
}

@media (max-width: 992px) {
  body {
    margin-top: 0;
  }
}

h1,
h2,
h3 {
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.ov-scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.callBackVoid:hover {
  cursor: pointer;
}

.mb8 {
  margin-bottom: 80px;
}

.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;
  width: 360px;
  padding: 27px 29px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fffdf6;
  border-radius: 10px;
  z-index: 1005;
  position: relative;
  text-align: center;
}

.modalMain__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 23px;
  padding-right: 3rem;
  color: #2b3137;
  font-family: "Apparel";
}

.modal-close {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dcd6bf;
  border-radius: 5px;
  position: absolute;
  top: 30px;
  right: 30px;
  transition-duration: 0.3s;
  cursor: pointer;
}

.modal-close:hover {
  background: #dcd6bf;
  transition-duration: 0.3s;
}

.modal-close:hover img {
  filter: brightness(100) invert(1);
  transition-duration: 0.3s;
}

.modalMain__row {
  margin-bottom: 10px;
}

.modalMain__input {
  width: 100%;
  border: 1px solid #e9dab5;
  border-radius: 10px;
  padding: 14px 15px;
  outline-color: #9a7b51;
  outline-width: 1px;
}

.modalMain__button {
  text-align: center;
}

@media (max-width: 768px) {
  .modalMain__inner {
    width: 98%;
  }
}

.modalYesright {
  color: #fff;
}

.modalYesright a {
  color: #fff;
}

.modalMain__btn {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #2b3137;
  background: #f9f3e3;
  border-radius: 10px;
  padding: 15px;
  display: block;
  width: 100%;
}

.modalMain__btn:hover {
  background: #ebe3cc;
  color: #2b3137;
}

.uslovie {
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
  color: #a69a7e;
}

.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;
}

.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: 15px 20px;
  background-color: #fffdf6;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 10000;
}

.sticky .line-top__inner {
  background-color: #f4f1e3;
  transition-duration: 2s;
}

.line-top__logo {
  height: 30px;
}

.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;
  margin-left: 20px;
}

.shapka__logo-img {
  width: 100px;
}

.mobile-menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #f4f1e3;
  z-index: 10001;
}

.mobile-menu__inner {
  padding: 15px 20px;
}

.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;
}

.mobile-menu__logo {
  height: 30px;
}

.mobile-menu__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.mobile-menu__closed {
  color: #000;
  text-decoration: none;
  font-size: 1.8em;
  margin-left: 20px;
}

.mobile-menu__menu {
  margin: 16px 0;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
  text-align: center;
}

.mobile-menu__item {
  margin-bottom: 20px;
}

.mobile-menu__item a {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #2b3137;
}

.mobile-menu__phone {
  display: flex;
  justify-content: center;
  align-items: center;
}

.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;
}

.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%;
  }
}

.modal-exit__header {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 8px;
}

/* ====== */
.shapka {
  z-index: 1003;
  padding: 50px 0;
  background-color: #fffdf7;
  transition-duration: 0.3s;
  position: fixed;
  width: 1920px;
  max-width: 100%;
  top: 0;
}

.is-sticky .shapka {
  padding: 15px 0;
  background-color: #f4f1e3;
  transition-duration: 1s;
}

.shapka__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.shapka__submenu {
  display: none;
  position: absolute;
  padding: 16px 0;
  background-color: white;
  border-radius: 16px;
  list-style: none;
  box-shadow: 0 0 8px #666666;
}

.shapka-menu__item {
  margin: 0 10px;
}

.shapka-menu__item a {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #2b3137;
  position: relative;
}

.shapka-menu__item:hover .shapka__submenu {
  display: block;
}

.shapka-menu__item a:hover::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 2px;
  background: #baa269;
  /* top: -56px; */
  bottom: 0;
  left: 0;
}

/*
.is-sticky .shapka-menu__item a:hover::after {
  top: -20px;
}
*/


/*
.shapka__submenu a:hover::after {
  bottom: 0;
  top: auto;
}
*/

.shapka__info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.shapka__phone {
  margin-right: 20px;
}

.shapka__phone a {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #2b3137;
}

.shapka__phone img {
  margin-right: 10px;
}

.shapka-soc {
  margin-right: 10px;
  position: relative;
}

.shapka-soc:hover img,
.shapka__phone:hover img {
  filter: brightness(80%);
}

.map-block {
  /* background-image: url("/static/content/img/map.83e7904f8e07.jpg");
  background-position: center center;
  background-size: cover; */
  overflow: hidden;
  position: relative;
  height: 600px;
}

.map-block iframe {
  margin-top: -63px;
}

.map-block__del {
  background-image: url("/static/content/img/map-deliver.4e5c9367be25.jpg");
  background-size: auto 100%;
}

.map-block__inner {
  text-align: center;
  position: relative;
  min-height: 517px;
}

.map__title {
  font-family: "Apparel";
  font-style: normal;
  font-size: 72px;
  line-height: 94px;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.map__plashka {
  background: #f3f0e3;
  border-radius: 10px 10px 0px 0px;
  padding: 15px 30px;
  position: absolute;
  bottom: 0;
  left: calc((100% - 1200px) / 2 + 40px);
  right: calc((100% - 1200px) / 2 + 40px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.map__plashka-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.map__item {
  margin-right: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.map__item a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #2b3137;
}

.map__item img {
  margin-right: 20px;
}

.soc__item {
  margin-left: 10px;
}

.soc__item:hover {
  background-color: #baa269;
  border-radius: 5px;
}

.soc__item:hover img {
  filter: brightness(0) invert(1);
}

.map__plashka-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer {
  padding: 35px 0;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.footer__info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #e8e0c7;
}

.footer__info img {
  margin-left: 20px;
}

.footer__left,
.footer__menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer__left img {
  margin-right: 40px;
}

.footer-menu__item {
  margin-right: 20px;
}

.footer-menu__item a {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #2b3137;
}

/* .slide-block {
  padding-bottom: 80px;
} */

.slide-block {
  position: relative;
  z-indeX:1;
}
.slide__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0 20px;
  /* background-image: url("/static/content/img/star-circle.bca82191b12a.svg");
  background-size: 65% auto;
  background-position: right center;
  background-repeat: no-repeat; */
}

.slide__vakant {
  background-position: left center;
  background-size: 60% auto;
}

.big__title {
  font-family: "Apparel";
  font-size: 68px;
  line-height: 94px;
  color: #2b3137;
  margin-bottom: 30px;
}

.slide-left {
  width: 50%;
}

.slide__img {
  width: 50%;
  text-align: center;
}

.slide__img img {
  width: 100%;
}

.slide__img1 {
  /* background-image: url("/static/content/img/star-circle.bca82191b12a.svg");
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat; */
}

.slide-gold {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #a69a7e;
  margin-bottom: 40px;
}

.slide-btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.oval-btn {
  margin-right: 10px;
  margin-bottom: 20px;
  position: relative;
}

.oval-btn a {
  display: inline-block;
  padding: 12px 2px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #2b3137;

  text-align: center;
  min-width: 138px;
}

.oval-btn::after {
  content: " ";
  border: 1px solid #e9dab5;
  border-radius: 50%;
  position: absolute;
  width: 120px;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
  z-index: -1;
}

.oval-btn__bold::after {
  border: 2px solid #e9dab5;
}

.oval-btn:hover::after {
  background: #e9dab5;
}

.gallery-slider {
  background-image: url("/static/content/img/galery-bg.86fcb0314c91.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 90px;
  margin-top: 70px;
}

.after-slider__inner {
  position: relative;
}

.after-slider__inner img {
  position: absolute;
  left: 0;
  top: 0;
}

.akcii-slider {
  background-image: url("/static/content/img/akcii.6dac18413f37.svg");
  background-size: 80% 80%;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 70px 0 20px;
  margin-bottom: 40px;
}

.gallery-slider__item {
  border-radius: 20px;
  overflow: hidden;
  opacity: 0.3;
  filter: grayscale(100%);
  margin-top: auto;
  transition: filter 400ms ease-out;
}

.owl-carouselGallery .center .gallery-slider__item,
.owl-carouselAkcii .center .gallery-slider__item,
.owl-carouselAkcii2 .center .gallery-slider__item {
  filter: none;
  opacity: 1;
  transition: filter 400ms ease-out;
}

.owl-carouselGallery {
  vertical-align: bottom;
}

.gallery-slider__inner {
  position: relative;
}

.gallery-btn__left,
.akcii-btn__left {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 100px;
  height: 100px;
  background: #e9dab5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}

.akcii-btn__left {
  left: 18%;
}

.gallery-btn__right,
.akcii-btn__right {
  position: absolute;
  top: 50%;
  right: 25%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  width: 100px;
  height: 100px;
  background: #e9dab5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}

.akcii-btn__right {
  right: 18%;
}

.akcii-btn__right:hover,
.akcii-btn__left:hover {
  background: #f3ecd9;
}

.owl-carouselGallery .owl-item > div,
.owl-carouselAkcii .owl-item > div,
.owl-carouselAkcii2 .owl-item > div {
  transform: scale(0.75);
  margin-top: auto;
  transition: all 400ms;
}

.owl-carouselGallery .owl-item.center > div,
.owl-carouselAkcii .owl-item.center > div,
.owl-carouselAkcii2 .owl-item.center > div {
  transform: scale(1);
  transition: all 400ms;
}

.gallery-slider__title {
  font-family: "Apparel";
  font-size: 48px;
  line-height: 63px;
  text-align: center;
  color: #2b3137;
  margin-bottom: 26px;
}

.gallery-slider__title a {
  color: #2b3137;
}

.gallery-slider__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #a69a7e;
  margin-bottom: 35px;
}

.bef-chto__inner {
  position: relative;
  height: 145px;
}

.bef-chto__inner img {
  position: absolute;
  left: 40%;
  top: 0;
}

.chto__inner {
  background-image: url("/static/content/img/chto-bg.6dac18413f37.svg");
  background-position: center;
  background-size: 100% 90%;
  padding-top: 54px;
  background-repeat: no-repeat;
}

.chto-plitka {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.chto__item {
  text-align: center;
  width: 25%;
  margin: 0 0 30px;
}

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

.chto__item img {
  width: 127px;
  height: 127px;
}

.chto__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #2b3137;
  padding: 0 10px;
}

.after-chto__inner {
  position: relative;
  height: 170px;
}

.after-chto__inner img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.arka-block {
  padding: 40px 0;
}

.arka__btn {
  position: relative;
  width: 140px;
  text-align: center;
}

.arka__btn a {
  display: block;
  padding: 12px 2px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #2b3137;
}

.arka__btn::after {
  content: " ";
  border: 1px solid #e9dab5;
  border-radius: 50%;
  position: absolute;
  width: 120px;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
  z-index: -1;
}

.arka__btn:hover::after {
  background: #e9dab5;
}

.arka__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.arka__info {
  text-align: right;
  padding-left: 30px;
  width: 50%;
}

.arka__info::before {
  content: url("/static/content/img/arka-bg-l.71361f31f724.svg");
  position: absolute;
  left: -120px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.arka__info:after {
  content: url("/static/content/img/arka-bg-r.3030d1131f6c.svg");
  position: absolute;
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.arka__img {
  width: 50%;
}

.arka__img img {
}

.arka__info .arka__btn {
  float: right;
}

.arka__title {
  font-family: "Apparel";
  font-size: 48px;
  line-height: 63px;
  color: #2b3137;
  margin-bottom: 10px;
}

.arka__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #a69a7e;
  margin-bottom: 20px;
}

.arka__img img {
  width: 100%;
}

.after-arka__inner {
  position: relative;
  height: 120px;
}

.after-arka__inner img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.circle-block {
  padding: 40px 0 0;
}

.circle__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.circle__info {
  width: 50%;
  padding-right: 30px;
  position: relative;
}

.circle__img {
  width: 50%;
}

.circle__img img {
  width: 100%;
}

.circle__info .arka__btn {
  float: left;
}

.circle__info::before {
  content: url("/static/content/img/circle-bg.415ca8cee2fd.svg");
  position: absolute;
  left: -160px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.after-circle__inner {
  position: relative;
  height: 170px;
}

.after-circle__inner img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.half-circle__inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.half-circle__img {
  width: 50%;
}

.half-circle__img img {
  width: 100%;
}

.half-circle__info {
  width: 50%;
  padding-left: 30px;
  text-align: right;
  position: relative;
}

.half-circle__info .half-btns {
  float: right;
}

.half-btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.half-circle__info:after {
  content: url("/static/content/img/arka-bg-r.3030d1131f6c.svg");
  position: absolute;
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.after-half__inner {
  position: relative;
  height: 210px;
}

.after-half__inner img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.after-desert__inner {
  position: relative;
  height: 200px;
}

.after-desert__inner img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.afisha {
  padding: 100px 0;
}

.afisha__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: calc((100% - 1170px) / 2 + 15px);
}

.afisha__item {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 8px #666666;
  background-color: #e9dab5;
}

.afisha__item-info {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 1rem;
}

.afisha__item img {
  cursor: pointer;
}

.callAfisha {
  cursor: pointer;
}

.afisha__info {
  width: 40%;
  position: relative;
}

.afisha__info::before {
  content: url("/static/content/img/circle-bg.415ca8cee2fd.svg");
  position: absolute;
  left: -160px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.afisha-slider {
  width: 60%;
  background: #f3f0e3;
  border-radius: 2500px 20px 20px 2500px;
  padding: 60px 0 60px 20px;
  /* overflow: hidden; */
}

.owl-carouselAfisha .owl-item > div {
  margin: 12px;
  transition: margin 400ms ease-out;
}

.owl-carouselAfisha .owl-item.center > div {
  margin: 0;
}

.mobl {
  display: none;
}

.vakant__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #a69a7e;
}

.vakant__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #2b3137;
}

.vakant-item {
  margin-right: 10px;
  margin-bottom: 20px;
}

.vakant__table {
  margin-bottom: 40px;
  width: 100%;
}

.vakant__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #e9dab5;
  border-radius: 20px;
  padding: 24px;
  width: 100%;
  margin-bottom: 10px;
}

.vakant-th {
  border: none;
  margin-bottom: 0px;
}

.vakant__col {
  text-align: center;
  width: 33.33333%;
}

.vakant-block {
  background-image: url("/static/content/img/chto-bg.6dac18413f37.svg");
  background-position: center;
  background-size: 100% 100%;
  padding: 90px 0 120px;
  background-repeat: no-repeat;
}

.vakant-star__title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #2b3137;
}

.vakant-star__title img {
  margin: 0 10px;
}

.category-item__title {
  font-weight: 500;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  color: #393939;
}

.category-slider {
  background-color: #fffdf7;
  z-index: 1000;
  transition-duration: 0.3s;
}

.is-sticky .category-slider {
  background-color: #f4f1e3;
  /* padding: 8px 0; */
  top: 60px !important;
  transition-duration: 1s;
  padding-bottom: 6px;
}

.category-slider__item img {
  background: #fffdf6;
  border: 1px solid #e9dab5;
  border-radius: 10px;
  margin-bottom: 10px;
}

.category-slider {
  position: relative;
}

.category-slider::after {
  content: " ";
  background: #e9dab5;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  right: 0;
  top: calc(50% - 19px);
}

.slide-shop__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slide-shop__left,
.slide-shop__img {
  width: 50%;
}

.slide-shop__img img {
  width: 100%;
}

.tovar-block {
  padding: 40px 0;
}

.tovar-block__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: minmax(100px, auto);
  grid-gap: 30px;
}

.tovar-block__item {
  text-align: center;
}

.tovar-block__img {
  padding: 0 23px 23px 23px;
}

.tovar-block__img img {
  width: 100%;
}

.pop__inner {
  margin-left: calc((100% - 1200px) / 2);
}

.pop-block__img {
  background: #e9dab5;
  border-radius: 10px;
  margin-bottom: 20px;
}

.pop-block__img img {
  padding: 40px;
}

.tovar-block__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #2b3137;
  font-family: "Apparel";
  margin-bottom: 15px;
  min-height: 72px;
  max-height: 72px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tovar-block__info {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #a69a7e;
  min-height: 84px;
  max-height: 84px;
  overflow: hidden;
}

.tovar-block__btns {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}

.tovar-block__price {
  font-family: "Apparel";
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #2b3137;
  margin-bottom: 15px;
  margin-right: 4px;
}

.tovar-block__kupit {
  margin-bottom: 15px;
  margin-left: 4px;
}

.tovar-block__kupit a {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #2b3137;
  padding: 14px 16px;
  border: 1px solid #e9dab5;
  border-radius: 15px;
}

.cart__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #2b3137;
  padding-left: 8px;
  vertical-align: middle;
}

.shapka-cart {
  position: relative;
}

/* .shapka-cart::after {
  content: " ";
  position: absolute;
  left: 13px;
  top: -4px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: #FB5B5B;
} */
.pop-slider {
  padding: 40px 20px 40px 140px;
  width: 60%;
  background: #f3f0e3;
  border-radius: 2500px 20px 20px 2500px;
}

.small-left,
.small-right {
  cursor: pointer;
  margin-right: 10px;
}

.small-slider__btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.pop {
  padding: 80px 0;
}

.gold__underline {
  white-space: nowrap;
  position: relative;
  display: inline;
}

.gold__underline::after {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -4px;
  content: " ";
  height: 1px;
  background: #e9dab5;
}

.zakaz__shapka {
  padding: 40px 0;
}

.zakaz-fl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zakaz__title {
  font-family: "Apparel";
  font-size: 36px;
  line-height: 47px;
  color: #2b3137;
}

.zakaz-fl__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.zakaz__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #2b3137;
  margin-right: 20px;
}

.zakaz-big__btn a {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  align-items: center;
  color: #2b3137;
  background: #f9f3e3;
  border-radius: 10px;
  padding: 19px 30px;
  display: inline-block;
}

.zakaz-big__btn a:hover {
  background: #ebe3cc;
}

.zakaz__item {
  margin-bottom: 40px;
}

.zakaz__item-inner {
  border: 1px solid #e9dab5;
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10px;
}

.zakaz__img {
  padding: 0 10px;
  width: 185px;
}

.zakaz__img img {
  width: 100%;
  transform: scale(1.15);
}

.zakaz__item-info {
  /* margin-left: 30px; */
  padding: 20px 20px 20px 30px;
  width: calc(100% - 185px);
}

.zakaz__item-top {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.zakaz__item-title {
  font-family: "Apparel";
  font-size: 18px;
  line-height: 24px;
  color: #2b3137;
  margin-right: 10px;
}

.zakaz__item-kolvo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #f9f3e3;
  border-radius: 5px;
}

.zakaz__item-minus,
.zakaz__item-plus {
  width: 26px;
  height: 26px;
  background: #e9dab5;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.zakaz__item-minus:hover {
  background-color: #dedede;
}

.zakaz__item-plus:hover {
  background-color: #baa269;
}

.zakaz__item-num {
  min-width: 28px;
  padding: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zakaz__item-sostav {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #a69a7e;
  margin-bottom: 10px;
}

.zakaz__item-bot {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.zakaz__item-price {
  font-family: "Apparel";
  font-size: 18px;
  line-height: 24px;
  color: #2b3137;
  margin-right: 20px;
}

.zakaz__item-ves {
  font-family: "Apparel";
  font-size: 18px;
  line-height: 24px;
  color: #9a7b51;
  opacity: 0.4;
}

.zakaz-right {
  border: 1px solid #e9dab5;
  border-radius: 10px;
  position: relative;
  padding: 20px;
  margin-bottom: 40px;
}

.zakaz-right::after {
  position: absolute;
  content: url("/static/content/img/star-r.5d37d9078de6.svg");
  right: -29px;
  top: -29px;
}

.zakaz-right__title {
  font-family: "Apparel";
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #2b3137;
  margin-bottom: 13px;
}

.zakaz-right__items {
  margin-bottom: 23px;
}

.zakaz-right__item {
  padding: 11px 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f9f3e3;
}

.zakaz-right__price {
  margin-left: 20px;
  white-space: nowrap;
}

.right-form__item {
  margin-bottom: 10px;
}

.hr {
  padding: 10px 0;
  margin: 0 -20px 12px;
  border-bottom: 1px solid #e9dab5;
}

.rightform__input {
  border: 1px solid #e9dab5;
  border-radius: 10px;
  padding: 14px 15px;
  color: #2b3137;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  background-color: inherit;
  outline-style: none;
}

.rightform__input::placeholder {
  color: #baa269;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.rightform__input:focus,
.rightform__input:hover {
  background: #f9f3e3;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #2b3137;
}

.rightform__promo {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #d9d9d9;
  padding: 14px 15px;
  background-color: inherit;
  width: 100%;
  outline-style: none;
}

.rightform__promo::placeholder {
  color: #2b3137;
}

.price-fl {
  padding: 4px 0 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-fl__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #2b3137;
}

.price-fl__price {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #2b3137;
}

.zakaz-right__btn a {
  background: #f9f3e3;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #2b3137;
  padding: 19px;
  display: block;
  text-align: center;
}

.zakaz-right__btn a:hover {
  background: #ebe3cc;
}

.recomendet-slider {
  margin: 22px 0 50px;
}

.flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.spasibo__inner {
  padding: 200px 0;
  background-image: url("/static/content/img/modal-bg.472119fb8977.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.spasibo__title {
  font-family: "Apparel";
  font-size: 72px;
  line-height: 94px;
  color: #2b3137;
  margin-bottom: 11px;
}

.spasibo__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #a69a7e;
  margin-bottom: 24px;
}

.spasibo-btn a {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #2b3137;
  background: #f9f3e3;
  border-radius: 10px;
  padding: 19px 25px;
  display: inline-block;
}

.spasibo-btn a:hover {
  background: #ebe3cc;
}

.owl-carouselAfisha .owl-stage {
  padding-left: 0 !important;
  margin-left: -265px;
}

.slide__img img {
  transform: scale(1.2);
}

.slide__img1 {
  margin-right: 40px;
}

.slide__img1 img {
  transform: none;

  border-radius: 20px;
}

.rec-block__item {
  border: 1px solid #e9dab5;
  border-radius: 10px;
  padding: 12px;
  text-align: center;
}

.rec-block__img {
  padding: 20px 30px;
}

.shop-cart__col {
  position: absolute;
  left: 13px;
  top: -4px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 8px;
  background: #fb5b5b;
}

.content__inner {
  padding: 60px 0;
}

.grafik-btn {
  height: 45px;
  border: 1px solid #dcd6bf;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  border-radius: 5px;
  color: #2b3137;
  grid-gap: 10px;
  cursor: pointer;
}

.grafik-btn:hover {
  color: #fff;
  background-color: #baa269;
}

.grafik-btn:hover img {
  filter: brightness(0) invert(1);
}

.modal-grafik__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 10px;
  border-bottom: 1px solid #dcd6bf;
  padding: 16px 0;
}

.modal-grafik__item:last-child {
  border-bottom: none;
}

.modal-grafik__place {
  font-size: 16px;
  font-weight: 700;
  color: #2b3137;
}

.modal-grafik__rejim {
  font-size: 13px;
  font-weight: 400;
  color: #2b3137;
}

.border-block {
  border-top: 1px solid #e9dab5;
  border-bottom: 1px solid #e9dab5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 50px;
  padding: 20px 0;
  margin-bottom: 20px;
}

.kupit-btn a {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 5px;
  background: #2b3137;
  padding: 20px 40px;
  display: inline-block;
}

.kupit-btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 20px;
}

.kupit-vk a {
  width: 55px;
  height: 55px;
}

.new-afisha__krug {
  text-align: center;
  background-image: url("/static/content/img/afisha.cec0faa21a8e.svg");
  background-position: center -92px;
  background-repeat: no-repeat;
  background-size: auto 215%;
  padding: 50px 0;
  margin-bottom: 50px;
}

.new-afisha__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 26px;
  margin-bottom: 40px;
}

.new-afisha__item {
  text-align: center;
}

.new-afisha__list {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
}

.new-afisha__item {
  text-align: center;
  width: 20%;
  margin: 20px;
}

@media (max-width: 992px) {
  .new-afisha__item {
    text-align: center;
    /* width: 40%; */
    margin: 20px;
  }
}

@media (max-width: 992px) {
  .new-afisha__item {
    width: 33%;
    margin: 0;
  }
}

.new-afisha__img img {
  width: 100%;
  margin-bottom: 6px;
  border-radius: 20px;
}

.new-afisha__title {
  margin-bottom: 10px;
  color: #2b3137;
  font-size: 20px;
  font-weight: 700;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-afisha__btn a {
  border-radius: 15px;
  border: 1px solid #e9dab5;
  display: inline-block;
  color: #2b3137;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 16px;
}

.ny-modal {
  width: 610px;
  height: 420px;
  max-width: 100%;
  background-image: url("/static/content/img/ny-pop/bbg.a057f94a5d86.jpg");
  background-size: cover;
  text-align: left;
  padding: 58px 40px;
  border-radius: 20px;
}

.ny-modal .modal-close {
  right: 20px;
  top: 20px;
}

.ny-modal__title {
  color: #fff;
  font-family: Apparel;
  font-size: 48px;
  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;
}

.qr-block {
  display: flex;
  justify-content: center;
  align-items: center;
}

.qr-bg {
  background-image: url("/static/content/img/qr-bg.9c3e861805e7.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  width: 487px;
  height: 487px;
  max-width: 100%;
}

.qr-title {
  color: #2b3137;
  font-family: "Apparel";
  font-size: 40px;
  font-weight: 700;
}

.qr-text {
  color: #a69a7e;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
  max-width: 318px;
  margin-bottom: 20px;
}

.qr-btns {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.qr-btn {
  position: relative;
}

.qr-btn a {
  color: #2b3137;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.qr-btn::after {
  content: " ";
  border: 2px solid #e9dab5;
  border-radius: 50%;
  position: absolute;
  width: 240px;
  height: 90px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
  z-index: -1;
}

.qr-btn:hover::after {
  background: #e9dab5;
}

@media (max-width: 1600px) {
  .owl-carouselAfisha .owl-stage {
    margin-left: -140px;
  }
}

@media (max-width: 1200px) {
  .big__title {
    font-size: 60px;
    line-height: 70px;
  }

  .map__plashka {
    left: 0;
    right: 0;
    bottom: 0;
  }

  .slide__img img {
    transform: none;
  }

  .owl-carouselAfisha .owl-stage {
    margin-left: -118px;
  }

  .tovar-block__inner {
    grid-template-columns: repeat(3, 1fr);
  }

  .afisha__inner {
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  .new-afisha__krug {
    background-position: center -70px;
    background-size: auto 200%;
  }

  .new-afisha__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .is-sticky .category-slider {
    top: 79px !important;
    background: #fffdf6;
  }

  .owl-carouselAfisha .owl-stage {
    margin-left: 10px;
  }

  .shapka {
    display: none;
  }

  .tovar-block__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .afisha__info,
  .afisha-slider {
    width: 50%;
  }

  .gallery-btn__right,
  .akcii-btn__right {
    right: 0;
  }

  .gallery-btn__left,
  .akcii-btn__left {
    left: 0;
  }

  .gallery-slider__item {
    margin: 20px;
  }

  .map__title {
    font-size: 60px;
    line-height: 64px;
  }

  .map__plashka-left {
    flex-wrap: wrap;
  }

  .map__item {
    margin-bottom: 12px;
  }

  .footer__inner {
    display: block;
    text-align: center;
  }

  .footer__left {
    margin-bottom: 20px;
  }

  .after-chto,
  .bef-chto,
  .after-arka,
  .after-circle,
  .after-half,
  .after-desert,
  .after-slider {
    display: none;
  }

  .chto__inner {
    padding-bottom: 100px;
  }

  .afisha__info::before,
  .arka__info::after,
  .circle__info::before,
  .half-circle__info::after,
  .arka__info::before {
    content: none;
  }

  .arka__inner,
  .circle__inner,
  .half-circle__inner,
  .arka__inner {
    background-image: url("/static/content/img/mobile-bg.5bfc4f959fbf.svg");
    background-position: center top -140px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 80px 0;
  }

  .afisha__inner {
    background-image: url("/static/content/img/mobile-bg.5bfc4f959fbf.svg");
    background-position: center top -100px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 80px 0 0;
  }

  .arka-block {
    padding: 0;
  }

  .slide-block,
  .afisha {
    padding-bottom: 0;
    margin-bottom: 40px;
  }

  .circle-block {
    padding: 40px 0;
  }

  .gallery-slider {
    margin-top: 0;
  }

  .slide-block {
    padding-top: 90px;
  }

  .zakaz__shapka {
    padding-top: 80px;
  }

  .zakaz-fl {
    display: block;
    text-align: center;
  }

  .zakaz-fl__right {
    display: block;
  }

  .zakaz__subtitle {
    margin: 20px 0;
  }

  .chto__inner {
    background-size: 200% 100%;
  }

  .akcii-slider {
    background-size: 300% 80%;
  }

  .gallery-slider {
    background-size: 300% 100%;
    background-position: center;
  }
}

@media (max-width: 768px) {
  .ny-modal {
    width: 98%;
    height: auto;
    background-image: url("/static/content/img/ny-pop/sbg.f0e5c4cc56aa.jpg");
    background-repeat: no-repeat;
    text-align: center;
    padding: 70px 10px;
  }

  .ny-modal__title {
    width: 100%;
  }

  .ny-star {
    justify-content: center;
  }

  .new-afisha__krug {
    background-position: center -40px;
    background-size: auto 170%;
  }

  .slide__img {
    position: relative;
  }

  .new-afisha__img {
    padding: 0 20px;
  }

  .kupit-btn {
    /* position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%); */
  }

  .slide-btns {
    padding: 0 15px;
  }

  .border-block,
  .kupit-btns {
    justify-content: center;
  }

  body {
    overflow-x: hidden;
  }

  .owl-carouselAfisha .owl-stage {
    padding-left: 0px !important;
    margin-left: 0;
  }

  .spasibo__inner {
    background-image: url("/static/content/img/modal-bg-mobile.ab4ebfb5a335.svg");
    background-size: 100%;
  }

  .map-block {
    background-image: url("/static/content/img/map-small-gen.c7e6ed0c6013.jpg");
  }

  .map-block__del {
    background-image: url("/static/content/img/map-small.dbd994a888aa.jpg");
    background-size: cover;
  }

  .zakaz-right::after {
    content: none;
  }

  .gallery-btn__right,
  .akcii-btn__right {
    right: 30px;
  }

  .gallery-btn__left,
  .akcii-btn__left {
    left: 30px;
  }

  .map-block__inner {
    min-height: 800px;
  }

  .footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .afisha__info .slide-btns {
    display: block;
    justify-content: center;
  }

  .afisha__info .small-slider__btns {
    margin: 20px 0;
  }

  .slide-shop__inner {
    display: block;
  }

  .slide-shop__left,
  .slide-shop__img {
    width: 100%;
    text-align: center;
  }

  .small-slider__btns {
    justify-content: center;
  }

  .pop-slider {
    width: 100%;
    padding: 32px;
    border-radius: 0;
  }

  .slide-gold {
    max-width: 300px;
    margin: 0 auto 30px;
  }

  .desc {
    display: none;
  }

  .mobl {
    display: block;
  }

  .slide__inner,
  .afisha__inner,
  .arka__inner,
  .circle__inner,
  .half-circle__inner,
  .map__plashka-left {
    display: block;
  }

  .slide-left,
  .slide__img,
  .afisha__info,
  .afisha-slider,
  .arka__img,
  .arka__info,
  .circle__info,
  .circle__img,
  .half-circle__img,
  .half-circle__info,
  .circle__info,
  .circle__img {
    width: 100%;
    margin-bottom: 12px;
    text-align: center;
    padding: 20px;
  }

  .slide__img {
    padding: 20px 0;
  }

  .big__title,
  .arka__title,
  .gallery-slider__title {
    font-size: 40px;
    line-height: 48px;
  }

  .slide-btns,
  .arka__btn {
    justify-content: center;
  }

  .arka__btn {
    margin: 0 auto;
  }

  .arka__info .arka__btn,
  .circle__info .arka__btn {
    float: none;
    margin: 0 auto;
  }

  .half-circle__info .half-btns {
    float: none;
    justify-content: center;
  }

  .slide__inner {
    background-size: 100%;
    background-position: center bottom;
  }

  .chto__item {
    width: 33%;
  }

  .gallery-btn__left,
  .gallery-btn__right,
  .akcii-btn__left,
  .akcii-btn__right {
    width: 50px;
    height: 50px;
  }

  .gallery-btn__left img,
  .gallery-btn__right img,
  .akcii-btn__left img,
  .akcii-btn__right img {
    transform: scale(0.5);
  }

  .akcii-btn__left {
    top: 0;
    left: 35%;
  }

  .akcii-btn__right {
    top: 0;
    right: 35%;
  }

  .gallery-slider__inner {
    padding-top: 35px;
  }

  .map__plashka {
    display: block;
    text-align: center;
  }

  .map__item,
  .map__plashka-right {
    justify-content: center;
  }

  .footer__left {
    display: block;
  }

  .footer__menu {
    display: none;
  }

  .footer__left img {
    margin-right: 10px;
    margin-bottom: 0;
  }

  .footer__info {
    display: block;
    margin-bottom: 20px;
    text-align: right;
  }

  .footer-menu__item {
    margin-right: 0;
  }

  .map__title {
    font-size: 40px;
    line-height: 52px;
  }

  .akcii-slider {
    margin-bottom: 0;
  }

  .gallery-slider {
    padding-top: 40px;
  }

  .afisha-slider {
    padding: 40px 0 40px 20px;
  }

  .spasibo__title {
    font-size: 40px;
    line-height: 52px;
  }

  .chto__inner {
    background-size: 320% 100%;
  }

  .slide-block {
    margin-bottom: 0;
  }

  .afisha {
    padding: 0;
  }

  .arka__inner,
  .circle__inner,
  .half-circle__inner,
  .arka__inner {
    background-position: center top -100px;
    padding: 40px 0;
  }

  .zakaz__info {
    padding: 0 15px;
  }

  .circle-block {
    padding: 0;
  }

  .slide__img1 {
    padding: 20px;
  }
}

@media (max-width: 450px) {
  .big__title,
  .arka__title,
  .gallery-slider__title {
    font-size: 36px;
    line-height: 38px;
  }

  .qr-bg {
    background-image: url("/static/content/img/qr-bg-s.cc246154a283.svg");
    background-size: 100%;
    width: 100%;
    height: 100%;
    padding: 170px 0;
  }

  .new-afisha__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .arka__inner,
  .circle__inner,
  .half-circle__inner,
  .arka__inner {
    background-position: center top -70px;
  }

  .afisha__inner {
    background-position: center top -70px;
  }

  .chto__item {
    width: 50%;
  }

  .category-item__title {
    font-size: 10px;
  }

  .chto__inner {
    background-image: none;
  }

  .tovar-block__inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .zakaz__item-inner {
    display: block;
  }

  .zakaz__item {
    padding-top: 90px;
  }

  .zakaz__img {
    position: relative;
    height: 90px;
    width: 100%;
  }

  .zakaz__img img {
    width: 185px;
    position: absolute;
    left: 50%;
    top: -100px;
    transform: scale(1) translateX(-50%);
  }

  .zakaz__item-info {
    text-align: center;
    position: relative;
    padding-bottom: 50px;
    margin-left: 0;
  }

  .zakaz__item-kolvo {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .zakaz__item-top {
    display: block;
    text-align: center;
  }

  .zakaz__item-bot {
    display: none;
  }

  .map__title {
    font-size: 36px;
    line-height: 38px;
  }

  .zakaz__item-info {
    width: 100%;
  }
}

/* -----cont------ */
.container,
.container-fluid {
  padding: 0;
}

#sticky-wrapper {
  height: auto !important;
}

.sticky {
  position: fixed;
}

.letsStick {
  display: none;
  z-index: 10000;
}

.category-slider__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  overflow: auto hidden;
  width: 100%;
  grid-gap: 15px;
}

.category-slider__item {
  text-align: center;
  width: 10%;
  min-width: 90px;
}

.category-slider__item img {
  width: 80px;
}

.category-slider__inner::-webkit-scrollbar {
  display: none;
}

.category-slider__inner {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.modal-afisha {
  width: 700px;
  max-width: 98%;
  max-height: 98%;
  overflow: auto;
}



/* new */
.shapka-cart {
  display: none;
}
.popup {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  background-color: rgba(11, 11, 11, .8);
  opacity: 0;
  visibility: hidden;
  transition: .25s all ease-in-out;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}
.popup__container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.popup__content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  width: 100%;
  cursor: auto;
}
.popup__block {
  position: relative;
  background: #fffdf7;
  padding: 30px 20px;
  width: auto;
  max-width: 450px;
  margin: 20px auto;
  border-radius: 10px;
}
.popup__close {
  position: absolute;
  font-size: 0;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
  opacity: 1;
  cursor: pointer;
}
.popup__close:hover {
  opacity: .8;
}
.popup__close:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #909090;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup__close:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #909090;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup__title {
  font-family: "Apparel";
  font-size: 28px;
  text-align: center;
  line-height: 1.2;
  color: #2b3137;
  margin-bottom: 20px;
}
.popup__img {
}
.popup__img img {
  width: 100%;
}
.popup__text {
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
}
.popup__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin-top: 20px;
  z-index: 2;
}
@media (max-width: 575px) {
  .popup__title {
    font-size: 24px;
  }
  .popup__text {
    font-size: 18px;
  }
}
#ContentPlaceHolder1_ArticleBody .chto-block {
  display: none;
}
/* new */
@font-face{font-family:"Manrope";src:url("fonts/Manrope-SemiBold.254387411c0f.woff2") format("woff2"),url("fonts/Manrope-SemiBold.d31d52534b37.woff") format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Manrope";src:url("fonts/Manrope-Regular.8ae23f32b650.woff2") format("woff2"),url("fonts/Manrope-Regular.871132a5c600.woff") format("woff");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Manrope";src:url("fonts/Manrope-Bold.097453285067.woff2") format("woff2"),url("fonts/Manrope-Bold.ec201dfbec87.woff") format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Manrope";src:url("fonts/Manrope-Medium.5db703858cf6.woff2") format("woff2"),url("fonts/Manrope-Medium.e59358f6346c.woff") format("woff");font-weight:500;font-style:normal;font-display:swap}.flb-wr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-20px}.flb-wr>*{margin-left:20px}.flb-cc{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flb-csb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flb-cs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flb-sb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flb-sb.a-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.flb-sb.a-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.flb-sc{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flb-csb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flb-ss{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flb-s_end{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flb-c_end{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flb-sar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around}.nowrap{-ms-flex-wrap:initial;flex-wrap:initial}.als{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.db{display:block}.is-hide{display:none}.mb5{margin-bottom:5px}.mb10{margin-bottom:10px}.mb15{margin-bottom:15px}.mb20{margin-bottom:20px}.mb25{margin-bottom:25px}.mb30{margin-bottom:30px}.mb35{margin-bottom:35px}.mb40{margin-bottom:40px}.mb45{margin-bottom:45px}.mb50{margin-bottom:50px}.mb60{margin-bottom:60px}.mb70{margin-bottom:70px}.mb80{margin-bottom:80px}.mb100{margin-bottom:100px}.mb-m15{margin-bottom:-15px}.mb-m20{margin-bottom:-20px}.mb-m30{margin-bottom:-30px}.mb-m40{margin-bottom:-40px}.mb-m60{margin-bottom:-60px}.mt0{margin-top:0px}.mt5{margin-top:5px}.mt10{margin-top:10px}.mt15{margin-top:15px}.mt20{margin-top:20px}.mt25{margin-top:25px}.mt30{margin-top:30px}.mt35{margin-top:35px}.mt40{margin-top:40px}.mt45{margin-top:45px}.mt50{margin-top:50px}.mt-m5{margin-top:-5px}.mt-m10{margin-top:-10px}.mt-m15{margin-top:-15px}.mt-m20{margin-top:-20px}.mr5{margin-right:5px}.mr10{margin-right:10px}.mr15{margin-right:15px}.mr20{margin-right:20px}.mr25{margin-right:25px}.mr30{margin-right:30px}.mr35{margin-right:35px}.mr40{margin-right:40px}.mr45{margin-right:45px}.mr50{margin-right:50px}.ml5{margin-left:5px}.ml10{margin-left:10px}.ml15{margin-left:15px}.ml20{margin-left:20px}.ml25{margin-left:25px}.ml30{margin-left:30px}.ml35{margin-left:35px}.ml40{margin-left:40px}.ml45{margin-left:45px}.ml50{margin-left:50px}.ml-a{margin-left:auto}.c-dgold{color:#8c7d5b}.ta-c{text-align:center}body{background:#fff}@media(min-width: 768px){.show-md{display:none !important}.mb-md-0{margin-bottom:0px !important}.mb-md-10{margin-bottom:10px !important}.mb-md-15{margin-bottom:15px !important}.mb-md-20{margin-bottom:20px !important}.mb-md-30{margin-bottom:30px !important}.mb-md-40{margin-bottom:40px !important}.mb-md-50{margin-bottom:50px !important}.mb-md-60{margin-bottom:60px !important}.mb-md-70{margin-bottom:70px !important}.mb-md-80{margin-bottom:80px !important}.mb-md-100{margin-bottom:100px !important}.mb-md-120{margin-bottom:120px !important}.mb-md-140{margin-bottom:140px !important}}@media(max-width: 767.9px){.hide-md{display:none !important}}@media(min-width: 992px){.show-lg{display:none !important}.mb-lg-0{margin-bottom:0px !important}.mb-lg-30{margin-bottom:30px !important}.mb-lg-40{margin-bottom:40px !important}.mb-lg-50{margin-bottom:50px !important}.mb-lg-60{margin-bottom:60px !important}.mb-lg-70{margin-bottom:70px !important}.mb-lg-80{margin-bottom:80px !important}.mb-lg-100{margin-bottom:100px !important}.mb-lg-120{margin-bottom:120px !important}}@media(max-width: 1199.9px){.hide-lg{display:none !important}}@media(min-width: 1200px){.show-xl{display:none !important}.mb-xl-0{margin-bottom:0px !important}.mb-xl-30{margin-bottom:30px !important}.mb-xl-40{margin-bottom:40px !important}.mb-xl-50{margin-bottom:50px !important}.mb-xl-60{margin-bottom:60px !important}.mb-xl-70{margin-bottom:70px !important}.mb-xl-80{margin-bottom:80px !important}.mb-xl-100{margin-bottom:100px !important}.mb-xl-120{margin-bottom:120px !important}}.shapka{background:rgba(0,0,0,0)}.section__app{position:relative;margin-top:-130px;padding-top:130px;color:#2b3137;font-family:"Manrope";overflow:hidden}.section__app *,.section__app *::before,.section__app *::after{-webkit-box-sizing:inherit;box-sizing:inherit}.section__app img{max-width:100%}.section__app .container>::before,.section__app .container>::after,.section__app .row>::before,.section__app .row>::after{display:none}.section__h1,.section__h2,.section__h3{font-family:"Apparel";font-weight:bold}.section__h1 *,.section__h2 *,.section__h3 *{font-style:inherit;font-weight:inherit;font-size:inherit}.section__h1 .span-star,.section__h2 .span-star,.section__h3 .span-star{position:relative;display:inline-block}.section__h1 .span-star::before,.section__h2 .span-star::before,.section__h3 .span-star::before{display:block;content:"";position:absolute;top:0;right:0;-webkit-transform:translate(68%, -32%);transform:translate(68%, -32%);width:40px;height:40px;background:url("img/icon/star-grey.e1320746b113.svg") no-repeat center center;background-size:cover}.section__h1 .span-star.pos--ltop::before,.section__h2 .span-star.pos--ltop::before,.section__h3 .span-star.pos--ltop::before{left:0;right:inherit;-webkit-transform:translate(-72%, -38%);transform:translate(-72%, -38%)}.section__h1 .alink,.section__h2 .alink,.section__h3 .alink{color:#2b3137;-webkit-transition:all .3s ease;transition:all .3s ease}.section__h1 .alink .icon-arrow-right,.section__h2 .alink .icon-arrow-right,.section__h3 .alink .icon-arrow-right{margin-left:4px;vertical-align:middle;opacity:.3;-webkit-transition:all .3s ease;transition:all .3s ease}.section__h1 .alink:hover .icon-arrow-right,.section__h2 .alink:hover .icon-arrow-right,.section__h3 .alink:hover .icon-arrow-right{opacity:1;-webkit-transform:translateX(3px);transform:translateX(3px)}.section__h1{line-height:1.4;font-size:68px}.section__h2{line-height:1.1;font-size:48px}.section__h3{line-height:1.1;font-size:32px}.section__h3 .span-star::before{-webkit-transform:translate(65%, -44%);transform:translate(65%, -44%);width:32px;height:32px}.section__plg,.section__pmd{line-height:1.4}.section__plg .link-dotted,.section__pmd .link-dotted{display:inline-block;font-weight:bold;-webkit-transition:all .3s ease;transition:all .3s ease}.section__plg.c-dgold .link-dotted,.section__pmd.c-dgold .link-dotted{color:#8c7d5b;border-bottom:1px dashed #8c7d5b}.section__plg.c-dgold .link-dotted:hover,.section__pmd.c-dgold .link-dotted:hover{border-color:rgba(0,0,0,0)}.section__plg{font-size:18px}.section__pmd{font-size:18px}.section__ovlbtn{position:relative;padding:0;color:#2b3137;font-size:18px;font-weight:600;text-decoration:none;cursor:pointer;background:rgba(0,0,0,0);outline:none;border:0}.section__ovlbtn::after{content:" ";border-radius:50%;position:absolute;z-index:-1;width:140px;height:50px;left:50%;top:50%;-webkit-transform:translate(-50%, -50%) rotate(-15deg);transform:translate(-50%, -50%) rotate(-15deg);border:1px solid #e9dab5;-webkit-transition:all .3s ease;transition:all .3s ease}.section__ovlbtn:hover{color:#2b3137}.section__ovlbtn:hover::after{background:#e9dab5}.section__ovlbtn span{position:relative;color:#2b3137}.section__icon{position:relative;padding:4px;width:100px;height:100px;background:#fff;border:1px solid #c5b297;border-radius:24px}.section__icon::after{display:block;content:"";position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%, 50%);transform:translate(-50%, 50%);width:20px;height:20px;background:url("img/icon/star-gold2.3b2182c30486.svg") no-repeat center/cover}.section__icon img{max-width:100%;width:auto;max-height:100%;height:auto}.section__img{position:relative;border-radius:36px}.section__img img{width:100%;border-radius:36px}.section__img.h100{height:100%}.section__img.h100 img{height:100%;-o-object-fit:cover;object-fit:cover}.section__img.type--halfstar-topcenter::before,.section__img.type--halfstar-bottomcenter::before{display:block;content:"";position:absolute;z-index:3;left:50%;-webkit-transform:translate(-50%, 0%);transform:translate(-50%, 0%);width:70px;height:35px}.section__img.type--halfstar-topcenter::before{top:-1px}.section__img.type--halfstar-topcenter.bg--begg::before{background:url("img/icon/half-star-beggbottom.017b63798ba9.svg") no-repeat center bottom;background-size:cover}.section__img.type--halfstar-topcenter.bg--wt::before{background:url("img/icon/half-star-wtbottom.1f0d8d1dc9a6.svg") no-repeat center bottom;background-size:cover}.section__img.type--halfstar-bottomcenter::before{bottom:-1px}.section__img.type--halfstar-bottomcenter.bg--begg::before{background:url("img/icon/half-star-beggtop.137b6fbf61b9.svg") no-repeat center top;background-size:cover}.section__img.type--halfstar-bottomcenter.bg--wt::before{background:url("img/icon/half-star-wttop.52f40a430274.svg") no-repeat center top;background-size:cover}.section__img.type2--star-topcenter::after{display:block;content:"";position:absolute;z-index:5;top:0;left:50%;-webkit-transform:translate(-50%, -51%);transform:translate(-50%, -51%);width:36px;height:36px}.section__img.type2--star-topcenter.bg2--gold::after{background:url("img/icon/star-gold.0f14a25396d0.svg") no-repeat center bottom;background-size:cover}@media(max-width: 1199.9px){.section__h1{font-size:60px}}@media(max-width: 991.9px){.section__app{margin-top:-100px}.section__h1 .span-star::before,.section__h2 .span-star::before,.section__h3 .span-star::before{-webkit-transform:translate(68%, -38%);transform:translate(68%, -38%);width:32px;height:32px}.section__h1{font-size:48px}.section__h2{font-size:40px}.section__h3{font-size:32px}.section__h3 .span-star::before{-webkit-transform:translate(62%, -48%);transform:translate(62%, -48%);width:24px;height:24px}.section__img{border-radius:32px}.section__img img{border-radius:32px}}@media(max-width: 767.9px){.section__app{padding-left:20px;padding-right:20px}.section__h1{font-size:40px}.section__h2{font-size:36px}.section__h3{font-size:28px}.section__pmd{font-size:16px}.section__icon{width:80px;height:80px}.section__img{border-radius:28px}.section__img img{border-radius:28px}}.flb-wr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-20px}.flb-wr>*{margin-left:20px}.flb-cc{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flb-csb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flb-cs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flb-sb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.flb-sb.a-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.flb-sb.a-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.flb-sc{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flb-csb{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flb-ss{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.flb-s_end{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flb-c_end{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flb-sar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around}.nowrap{-ms-flex-wrap:initial;flex-wrap:initial}.als{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.db{display:block}.hidden{display:none}.mb5{margin-bottom:5px}.mb10{margin-bottom:10px}.mb15{margin-bottom:15px}.mb20{margin-bottom:20px}.mb25{margin-bottom:25px}.mb30{margin-bottom:30px}.mb35{margin-bottom:35px}.mb40{margin-bottom:40px}.mb45{margin-bottom:45px}.mb50{margin-bottom:50px}.mb60{margin-bottom:60px}.mb70{margin-bottom:70px}.mb80{margin-bottom:80px}.mb100{margin-bottom:100px}.mb-m15{margin-bottom:-15px}.mb-m20{margin-bottom:-20px}.mb-m30{margin-bottom:-30px}.mb-m40{margin-bottom:-40px}.mb-m60{margin-bottom:-60px}.mt0{margin-top:0px}.mt5{margin-top:5px}.mt10{margin-top:10px}.mt15{margin-top:15px}.mt20{margin-top:20px}.mt25{margin-top:25px}.mt30{margin-top:30px}.mt35{margin-top:35px}.mt40{margin-top:40px}.mt45{margin-top:45px}.mt50{margin-top:50px}.mt-m5{margin-top:-5px}.mt-m10{margin-top:-10px}.mt-m15{margin-top:-15px}.mt-m20{margin-top:-20px}.mr5{margin-right:5px}.mr10{margin-right:10px}.mr15{margin-right:15px}.mr20{margin-right:20px}.mr25{margin-right:25px}.mr30{margin-right:30px}.mr35{margin-right:35px}.mr40{margin-right:40px}.mr45{margin-right:45px}.mr50{margin-right:50px}.ml5{margin-left:5px}.ml10{margin-left:10px}.ml15{margin-left:15px}.ml20{margin-left:20px}.ml25{margin-left:25px}.ml30{margin-left:30px}.ml35{margin-left:35px}.ml40{margin-left:40px}.ml45{margin-left:45px}.ml50{margin-left:50px}.ml-a{margin-left:auto}.services__intro{position:relative;padding:60px 0 140px}.services__intro-container{position:relative;z-index:10}.services__intro-decore{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%) scale(1.3);transform:translate(-50%, -50%) scale(1.3);width:100%;max-width:2400px}.services__intro-img{position:relative;padding:7%;-webkit-transform:translateX(3.5%);transform:translateX(3.5%);container-type:inline-size}.services__intro-img_picture{position:relative;z-index:2;border-radius:64px}.services__intro-img_decore{position:absolute;z-index:5;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);min-width:106.12%;width:106.12%;pointer-events:none}@container (max-width: 440px){.services__intro-img_picture{border-radius:40px}}.services__intro__slider{position:relative;border-radius:36px;overflow:hidden}.services__intro-slidernav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute !important;z-index:10;bottom:20px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:calc(100% - 40px);max-width:320px;color:#fff;font-size:20px;font-weight:bold;background:rgba(255,253,247,.3);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:16px}.services__intro-slidernav::after{display:block;content:"";position:absolute;left:50%;top:0;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:24px;height:24px;background:url("img/icon/star-gold.0f14a25396d0.svg") no-repeat center/cover}.services__intro-slidernav .slick-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 40px;margin:0;height:100%;text-align:center}.services__intro-slidernav .btn-prev,.services__intro-slidernav .btn-next{position:absolute;z-index:10;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:32px;height:32px;cursor:pointer}.services__intro-slidernav .btn-prev{left:4px;width:40px;background:url("img/icon/arrow2-left-wt.ed8ad7d1596b.svg") no-repeat center/cover}.services__intro-slidernav .btn-next{right:4px;width:40px;background:url("img/icon/arrow2-right-wt.b6153cd286d6.svg") no-repeat center/cover}.services__intro-sliderwrap{position:relative;border-radius:36px;overflow:hidden}.services__intro-sliderwrap::after{display:block;content:"";position:absolute;z-index:10;top:20%;left:-1px;width:46px;height:92px;background:url("img/icon/half-star-whiteright.c9592b703690.svg") no-repeat center right;background-size:cover}.services__infoblock{position:relative;padding:40px;background:rgba(140,125,91,.1);border-radius:64px}.services__infoblock-title{position:relative;padding:36px 38px;background:#fff;border-radius:36px}.services__infoblock-title *:last-child{margin-bottom:0}.services__infoblock-title.type--star-topcenter::before,.services__infoblock-title.type--star-bottomcenter::before{display:block;content:"";position:absolute;z-index:3;left:50%;-webkit-transform:translate(-50%, 0%);transform:translate(-50%, 0%);width:48px;height:48px;background:url("img/icon/star-gold.0f14a25396d0.svg") no-repeat center center;background-size:cover}.services__infoblock-title.type--star-topcenter::before{top:0;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.services__infoblock-title.type--star-bottomcenter::before{bottom:0;-webkit-transform:translate(-50%, 50%);transform:translate(-50%, 50%)}.services__infoblock.bg--wtbrd{background:#fff;border:1px solid rgba(140,125,91,.2)}.services__infoblock.bg--wtbrd .services__infoblock-title{background:rgba(140,125,91,.1)}.services__advtcard-caption{padding:0 15px}.services__payscard{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:28px;text-align:center;background:rgba(140,125,91,.1);border-radius:24px}.services__payscard-row3 .services__payscard{width:calc(33.3333% - 2px)}.services__payscard .section__icon{border:0}.services__payscard .section__icon::after{background:url("img/icon/star-gold.0f14a25396d0.svg") no-repeat center/cover}.services__imgadvt{position:relative;overflow:hidden}.services__imgadvt::before{display:block;content:"";position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));background:linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);opacity:.3}.services__imgadvt::after{display:block;content:"";position:absolute;z-index:10;top:20%;left:-1px;width:46px;height:92px;background:url("img/icon/half-star-whiteright.c9592b703690.svg") no-repeat center right;background-size:cover}.services__imgadvt-blurbtn{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;z-index:10;bottom:20px;left:20px;padding:4px;width:calc(100% - 40px);min-height:70px;color:#fff;font-size:20px;font-weight:bold;background:rgba(255,253,247,.3);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:16px}.services__imgadvt-blurbtn::after{display:block;content:"";position:absolute;left:50%;top:0;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:24px;height:24px;background:url("img/icon/star-gold.0f14a25396d0.svg") no-repeat center/cover}.services__imgadvt.type--decore2::after{top:initial;bottom:22%}.events__item{padding:1px clamp(20px,2vw,24px) clamp(20px,2.4vw,36px);background:rgba(140,125,91,.1);border-radius:32px}.events__item-img{position:relative;margin:-50px auto 32px;width:116px;height:116px}.events__item-img::before,.events__item-img::after{display:block;content:"";position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.events__item-img::before{z-index:2;bottom:-18px;width:36px;height:36px;background:url("img/icon/star-white.8cf4071093d0.svg") no-repeat center/cover}.events__item-img::after{z-index:4;bottom:-4px;width:24px;height:24px;background:url("img/icon/star-gold.0f14a25396d0.svg") no-repeat center/cover}.events__item-img img{width:100%;height:100%;border:8px solid #fffdf7;border-radius:24px;-o-object-fit:cover;object-fit:cover}.events__item-hr{border-bottom:1px dashed #e9dab5}.events__item-linkscategory{position:relative;background:#fff;border-radius:12px;overflow:hidden}.events__item-linkscategory a{padding:8px 16px;height:48px;color:#2b3137}.events__item-linkscategory a span{width:calc(100% - 32px);font-size:16px;font-weight:bold}.events__item-linkscategory a img{opacity:.3;-webkit-transition:all .3s ease;transition:all .3s ease}.events__item-linkscategory a:not(:last-child){border-bottom:1px solid rgba(140,125,91,.1)}.events__item-linkscategory a:hover img{opacity:1;-webkit-transform:translateX(3px);transform:translateX(3px)}.menu__linkcard{display:block;position:relative;padding:24px 150px 24px 36px;color:#2b3137;background:rgba(140,125,91,.1);border-radius:24px;-webkit-transition:all .3s ease;transition:all .3s ease}.menu__linkcard-star{position:absolute;top:50%;right:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:118px;height:118px}.menu__linkcard:hover{color:#2b3137;background:rgba(140,125,91,.15)}.organizaciya-prazdnikov__pathline1{position:relative;-webkit-transform:translateX(-120%);transform:translateX(-120%);margin:-200px 0 -40px}.organizaciya-prazdnikov__pathline2{display:block;position:relative;-webkit-transform:translateX(80%);transform:translateX(80%);margin:-120px 0 20px auto;display:block;width:114px;pointer-events:none}.organizaciya-prazdnikov__pathline3{display:block;position:relative;-webkit-transform:translateX(120%);transform:translateX(120%);margin:-20px 0 20px;width:100px}.organizaciya-prazdnikov__pathline6{display:block;position:relative;-webkit-transform:translateX(180%);transform:translateX(180%);margin:-20px 0 -40px;width:190px}@media(max-width: 1199.9px){.services__infoblock{padding:32px;border-radius:36px}.services__infoblock-title{padding:32px 28px}.services__imgadvt-blurbtn{min-height:50px;font-size:16px}.organizaciya-prazdnikov__pathline1{position:relative;-webkit-transform:translateX(-20%);transform:translateX(-20%);margin:-200px 0 20px}}@media(max-width: 991.9px){.services__intro{padding-top:48px;padding-bottom:48px}.services__infoblock{padding:24px;border-radius:32px}.services__infoblock-title{padding:28px 24px;border-radius:32px}.organizaciya-prazdnikov__pathline3{width:60px}.menu__linkcard{padding:20px 100px 20px 20px}.menu__linkcard-star{width:80px;height:80px}}@media(max-width: 767.9px){.services__infoblock{padding:20px}.services__infoblock-title{padding:20px;border-radius:28px}.services__payscard-row3 .services__payscard{margin-bottom:4px;width:calc(50% - 2px)}.events__item{border-radius:28px}.organizaciya-prazdnikov__pathline6{display:none}}@media(max-width: 576.9px){.services__infoblock{padding:16px}.services__infoblock-title{border-radius:20px}.services__payscard-row3 .services__payscard:nth-child(3){width:100%}}.yandex__statistic{position:relative}.yandex__statistic-header{padding:clamp(20px,2.8vw,60px) clamp(20px,3.2vw,60px);width:37%;background:rgba(140,125,91,.1);border-radius:36px}.yandex__statistic-body{position:relative;padding:clamp(20px,2.8vw,32px) clamp(20px,3.2vw,40px);padding-right:210px;width:calc(63% - 2px);background:rgba(140,125,91,.1);border-radius:36px}.yandex__statistic-body_logo{position:absolute;top:50%;right:clamp(20px,3.2vw,40px);-webkit-transform:translateY(-50%);transform:translateY(-50%)}.yandex__statistic-body_hr{margin:12px 0 32px;border-bottom:1px dashed rgba(233,218,181,.6)}.yandex__statistic-body_logo2{mix-blend-mode:darken}.yandex__statistic-star1{position:absolute;top:50%;left:calc(37% + 1px);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.yandex__statistic-star2{position:absolute;right:80px;top:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.yandex__statistic-star3{position:absolute;right:210px;top:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.gallery__grid{position:relative}.gallery__grid::before{display:block;content:"";position:absolute;z-index:2;top:0%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:52px;height:52px;background:url("img/icon/star-gold.0f14a25396d0.svg") no-repeat center/cover}.gallery__grid-foto{display:block;position:relative;margin-bottom:2px;width:calc(33.3333333333% - 2px);border-radius:36px;overflow:hidden}.gallery__grid-foto:nth-child(1),.gallery__grid-foto:nth-child(2){width:calc(50% - 2px)}.gallery__grid-foto img{width:100%;-webkit-transition:all .3s ease;transition:all .3s ease}.gallery__grid-foto:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}.gallery__tabs{position:relative;padding:6px;background:rgba(140,125,91,.1);border-radius:24px;overflow:hidden}.gallery__tabs .tab-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px 20px;color:rgba(43,49,55,.5);font-size:20px;font-weight:bold;border-radius:16px;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.gallery__tabs .tab-btn:hover{color:#2b3137}.gallery__tabs .tab-btn.is-active{color:#2b3137;background:#fff}.gallery__tabs .tab-btn.normal{font-weight:normal}.contacts__flexwrap{position:relative}.contacts__flexwrap-lblock{position:relative;padding:clamp(20px,3.2vw,64px) clamp(20px,3.2vw,64px);width:397px;background:rgba(140,125,91,.1);border-radius:36px 64px 36px 36px;text-align:center}.contacts__flexwrap-lblock_hr{border-bottom:1px dashed #e9dab5}.contacts__flexwrap-lblock::after{display:block;content:"";position:absolute;z-index:4;top:0;right:0;-webkit-transform:translate(50%, -50%);transform:translate(50%, -50%);width:84px;height:84px;background:url("img/icon/star-gold.0f14a25396d0.svg") no-repeat center/cover}.contacts__flexwrap-phone{color:#2b3137;font-size:24px;font-weight:bold}.contacts__flexwrap-phone a{color:#2b3137}.contacts__flexwrap-address{font-size:16px}.contacts__flexwrap-grafic{padding:16px;color:#2b3137;background:#fff;border-radius:16px;cursor:pointer}.contacts__flexwrap-grafic span{margin:0 auto 0 8px}.contacts__flexwrap-grafic img:last-child{opacity:.3;-webkit-transition:all .3s ease;transition:all .3s ease}.contacts__flexwrap-grafic:hover img:last-child{opacity:1;-webkit-transform:translateX(3px);transform:translateX(3px)}.contacts__flexwrap-social a{margin:0 6px}.contacts__flexwrap-social a img{width:48px}.contacts__flexwrap-map{position:relative;width:calc(100% - 399px);border-radius:64px 36px 36px 36px;border:8px solid #f4f1e8;overflow:hidden}@media(max-width: 1199.9px){.yandex__statistic-body{padding-right:180px}.yandex__statistic-body_logo{width:120px}.yandex__statistic-star2{right:32px}.yandex__statistic-star3{right:120px;width:160px}}@media(max-width: 991.9px){.yandex__statistic-header,.yandex__statistic-body{width:100%;border-radius:32px}.yandex__statistic-header{margin-bottom:2px;padding:clamp(20px,2.8vw,60px) clamp(20px,3.2vw,60px);padding-right:160px}.yandex__statistic-body{padding:clamp(20px,2.8vw,32px) clamp(20px,3.2vw,40px);padding-right:180px}.yandex__statistic-star1{display:none}.gallery__grid-foto{border-radius:32px}.contacts__flexwrap-lblock,.contacts__flexwrap-map{width:100%;border-radius:32px}.contacts__flexwrap-lblock{position:relative;padding-bottom:40px;z-index:10}.contacts__flexwrap-lblock::before{display:block;content:"";position:absolute;z-index:2;top:100%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:56px;height:56px;background:url("img/icon/star-white.8cf4071093d0.svg") no-repeat center/cover}.contacts__flexwrap-lblock::after{top:100%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:32px;height:32px}.contacts__flexwrap-map{margin-top:4px;height:420px;border:4px solid #f4f1e8}}@media(max-width: 767.9px){.yandex__statistic-header,.yandex__statistic-body{padding:clamp(24px,2.8vw,60px) clamp(20px,3.2vw,60px);border-radius:28px}.yandex__statistic-star3{display:none}.yandex__statistic-body_logo{position:relative;top:0;left:0;-webkit-transform:none;transform:none;width:60px}.gallery__grid::before{width:32px;height:32px}.gallery__grid-foto{width:calc(50% - 2px);border-radius:28px}}