 body {
height: auto !important;
min-height: 0 !important;
position: relative;
display: block;
margin-top: 8px;
margin: 2px;
font-family: "Monospace",Courier New,sans-serif;
font-size: 16px;
line-height: 1.42857143;
color: #6e404d;
background-color: #fff;
image-rendering: auto;
}

nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav li {
  margin-right: 20px;
}

nav a {
  color: black;
  text-decoration: none;
 font: caption;
 font-family: "Monospace",Courier New,sans-serif;
 font-size: 22px;
 background-color: #e0ced8f0;
}

/* Скрытие выпадающего меню */
.dropdown {
  display: none;
}
a {
  color: #6e404d;
}
 
/* Позиционирование выпадающего меню */
nav li:hover .dropdown {
  display: block;
  position: relative;
  color: #6e404d;
  background-color: #e0ced8f0;
  -webkit-box-shadow: 4px 4px 37px 27px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 37px 27px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 37px 27px rgba(34, 60, 80, 0.2);
  padding: 30px;
  border-radius: 20%;
  z-index: 100;
}

.dropdown li {
  display: block;
  margin-bottom: 2px;
  font-size: 18px;
}

/* header*/
.main{
  color: black;
  margin: 0 auto;
}

/* header*/
.inline div{
display: inline-block;
display: -moz-inline-stack;
vertical-align: top;
font-size: 16px;
}


div.inline{font-size: 0;}

.left-block{
width:10%; /*Задаем ширину в процентах чтобы сделать ее резиновой*/
height:30px; /* Высота блока */
padding-top: 4px;
margin-left: 50px;
}
.left-block a{
position: relative;
    margin: auto;
  color: black;
  font-size:25;
}

.logot{
  display: flex;
  width:80%;
margin: auto;
position: relative;
}
.logot img {
  width:45%; 
  height:25%;
  alt:logo;
  margin: auto;
  display: block;
}

body:before {
background: transparent none repeat-x scroll center top;
background-size: auto auto;
}

/* Slideshow container */
.slideshow-container {
  display: flex;
  max-width: 400px;
  position: relative;
  margin: auto;
  justify-content: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

* { 
  box-sizing: border-box;
  margin: 0; 
  padding: 0; 
}
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}
  @font-face {
  font-family: "Monospace",Courier New,sans-serif;
}

header {
  display: flex;
   width: 100%; 
   height: 80px;
   background-color: #cfbcc6f0;
}

.logo {
    width: 300px;
    min-width: 150px;
    float: left;
    height: 80px;
}

.logo a {
    display: block;
    margin-left: 15px;
    margin-top: 10px;
    font-family: "Monospace",Courier New,sans-serif;
    font-size: 28px;
    color:  white;
    text-decoration: none;
    cursor: pointer;
}
.use {
    color: #69555ff0;
    
}

.logo p {
    margin-left: 20px;
    margin-top: 1px;
    margin-bottom: 5px;
    font-family:  "Monospace",Courier New,sans-serif;
    font-size: 14px;
    color: white;
}
.top-menu {
    width: 50%;
    margin: 0 auto;
}
.top-menu ul li {
    list-style: none;
    float: left;
    text-align: center;
     width: 140px;
    height: 25px;
}
.top-menu ul li a {
    display: block;
    width: 100px;
    text-decoration: none;
    font-family:  "Monospace",Courier New,sans-serif;
    font-size: 15px;
    color: white;
    height: 14px;
    padding-top: 5px;
    padding-block-end: 5px;
    cursor: pointer;
}
.top-menu ul li:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    background: #6e404d;
  transform: scale(1.1);

}

