/*font-family: "Nunito", sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* font-family: "Roboto", sans-serif; */
body {
  max-width: 1920px;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  background-color: #ffffff;
  background-image: url(/img/bg.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

h1,
h2,
h3 {
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
  color: #130f1b;
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 1px #fff, 0 0 2px #fff,0 0 1px #fff, 0 0 2px #fff, 0 0 1px #fff, 0 0 2px #fff;
}

h1 {
  font-size: 58px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 40px;
}

:hover {
  transition-duration: 0.3s;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.content__inner {
  margin-bottom: 60px;
  min-height: 100vh;
}

.callBackVoid:hover {
  cursor: pointer;
}

.modalMain {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}

.modalMain__bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
}

.modalMain__inner {
  position: absolute;
  width: 450px;
  padding: 24px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url(/img/form_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1005;
}

.modalMain__title {
  font-size: 1.6em;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}

.modalMain__row {
  margin: 8px 0;
}

.modalMain__input {
  width: 100%;
  border: 1px solid #ffffff;
  padding: 4px 8px;
}

.modalMain__button {
  text-align: center;
}

@media (max-width: 768px) {
  .modalMain__inner {
    width: 98%;
  }
}

.modalYesright {
  color: #ffffff;
}

.modalYesright a {
  color: #ffffff;
}

.modalMain__btn {
  background-color: #130f1b;
  padding: 8px;
  white-space: nowrap;
  border-radius: 5px;
  text-transform: uppercase;
  outline-style: none;
  font-weight: 600;
  color: #ffffff;
}

.modalMain__btn:hover {
  background-color: #130f1b;
  color: #ffffff;
}

.stick-menu {
  display: none;
  text-align: center;
}

.is-sticky .stick-menu {
  width: 100%;
  z-index: 1000;
  display: block;
  position: fixed;
  background-color: #ffffff;
  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: 8px 8px;
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line-top__logo {
  height: 32px;
}

.line-top__phone {
  text-align: left;
}

.line-top__phone-link {
  color: #000000;
  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: #000000;
  font-size: 1.8em;
}

.shapka__logo-img {
  width: 100px;
}

.mobile-menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fcfcfc;
  z-index: 1001;
}

.mobile-menu__inner {
  padding: 16px;
}

.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: 48px;
}

.mobile-menu__logo-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.mobile-menu__closed {
  color: #130f1b;
  text-decoration: none;
  font-size: 20px;
}

.mobile-menu__menu {
  margin: 16px 0;
}

.mobile-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.mobile-menu__item {
  padding: 8px 0;
}

.mobile-menu__item a {
  text-transform: uppercase;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
}

.mobile-menu__phone {
  margin: 16px 0;
  color: #000000;
}

.mobile-menu__phone-text {
  text-transform: uppercase;
  color: #000000;
  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: 16px;
  color: #000000;
  text-decoration: none;
}

.category-mobile {
  margin: 8px 0;
}

.category-mobile select {
  width: 100%;
  border: 2px solid #000000;
  border-radius: 8px;
  padding: 8px 16px;
}

.sticky {
  position: fixed;
}

.line-top__callback {
  background-color: #000000;
  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;
}

.header-main {
  position: sticky;
  top: 0;
  background: linear-gradient(90deg, #7a27f1 0%, #e23834 100%);
  z-index: 1001;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

@media (max-width: 992px) {
  .header-main {
    display: none;
  }
}

.header-main__inner {
  display: grid;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0 8px;
  grid-template-columns: 1fr 5fr 1fr;
}

.header-main__logo--right {
  display: flex;
  justify-content: flex-end;
}

.header-main a {
  color: #fff;
}

.logo-header {
  max-width: 100px;
}

.header-main__contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.logo-header img {
  filter: invert(1);
  height: 70px;
}

.header-phone {
  font-size: 1.4em;
}

.header-address {
  font-size: 1.2em;
}

.soc-header__list {
  display: flex;
  gap: 16px;
  align-items: center;
  align-content: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.soc-header__link {
  font-size: 2em;
}

.header-menu {
  background: linear-gradient(90deg, #7a27f1 0%, #e23834 100%);
}

.fa-whatsapp:hover {
  color: #25d366;
}

.fa-telegram:hover {
  color: #0088cc;
}

.fa-instagram:hover {
  color: #c13584;
}

.fa-google:hover {
  color: #4285f4;  
}

.fa-yandex:hover {
  color: #e23834;
}

@media (max-width: 992px) {
  .header-menu {
    display: none;
  }
}

.header-menu__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}

.header-menu__item {
  position: relative;
}

.header-menu__link {
  display: block;
  padding: 16px;
  font-size: 1.2em;
  text-transform: uppercase;
}

.header-menu__link,
.header-menu__link:hover,
.header-menu__link:focus,
.header-menu__link:active {
  color: #ffffff;
}

.header-menu__dropdown {
  display: none;
  position: absolute;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #7a27f1 0%, #e23834 100%);
}

.header-menu__item:hover .header-menu__dropdown {
  display: block;
}

.dropdown__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown__link {
  display: block;
  padding: 16px;
  font-size: 1.2em;
  text-transform: uppercase;
}

.dropdown__link,
.dropdown__link:hover,
.dropdown__link:focus,
.dropdown__link:active {
  color: #ffffff;
}

.info-text__inner {
  margin: 24px 0;
  border-radius: 20px;
  background: linear-gradient(90deg, #7a27f1 0%, #e23834 100%);
  padding: 42px 24px;
  /*  font-style: italic;*/
  color: #ffffff;
  text-align: center;
  font-size: 1.6em;
}

.shapka {
  z-index: 999;
  background: linear-gradient(90deg, #7a27f1 0%, #e23834 100%);
  margin-bottom: 60px;
  width: 1920px;
  max-width: 100%;
}

.shapka-bord {
  position: fixed;
  border-bottom: 2px solid #ffffff;
  background-color: #ffffff;
  z-index: 900;
  width: 100%;
  max-width: 1920px;
}

.shapka__inner {
  display: flex;
  justify-content: space-between;
  align-self: flex-end;
  grid-gap: 20px;
  padding-top: 12px;
  padding-bottom: 6px;
}

.shapka__menu {
  display: flex;
  justify-content: flex-end;
  align-self: center;
  grid-gap: 20px;
  padding-top: 128px;
}

.shapka-logo img {
  height: 110px;
}

.shapka-menu__item a {
  padding: 12px 0;
  display: block;
  color: #ffffff;
  font-size: 28px;
  font-family: "Roboto", sans-serif;
  line-height: 1.55;
  font-weight: 400;
  text-transform: uppercase;
}

.shapka-menu__item {
  position: relative;
}

.dropMenu {
  position: absolute;
  top: 66px;
  left: -16px;
  display: none;
  background: linear-gradient(90deg, #7a27f1 0%, #e23834 100%);
  padding: 0 16px;
  z-index: 200;
  min-width: 350px;
}

.shapka-menu__item:hover .dropMenu {
  display: block;
}

.shapka__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shapka__item p {
  color: #130f1b;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 400;
  white-space: nowrap;
}

.shapka__item a {
  color: #130f1b;
}

.text-right {
  text-align: right;
}

.shapka-soc {
  display: flex;
  justify-content: space-between;
  align-self: center;
  grid-gap: 20px;
}

.shapka-soc img {
  height: 20px;
}

.soc__item a {
  color: #130f1b;
  font-size: 24px;
  line-height: 1.55;
  font-weight: 400;
  letter-spacing: -2px;
}

.shapak__phone a {
  color: #130f1b;
  font-size: 28px;
  line-height: 1.55;
  font-weight: 400;
  font-weight: 500;
}

.sobytiya {
  margin-bottom: 20px;
}

.sobytiya__item img {
  border-radius: 20px;
}

.fl-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 20px;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .fl-title {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* Одна колонка */
  }
}

.gen__title {
  color: #130f1b;
  font-size: 58px;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  font-weight: 400;
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 1px #fff, 0 0 2px #fff,0 0 1px #fff, 0 0 2px #fff, 0 0 1px #fff, 0 0 2px #fff;
}

.fl-title__right {
  color: #130f1b;
  font-size: 24px;
  line-height: 1.55;
  font-weight: 400;
  text-align: right;
}

@media {
  .fl-title__right {
    text-align: left;
  }
}

.sobytiya-slider {
  position: relative;
}

.slider-left,
.slider-right {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 998;
  cursor: pointer;
}

.slider-left {
  left: 16px;
}

.slider-right {
  right: 16px;
}

.plitka-block {
  margin-bottom: 20px;
}

.plitka-block img {
  width: 100%;
}

.plitka-grey {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-bottom: 20px;
}

.grey__item {
  /*  background: linear-gradient(90deg, #7A27F1 0%, #E23834 100%);*/
  border-radius: 20px;
  overflow: hidden;
}

.grey__item img {
  border-radius: 20px;
}

.grey__item1 {
  /*  background: linear-gradient(90deg, #7A27F1 0%, #E23834 100%);;*/
  padding: 20px;
  grid-row: 1 / 3;
  grid-column: 1 / 3;
}

.grey__title {
  color: #ffffff;
  font-size: 58px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-weight: 400;
  /* margin-bottom: 40px; */
}

.grey__text p {
  /*  text-align: justify;*/
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 400;
}

.grey__text li {
  color: #ffffff;
  font-size: 19px;
}

.grey__item2 {
  grid-column: 3 / 5;
}

.plitka-photo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-bottom: 20px;
}

.uslovia-block {
  margin-bottom: 80px;
}

.uslovia__inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}

.uslovia__item {
  background: linear-gradient(90deg, #7a27f1 0%, #e23834 100%);
  padding: 20px;
  border-radius: 20px;
}

.red-btn a {
  display: inline-block;
  color: #130f1b;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  border-radius: 10px;
  background-color: #ffffff;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  padding: 15px 20px;
  text-transform: uppercase;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}

.katering-block {
  margin-bottom: 80px;
}

.katering__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 20px;
}

.katering__img img {
  border-radius: 20px;
  width: 100%;
}

.katering__info .gen__title {
  margin-bottom: 60px;
}

.katering__info,
.katering__img {
  width: 50%;
}

.katering__text {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.55;
  font-weight: 400;
}

.katering__text p {
  margin-bottom: 20px;
}

.chef-text p {
  margin-bottom: 20px;
}

.chef-text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}

.map-block {
  margin-bottom: 80px;
}

.map__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 20px;
}

.map-map,
.map__info {
  width: 50%;
}

.map-map {
  border-radius: 20px;
  overflow: hidden;
}

.map__info .gen__title {
  margin-bottom: 60px;
}

.map__info p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 2px;
}

.footer {
  background: linear-gradient(90deg, #7a27f1 0%, #e23834 100%);
  padding: 40px 0;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__item a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}

.fl__item a {
  color: #130f1b;
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.flex-links {
  margin-bottom: 40px;
}

.fl__inner {
  display: flex;
  justify-content: flex-start;
  align-self: center;
  flex-wrap: wrap;
  grid-gap: 20px;
}

.mobile-soc {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 12px;
}

.mobile-soc__item a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #130f1b;
  color: #ffffff;
  font-size: 20px;
}

.zakaz-call {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}

.flex-pominki {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-bottom: 20px;
}

.pominki__img img {
  width: 100%;
}

.pominki__text,
.svadba__text {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 400;
}

.svadba__img img {
  width: 100%;
}

.svadba__img {
  float: right;
  width: 500px;
  padding: 0 0 20px 20px;
  max-width: 100%;
}

.pominki-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.pominki-menu__item {
  padding: 15px 20px;
  border: 1px solid #ffffff;
  border-radius: 50px;
}

.pominki-menu__title {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  line-height: 1.55;
  font-weight: 600;
  margin-bottom: 20px;
}

.pominki-table {
  width: 100%;
}

.pominki-table tr td,
.pominki-table tr th {
  padding: 6px 0;
}

.pominki-table tr td:nth-child(2) {
  text-align: right;
}

.rec-link {
  color: #130f1b;
  text-decoration: underline;
}

#myBtn {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #ffffff;
  color: #000000;
  cursor: pointer;
  border-radius: 50%;
  font-size: 28px;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

#myBtn:hover {
  background-color: #130f1b;
  color: #ffffff;
  transition: 0.5s;
}

.sticky .shapka__menu {
  display: none;
}

.sticky {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #130f1b;
}

.sticky .shapka__inner {
  border-bottom: none;
}

.grey-plitka {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
  color: #ffffff;
}

.grey__item {
  border-radius: 20px;
  background: linear-gradient(90deg, #7a27f1 0%, #e23834 100%);
  padding: 20px;
}

.grey__item-pad {
  padding: 0;
}

.grey__item-fl {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.grey__item-info,
.grey__item-photo {
  flex: 1;
}

.grey__title {
  font-family: Alice;
  font-size: 58px;
  font-weight: 400;
  letter-spacing: -1.16px;
  font-family: "Roboto", sans-serif;
}

.grey-subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -0.72px;
  margin-bottom: 12px;
}

.grey__item-img {
  width: 100%;
  border-radius: 20px;
  background-color: #ffffff;
  height: 100%;
}

.grey__item-gr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.grey-plitka__gal {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-top: 40px;
}

.grey-plitka p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
}

.grey-plitka span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}

.white-plitka {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.white-plitka__img1 {
  grid-column: 1 / 3;
}

.footer-form__inner {
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 20px;
  background-color: #ffffff;
}

.footer-form__bord {
  padding: 20px;
  border-radius: 20px;
  border: 2px solid #e55a19;
}

.footer-form__title {
  margin-bottom: 12px;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
}

.footer-form__text {
  color: #23292e;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 27px;
}

.footer-form__btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 55px;
}

.footer-form__link a {
  color: #23292e;
  font-size: 28px;
  font-weight: 700;
}

.footer-form {
  margin-bottom: 80px;
}

.grey__item-flimg {
  float: right;
  margin: 0 0 20px 50px;
  border-radius: 20px;
  width: 50%;
}

.grey-btn {
  text-align: right;
  margin-top: 10px;
}

.grey__item-img100 {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 20px;
}

.ok-flex {
  display: flex;
  justify-content: flex-start;
  gap: 50px;
}

.ok-list {
  list-style-image: url(/img/ok.svg);
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.44px;
}

.ok-list li {
  margin-bottom: 20px;
}

@media (min-width: 1201px) {
  .grey__item-tri {
    grid-template-columns: repeat(3, 1fr);
  }

  .grey__item-tri .grey__title {
    font-size: 26px;
  }
}

@media (max-width: 1200px) {
  .shapka-logo img {
    height: 80px;
  }

  .shapka-logo {
    display: flex;
  }

  .shapka__menu {
    grid-gap: 20px;
  }

  .gen__title {
    font-size: 50px;
    line-height: 1;
  }

  .katering__info .gen__title {
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .sticky .shapka__inner,
  .shapka {
    display: none;
  }

  .sticky {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-bottom: none;
  }

  .shapka__menu,
  .shapka-logo {
    display: none;
  }

  .plitka-grey {
    grid-template-columns: repeat(3, 1fr);
  }

  .grey__item1 {
    grid-column: 1 / -1;
  }

  .grey__item2 {
    grid-column: 1;
  }

  .katering__inner,
  .map__inner {
    flex-direction: column;
  }

  .katering__img,
  .katering__info,
  .map-map,
  .map__info {
    width: 100%;
  }

  .flex-pominki,
  .pominki-menu {
    grid-template-columns: repeat(1, 1fr);
  }

  .grey__item-fl {
    flex-direction: column;
  }

  .grey__item-gr {
    grid-template-columns: repeat(1, 1fr);
  }

  .ok-flex {
    flex-direction: column;
    gap: 0px;
  }
}

@media (max-width: 768px) {
  .shapka__inner,
  .fl-title {
    flex-direction: column;
  }

  .shapka__item {
    text-align: center;
  }

  .fl-title__right {
    text-align: left;
  }

  .uslovia__inner {
    grid-template-columns: repeat(1, 1fr);
  }

  .shapak__phone {
    display: none;
  }

  .shapka__inner {
    grid-gap: 20px;
  }

  .grey__title,
  .gen__title {
    font-size: 42px;
  }

  .grey-plitka p {
    font-size: 18px;
  }

  .grey__item-flimg {
    width: 100%;
    margin: 0 0 20px;
  }
}

@media (max-width: 450px) {
  .white-plitka,
  .grey-plitka__gal {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*Блок товары - с табами*/

.tovary {
  position: relative;
  margin-bottom: 60px;
}

.gen__sub {
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 20px;
}

.tovary-tabs {
  display: none;
}

.tovary-tab__link {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 100px;
  background: linear-gradient(90deg, #7a27f1 0%, #e23834 100%);
  /* background-position: center center; */
  border-style: solid;
  padding: 14px 29px;
  display: inline-block;
  white-space: nowrap;
}

.active-tab__link {
  background: linear-gradient(90deg, #7a27f1 0%, #e23834 100%);
}

.toshop-btn a {
  display: block;
  width: 100%;
  text-align: center;
  background: linear-gradient(90deg, #7a27f1 0%, #e23834 100%);
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 100px;
  padding: 14px 29px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .toshop-btn {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .toshop-btn a {
    width: 48%;
  }
}

.tovary-tab__link:hover,
.tovary-tab__link:active,
.tovary-tab__link:focus {
  color: #ffffff;
}

.tovary-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.active-tab {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px;
}

.tovary {
  margin-bottom: 50px;
}

.tovar-tab__img img {
  border-radius: 22px;
  width: 100%;
  height: auto;
}

.orange-block {
  margin-bottom: 50px;
}

/*Новый блок*/

.commercial-banner-app {
  margin-bottom: 80px;
}

.commercial-banner-app__inner {
  display: flex;
  justify-content: space-between;
}

.commercial-banner-app__right {
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  background-color: #444e57;
  color: #ffffff;
  width: 73%;
  padding: 20px;
  margin-right: 1%;
}

.cbat__main-text {
  text-align: center;
  font-size: 1.8em;
  font-weight: 700;
}

ul.cbat__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

li.cbat__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.cbat__icon {
  margin: 10px 20px 10px 0;
}

.cbat__text {
  font-size: 1.2em;
  font-weight: 800;
}

.commercial-banner-app__text {
  width: 80%;
}

.commercial-banner-app__img {
  width: 20%;
}

.commercial-banner-app__img img {
  width: 100%;
}

@media (max-width: 1586px) {
  .commercial-banner-app__text {
    width: 78%;
  }

  .commercial-banner-app__img {
    width: 22%;
  }
}
@media (max-width: 1199px) {
  .commercial-banner-app__right {
    font-size: 0.8em;
  }
  .commercial-banner-app__text {
    width: 57%;
  }

  .commercial-banner-app__img {
    width: 33%;
  }
}

@media (max-width: 991px) {
  .commercial-banner-app__right {
    font-size: 1.2em;
  }
  .commercial-banner-app__text {
    width: 57%;
  }

  .commercial-banner-app__img {
    width: 33%;
  }
  .commercial-banner-app__inner {
    flex-direction: column;
  }
  .commercial-banner-app__right {
    width: 100%;
  }

  .commercial-banner-app__left {
    margin-top: 20px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .commercial-banner-app__right {
    font-size: 1.2em;
    flex-direction: column;
  }
  .commercial-banner-app__text {
    width: 100%;
  }

  .commercial-banner-app__img {
    width: 100%;
  }
  .commercial-banner-app__inner {
    flex-direction: column;
  }
  .commercial-banner-app__right {
    width: 100%;
  }

  .commercial-banner-app__left {
    margin-top: 20px;
    width: 100%;
  }
}

.priloj-btn a {
  color: #ffffff;
  font-size: 24px;
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.55;
  font-weight: 600;
  border-radius: 100px;
  background-color: #000000;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  padding: 18px 42px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.priloj-block {
  border-radius: 52px;

  background: #fe8c00;
  background: linear-gradient(135deg, #fe8c00, #f83600);
  padding: 20px;
  color: #ffffff;
}

.priloj-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
}

.predloj-btn {
  display: block;
  height: 40px;
  padding: 5px 10px;
  border-radius: 10px;
  background: #ffffff;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.priloj-priloj {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.priloj-block {
  border-radius: 20px;
}

.priloj-block__top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
  margin-bottom: 20px;
}

.priloj-block__top a:nth-child(3) {
  grid-column: 1 / -1;
  justify-content: center;
  gap: 20px;
}

.priloj-block__bot {
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.priloj-block__bot a {
  color: #666;
}

.commercial-banner-app__left {
  background: #fe8c00;
  background: linear-gradient(135deg, #fe8c00, #f83600);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.kvad-gal {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 15px;
  overflow: hidden;
}

.kvad-gal__item {
  overflow: hidden;
}

.zoom-img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.zoom-img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

@media (max-width: 992px) {
  .tovary-tab {
    justify-content: center;
  }
}

.akcikya-fl {
  display: flex;
  gap: 80px;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  padding: 20px;

  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.44px;
}

.akcikya-fl__img {
  width: 400px;
  max-width: 100%;
}

.mb8 {
  margin-bottom: 80px;
}

@media (max-width: 1200px) {
  .akcikya-fl {
    flex-direction: column;
  }
}

.tovar__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 48px 20px;
  margin-bottom: 50px;
}

.tovar__item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  overflow: hidden;
  gap: 20px;
}

.tovar__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.tovar__img {
  overflow: hidden;
  border-radius: 12px;
}

.tovar__img img {
  width: 100%;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.tovar__item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.tovar__title {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}

.tovar-ves {
  color: #5b6f8a;
  font-size: 18px;
}

.tovar__price::after {
  content: "₽";
  margin-left: 5px;
}

.tovar__price {
  font-size: 28px;
  color: #5b6f8a;
  font-weight: 500;
}

.kupit-btn {
  color: #ffffff;
  border-radius: 10px;
  background-color: #130f1b;
  font-size: 16px;
  padding: 8px 27px;
  display: inline-block;
}

.tovar__bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

@media (max-width: 1200px) {
  .tovar__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .tovar__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .tovar__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .tovar__item {
    flex-direction: row;
  }

  .tovar__img {
    width: 150px;
  }

  .tovar__info {
    width: calc(100% - 150px);
  }
}

@media (max-width: 450px) {
  .tovar__list {
    grid-template-columns: repeat(1, 1fr);
  }

  .tovar__item {
    flex-direction: column;
  }
  .tovar__info {
    width: 100%;
  }
}

.call-modal {
  z-index: 1001;
  font-family: "Nunito", sans-serif;
  cursor: pointer;
  position: fixed;
  bottom: 90px;
  right: 20px;
  max-width: 220px;
}

@media (max-width: 992px) {
  .call-modal {
    max-width: 120px;
  }
}

.call-modal__top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .call-modal__top {
    margin-bottom: 16px;
  }
}

.call-modal__btn {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 20px;
}

@media (max-width: 992px) {
  .call-modal__btn {
    width: 16px;
    height: 16px;
    margin-left: 16px;
  }
}

.call-modal__btn-img {
  width: 100%;
}

.call-modal__inner {
  border-radius: 20px;
  background: linear-gradient(90deg, #7a27f1 0%, #e23834 100%);
  border: none;
  padding: 0 18px 35px;
}

.call-modal__inner.active {
  padding: 23px 18px 35px;
}

@media (max-width: 992px) {
  .call-modal__inner {
    padding: 0 8px 8px;
  }

  .call-modal__inner.active {
    padding: 8px;
  }
}

.call-modal__img {
  width: 100%;
}

.call-modal__text {
  text-align: center;
  display: block;
  line-height: 22px;
  letter-spacing: -2%;
  margin-top: 12px;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}

@media (max-width: 992px) {
  .call-modal__text {
    font-size: 14px;
    margin-top: 6px;
    line-height: 14px;
  }
}

/*Анимации*/
.bounce {
  animation: bounce 2s ease infinite;
}
@keyframes bounce {
  70% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(-15%);
  }
  90% {
    transform: translateY(0%);
  }
  95% {
    transform: translateY(-7%);
  }
  97% {
    transform: translateY(0%);
  }
  99% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0);
  }
}

.bounce2 {
  animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-16px);
  }
  60% {
    transform: translateY(-8px);
  }
}

.modal-callorder {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}

.modal-callorder__bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
}

.modal-callorder__inner {
  font-family: "Nunito", sans-serif;
  position: relative;
  width: 540px;
  min-height: 80%;
  padding: 40px;
  border-radius: 60px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #69b6f9;
  z-index: 1005;
}

@media (max-width: 768px) {
  .modal-callorder__inner {
    width: auto;
    border-radius: 20px;
    max-width: 90%;
    min-height: 40%;
    max-height: 80%;
    overflow: auto;
    padding: 8px;
  }
}

.modal-callorder--screen-1 .modal-callorder__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-callorder--screen-2 .modal-callorder__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.modal-callorder--screen-3 .modal-callorder__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-callorder__row {
  padding: 15px 20px;
}

@media (max-width: 768px) {
  .modal-callorder__row {
    padding: 8px 12px;
  }
}

.modal-callorder__close-btn {
  position: absolute;
  width: 20px;
  display: block;
  top: 20px;
  right: 20px;
}

.modal-callorder__close-img {
  width: 100%;
}

@media (max-width: 768px) {
  .modal-callorder__close-btn {
    position: absolute;
    width: 25px;
    display: block;
    top: 20px;
    right: 20px;
  }
}

.modal-callorder__btn,
.modal-callorder__btn:hover,
.modal-callorder__btn:focus,
.modal-callorder__btn:active {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  border-radius: 50px;
  width: 100%;
  padding: 18px;
  display: block;
  background-color: #e55a19;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 768px) {
  .modal-callorder__btn,
  .modal-callorder__btn:hover,
  .modal-callorder__btn:focus,
  .modal-callorder__btn:active {
    font-size: 16px;
    padding: 8px;
  }
}

.modal-callorder__header {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.5%;
  text-align: center;
  padding: 0 19px;
  color: #ffffff;
}

@media (max-width: 768px) {
  .modal-callorder__header {
    font-size: 18px;
    padding: 0 8px;
  }
}

.modal-callorder--screen-3 .modal-callorder__header {
  padding: 0;
}

.modal-callorder__input {
  border-radius: 20px;
  font-size: 20px;
  font-weight: 600;
  padding: 18px 36px;
  border: none;
  width: 100%;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.21);
}

@media (max-width: 768px) {
  .modal-callorder__input {
    font-size: 16px;
    padding: 8px 12px;
  }
}

.help-text {
  color: #ff0000;
}

.video-line {
  margin: 16px 0;
}

.video-line__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Одна колонка */
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.video-line__item video {
  width: 100%;
  aspect-ratio: 9 / 16; /* Соотношение сторон 9:16 для вертикального видео */
  object-fit: cover; /* Обеспечивает заполнение всего пространства */
}

@media (max-width: 992px) {
  .video-line__list {
    grid-template-columns: repeat(2, 1fr); /* Одна колонка */
  }
}

.styled-select {
  border: none;
  padding: 8px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  background-color: #f5f5f5;
  color: black;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.styled-select:hover {
  background-color: #e0e0e0;
}

.styled-select:focus {
  outline: none;
  border-color: #333;
}

.footer__list {
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.soc-footer__list {
  display: flex;
  gap: 16px;
  align-items: center;
  align-content: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.soc-footer__link {
  font-size: 2em;
}

.soc-footer__link,
.soc-footer__link:hover,
.soc-footer__link:focus,
.soc-footer__link:active {
  color: #ffffff;
}

.mobile-menu__language {
  text-align: center;
}

.mobile-language__list {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.mobile-language__item {
  font-size: 1.2em;
}

.mobile-language__link,
.mobile-language__link:hover,
.mobile-language__link:focus,
.mobile-language__link:active {
  color: #000000;
}

.partners-inner {
  font-size: 1.4em;
}

.partners-inner__main-text {
  text-align: center;
  width: 60%;
  margin: 32px auto 32px;
}

@media (max-width: 992px) {
  .partners-inner__main-text {
    width: 100%;
  }
}

.partners-inner__first-part,
.partners-inner__second-part {
  display: flex;
  margin: 32px auto;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 992px) {
  .partners-inner__first-part,
  .partners-inner__second-part {
    flex-direction: column;
    width: 100%;
  }

  .partners-inner__second-part {
    flex-direction: column-reverse;
  }
}

.partners-inner__header {
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 16px;
}
.partners-inner__part-text {
  margin: 24px 24px;
}

@media (max-width: 992px) {
  .partners-inner__part-text {
    margin: 24px auto;
  }
}

.partners-inner__image img {
  width: 100%;
}

.partners-inner__download-area {
  margin: 32px auto;
  text-align: center;
}

.partners-inner__btn--download {
  padding: 18px 64px;
  color: #888888;
}

.partners-inner__btn--download:hover,
.partners-inner__btn--download:focus,
.partners-inner__btn--download:active {
  color: #000000;
  border-color: #000000;
  background-color: transparent;
}

.partners-inner__phone-area {
  margin: 32px auto;
  text-align: center;
}

.partners-inner__btn--phone {
  color: #000000;
  font-size: 1.4em;
}

.partners-inner__btn--phone:hover,
.partners-inner__btn--phone:focus,
.partners-inner__btn--phone:active {
  color: #000000;
}

.plitka-kvadrat {
  display: grid;
  gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  font-size: 1.6em;
  align-content: center;
  justify-items: stretch;
  grid-template-columns: 2fr 1fr;
}

.plitka-kvadrat-2 {
  grid-template-columns: 1fr 2fr;
}

.plitka-block-kvadrat {
  padding-bottom: 20px;
}

@media (max-width: 992px) {
  .plitka-kvadrat {
    display: flex;
    flex-direction: column;
    grid-template-columns: repeat(1, 1fr);
  }

  .plitka-kvadrat-2 {
    flex-direction: column-reverse;
    grid-template-columns: repeat(1, 1fr);
  }
}

.kvadrat__item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #7a27f1 0%, #e23834 100%);
  color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}

.kvadrat__text {
  padding: 20px;
}

.kvadrat__item img {
  width: 100%;
}

.footer-slider {
  margin-bottom: 50px;
}

.newMenu__item {
  border-radius: 20px 20px 20px 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
  min-width: 100%;
  background: linear-gradient(90deg, #7a27f1 0%, #e23834 100%);
}

.newMenu__top {
  padding: 20px 20px 0;
}

.newMenu__img {
  width: 100%;
  border-radius: 20px 20px 0px 0px;
}

.newMenu__title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.newMenu__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.newMenu__price {
  padding: 0 20px 20px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.newMenu__price span:first-child {
    display: none;
  }

.newMenu__price span:last-child {
  display: none;
}

.review-block {
  margin-bottom: 50px;
}

.review-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}

.review-item {
  padding: 20px;
  border-radius: 20px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(90deg, #7a27f1 0%, #e23834 100%);
}

.review-item__img {
  width: 100px;
  border-radius: 50%;
}

.review-item__name {
  padding: 20px 0;
  font-size: 1.2em;
  font-weight: 700;
}

.riview-item__text {
  height: calc(2 * line-height);
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.review-item__icon {
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #811ecf;
  font-size: 3em;
}

.review-item__btns {
  margin-top: 20px;
}

.review-item__btn--read-more,
.review-item__btn--read-more:hover,
.review-item__btn--read-more:focus,
.review-item__btn--read-more:active {
  background: linear-gradient(90deg, #7a27f1 0%, #e23834 100%);
  color: #ffffff;
  border-color: #b1386f;
  text-transform: lowercase;
  border-radius: 20px;
  border-width: 2px;
}

.animated-gradient {
  background-image: linear-gradient(
    259deg,
    #e85229 0%,
    #b1386f 49.5%,
    #992b9f 74.9%,
    #811ecf 100%
  );
  background-size: 200% 200%;
  background-position: 0% 0%;
  animation: gradient-shift 4s linear infinite;
}

@keyframes gradient-shift {
  0% {
    background-position: 0% 0%;
  }
  10% {
    background-position: 25% 25%;
  }
  20% {
    background-position: 50% 50%;
  }
  30% {
    background-position: 75% 75%;
  }
  40% {
    background-position: 100% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  60% {
    background-position: 25% 25%;
  }
  70% {
    background-position: 50% 50%;
  }
  80% {
    background-position: 75% 75%;
  }
  90% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
  110% {
    background-position: 25% 25%;
  }
  120% {
    background-position: 50% 50%;
  }
  130% {
    background-position: 75% 75%;
  }
  140% {
    background-position: 100% 100%;
  }
}

video {
  border-radius: 20px;
}

.grey__item-pad img {
  border-radius: 20px;
}

.play-video {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.play-video::after {
  content: url(/img/play.svg);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1000;
}

.play-video:hover::after {
  content: none;
}

.content__area {
  padding: 20px;
  margin: 50px 0;
  background-color: #fff;
  border-radius: 20px;
}

.desc-soc {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.desc-soc .mobile-soc__item a {
  width: 50px;
  height: 50px;
  font-size: 26px;
}

.akcii-block {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 20px;
}

.akcii-item img {
  width: 100%;
}

.plusy__inner {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 40px;
}

.plusy__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.plusy__item img {
  height: 80px;
}

.plusy__title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .footer__inner {
    flex-direction: column;
  }

  .footer__list {
    text-align: center;
    margin: 20px 0;
  }
}

@media (max-width: 768px) {
  .soc-footer__list {
    flex-direction: column;
  }

  .plusy__inner {
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
  }
}

@media (max-width: 400px) {
  .mobile-soc {
    gap: 8px;
  }

  .plusy__inner {
    grid-template-columns: repeat(1,1fr);
  }
}

#ModalLang .modalMain__inner {
  background-color: #000;
  text-align: center;
}

#ModalLang .styled-select {
  width: 100%;
}

.modal-language__link img {
 width: 48px;
}

.plitka-menu {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 20px;
}

.plitka-menu__item {
  background-size: cover;
  background-position: center center;
  min-height: 200px;
  background-image: attr(data-image-src url);
  display: block;
  position: relative;
  border-radius: 20px;
}

.plitka-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  text-shadow: 0 0 20px #000,0 0 20px #000,0 0 20px #000;
}

.plitka-menu__item:nth-child(1){
  grid-column: 1/3;
  background-position-y: 30%;
}

.plitka-menu__item:nth-child(4){
  grid-column: 2/4;
}

.plitka-menu__item:nth-child(9){
  grid-row: 4/6;
}

.plitka-menu__item:nth-child(19){
  grid-column: 1/3;
}

.price-table {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.price-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 5px;
}

.price-dot {
  border-bottom: 2px dotted #333;
  flex-grow: 1;
  margin: 0 5px;
  opacity: .4;
}

.price-name {
  font-size: 16px;
  flex-grow: 0;
  flex-wrap: wrap;
}

.price-price {
  font-size: 18px;
}

.price-price::after {
  content: "₺";
}

.price-small {
  font-size: 12px;
  color: #999;
}

.stati-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stati-list a {
  color: #333;
}

@media (max-width: 768px) {
  .plitka-menu {
    grid-template-columns: repeat(2,1fr);
  }

  .plitka-menu__item:nth-child(1),
  .plitka-menu__item:nth-child(4),
  .plitka-menu__item:nth-child(9),
  .plitka-menu__item:nth-child(19) {
    grid-row: auto;
    grid-column: auto;
  }
}

@media (max-width: 450px) {
  .plitka-menu {
    grid-template-columns: repeat(1,1fr);
  }
}