@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
  font-family: Montserrat;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

header {
  background: #001a34;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.container-header-top {
  display: flex;
  align-items: center;
  margin-top: -13px;
  justify-content: space-between;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 992px) {
  .container-header-top {
    padding-top: 9px;
  }
}

.logo {
  margin-left: 30px;
  width: 100px;
  height: 100%;
  margin-top: -50px;
  margin-bottom: -30px;
  padding-bottom: 4px;
}

.descriptor {
  color: white;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
}

.container-adress-phone {
  display: flex;
  flex-direction: column;
}

.adress {
  color: white;
  font-size: 10px;
  margin-top: 15px;
}

.adress-name {
  color: white;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  margin-top: -11px;
}

.phone {
  color: white;
  font-size: 10px;
  margin-top: 23px;
  margin-left: 25px;
}

.phone-name {
  color: white;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  margin-top: -35px;
}

#phone:hover {
  color: #f91154;
  transition: color 0.3s ease;
}

.container-days-time {
  color: white;
  display: flex;
}

.container-days {
  margin-right: 15px;
}

.vs-cht-vremya-11-22 {
  margin-top: 23px;
}

.pt-sb-vremya-11-23 {
  margin-top: -20px;
}

#vs-cht {
  font-weight: normal;
}

#pt-sb {
  font-weight: normal;
}

.messengers {
  width: 25px;
}

.telegram {
  margin-left: 5px;
  margin-right: 55px;
}

.container-messengers a {
  display: inline-block;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin-top: -7px;
  padding-bottom: 10px;
  margin-bottom: 0;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

a {
  font-size: 14px;
  padding: 25px;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #f91154;
}

li {
  display: inline;
}

@media (min-width: 992px) {
  .adressMobile,
  .adressNameMobile,
  .workDaysMobile,
  .workTimeMobile,
  .phoneMobile,
  .phoneNameMobile,
  .containerMessengersMobile {
    display: none;
  }
}

@media (max-width: 992px) {
  .descriptor,
  .container-adress-phone,
  .container-days-time,
  .container-messengers {
    display: none;
  }
}


.burger {
  display: none;
  position: relative;
  z-index: 60;
  align-items: center;
  width: 30px;
  height: 18px;
  margin-right: 55px;
}

.burger span {
  height: 2px;
  width: 100%;
  transform: scale(1);
  background-color: white;
}

.burger::before, .burger::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: white;
  transition: all 0.3s ease 0s;
}

.burger::before {
  top: 0;
}

.burger::after {
  bottom: 0;
}

.burger.active span {
  transform: scale(0);
}

.burger.active::before {
  top: 50%;
  transform: rotate(-45deg) translate(0, -50%);
}

.burger.active::after {
  bottom: 50%;
  transform: rotate(45deg) translate(0, 50%);
}

@media (max-width: 992px) {
  .burger {
    display: flex;
  }

  .anchours {
    display: none;
    flex-direction: column;
    position: fixed;
    width: 200px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 50;
    overflow-y: auto;
    padding: 50px 40px;
    background-color: #001a34;
    animation: burgerAnimation 0.4s;
  }

  .anchours ul {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    list-style-type: none;
    padding: 0;
  }

  .anchours a {
    font-size: 16px;
  }
}

@keyframes burgerAnimation {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.phoneMobile {
  margin-top: 50px;
  color: white;
  font-weight: 300;
  font-size: 12px;
}

.phoneNameMobile {
  color: white;
  font-weight: 600;
  margin-left: -27px;
  margin-top: -42px;
}


.messengersMobile {
  width: 30px;
  margin-top: 10px;
}

.instagramMobile {
  margin-left: -28px;
  margin-right: -45px;
}

.adressMobile {
  color: white;
  margin-top: 27px;
  font-weight: 300;
  font-size: 12px;
}

.adressNameMobile {
  color: white;
  font-weight: 600;
  margin-top: -20px;
}

.workDaysMobile {
  color: white;
  font-weight: 300;
  font-size: 12px;
}

.workTimeMobile {
  color: white;
  font-weight: 600;
  margin-top: -20px;
}

#pt-sbMobile {
  margin-top: -10px;
}

.open {
  display: flex !important;
}