.catalog-items {
  width: 95%;
  margin: auto; /* для оформления демонстрации */
}
.catalog-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
}
.new:before {
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 10;
  width: 60px;
  height: 60px;
  content: '';
  background: url('') no-repeat 0 0;
}
.catalog-item .actions {
  position: absolute;
  top: 0;
  left: 0;
  width: 218px;
  height: 88px;
  padding: 40px 0;
  opacity: 75%;
}
.actions .buy,
.actions .bookmark {
  font-size: 14px;
  display: block;
  width: 135px;
  margin: 0 auto 7px;
  padding: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: white;
}
.actions .buy {
  box-shadow: inset 0 -3px 0 #cfbcc6f0;
}
.actions .bookmark {
  width: 129px;
  padding: 7px 0;
  color: #cfbcc6f0;
  border: 3px solid #cfbcc6f0;
  background-color: #69555ff0;
}
.catalog-item .actions {
  display: none;
}
.catalog-item:hover .actions {
  display: block;
}
.catalog-item-image {
  width: 218px;
  height: 188px;
  overflow: hidden;
}
.catalog-item-image img {
  max-width: 100%;
}
.catalog-item .title {
  font-size: 18px;
  color: white;
  font-weight:10px;
  margin-top:35%;
  margin-bottom: 5px;
  padding: 0 25px;
  background-color: #6e404d;
  opacity: 50%;
}
.catalog-item .discount {
  min-height: 20px;
  margin-bottom: 10px;
  text-decoration: line-through;
  color: #999;
  margin-top: 10%;
  visible: false;
}
.catalog-item .price {
  position: relative;
  width: 80px;
  margin: 0 auto 20px;
  padding: 1px 0px;
  color: #fff;
  background: #9d6884f0;
  font-size: 14px;
  border-radius: 1px;
  opacity: 60%;
}

.torti{
  text-align: center;
  color: #543c49f0;
}

.s-title {
font-size: 22px;
line-height: 1.1;
margin-bottom: 30px;
text-align: center;
}
.btn, .s-title {
font-weight: 700;
}
.main-toppings-item-wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.price{
    padding: 20px;
}

