body {
  margin: 0;
  padding: 0;
  background-color: #fcfaf6;
  font-family: "IBM Plex Mono", monospace;
}

/*ВИДЕО*/
.video-bg {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: flex;

  position: relative;
}

.video-bg video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.effects {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
}

.video-bg__content {
  z-index: 2;
  color: #ffffff;
  font-size: 50px;
}

/*ШАПКА*/
header {
  position: fixed;
  display: flex;
  justify-content: space-around;
  background: #fcfaf6;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  align-items: center;
  height: 90px;
  width: 1750px;
  margin-top: 30px;
  border-radius: 12px;
  z-index: 99999;
  left: 50%;
  transform: translate(-50%);
}

.logo {
  display:flex; 
  align-items: center;
  margin: 0;
  padding: 0;
  margin-left: 45px;
}
.logoimg{
  width: 170px;
}

.nav {
  display: flex;
  justify-content: space-around;
  width: 400px;
  align-items: center;
  margin-right: 200px;
  font-size: 24px;
}
/* Стили по умолчанию */
.burger-menu {
  display: none;
  background: none;
  border: none;
  cursor: pointer; 
}
.mobile-menu{
  display: none;



}
a {
  text-decoration: none;
  color: #2b2b2b;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px;
}

.blog:hover {
  background-color: #e1d6cc;
  border-radius: 12px;
  padding: 10px;
}

.nav2 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 300px;
  margin-left: 400px;
  font-size: 24px;
}

/*ВЫПОДАЮЩЕЕ МЕНЮ*/
.dropbtn {
  background-color: #fcfaf6;
  color: #2b2b2b;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fcfaf6;
  padding: 25px 25px 25px 25px;
  transition: 0.5s;
  z-index: 1;
  left: -65px;
  width: 1750px;
  border-radius: 12px;
  border-right: solid #d8d8d8 0.1pc;
  border-left: solid #d8d8d8 0.1pc;
  border-bottom: solid #d8d8d8 0.1pc;
  border-top: solid #fcfaf6 0.1pc;
}

.dropdown-content a {
  color: #2b2b2b;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-radius: 12px;
}

.dropdown-content a:hover {
  background-color: #e1d6cc;
  border-radius: 12px;
}


.dropdown:hover .dropdown-content {
  display: block;
  border-radius: 12px;
}


.dropdown:hover .dropbtn {
  background-color: #e1d6cc;
  border-radius: 12px;
}