.wrapper1stBlock {
  min-height: 650px;
  width: 100%;
  background-color: #4a3f77;
  background-size: cover;
  background-position: top;
  margin-top: 87px;
}

@media (max-width: 992px) {
  .wrapper1stBlock{
    margin-top: 62px;
    padding-bottom: 50px;
  }
}


@media (min-width: 1500px) {
  .container1stBlock {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.main-headline {
  color: white;
  font-size: 36px;
  font-weight: 400;
  margin-top: 0;
  padding-top: 40px;
  font-weight: bolder;
}

@media (min-width: 1500px) {
  .main-headline{
    padding-top: 40px;
  };
}

@media (max-width: 1500px) {
  .main-headline{
    text-align: center;
  }
}

@media (min-width: 1500px) {
  .main-headline {
    padding-left: 300px;
    padding-right: 250px;
  }
}


@media (max-width: 992px) {
  .main-headline {
    padding-right: 75px;
    padding-left: 75px;
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .main-headline {
    font-size: 26px;
  }
}

@media (max-width: 440px) {
  .main-headline {
    font-size: 22px;
    padding-right: 30px;
    padding-left: 30px;
  }
}


.subtitle {
  color: white;
  font-size: 24px;
  font-weight: 500;
  margin-top: -10px;
  text-align: center;
}

@media (min-width: 992px) and (max-width: 1500px) {
  .subtitle{
    margin-bottom: 0;
  }
}


@media (max-width: 992px) {
  .subtitle {
    padding-left: unset;
    padding-right: unset;
    font-size: 22px;
    margin-top: -5px;
  }
}

@media (max-width: 600px) {
  .subtitle {
    margin-left: 50px;
    margin-right: 50px;
    font-size: 20px;
    margin-top: -5px;
  }
}

@media (max-width: 440px) {
  .subtitle {
    font-size: 18px;
  }
}

@media (max-width: 1500px) {
  .containerKebabsActions{
    display: flex;
    flex-direction: row-reverse;
  }
}

@media (max-width: 750px) {
  .containerKebabsActions{
    display: block;
  }
}


.kebabsInHorizontalHand{
  display: flex;
  margin-left: auto;
}

@media (min-width: 992px) and (max-width: 1500px) {
  .kebabsInHorizontalHand{
    margin-top: -100px;
  }
}

@media (min-width: 1500px) {
  .kebabsInHorizontalHand {
    display: none;
  }
}


@media (max-width: 1500px) {
  .kebabsInHorizontalHand {
    width: 500px;
    height: 463px;
    margin-top: 40px;
  }
}

@media (max-width: 1350px) {
  .kebabsInHorizontalHand {
    width: 450px;
    height: 417px;
    margin-top: 40px;
  }
}

@media (max-width: 850px) {
  .kebabsInHorizontalHand{
    width: 400px;
    height: 368px;
  }
}

@media (max-width: 500px) {
  .kebabsInHorizontalHand{
    width: 350px;
    height: auto;
  }
}

@media (max-width: 400px) {
  .kebabsInHorizontalHand{
    width: 300px;
  }
}

@media (max-width: 340px) {
  .kebabsInHorizontalHand{
    width: 250px;
  }
}

.kebabsInVerticalHand {
  width: 450px;
  position: absolute;
  margin-left: 900px;
  margin-top: -335px;
}

@media (max-width: 1500px) {
  .kebabsInVerticalHand{
    display: none;
  }
}


.container-call-to-actions-1st {
  display: flex;
  gap: 50px;
  margin-top: 50px;
}

@media (min-width: 992px) and (max-width: 1500px) {
  .container-call-to-actions-1st{
    margin-top: 20px;
  }
}

@media (min-width: 1300px) {
  .container-call-to-actions-1st {
    margin-left: 300px;
  }
}

@media (max-width: 1300px) {
  .container-call-to-actions-1st {
    margin-left: 250px;
  }
}

@media (max-width: 1200px) {
  .container-call-to-actions-1st {
    margin-left: 200px;
  }
}

@media (max-width: 1075px) {
  .container-call-to-actions-1st {
    margin-left: 150px;
  }
}

@media (max-width: 992px) {
  .container-call-to-actions-1st {
    margin-top: 10px;
    margin-left: 200px;
    justify-content: center;
    flex-direction: column;
    margin-right: 30px;
  }
}

@media (max-width: 750px) {
  .container-call-to-actions-1st{
    margin-left: auto;
    margin-right: auto;
  }
}


.call-to-action {
  font-weight: 600;
  color: white;
  text-align: center;
  font-size: 20px;
}

@media (max-width: 440px) {
  .call-to-action {
    font-size: 18px;
  }
}

@media (max-width: 750px) {
  #call-to-action-services {
    display: none;
  }
}

.downArrow1st {
  width: 55px;
}

@media (max-width: 992px) {
  .downArrow1st {
    display: none;
  }
}

.container-call-to-action {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.button {
  background-color: #f91154;
  color: white;
  border: 0;
  width: 240px;
  height: 50px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 18px;
  margin-top: 25px;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: #f3336a;
  cursor: pointer;
}

.wrapperCatalog {
  background-color: #001a34;
  width: 100%;
  height: auto;
}

.headlines {
  color: white;
  text-align: center;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 10px;
  font-size: 36px;
}

@media (max-width: 830px) {
  .headlines {
    font-size: 24px;
  }
}

.containerCards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: center;
  max-width: 1300px;
  margin: 0 auto;
  row-gap: 30px;
}

@media (max-width: 1350px) {
  .containerCards {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1040px;
  }
}

@media (max-width: 1090px) {
  .containerCards {
    grid-template-columns: repeat(3, 1fr);
    max-width: 620px;
  }
}

@media (max-width: 830px) {
  .containerCards {
    grid-template-columns: repeat(2, 1fr);
    max-width: 320px;
  }
}

.product-card {
  background-color: white;
  border-radius: 10px;
  width: 235px;
  margin: 0 auto;
}

@media (max-width: 1090px) {
  .product-card {
    width: 190px;
  }
}

@media (max-width: 830px) {
  .product-card {
    width: 150px;
  }
}

.product-image {
  width: 200px;
  height: 150px;
  padding-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
}

@media (max-width: 1090px) {
  .product-image {
    width: 160px;
    height: 120px;
    padding-top: 15px;
  }
}

@media (max-width: 830px) {
  .product-image {
    width: 140px;
    height: 105px;
    padding-top: 10px;
  }
}

.product-title {
  font-size: 16px;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width: 1090px) {
  .product-title {
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 830px) {
  .product-title {
    font-size: 12px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.containerPriceWeight {
  display: flex;
  justify-content: space-between;
}

.priceWeight {
  color: #716fff;
  font-weight: 600;
  font-size: 18px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 0;
}

@media (max-width: 1090px) {
  .priceWeight {
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 830px) {
  .priceWeight {
    font-size: 12px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.product-description {
  margin: 0 20px;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 30px;
}

@media (max-width: 1090px) {
  .product-description {
    margin: 0 15px;
    font-size: 12px;
    padding-bottom: 15px;
  }
}

@media (max-width: 830px) {
  .product-description {
    margin: 0 15px;
    font-size: 10px;
    padding-bottom: 15px;
  }
}

.containerDrinks {
  background-color: white;
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  max-width: 1040px;
  margin: 0 auto;
  row-gap: 30px;
  padding-bottom: 15px;
}

@media (max-width: 1090px) {
  .containerDrinks {
    display: block; /* изменяем отображение на блочное */
    max-width: 620px; /* снимаем ограничение по ширине */
  }
}

@media (max-width: 830px) {
  .containerDrinks {
    max-width: 300px;
  }
}

.drinksHeadline {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 830px) {
  .drinksHeadline {
    font-size: 16px;
  }
}

.drinksList {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.drink {
  display: grid;
  grid-template-columns: 3fr 1fr 1fr;
  gap: 5px;
  width: 80%;
  justify-content: center;
  margin: 0 auto;
  font-weight: 500;
  margin-top: -20px;
}

.drinkName {
  font-size: 14px;
  align-self: center;
}

@media (max-width: 830px) {
  .drinkName {
    font-size: 12px;
  }
}

.volume {
  text-align: right;
  font-size: 10px;
  align-self: center;
}

@media (max-width: 830px) {
  .volume {
    font-size: 10px;
  }
}

.price {
  text-align: right;
  font-size: 14px;
  align-self: center;
}

.teaNamesGrid {
  grid-template-columns: 5fr 1fr;
  margin-top: -25px;
  margin-bottom: 5px;
}

.teaNames {
  font-size: 10px;
}

.colaFantaSprite {
  margin-top: -10px;
  gap: 0px;
  align-items: center;
}

.colaFantaSpriteImg {
  width: 35px;
}

@media (max-width: 830px) {
  .colaFantaSpriteImg {
    width: 23px;
  }
}

.bear {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 15px;
}

.bearImg {
  width: 90px;
  align-self: center;
}

@media (max-width: 1090px) {
  .bearImg {
    display: block;
    margin-left: auto;
    margin-right: 0;
  }
}

.bearNamePrice {
  font-size: 14px;
  text-align: center;
  align-self: center;
}

@media (max-width: 830px) {
  .bearNamePrice {
    font-size: 12px;
  }
}

.container-call-to-actions-2nd {
  display: flex;
  gap: 50px;
  margin-top: 50px;
  justify-content: center;
  padding-bottom: 80px;
}

@media (max-width: 600px) {
  .container-call-to-actions-2nd {
    flex-direction: column;
  }
}

.downArrow2nd {
  width: 55px;
}

.wrapperPremium {
  background-color: #4a3f77;
  padding-bottom: 30px;
}

.containerPremium1stLine {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  max-width: 1050px;
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .containerPremium1stLine {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.containerMeat {
  background-color: #001a34;
  border-radius: 10px;
  width: 500px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .containerMeat {
    width: 300px;
  }
}

.premiumHeadlines {
  color: white;
  font-size: 60px;
  font-weight: 800;
  padding-left: 40px;
  margin-top: 20px;
}

@media (max-width: 600px) {
  .premiumHeadlines {
    font-size: 44px;
    margin-top: 15px;
    padding-left: 25px;
  }
}

.premiumDesctriptions {
  color: white;
  font-size: 18px;
  font-weight: 500;
  padding-left: 40px;
  margin-top: -45px;
}

@media (max-width: 600px) {
  .premiumDesctriptions {
    font-size: 14px;
    margin-top: -35px;
    padding-left: 25px;
  }
}

.meatFire {
  width: 80%;
  display: block;
  margin: 0 auto;
  margin-top: -130px;
  padding-bottom: 20px;
}

@media (max-width: 600px) {
  .meatFire {
    margin-top: -90px;
  }
}

.containerSauces {
  background-color: #1f1f1d;
  border-radius: 10px;
  width: 500px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .containerSauces {
    width: 300px;
  }
}

.sauces {
  float: right;
  margin-right: 30px;
  margin-top: -160px;
  width: 250px;
}

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

@media (max-width: 600px) {
  .sauces {
    width: 160px;
    margin-bottom: 15px;
    margin-right: 15px;
    margin-top: -110px;
  }
}

.containerLavash {
  background-color: #313131;
  border-radius: 10px;
  width: 1027px;
  margin: 0 auto;
  display: flex;
  margin-top: 30px;
}

@media (max-width: 1100px) {
  .containerLavash {
    width: 500px;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .containerLavash {
    width: 300px;
  }
}

.lavash {
  width: 400px;
  margin-left: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 1100px) {
  .lavash {
    margin-left: 60px;
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .lavash {
    width: 250px;
    margin-left: 30px;
    margin-bottom: 20px;
  }
}

.wrapperVegans {
  background-color: #4a3f77;
  min-height: 1200px;
  width: 100%;
  background-size: 900px auto;
  background-position: 50% -10px;
  background-repeat: no-repeat;
}

@media (max-width: 900px) {
  .wrapperVegans {
    background-size: 550px auto;
    min-height: 750px;
  }
}

@media (max-width: 600px) {
  .wrapperVegans {
    background-size: 340px 500px;
    min-height: 550px;
    background-position: 50% 0px;
  }
}

.dishes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.containerDish {
  position: relative;
  margin-right: 600px;
  margin-top: 110px;
}

@media (max-width: 900px) {
  .containerDish {
    margin-right: 400px;
    margin-top: 65px;
  }
}

@media (max-width: 600px) {
  .containerDish {
    margin-right: 240px;
    margin-top: 55px;
  }
}


.dish {
  position: absolute;
  width: 250px;
}

@media (max-width: 900px) {
  .dish {
    width: 180px;
  }
}

@media (max-width: 600px) {
  .dish {
    width: 130px;
    margin-left: -20px;
  }
}

.tableDish {
  position: absolute;
  margin-top: 115px;
  margin-left: 180px;
  background-color: #716fff;
  border-radius: 10px;
  display: inline-block;
}

@media (max-width: 900px) {
  .tableDish {
    margin-top: 90px;
    margin-left: 120px;
  }
}

@media (max-width: 600px) {
  .tableDish {
    margin-top: 50px;
    margin-left: 75px;
  }
}


.dishName {
  color: white;
  font-weight: 500;
  margin: 14px;
}

@media (max-width: 900px) {
  .dishName {
    font-size: 12px;
    margin: 10px;
  }
}

@media (max-width: 900px) {
  .dishName {
    font-size: 10px;
    margin: 7px;
  }
}

#containerFalafelBoul {
  margin-top: 160px;
}

@media (max-width: 900px) {
  #containerFalafelBoul {
    margin-top: 100px;
  }
}

@media (max-width: 600px) {
  #containerFalafelBoul {
    margin-top: 75px;
  }
}

#containerSetFalafel {
  margin-top: 150px;
}

@media (max-width: 900px) {
  #containerSetFalafel {
    margin-top: 90px;
  }
}

@media (max-width: 600px) {
  #containerSetFalafel {
    margin-top: 65px;
  }
}

.containerRightDish {
  margin-left: 700px;
  margin-top: 180px;
}

@media (max-width: 900px) {
  .containerRightDish {
    margin-left: 470px;
    margin-top: 110px;
  }
}

@media (max-width: 600px) {
  .containerRightDish {
    margin-left: 330px;
    margin-top: 80px;
  }
}

.rightTableDish {
  margin-left: -50px;
  margin-top: 120px;
}

@media (max-width: 900px) {
  .rightTableDish {
    margin-left: -15px;
    margin-top: 100px;
  }
}

@media (max-width: 600px) {
  .rightTableDish {
    margin-left: -60px;
    margin-top: 60px;
  }
}

#humusTable {
  margin-left: 10px;
}

@media (max-width: 900px) {
  #humusTable {
    margin-left: 20px;
  }
}

@media (max-width: 600px) {
  #humusTable {
    margin-left: -25px;
  }
}

.wrapperGallery {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  min-height: 650px;
  margin: 0;
  background-color: white;
}

@media (max-width: 800px) {
  .wrapperGallery {
    min-height: 500px;
  }
}

.gallery {
  display: flex;
  align-items: center;
  position: relative;
}

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

.photo {
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.large {
  width: 400px; /* Размер центрального фото */
  height: auto;
  margin: 0 20px;
}

@media (max-width: 800px) {
  .large {
    width: 300px;
  }
}

.small {
  width: 200px; /* Размер боковых фото */
  height: auto;
  opacity: 0.5; /* Уменьшаем непрозрачность для меньших фото */
}

.small:hover{
  cursor: pointer;
}

@media (max-width: 992px) {
  .small {
    width: 100px;
  }
}

@media (max-width: 700px) {
  .small {
    display: none;
  }
}

.arrow {
  color: white;
  background-color: #4a3f77;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

@media (max-width: 450px) {
  .arrow{
    color: #4a3f77;
    background-color: white;
    opacity: 0.7;
  }
}

.left {
  left: -60px; /* Позиция для стрелки влево */
}

@media (max-width: 450px) {
  .left {
    margin-left: 70px;
  }
}

@media (max-width: 700px) {
  .left {
    left: -40px
  }
}

.right {
  right: -60px;
}

@media (max-width: 450px) {
  .right {
    margin-right: 70px;
  }
}

@media (max-width: 700px) {
  .right {
    right: -40px;
  }
}

#arrowLeft {
  margin-right: 8px;
  margin-left: 5px;
}

#arrowRight {
  margin-right: 5px;
  margin-left: 8px;
}

.dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  align-items: center;
}


.dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}


.dot.active {
  background-color: #717171;
  height: 12px;
  width: 12px;
}


.wrapperLast{
  background-color: #4a3f77;
  padding-top: 80px;
  padding-bottom: 60px;
}

.containerSale{
  background-color: #001a34;
  border-radius: 10px;
  width: 880px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .containerSale{
    grid-template-columns: 1fr;
    width: 500px;
  }
}

@media (max-width: 620px) {
  .containerSale{
    width: 300px;
  }

  .containerSale > * { /* Эти правила применяются к непосредственным дочерним элементам .containerSale */
    width: 300px; /* Устанавливаем ширину каждой ячейки сетки */
    margin: 0 auto; /* Центрируем ячейку, если её содержимое меньше 300px */
  }
}

.containerInlineSaleLeft{
  margin-left: 20px;
}

@media (max-width: 992px) {
  .containerInlineSaleLeft{
    margin: 0 auto;
  }
}

.saleHeadline{
  color: white;
  font-size: 60px;
  font-weight: 800;
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 620px) {
  .saleHeadline{
    font-size: 48px;
  }
}

.saleDescription{
  color: white;
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}

@media (max-width: 620px) {
  .saleDescription{
    font-size: 20px;
  }
}

.containerInlineSaleRight{
  display: flex;
  flex-direction: column;
  position: relative;
}

#filtrCoffee{
  font-size: 30px;
}

@media (max-width: 620px) {
  #filtrCoffee{
    font-size: 24px;
  }
}