@media only screen and (max-width:591px){
.main-toppings-item-wrapper {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
@media only screen and (max-width:450px){
.container {
width: 95%;
}
}
.main-toppings-item-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-evenly;
flex-wrap: wrap;
}


.main-toppings-item {
width: 20%;
font-size: 15px;
margin-bottom: 25px;
transition: transform 0.1s;
text-align: center;
}

@media screen {
img {
opacity: 1;
transition: opacity .5s;
}
}
.order-tabs-content.active, img {
display: block;
}
.main-toppings-item img:hover{
  transform: scale(1.3);
}
.main-toppings-item img {
border-radius: 161px;
max-width: 200px;
max-height: 200px;
margin: 0 auto;
}

@media only screen and (max-width:1100px){
.main-toppings-item img {
border-radius: 121px;
max-width: 180px;
max-height: 180px;
margin: 0 auto;
}
}

@media only screen and (max-width:950px){
.main-toppings-item img {
border-radius: 121px;
max-width: 170px;
max-height: 170px;
margin: 0 auto;
}
}

@media only screen and (max-width:650px){
.main-toppings-item img {
border-radius: 121px;
max-width: 160px;
max-height: 160px;
margin: 0 auto;
font-size: 14px;
}
}
@media only screen and (max-width:450px){
.main-toppings-item img {
border-radius: 121px;
max-width: 120px;
max-height: 120px;
margin: 0 auto;
font-size: 13px;
}
}
.tasteInfo {
   display: inline-block;
   margin: 20px;
}
.infoTaste{
  display: flex;
}
@media only screen and (max-width:1100px){
  .tasteInfo ul{
   font-size: 32px;
}
}
@media only screen and (max-width:650px){
  .infoTaste img{
   display: none;
}
}
.infoTaste p {
  padding: 20px;
}
.only4pk{
margin: auto;
}
@media only screen and (min-width:651px) and (max-width:1651px){
  .only4pk{
   display: none;
}
}
.hover-effect-btn {
  position: relative;
  width: 100%;
}

@media only screen and (max-width:650px){
  .hover-effect-btn h3{
   display: none;
}
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* Настройка цвета и прозрачности для блока с заголовком */
  transition: background 0.5s ease;
}
@media only screen and (max-width:1050px){
  .overlay{
   display: none;
}
}

.hover-effect-btn:hover .overlay {
  display: block;
  background: rgba(0, 0, 0, 0.6); /* Настройка цвета и прозрачности для блока с заголовком при наведении */
}
.title {
  position: absolute;
  width: 100%;
  left: 0;
  top: 35%; /* Отступ сверху */
  font-size: 1.700em; /* Размер текста заголовка */
  text-align: center;
  text-transform: uppercase; /* Заглавные буквы */
  color: white; /* Цвет заголовка */
  z-index: 1;
  transition: top .3s ease;
}

.text {
  position: absolute;
  width: 100%;
  left: 5%;
  top: 3%; /* Отступ сверху */
  font-size: 1.900em; /* Размер текста заголовка */
  text-align: center;
  text-transform: uppercase; /* Заглавные буквы */
  color: white; /* Цвет заголовка */
  z-index: 1;
  transition: top .3s ease;
}
.hover-effect-btn:hover .title {
  top: 40%; /* Отступ сверху при наведении */
}
.buttonFavor {
  position: absolute;
  width: 100%;
  left:0;
  top: 55%; /* Отступ сверху */
  text-align: center;
  opacity: 0;
  transition: opacity .35s ease;
}
.buttonFavor a {
  padding: 15px 40px; /* Отступ */
  text-align: center;
  background: #d494bef0; /* Цвет кнопки */
  background: rgba(0, 0, 0, 0.6);
  color: white; /* Цвет текста */
  border: 1px solid white; /* Ширина, стиль и цвет границы */
  z-index: 1; 
}
.hover-effect-btn:hover .buttonFavor {
  opacity: 1;
}

.ctm-btn-wa-animated2 {
position: fixed;
bottom: 450px;
right: 30px;
padding: 13px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 48px;
-webkit-box-shadow: 0 5px 15px #d9d9d9;
box-shadow: 0 5px 15px #d9d9d9;
color: #454a54!important;
font-family: Conv_Montserrat, sans-serif;
font-size: 12px;
line-height: 1.4166666667;
font-weight: 400;
font-style: normal;
-webkit-transition: padding-right .3s ease, bottom .3s ease;
transition: padding-right .3s ease, bottom .3s ease;
background-color: #fff;
z-index: 10;
}

.ctm-btn-wa-animated1 {
position: fixed;
bottom: 107px;
right: 30px;
padding: 13px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 48px;
-webkit-box-shadow: 0 5px 15px #d9d9d9;
box-shadow: 0 5px 15px #d9d9d9;
color: #454a54!important;
font-family: Conv_Montserrat, sans-serif;
font-size: 12px;
line-height: 1.4166666667;
font-weight: 400;
font-style: normal;
-webkit-transition: padding-right .3s ease, bottom .3s ease;
transition: padding-right .3s ease, bottom .3s ease;
background-color: #fff;
z-index: 10;
}
.ctm-btn-wa-animated.active {
padding-right: 202px;
-webkit-transition: padding-right .3s ease;
transition: padding-right .3s ease;
}
.ctm-btn-wa-animated {
position: fixed;
bottom: 35px;
right: 30px;
padding: 13px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 48px;
-webkit-box-shadow: 0 5px 15px #d9d9d9;
box-shadow: 0 5px 15px #d9d9d9;
color: #454a54!important;
font-family: Conv_Montserrat, sans-serif;
font-size: 12px;
line-height: 1.4166666667;
font-weight: 400;
font-style: normal;
-webkit-transition: padding-right .3s ease, bottom .3s ease;
transition: padding-right .3s ease, bottom .3s ease;
background-color: #fff;
z-index: 10;
}

.cards {
  display: grid;
  /* Автоматически заполняем на всю ширину grid-контейнера */
  grid-template-columns: repeat(auto-fill, 225px);
  width: 100%;
  max-width: 1000px; /* Ширина grid-контейнера */
  justify-content: center;
  justify-items: center; /* Размещаем карточку по центру */
  column-gap: 10px; /* Отступ между колонками */
  row-gap: 40px; /* Отступ между рядами */
  margin: 0 auto;
}


.card {
  width: 225px;
  min-height: 250px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column; /* Размещаем элементы в колонку */
  border-radius: 4px;
  transition: 0.2s;
  position: relative;
}

/* При наведении на карточку - меняем цвет тени */
.card:hover {
  box-shadow: 4px 8px 16px rgba(145, 92, 130, 0.6);
}

.card__top {
  flex: 0 0 220px; /* Задаем высоту 220px, запрещаем расширение и сужение по высоте */
  position: relative;
  overflow: hidden; /* Скрываем, что выходит за пределы */
}

/* Контейнер для картинки */
.card__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card__image > img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Встраиваем картинку в контейнер card__image */
  transition: 0.2s;
}