.dropbtn1 {
  background-color: #fcfaf6;
  color: #2b2b2b;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  border: none;

  cursor: pointer;
  padding: 10px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown1 {
  position: relative;
  display: inline-block;
  border-radius: 12px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content1 {
  display: none;
  position: absolute;
  background-color: #fcfaf6;
  padding: 25px 25px 25px 25px;
  transition: 0.5s;
  z-index: 1;
  left: -211px;
  width: 1750px;
  border-radius: 12px;
  border-right: solid #d8d8d8 0.1pc;
  border-left: solid #d8d8d8 0.1pc;
  border-bottom: solid #d8d8d8 0.1pc;
  border-top: solid #fcfaf6 0.1pc;
}

/* Links inside the dropdown */
.dropdown-content1 a {
  border-radius: 12px;
  color: #2b2b2b;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content1 a:hover {
  border-radius: 12px;
  background-color: #e1d6cc;
}

/* Show the dropdown menu on hover */
.dropdown1:hover .dropdown-content1 {
  margin-top: 0px;
  display: block;
  border-radius: 12px;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown1:hover .dropbtn1 {
  background-color: #e1d6cc;
  border-radius: 12px;
}

* {
  box-sizing: border-box;
}

.ff {
  position: relative;
  width: 100px;
  height: 42px;
}

.input {
  height: 42px;
  width: 0;
  padding: 0 42px 0 15px;
  border: none;
  border-bottom: 2px solid transparent;
  outline: none;
  background: transparent;
  transition: 0.4s cubic-bezier(0, 0.8, 0, 1);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.input:focus {
  width: 300px;
  z-index: 1;
  border-bottom: 2px solid #ababab;
}

.bbt {
  background-color: #fcfaf6;
  background-repeat: no-repeat;
  border: none;
  height: 50px;
  width: 42px;
  position: absolute;
  top: 10;
  right: 0;
  cursor: pointer;
}


.vhod {
  width: 18px;
  height: 20px;
  margin-top: 4px;
}
.email {
  width: 25px;
  height: 25px;
  margin-top: 4px;
}
.korzina {
  width: 18px;
  height: 20px;
  margin-top: 4px;
}

/*СЛОГАН НА ГЛАВНОЙ*/
/* .slogan {
  position: absolute;
  margin-top: 400px;
  margin-left: 50px;
} */
.slogan{
  height: 700px; 
  margin-top: 150px; 
  margin-left: 100px;
}
.text {
  margin-top: 800px;
  margin-left: 120px;
  text-align: center;
  color: #3c3a3a;
  font-family: "IBM Plex Mono", monospace;
  font-size: 25px;
}

.one {
  height: 750px;
}

h1 {
  position: relative;
  color: #3c3a3a;
  font-family: "IBM Plex Mono", monospace;
  font-style: normal;
  font-weight: 400;
  margin-left: 127px;
  margin-top: 63px;
}

h3 {
  position: relative;
  color: #3c3a3a;
  font-family: "IBM Plex Mono", monospace;
  font-style: normal;
  font-weight: 400;

  margin-top: 20px;
}

.container {
  margin-top: 49px;
  display: flex;
  justify-content: center;
}

.vam_body {
  display: flex;
  justify-content: center;
  width: 400px;
  height: 575px;
  /* Задаем ширину блока (33.33% - 20px между блоками) */
  margin-right: 20px;
  /* Расстояние между блоками */
  background-color: #e1d6cc;
  /* Розовый цвет фона */
  padding: 20px;
  /* Добавляем отступ внутри блока, чтобы было место для картинки */
  text-align: center;
  /* Центрируем содержимое блока */
}

.block:last-child {
  margin-right: 0px;
  /* Убираем отступ справа у последнего блока */
}

.ii {
  margin-top: 30px;
  width: 220px;
  height: 280px;
}

.tt {
  display: flex;
  width: 100%;
  justify-content: start;
  color: #3c3a3a;
  font-family: "IBM Plex Mono", monospace;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: start;
  margin-top: 20px;
}

.tt1 {
  display: flex;
  width: 100%;

  text-align: start;

  color: #3c3a3a;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tsena1 {
  text-align: left;
  position: absolute;
  color: #3c3a3a;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 470px;
  margin-right: 240px;
}

.but {
  border: 1px solid #ababab00;
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  background: #fcfaf600;
  width: 157px;
  height: 30px;
  flex-shrink: 0;
  cursor: pointer;
}
.buut {
  border: 1px solid #ababab;
  background: #fcfaf600;
  width: 150px;
  height: 50px;
  cursor: pointer;
  justify-content: end;
  margin-top: -108px;
  margin-left: 600px;
}

.buut:hover {
  background-color: #e1d6cc;
  transition: 0.5s;
  border: none;;
}
.but:hover {
  background-color: #fcfaf6;
  transition: 0.5s;
}

.tu {
  height: 600px;
}

.container1 {
  display: flex;
  justify-content: center;
}

#element::-webkit-scrollbar {
  width: 10px;
}

#element::-webkit-scrollbar-track {
  -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
  background-color: #fcfaf6;
  border-radius: 10px;
}

#element::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #e1d6cc;
}

.block1 {
  justify-content: center;
  width: 540px;
  height: 540px;
  /* Задаем ширину блока (33.33% - 20px между блоками) */
  margin-right: 20px;
  /* Расстояние между блоками */
  background-color: #e1d6cc;
  /* Добавляем отступ внутри блока, чтобы было место для картинки */
  text-align: start;
  /* Центрируем содержимое блока */
}

.block1:last-child {
  margin-right: 0px;
  /* Убираем отступ справа у последнего блока */
}

.ii1 {
  margin-top: 80px;
  width: 210px;
  height: 270px;
  display: block;

  /* Если нужны закругленные углы для картинок */
}

.imgb1 {
  background-image: url(../img/55.jpg);
  height: 500px;
  width: 540px;
}

.imgb2 {
  background-image: url(../img/555.jpg);
  height: 500px;
  width: 540px;
}

.imgb3 {
  background-image: url(../img/66.jpg);

  height: 500px;
  width: 540px;
}

.tri {
  height: 750px;
}

.te {
  margin-left: 50px;
  width: 1800px;
  display: flex;
  justify-content: space-around;
}

h2 {
  color: #3c3a3a;
  font-family: "IBM Plex Mono", monospace;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0;
}

.ttt1 {
  color: #3c3a3a;
  font-family: "IBM Plex Mono", monospace;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 691px;
}

.ttt2 {
  width: 691px;
  color: #3c3a3a;
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.ttt3 {
  width: 691px;
  color: #3c3a3a;
  font-family: "IBM Plex Mono", monospace;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.bbbt {
  margin-top: 15px;
  width: 228px;
  height: 46px;
  flex-shrink: 0;

  border: 1px solid #ababab;
  background: #fcfaf6;
}

.bbbt:hover {
  background-color: #e1d6cc;
  transition: 0.5s;
  border: none;
}

.iii {
  width: 822px;
  height: 559px;
}

.input-data input {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 17px;
  font-family: "Cormorant", serif;

  background-color: rgba(245, 245, 220, 0);
}

.input-data .underline {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}

.input-data .img {
  position: absolute;
  bottom: 10px;
  left: 400px;
  height: 2px;
  width: 70px;
  height: 15px;
}

.input-data .underline:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #c98b73;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.input-data input:focus ~ .underline:before,
.input-data input:valid ~ .underline:before {
  transform: scale(1);
}

input:focus {
  outline: none;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 100px;
  width: 100%;
}
.emails{
  color: #3C3A3A;
}
.footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px #ababab solid;
  align-items: center;
  width: 90%;
  padding: 40px;
}

.form-row {
  display: flex;
}

.form-row .input-data {
  width: 100%;
  height: 40px;
  margin: 0 20px;
  position: relative;
}

.input-data label {
  position: absolute;
  pointer-events: none;
  bottom: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.input-data .underline {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}

.input-data .underline:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #ababab;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.input-data input:focus ~ .underline:before,
.input-data input:valid ~ .underline:before,
.textarea textarea:focus ~ .underline:before,
.textarea textarea:valid ~ .underline:before {
  transform: scale(1);
}

.icons {
  display: flex;
  justify-content: space-around;
  margin: 20px;
}

.foo {
  display: flex;
  justify-content: space-between;
  border-top: 2px #ababab solid;
  align-items: center;
  width: 190%;
}

/*КАТАЛОЛГ*/

.fixed-section {
  position: sticky;
  top: 100px;
  /* Фиксируем в 500px от верха страницы, начиная с начала страницы */
  left: 0;
  width: 680px;
  padding: 10px;
}

.whatis {
  position: absolute;
  margin-top: -680px;
  margin-left: 600px;
  font-size: 30px;
  font-family: "IBM Plex Mono", monospace;
  color: #2b2b2b;
}

.candl {
  width: 1150px;
  margin-top: -600px;
  margin-left: 600px;
  font-size: 16px;
  font-family: "IBM Plex Mono", monospace;
  color: #2b2b2b;
}

.candl1 {
  width: 1150px;
  margin-left: 600px;
  font-size: 16px;
  font-family: "IBM Plex Mono", monospace;
  color: #2b2b2b;
}

.candl2 {
  width: 1150px;

  margin-left: 600px;
  font-size: 16px;
  font-family: "IBM Plex Mono", monospace;
  color: #2b2b2b;
}

.sve {
  height: 650px;
  width: 100%;
  overflow: hidden;
  display: flex;
  position: relative;
}

.sve1 {
  height: 100px;
  width: 100%;
  overflow: hidden;
  display: flex;
  position: relative;
}

.effects1 {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
}

.sve__content {
  z-index: 2;
  color: #ffffff;
  font-size: 50px;
}

.svechi {
  font-size: 30px;
}

/* Стили для товаров */
.product {
  display: inline-block;
  width: 300px;
  margin: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* Стили для фильтров */
/* Общие стили */
.filters {
  display: flex;
  flex-direction: column;
  gap: 7px;
 
}


.nn {
  margin-top: 40px;
  width: 228px;
  height: 46px;
  flex-shrink: 0;
  border: 1px solid #ababab;
  background: #fcfaf600;
}
.nn:hover {
  background-color: #e1d6cc;
  transition: 0.5s;
  border: none;;
}


.aromat {
  color: #3c3a3a;
  font-family: "IBM Plex Mono", monospace;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.svve {
  display: flex;
  flex-direction: column;
  margin-right: 100px;
}

.product_content {
  display: flex;
  justify-content: space-around;
}

.foot_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px #ababab solid;

  padding: 40px;
  width: 90%;
  height: 250px;
}

.foot_one {
  display: flex;
  align-items: center;
}

.foot_two {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.card {
  display: flex;
  justify-content: space-between;
  width: 85%;
  height: 1000px;
}

.card1 {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.mini_card {
  width: 10%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 650px;
}

.mini_img {
  width: 200px;
  height: 200px;
  background-color: #e1d6cc;
  display: flex;
  justify-content: center;
  align-items: center;
}

.big_card {
  width: 40%;
  background-color: #e1d6cc;
  height: 650px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* чтобы обрезать изображение, если оно больше контейнера */
}

#big_image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* чтобы изображение заполняло контейнер без искажений */
}


.text_card {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.accordion__header {
  display: flex;
  width: 500px;
  height: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 1rem;
  color: #000000;
  font-weight: 500;
  border-bottom: 1px solid #ababab;

  cursor: pointer;
  transition: background-color 0.2s ease-out;
}

.accordion__header::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  background-image: url("../img/down-arrow.png");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  content: "";
  transition: transform 0.2s ease-out;
}

.accordion__item_show .accordion__header::after,
.accordion__item_slidedown .accordion__header::after {
  transform: rotate(-180deg);
}

.accordion__header:hover {
  background-color: #ffffff;
}

.accordion__item:not(.accordion__item_show) .accordion__header {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion__content {
  padding: 0.75rem 1rem;
  background: #fcfaf6;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
  display: none;
}

.accordion__body {
  max-height: 0;
  overflow: hidden;

  transition: 0.5s ease-in-out;
  /* Плавная анимация открытия и закрытия */
}

.ponrav {
  display: flex;
  width: 100%;
  justify-content: center;
  height: 640px;
}

.vam_ponrav {
  display: flex;
  width: 87%;
  justify-content: space-between;
}

.card_vam {
  width: 24%;
  height: 503px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}

.vam_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #e1d6cc;
  width: 100%;
  height: 450px;
}

.vam_bootom {
  background-color: #e1d6cc;
  width: 100%;
  height: 8px;
  display: flex;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
}

.korzina_osn {
  display: flex;

  flex-direction: column;
  align-items: center;
}

.korz {
  display: flex;
  justify-content: space-between;
  width: 80%;
}

.leftkorz {
  display: flex;
  width: 30%;
  flex-direction: column;
}

.rightkorz {
  display: flex;
  width: 70%;
  flex-direction: column;
  border: #d9d9d9 1px solid;
  padding: 0 50px 50px 50px;
}

.head_korz {
  display: flex;
  justify-content: space-between;
}

.kartocka_korz {
  display: flex;
  justify-content: space-between;
  height: 300px;
  align-items: center;

  border-bottom: 1px solid #d9d9d9;
}

.img_korz {
  width: 250px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e1d6cc;
}

.but_zak {
  width: 50%;
  display: flex;
  justify-content: end;
  height: 80px;
  align-items: end;
}

.credit-card-form {
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 250px;
}

.credit-card-form1 {
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 400px;
}

.card-details {
  display: flex;
  justify-content: space-between;
}

.button {
  padding: 10px 20px;
  background-color: #e1d6cc;
  color: #000000;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-family: "IBM Plex Mono", monospace;
  margin-top: 20px;
  height: 45px;
  width: 308px;
}

.button:hover {
  transition: 0.5s;

  background-color: #f1e6db;
}

.button1 {
  padding: 10px 20px;
  background-color: #e1d6cc;
  color: #000000;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-family: "IBM Plex Mono", monospace;

  height: 35px;
  width: 100px;
}

.button1:hover {
  transition: 0.5s;

  background-color: #f1e6db;
}

.button2 {
  background-color: #e1d6cc;
  color: #000000;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-family: "IBM Plex Mono", monospace;
  height: 35px;
  width: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

.button2:hover {
  transition: 0.5s;
  background-color: #f1e6db;
}
.nnot{
  margin-top: 80px;
}
.button3 {
  margin-top: 30px;

  cursor: pointer;
  font-size: 14px;
  font-family: "IBM Plex Mono", monospace;
  width: 220px;
  height: 46px;
  border: 1px solid #ababab;
  background: #fcfaf600;
}

.button3:hover {
  background-color: #e1d6cc;
  transition: 0.5s;
  border: none;;
}


.input1 {
  width: 190px;
  padding: 10px;
  height: 30px;
  border: 1px solid #d9d9d9;
  background-color: #e1d6cc00;
}

.input2 {
  width: 100%;
  padding: 10px;
  height: 30px;
  border: 1px solid #d9d9d9;
  background-color: #e1d6cc00;
}

.input4 {
  width: 85%;
  padding: 10px;
  height: 30px;
  border: 1px solid #d9d9d9;
  background-color: #e1d6cc00;
  margin-top: 10px;
  margin-bottom: 10px;
}

.input6 {
  height: 45px;
  width: 308px;
  padding: 10px;

  border: 1px solid #d9d9d9;
  background-color: #e1d6cc00;
}

.input3 {
  width: 50%;
  padding: 10px;
  height: 30px;
  border: 1px solid #d9d9d9;
  background-color: #e1d6cc00;
}

.binput {
  margin-top: 20px;
  color: #3c3a3a;
  background-color: #fcfaf6;
  border: none;
  width: 115px;
}

/* Скрыть модальное окно по умолчанию */
.modal {
  display: none;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* полупрозрачный фон */
}

/* Отображение контента модального окна */
.modal-content {
  background-color: #fcfaf6;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 400px;
  height: 380px;
}

/* Кнопка закрытия */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

/* Затемнение фона */
.overlay {
  display: none;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* полупрозрачный черный цвет фона */
}

.profile_osn {
  display: flex;
  width: 100%;
  justify-content: center;
}

.profile {
  display: flex;
  width: 80%;
  justify-content: space-between;
}

.profile_left {
  width: 25%;
  height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.profil_head {
  padding: 35px;
  width: 100%;
  height: 200px;
  border: 1px solid #d9d9d9;
}

.profil_body {
  padding: 35px;
  width: 100%;
  height: 350px;
  border: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.profile_right {
  width: 74%;
  
  display: flex;
  border: 1px solid #d9d9d9;
  padding: 35px;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.profile_right1 {
  width: 74%;
  
  display: flex;
  border: 1px solid #d9d9d9;
  padding: 35px;
  flex-direction: column;
  justify-content: start;
  position: relative;
}
.orders{
  display: flex;
  justify-content: space-around;
}

.a {
  border: none;
  width: 100px;
  height: 50px;
  background-color: #e1d6cc;
  cursor: pointer; 
margin-left: -15px;
}
.a:hover {
  border: 1px solid #ababab;
  background-color: #e1d6cc00;
  transition: 0.5s;
}
.uga {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 50px;
}

.catalog-c {
  position: sticky;
  top: 0px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 1200px;
  margin-left: auto;
  margin-right: 120px;
  margin-top: 100px;
}

.card-c {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 350px;
  height: 630px;
}

.card-footer {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px 0px 10px;
  width: 350px;
  height: 50px;
  background-color: #e1d6cc;
}

.card-head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 400px;
  background-color: #e1d6cc;
}

.card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 10px 30px 10px;

  width: 350px;
  background-color: #e1d6cc;
}

.auth {
  display: flex;
  width: 100%;
  height: 600px;
  justify-content: center;
}

.auth_form {
  width: 600px;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
}

.reg_form {
  width: 600px;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

/* МОДАЛЬНОЕ ОКНО */
/* Стили для модального окна */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}

/* Стили для видимого модального окна */
.modal.show {
  display: block;
}

/* Стили для контейнера модального контента */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  /* Положение по центру страницы */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* Стили для кнопки закрытия */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.mood {
  text-align: center;
  margin-top: 100px;
}
.cnopki {
  display: flex;
  justify-content: space-around;
  margin-top: 100px;
}
.order-btn {
  width: 150px;
  height: 50px;
  border: 1px solid #ababab;
  background: #fcfaf600;
  cursor: pointer;
}
.continue-btn {
  width: 150px;
  height: 50px;

  border: 1px solid #ababab;
  background: #fcfaf600;
  cursor: pointer;
}
.order-btn:hover {
  background-color: #e1d6cc;
  transition: 0.5s;
  border: none;
}
.continue-btn:hover {
  background-color: #e1d6cc;
  transition: 0.5s;
  border: none;
}
/* СТРАНИЦА МОИ АДРЕСА*/
.ll {
  display: flex;
  justify-content: space-around;
}

/* КНОПКА "СОХРАНИТЬ" В КОРЗИНЕ*/
.kn {
  padding: 5px;
  margin-top: 15px;
  width: 130px;
  height: 30px;
  border: 1px solid #ababab;
  background: #fcfaf600;
  cursor: pointer;
}

.kn:hover {
  background-color: #e1d6cc;
  transition: 0.5s;
  border: none;
}
/* КНОПКА "УДАЛИТЬ ВСЕ ТОВАРЫ" В КОРЗИНЕ*/
.bibi {
  border: none;
  background-color: rgba(0, 139, 139, 0);
  font-size: 16px;
  font-family: "IBM Plex Mono", monospace;
  cursor: pointer;
}

.cc {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}
.hh {
  position: relative;
  color: #3c3a3a;
  font-family: "IBM Plex Mono", monospace;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
}
.container {
  display: flex;
}

.dann {
  flex: 0 0 40%;
}

.karta {
  flex: 0 0 60%;
  
}

.container > * {
  margin-right: 10px; /* Устанавливаем минимальное расстояние между элементами */
}
.so {
  display: flex;

  gap: 5px;
}
.zakr {
  margin-top: -156px;
}
.vmeste {
  margin-top: 117px;
}

.cnopki1 {
  display: flex;
  justify-content: space-around;
  margin-top: 60px;
}
.b1 {
  display: flex;
  justify-content: space-around;
  margin: 10px;
  gap: 20px;
  position: absolute;
  bottom: 100px;

}
.order-btn2 {
  width: 200px;
  height: 50px;
  border: 1px solid #ababab;
  background: #fcfaf600;
  cursor: pointer;
}

.order-btn2:hover {
  background-color: #e1d6cc;
  transition: 0.5s;
  border: none;
}
.order-btn3 {
  width: 150px;
  height: 50px;
  border: 1px solid #ababab;
  background: #fcfaf600;
  cursor: pointer;
  margin-top: -50px;
}

.order-btn3:hover {
  background-color: #e1d6cc;
  transition: 0.5s;
  border: none;
}

/* СТИЛИ ДЛЯ МОДАЛЬНОГО ОКНА*/
.quantity-control {
  display: flex;
  align-items: center;
}

.quantity-control button {
  padding: 5px 10px;
  border: none;
  cursor: pointer;
}

.quantity-control input {
  text-align: center;
  width: 40px;
  padding: 5px 0;
  margin: 0 5px;
  border: 1px solid #ccc;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/*СТИЛИ ДЛЯ МОИХ ЗАКАЗОВ*/
.orders {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.order-container {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 10px;
}

.order-container h2,
.order-container p {
  margin: 0 0 10px 0;
}

.order-container ul {
  list-style-type: none;
  padding: 0;
}

.order-container ul li {
  margin-bottom: 5px;
}

/* Розовый цвет для статуса "Новый" */
.order-container.new {
  background-color: #def0fa;
}

/* Зеленый цвет для статуса "Подтверждено" */
.order-container.confirmed {
  background-color: #d5f7d5;
}

/* Красный цвет для статуса "Отклонено" */
.order-container.rejected {
  background-color: #fabfbf;
}

.no-orders {
  text-align: center;
  font-size: 18px;
  color: #999;
}

.filter-block {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.filter-block label {
  margin-right: 10px;
  font-size: 15px;
  color: #736A6A;
}

.filter-block select {
  padding: 5px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 10px;
}
.confirm-btn{
  border: none;
  width: 100px;
  height: 25px;
  background-color: #e1d6cc;
  cursor: pointer; 
  margin-right: 10px;
}
.confirm-btn:hover {
  border: 1px solid #ababab;
  background-color: #e1d6cc00;
  transition: 0.5s;
}
.reject-btn{
  border: none;
  width: 100px;
  height: 25px;
  background-color: #e1d6cc;
  cursor: pointer; 
}
.reject-btn:hover {
  border: 1px solid #ababab;
  background-color: #e1d6cc00;
  transition: 0.5s;
}
.inp{
  background-color: #00000000;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
}
.addbutton{
  margin-top: 30px;
  border: none;
  width: 200px;
  height: 50px;
  background-color: #e1d6cc;
  cursor: pointer; 
}
.addbutton:hover  {
  border: 1px solid #ababab;
  background-color: #e1d6cc00;
  transition: 0.5s;
}