.pinkWords{
  color: #f91154;
}

.saleRow{
  display: flex;
}

.salePrices{
  color: #716fff;
  font-size: 30px;
  font-weight: 500;
}

#price20r{
  margin-left: 110px;
  margin-top: 70px;
}

@media (max-width: 992px) {
  #price20r{
    margin-top: 125px;
    margin-left: 150px;
  }
}

@media (max-width: 620px) {
  #price20r{
    margin-top: 190px;
    margin-left: 130px;
  }
}

.matbuha{
  position: absolute;
  width: 280px;
  top: -50px;
  right: -50px;
}

@media (max-width: 992px) {
  .matbuha{
    margin-top: 50px;
  }
}

@media (max-width: 620px) {
  .matbuha{
    width: 200px;
    top: -40px;
    right: 40px;
  }
}


#cupOfCoffee {
  width: 200px;
  margin-left: 50px;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  #cupOfCoffee{
    margin-left: 80px;
  }
}

@media (max-width: 620px){
  #cupOfCoffee{
    width: 180px;
    position: absolute;
    margin-left: 70px;
    margin-top: -50px;
  }
}

#price0r{
  margin-top: 90px;
  margin-left: 20px;
}

@media (max-width: 992px) {
  #price0r{
    margin-left: 40px;
  }
}