/* При наведении - увеличиваем картинку */
.card__image:hover > img {
  transform: scale(1.1);
}

/* Размещаем скидку на товар относительно изображения */
.card__label {
  padding: 4px 8px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(145, 92, 130, 0.6);
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.card__bottom {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto; /* Занимаем всю оставшуюся высоту карточки */
  padding: 10px;
}

.card__prices {
  display: flex;
  margin-bottom: 10px;
  flex: 0 0 20%; /* Размещаем цены равномерно в две колонки */
}

.card__price::after {
  content: "₽/кг";
  margin-left: 2px;
  position: relative;
}

.card__price--discount {
  font-weight: 700;
  font-size: 19px;
  color: #414141;
  display: flex;
  flex-wrap: wrap-reverse;
}

.card__price--discount::before {
  content: "Со скидкой";
  font-weight: 400;
  font-size: 13px;
  color: #bfbfbf;
}

.card__price--common {
  font-weight: 400;
  font-size: 17px;
  color: #606060;
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: flex-end;
}

.card__price--common::before {
  content: "Обычная";
  font-weight: 400;
  font-size: 13px;
  color: #bfbfbf;
}

.card__title {
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 17px;
  line-height: 60%;
  color: #414141;
}

.card__title:hover {
  color: rgba(145, 92, 130, 0.8);
}

.card__add {
  width: 180px;
  position: relative;
  display: block;
  background-color: #94687f;
  font-weight: 400;
  font-size: 17px;
  color: #f5f2f4;
  padding: 10px;
  text-align: center;
  border: 1px solid #f5f2f4;
  border-radius: 4px;
  cursor: pointer; /* Меняем курсор при наведении */
  transition: 0.2s;
  margin-top: auto; /* Прижимаем кнопку к низу карточки */
}

.card__add:hover {
  border: 1px solid #f5f2f4;
  background-color: #f0afd2;
  color: #fff;
}
.close {
  background-color: #94687f;
  display: block;
  width: 10%;
  font-weight: 400;
  font-size: 17px;
  color: #f5f2f4;
  padding: 2px;
  text-align: center;
  border: 1px solid #f5f2f4;
  border-radius: 2px;
  cursor: pointer; /* Меняем курсор при наведении */
  transition: 0.2s;
}

.close:hover {
  border: 1px solid #f5f2f4;
  background-color: #f0afd2;
  color: #fff;
}

form div {
    margin-top: 1rem;
}
 
label, input, textarea, button, select{
    font-size: 1.3rem;
    line-height: 1.2
}
 
#form {
    width: 30em;
    overflow: visible;
    max-width: 90%;
    margin: 0 auto;
}

#formTaste {
    width: 30em;
    overflow: visible;
    max-width: 90%;
    margin: 0 auto;
}
 
label {
    margin-bottom: 0.4rem;
    display: block;
}
 
 .g-recaptcha {
  position: absolute;   /* или absolute, если нужно */
  z-index: 10010; 
}

input, textarea {
    padding: 0.4rem;
    width: 100%;
}

.modal-content {
  border: none;
  padding: 16px;
  overflow: visible !important;  /* чтобы капча не обрезалась */
    position: relative;             /* для работы z-index */
    z-index: 10000;  
}
 
button {
    margin-top: 2rem;
    background: #a13870;
    color: #fff;
    border: none;
    padding: 0.6rem;
    border-radius: 12px;
     border: 1px solid #f5f2f4;
}

dialog{
width: 90%;
margin: auto;
color: #381322;
border-radius: 10px;
border-color: #f5f2f4;
overflow: visible !important;  /* чтобы капча не обрезалась */
    position: relative;             /* для работы z-index */
    z-index: 9999;  
}

dialog::backdrop {
  background: rgba(94, 65, 83, 0.5);
}


.cl-btn-7 {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    position: fixed;
    z-index: 1;
    margin: 10px auto;
    left: 85%;
    cursor: pointer;
}
.cl-btn-7:before {
    content: '+';
    color: #8a427f;
    position: absolute;
    z-index: 2;
    transform: rotate(45deg);
    font-size: 50px;
    line-height: 1;
    top: -7px;
    left: 0px;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);
}
.cl-btn-7:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #8a427f;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);
    transform: scale(0.01);
}
.cl-btn-7:hover:after {
    transform: scale(1);
}
.cl-btn-7:hover:before {
    transform: scale(0.8) rotate(45deg);
    color: #fff;
}

.wedding {
  display: flex;
   position: relative;
   max-width: 450px;
   margin: auto;
   text-align: center;
}
#form::before {
   display: inline-block;
   margin-top: -5px;
   content: url('2B9666EA-3B87-44E2-B426-F798B9FB22FF-3.webp');
}
#form h2 {
   font-weight: 300;
   font-size: 20px;
   text-transform: uppercase;
   font-family: 'Cormorant Garamond', serif;
}
.form-content {
   position: relative;
   z-index: 0;
   margin: 30px -40px 0 -40px;
   padding: 10px 40px 0 40px;
   background: #FFF8F3;
   overflow: visible !important;
}
.form-content:before {
   content: "";
   position: absolute;
   top: -4px;
   right: 0;
   left: 0;
   height: 2px;
   border-top: 1px solid #663759;
   border-bottom: 1px solid #663759;
}
textarea {
  border-color: #916e88;
}

.form-content h3 {
   font-family: 'Marck Script';
   font-size: 20px;
   color: #898989;
   font-weight: normal;
}

.form-content input, .form-content select{
  height: 38px;
}
.form-content textarea{
  height: 100px;
}
.form-content input, .form-content select, .form-content textarea {
   line-height: 38px;
   padding: 0 10px;
   background: #ffffff;
   border: 1px solid #DDDDDD;
   font-size: 20px;
   font-family: 'Cormorant Garamond', serif;
   color: #808080;
   outline: none;
}
.form-content input [type="text"]{
   width: 100%;
}

.form-content input:focus, .form-content select:focus {
   border-color: #663759;
}
.form-content input[type="submit"] {
   margin: 20px 0;
   padding: 0 10px;
   background: #663759;
   color: #ffffff;
   font-size: 18px;
   text-transform: uppercase;
   border-width: 0;
   border-radius: 20px;
   cursor: pointer;
   transition: .2s linear
}
.form-content input[type="submit"]:hover {
   background: #cf74b5;
}

/* The container */
.containerCheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}