@media (max-width: 620px) {
  #price0r{
    margin-left: 135px;
    margin-top: 130px;
  }
}

.containerMap {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 100px;
}

@media (max-width: 992px) {
  .containerMap{
    flex-direction: column;
    align-items: center;
  }
}

#map {
  width: 400px;
  height: 400px;
}

@media (max-width: 500px) {
  #map{
    width: 300px;
    height: 300px;
  }
}

#mapHeadline{
  text-align: left;
  padding-top: 0;
  margin-left: 50px;
}

@media (max-width: 992px) {
  #mapHeadline {
    margin-top: 30px;
    text-align: center;
    margin-left: 0;
  }
}

@media (max-width: 500px) {
  #mapHeadline{
    font-size: 20px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.mapSubtitle{
  color: white;
  font-weight: 400;
  margin-left: 50px;
  margin-top: -20px;
}

@media (max-width: 992px) {
  .mapSubtitle {
    text-align: center;
    margin-left: 0;
  }
}

@media (max-width: 500px) {
  .mapSubtitle{
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

#arrowMap{
  margin-top: 10px;
}

@media (max-width: 992px) {
  #arrowMap{
    display: flex;
  }
}

.companyDetails{
  color: white;
  text-align: center;
  margin-top: 70px;
  font-size: 12px;
  margin-left: 15px;
  margin-right: 15px;
}

@media (max-width: 992px) {
  .companyDetails{
    margin-top: 40px;
  }
}

@media (max-width: 500px) {
  .companyDetails{
    font-size: 10px;
  }
}



