/* Hide the browser's default checkbox */
.containerCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containerCheck:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerCheck input:checked ~ .checkmark {
  background-color: #805974;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerCheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerCheck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Модальное окно с начинкой

/* Стили модального окна */
.modal-header h2 {
    color: #555;  
    font-size: 20px;
    font-weight: normal;
    line-height: 1;    
    margin: 0;
}
/* кнопка закрытия окна */
.modal .btn-close {
    color: #aaa;
    cursor: pointer;
    font-size: 30px;
    text-decoration: none;
    position: absolute;
    right: 5px;
    top: 0;
}
.modal .btn-close:hover {
    color: red;
}
/* слой затемнения */
.modal-wrap:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
}
.modal-overlay {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 102;
}
/* активация слоя затемнения и модального блока */
.modal-open:checked ~ .modal-wrap:before,
.modal-open:checked ~ .modal-wrap .modal-overlay {
    display: block;
}
.modal-open:checked ~ .modal-wrap .modal-dialog {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 20%;
}
/* элементы модального окна */
.modal-dialog {
    background: #fefefe;
    border: none;
    border-radius: 5px;
    position: relative;
    width: 80%;
    max-width: 500px;
    left: 50%;
    top: -100%;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    z-index: 0;
    overflow: visible !important;
}
.modal-body {
  padding: 20px;
}
.modal-body p {
    margin: 0;
}
.modal-header,
.modal-footer {
    padding: 20px 20px;
}
.modal-header {
    border-bottom: #eaeaea solid 1px;
}
.modal-header h2 {
    font-size: 20px;
    margin: 0;
}
.modal-footer {
    border-top: #eaeaea solid 1px;
    text-align: right;
}
/* адаптивные картинки в модальном блоке */
.modal-body img { 
    max-width: 100%;
    height: auto;
}
/* кнопки */
.btn {
    background: #fff;
    border: #555 solid 1px;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 8px 15px;
    text-decoration: none;
    text-align: center;
    min-width: 60px;
    position: relative;
}
.btn:hover, .btn:focus {
    background: #f2f2f2;
}
.btn-primary {
    background: #428bca;
    border-color: #357ebd;
    color: #fff;
}
.btn-primary:hover{
    background: #66A1D3;
}
 
 .main-toppings-butn {
  display: flex;
  max-width: 200px;
   border: 1px solid #2b345a;
border-radius: 2px;
padding: 2px 4px;
font-size: 20px;
font-weight: 700;
line-height: 1;
color: #2b345a;
-webkit-transition: .12s;
transition: .12s;
}
@media only screen and (max-width:450px){
   .main-toppings-butn {
  display: flex;
  max-width: 200px;
   border: 1px solid #2b345a;
border-radius: 2px;
font-size: 16px;
font-weight: 700;
line-height: 1;
color: #2b345a;
-webkit-transition: .12s;
transition: .12s;
}
}

@media only screen and (max-width:1450px) and (min-width:650px){
.not4mob{
  content: url('otz.jpg');
}
}
/* спец предложение */
@media only screen and (max-width:1450px) and (min-width:900px){
.spec_offer1{
  float: left;
  content: url('IMG_9254.jpg');
  max-width: 30%;
}
}

/* спец предложение */
@media only screen and (max-width:1450px) and (min-width:900px){
.spec_offer2{
  float: right;
  content: url('IMG_9254.jpg');
  max-width: 30%;
}
}

.cssFont_1 {
  position: absolute;
  margin-left: 30px;
  margin-top: 520px;
font-family: 'Festive', cursive;
font-size: 90px;
letter-spacing: 0px;
word-spacing: 0px;
color: #fff;
font-weight: normal;
text-decoration: blink;
font-style: italic;
font-variant: normal;
text-transform: lowercase;
color: rgba(250,250,250, 0.8); /* Серый текст с прозрачностью */
text-shadow: 1px 1px 2px pink, 0 0 1em pink;
}

.viewCake{
margin: auto;
text-shadow: 1px 1px 2px pink, 0 0 1em pink;
}

.cakePic{
  display: flex;
  margin: auto;
  width: 98%;
  max-width: 700px;
  padding: 10px;
}
.cakePic img{
  position: relative;
  width: 90%;
  height: 100%;
}

#cookie-banner {
  position: fixed;
  bottom: 0;                /* фиксируем внизу */
  left: 0;
  width: 100%;
  background-color: #2c3e50;
  color: #fff;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;            /* поверх всего */
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
  flex-wrap: wrap;
}

#cookie-banner p {
  margin: 0;
  font-size: 14px;
}

#cookie-banner a {
  color: #1abc9c;
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

#cookie-banner button {
  padding: 8px 15px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
}

#accept-cookies {
  background-color: #1abc9c;
  color: white;
}

#decline-cookies {
  background-color: #e74c3c;
  color: white;
}

