body {
  margin: 0;
  padding: 0;
  background-attachment: fixed;
  font-family: "Rubik", sans-serif;
  -webkit-tap-highlight-color: transparent;
  color: #484848;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 4px;
}
.center_trade{
  text-align: center;
  width: 300px;
  margin: 0 auto;
  margin-top: 40px;
}
.logo_trade{
  position: relative;
}
.about_trade{
  font-weight: bold;
  font-size: 30px;
  padding: 10px;
}
.load_trade{
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.box_end_work{
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  padding: 15px;
  background-color: #F8325D;
  color: white;
  margin: 25px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 2px gray;
  border: 4px solid white;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: #f9325d;
  border-radius: 5px;
  border: 0 solid #f9325d;
}

a {
  text-decoration: none;
  color: #393939;
}

.black_oplata {
  background-color: #000000e9;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 1000;
  display: none;
}
.info_time{
  font-weight: bold;
  background-color: white;
  width: max-content;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 1px rgb(255, 32, 32);
  position: absolute;
  bottom: -14px;
  left: -5px;
}
.menu_header {
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  z-index: 600;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 13px;
  border: 1px solid #4a4a4a;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 3px;
  width: 99%;
  justify-content: space-evenly;
}

.sticky-panel.scrolled {
  background-color: #f0f0f0;
}

.logo {
  padding-top: 10px;
}

.box_time {
  position: absolute;
  background-color: #00b709;
  padding: 0 10px;
  box-shadow: 0 0 2px 1px #686868;
  border-radius: 10px 10px 0 0;
  color: white;
  bottom: 0;
  left: 60px;
  font-size: 14px;
}

.elem_mob_menu {
  display: none;
}

.nazva_razdel_item {
  margin: 25px;
  font-weight: bold;
  font-size: 30px;
  display: flex;
  justify-content: center;
  color: #000;
  font-family: Unbounded, sans-serif;
}

.header_img_soc {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.menu_header_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.menu_header_item span {
  font-weight: 400;
  font-size: 20px;
  display: none;
}

.menu_header_item_li {
  margin: 10px;
  line-height: 50px;
  width: 122px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  cursor: pointer;
  transition: 0.2s;
  box-sizing: border-box;
  font-size: 16px;
  z-index: 801;
}

.menu_header_item_li:hover {
  background-color: #4f4f4f38;
  box-shadow: 0 2px 2px #101010e0;
}

.about_img {
  line-height: 18px;
  margin-right: 5px;
  pointer-events: none;
}

.card {
  width: 150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  overflow: hidden;
  border: 1px solid #2f2f2f;
  background-color: #39393938;
  cursor: pointer;
  transition: 0.2s;
  max-width: calc(100% - 20px);
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.2;
  z-index: 801;
}

.card_kol {
  position: absolute;
  border-radius: 100px;
  top: 33px;
  font-size: 15px;
  left: 35px;
  padding: 2px;
  min-width: 20px;
  text-align: center;
  color: white;
  background-color: #f9325d;
  border: 3px solid rgba(24, 24, 24, 0.98);
  box-shadow: 0 16px 40px 2px #f9325d;
}

.card_text {
  color: #fff;
  margin-left: 10px;
}

.card:hover {
  cursor: pointer;
  background-color: #39393987;
}

.fade-in {
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.fade-in.visible {
  transform: translateY(0);
  opacity: 1;
}

.card_n {
  width: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  color: #858585;
}

.card_n:hover,
.info_n:hover,
.home_n:hover {
  opacity: 70%;
  cursor: pointer;
}

.delete_item_cart {
  position: absolute;
  left: 340px;
  top: 2px;
  z-index: 100;
  align-items: center;
  border-radius: 35%;
  display: flex;
  height: 35px;
  justify-content: center;
  width: 35px;
  background: #ffcfd9;
  opacity: 76%;
  transition: 0.2s;
}

.delete_item_cart:hover {
  cursor: pointer;
  background: #fca3b5;
}

.delete_item_cart img {
  pointer-events: none;
}

.menu_header_under {
  height: 30px;
  background: #ffffff;
}

.box_reklama {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  position: relative;
  justify-content: center;
}

.scrolling_wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  user-select: none;
}

.scrolling_wrapper:hover {
  cursor: pointer;
}

.active_category {
  color: #f00;
}

.scrolling_wrapper_razdel {
  scroll-behavior: smooth;
}

.card_slide {
  display: inline-block;
  flex: 0 0 auto;
  border-radius: 21px;
  margin: 10px;
  width: 360px;
  height: 200px;
  transition: 0.5s;
  margin-bottom: 25px;
  margin-top: 10px;
}

.card_slide img {
  transition: transform 0.3s;
}

.card_slide:hover img {
  transform: scale(1.1);
}

.card_slide:hover {
  cursor: pointer;
  transition: all 0.2s ease 0s;
}

.card_slide_relise {
  overflow: hidden;
  margin: 5px;
  border-radius: 13px;
  height: 190px;
  box-shadow: 0 0 0 1px #dedede;
  border: 4px solid #ffffff;
}

.scrolling_wrapper_razdel {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  user-select: none;
}

.scrolling_wrapper_razdel:hover {
  cursor: pointer;
}

.card_slide_img_razdel {
  overflow: hidden;
  border-radius: 12px;
  margin: 5px;
  height: 40px;
  width: 40px;
}

.card_slide_razdel {
  display: flex;
  flex: 0 0 auto;
  margin: 5px;
  height: 50px;
  transition: 0.5s;
}

.card_slide_razdel:hover {
  color: orange;
  transition: 0.2s;
}

.card_slide_relise_razdel {
  font-size: 20px;
  margin: 10px 10px 10px 5px;
}

.table_comment {
  display: none;
}

.menu_0 {
  background-color: #292929;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.menu_0_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 10px;
}

.menu_0_item_img {
  margin: 12px 10px 10px 0;
}

.menu_0_item_text {
  margin: 10px 0;
}

.font_size {
  font-size: 25px;
}

.menu_kol {
  transition: 0.5s;
}

.menu_kol:hover {
  transform: scale(1.2);
  transition: 0.5s;
}

.item_menu {
  margin: 0 20px 0 10px;
  cursor: pointer;
}

.item_menu_1 {
  margin: 5px;
}

.name_firm {
  font-size: 40px;
  font-weight: bold;
  margin-top: 2px;
  position: relative;
}

.section {
  padding: 120px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section_cart_about {
  width: 380px;
  padding: 10px 10px 10px 35px;
  margin-bottom: 20px;
}

.section_cart_zakaz_scroll {
  min-width: 400px;
}

.section_cart_zakaz {
  margin-bottom: 40px;
  border-right: 1px solid #efefef;
  padding-right: 35px;
}

.section_dobavka_zakaz {
  margin-bottom: 15px;
}

.razdel_item_d {
  margin: 4px 4px 30px 4px;
  height: 90px;
  text-align: center;
  width: 350px;
  user-select: none;
  position: relative;
  display: flex;
  padding: 5px 0;
  flex-direction: row-reverse;
}

.razdel_item_sostav_d {
  font-size: 12px;
  color: #999;
  padding: 5px 10px 10px 10px;
  text-align: left;
}

.company_l_n {
  margin: 0 15px 0 5px;
}

.company_l_n img,
.company_l img {
  pointer-events: none;
}

.comment,
.priboryi {
  margin: 20px 0;
  appearance: none;
  background-color: #fff3d7;
  border-radius: 8px;
  box-sizing: border-box;
  color: #3d3a12;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 10px 16px;
  position: relative;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}

.comment:hover {
  cursor: pointer;
  background-color: #f5e7c7;
}

.comment_text {
  display: none;
}

.comment_into {
  max-height: 52px;
  min-width: -webkit-fill-available;
  max-width: -webkit-fill-available;
  border: none;
  color: #000000;
  border-radius: 7px;
  background-color: #eeeeee;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  padding: 20px;
}

.comment_into:focus {
  background-color: #e5e5e5;
  outline: 0;
}

.priboryi {
  background-color: #effff2;
  color: #0b4315;
}

.priboryi:hover {
  cursor: pointer;
  background-color: #e3ffe9;
}

.section_cart_item_cart {
  margin: 0 4px;
  padding: 5px;
  font-size: 29px;
  color: #000;
  font-weight: 600;
}

.section_cart_item_tz {
  margin: 0 4px;
  padding: 5px;
  font-size: 20px;
  padding-bottom: 10px;
}

.hit {
  position: absolute;
  top: 20px;
  left: 20px;
  background-image: linear-gradient( 329deg, #b619ff -10%, #9a00ff 50%, #ff00d5 110% );
  font-weight: bold;
  color: white;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 14px;
}

.actia {
  position: absolute;
  top: 85px;
  left: 80px;
  background-image: linear-gradient( 48deg, #19ff38 -10%, #18a300 50%, #31a100 110% );
  font-weight: bold;
  color: white;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 14px;
}

.menu_header_item_li:hover {
  cursor: pointer;
}

.section_company_all {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow-y: scroll;
  height: 80%;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-top: 20px;
  overflow-x: hidden;
}

.section_company_item {
  width: 350px;
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
}

.method,
.method_d {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  background-color: #eee;
  box-sizing: border-box;
  padding: 0.25rem;
  font-size: 15px;
  height: 55px;
  margin: 17px 0;
}

.method .method_btn,
.method_d .method_d_btn {
  flex: 1 1 auto;
  text-align: center;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-size: inherit;
  color: #2b2b2b;
  transition: all 0.15s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  padding: 0.5rem 0;
  font-family: "Rubik", sans-serif;
}

.method .method_btn.active,
.method_d .method_d_btn.active {
  background-color: #fff;
  font-weight: 500;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.09);
}

.method .method_btn.oplata-karta.active,
.method_d .method_d_btn.sam.active {
  background-color: #fff;
  font-weight: 500;
}

.section_black_cart,
.section_black_check,
.section_black_xss,
.section_black_company,
.section_black_dobavka {
  width: 100%;
  height: 100vh;
  background-color: #000000b5;
  position: fixed;
  z-index: 900;
  display: none;
}

.section_black_check,
.section_black_company {
  overflow-y: scroll;
  overflow-x: hidden;
}

.section_dobavka_all {
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: hidden;
}

.section_dobavka_item_tz {
  margin: 0 4px;
  padding: 5px;
  font-size: 29px;
  color: #000;
  font-weight: 600;
}

.section_cart_online,
.section_dobavka_online {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 25px;
}

.section_cart_scroll {
  overflow-y: scroll;
  height: 100vh;
}

.section_cart,
.section_dobavka {
  border-radius: 15px;
  width: max-content;
  margin: auto;
  height: max-content;
  left: 0;
  right: 0;
  top: 800px;
  background-color: #ffffff;
  z-index: 1000;
  position: relative;
  padding: 20px 20px 50px 20px;
  transition: 0.8s;
}

.section_check {
  border-radius: 15px;
  height: max-content;
  width: max-content;
  margin: auto;
  left: 0;
  right: 0;
  top: 800px;
  position: relative;
  background-color: #ffffff;
  z-index: 1200;
  padding: 20px 20px 50px 20px;
  margin-top: 30px;
  transition: 1s;
  text-align: center;
}

.section_xss {
  border-radius: 30px 30px 0 0;
  width: max-content;
  margin: auto;
  height: 98%;
  left: 0;
  right: 0;
  top: 800px;
  background-color: #ffffff;
  z-index: 1100;
  position: fixed;
  padding: 20px 20px 50px 20px;
  transition: 1s;
  font-size: 24px;
}

.section_cart_close,
.section_check_close,
.section_company_close,
.section_dobavka_close {
  align-items: center;
  border-radius: 30%;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  right: 16px;
  top: 20px;
  width: 40px;
  background: #0000001a;
  opacity: 76%;
  transition: 0.2s;
}

.section_cart_close:hover,
.section_check_close:hover,
.section_company_close:hover,
.section_dobavka_close:hover {
  cursor: pointer;
  background: #00000045;
}

.section_cart_close img,
.section_company_close img,
.section_dobavka_close img {
  pointer-events: none;
}

.section_xss_close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.section_xss_close:hover {
  cursor: pointer;
}

.section_cart_item {
  width: 380px;
}

.round {
  border-radius: 10px;
  box-shadow: 0 0 5px 1px white;
}

.dobavka {
  font-size: 20px;
}

.radio_1 {
  width: 40px;
  height: 40px;
}

.info_radio {
  display: flex;
  justify-content: center;
}

.item_radio {
  margin: 5px;
}

.footer {
  font-size: 14px;
  padding: 10px;
  text-align: left;
  padding-bottom: 20px;
  background-color: #505050;
  color: white;
}

.footer_item {
  width: 380px;
}

.item_footer {
  margin: 5px;
}

.black_text {
  color: black;
}

.table_zakaz {
  min-width: 360px;
  background-color: #1d1c1ad7;
  margin: 70px;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 10px;
  box-shadow: 0 0 10px rgb(255, 255, 255);
  border-radius: 10px;
  color: white;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 20px;
}

.enter_2 {
  width: 50px;
}

.button {
  background: linear-gradient(45deg, #f0a938, #acf849);
  font-size: 24px;
  border-radius: 5px;
  padding: 10px;
  transition: 0.2s;
  border: 1px solid rgb(0, 0, 0);
}

.button:hover {
  cursor: pointer;
  background: linear-gradient(45deg, #f0a938, #4df038);
  transition: 0.2s;
  box-shadow: 2px 2px 10px 2px black;
}

.menu_top_2 {
  background-color: #555;
  border-bottom: 4px solid orange;
  color: #fff;
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  top: 0;
  left: -5px;
  z-index: 205;
  font-size: 30px;
  height: 50px;
  width: 100%;
  padding: 5px;
}

.menu_top_2_item {
  margin: 0 10px;
}

.menu_footer {
  background-color: #555;
  color: #fff;
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  bottom: 0;
  left: -5px;
  z-index: 205;
  font-size: 14px;
  height: 20px;
  width: 100%;
  padding: 5px;
}

.menu_footer_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.menu_footer_item_fon_white {
  background-color: #fff;
  width: 30px;
  margin-left: 2px;
}

.menu_footer_item_fon_red {
  background-color: #e95713;
  width: 30px;
  margin-left: 2px;
}

.menu_footer_item_fon_green {
  background-color: #00b709;
  width: 30px;
  margin-left: 2px;
}

.menu_footer_item_fon_blue {
  background-color: #28eee7;
  width: 30px;
  margin-left: 2px;
}

.menu_footer_item_fon_orange {
  background-color: #eea928;
  width: 30px;
  margin-left: 2px;
}

.menu_footer_item_text {
  margin-left: 5px;
  margin-right: 5px;
}

.menu_under {
  height: 70px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.center {
  text-align: center;
}

.menu {
  position: relative;
}

.shag {
  height: 180px;
}

.menu_box {
  display: inline-block;
}

.menu_kol {
  position: absolute;
  width: 70px;
  height: 46px;
  left: 56%;
  top: 10px;
  z-index: 50;
  border-radius: 5px;
  font-size: 30px;
  color: black;
}

.boot {
  width: 200px;
  font-size: 25px;
  border-radius: 5px;
  border: 1px solid black;
  margin: 10px;
  height: 50px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  background-color: #ffe798;
}

.boot:hover {
  cursor: pointer;
  background-color: #8fe42e;
}

.adm_back {
  position: absolute;
  left: 50px;
  top: 5px;
}

.zvuk {
  margin-top: 5px;
}

.blocks_history {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.new_zakaz {
  background-color: #ffa42d;
  margin: 5px 10px 40px 10px;
  box-shadow: 0px 0px 5px 1px gray;
  border-radius: 5px;
  width: 600px;
  position: relative;
  font-size: 18px;
  padding-bottom: 20px;
  border: 2px solid rgb(64, 64, 64);
}

.class_color_red {
  background-color: #ff6d40;
}

.class_color_green {
  background-color: #42e355;
}

.class_color_black {
  background-color: white;
}

.class_color_blue {
  background-color: #2df1ff;
}

.table_karta {
  display: none;
}

.new_zakaz_history {
  background-color: #ffd82d;
  padding: 10px;
  margin: 20px;
  width: 250px;
  border-radius: 10px;
  box-shadow: 0 0 15px 2px rgb(0, 0, 0);
  border: 2px solid white;
}

.new_zakaz_history:hover {
  background-color: #2df1ff;
  box-shadow: 0 0 20px 2px rgb(0, 0, 0);
  cursor: pointer;
}

.options_item {
  position: absolute;
  right: 20px;
  top: -2px;
}

.options_item:hover {
  transform: scale(1.2);
  cursor: pointer;
}

.section_cart_fio_tel {
  display: flex;
  justify-content: space-between;
}

.section_cart_data_time {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 55px;
}

.section_cart_itogo_all {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  font-weight: 500;
  color: #474747;
  font-size: 19px;
  align-items: center;
}

.section_cart_summa {
  font-size: 25px;
}

.section_dobavka_itogo_all {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  font-weight: bold;
  font-size: 24px;
}

.section_cart_btn {
  background-image: linear-gradient(24deg, #3b4634 -10%, #272727 50%, #0c0c0c 110%);
  color: white;
  font-size: 18px;
  margin: 15px 0;
  padding: 18px;
  text-align: center;
  font-weight: 500;
  line-height: 20px;
  border-radius: 12px;
  transition: 0.1s;
}

.section_cart_btn:focus {
  outline: none;
  box-shadow: 0 0 0 4px #d8d8d8;
}

.enter {
  border: none;
  padding: 8px 8px 8px 10px;
  border-radius: 7px;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  color: #212121;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 1px solid #dcdcdc;
  border-width: 1px 1px 3px;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-bottom-style: solid;
  border-bottom-color: rgb(230, 225, 225);
  line-height: 24px;
}

.enter:focus {
  color: #212121;
  color: var(--bs-body-color);
  background-color: #fff;
  background-color: var(--bs-body-bg);
  border-color: #aaaaaa;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(168, 168, 168, 0.205);
}



.notification-banner {
  background-color: #eeeeee;
  color: #393939;
  padding: 6px;
  text-align: center;
  font-size: 16px;
  border-radius: 8px;
  margin: 0 15px 20px 15px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 2px rgb(0 0 0 / 17%);
}

.notification-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"  stroke-width="1" stroke-linecap="round" stroke-linejoin="round" opacity="0.2"><path d="M3.464 3.464C2 4.93 2 7.286 2 12c0 4.714 0 7.071 1.464 8.535C4.93 22 7.286 22 12 22c4.714 0 7.071 0 8.535-1.465C22 19.072 22 16.714 22 12s0-7.071-1.465-8.536C19.072 2 16.714 2 12 2S4.929 2 3.464 3.464ZM8.03 5.97a.75.75 0 0 1 0 1.06l-.22.22H8c1.68 0 3.155.872 4 2.187a4.746 4.746 0 0 1 4-2.187h.19l-.22-.22a.75.75 0 0 1 1.06-1.06l1.5 1.5a.75.75 0 0 1 0 1.06l-1.5 1.5a.75.75 0 1 1-1.06-1.06l.22-.22H16A3.25 3.25 0 0 0 12.75 12v6a.75.75 0 0 1-1.5 0v-6A3.25 3.25 0 0 0 8 8.75h-.19l.22.22a.75.75 0 1 1-1.06 1.06l-1.5-1.5a.75.75 0 0 1 0-1.06l1.5-1.5a.75.75 0 0 1 1.06 0Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 150px 150px;
  opacity: 20%;
  z-index: 1;
}

.notification-content p {
  margin-bottom: 10px;
  margin-top: 10px;
}

.n-c-d {
  font-weight: 600;
  font-size: 22px;
  margin-top: 10px;
}

.enter_data:focus {
  color: #212121;
  color: var(--bs-body-color);
  background-color: #fff;
  background-color: var(--bs-body-bg);
  border-color: #aaaaaa;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(168, 168, 168, 0.205);
}

.enter_time:focus {
  color: #212121;
  color: var(--bs-body-color);
  background-color: #fff;
  background-color: var(--bs-body-bg);
  border-color: #aaaaaa;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(168, 168, 168, 0.205);
}

.enter_data {
  padding: 8px 8px 8px 10px;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  color: #212121;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  width: 140px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-width: 1px 1px 3px;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-bottom-style: solid;
  border-bottom-color: rgb(230, 225, 225);
  line-height: 24px;
}

.enter_time {
  padding: 8px 8px 8px 10px;
  border-radius: 7px;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  color: #212121;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  width: 85px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-width: 1px 1px 3px;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-bottom-style: solid;
  border-bottom-color: rgb(230, 225, 225);
  line-height: 24px;
}

.section_cart_promocod {
  margin: 10px;
  padding: 10px;
  text-align: center;
  color: rgb(212, 212, 212);
}

.section_black_dobavka {
  width: 100%;
  height: 100vh;
  background-color: #000000b5;
  position: fixed;
  z-index: 900;
  display: none;
  overflow-x: hidden;
  overflow-y: scroll;
}

.section_cart_warning {
  position: fixed;
  top: 20px;
  left: 20px;
  background-color: #f44336;
  color: white;
  padding: 16px 32px;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  z-index: 9999;
  animation: fadeIn 0.5s ease-in-out;
  display: none;
}

.section_cart_warning_body {
  position: fixed;
  top: 20px;
  left: 20px;
  background-color: #f44336;
  color: white;
  padding: 16px 32px;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  z-index: 9999;
  animation: fadeIn 0.5s ease-in-out;
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.enter_promocod {
  background-color: #ffffff;
  color: rgb(212, 212, 212);
  box-shadow: 0 0 2px 1px rgb(237, 237, 237);
  text-align: center;
  height: 20px;
  border-radius: 20px;
}

.section_cart_btn:hover {
  background-color: #353535;
  cursor: pointer;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.1s ease 0s;
  transform: translateY(-1px);
}

.dobavki_po_vkusu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.item_dobavki_po_vkusu {
  border-radius: 9px;
  width: 130px;
  text-align: center;
  padding: 5px;
  margin: 5px;
  background: #fff;
  position: relative;
  user-select: none;
  transition: 0.1s;
  box-shadow: 0 2px 1px #ddd;
  cursor: pointer;
}

.item_dobavki_po_vkusu:hover {
  background: #e3e3e3;
  transform: translateY(0.1em);
}

.item_dobavki_po_vkusu_text_about {
  font-size: 12px;
}

.item_dobavki_po_vkusu_cena {
  font-weight: 500;
}

.dobavki_po_vkusu_text {
  margin-bottom: 15px;
  font-size: 20px;
}

.item_radio_item {
  cursor: pointer;
  display: flex;
  border-radius: 9px;
  width: 120px;
  text-align: center;
  padding: 18px;
  margin: 5px;
 
  position: relative;
  user-select: none;
  transition: 0.1s;
  box-shadow: 0 2px 1px #ddd;
  justify-content: space-between;
}

.item_radio_item:hover {
  background: #e3e3e3;
  color: #292929;
  transform: translateY(0.1em);
}

.item_radio_item_har {
  font-weight: 500;
  font-size: 18px;
}

.enter_fio {
  width: 120px;
}

.enter_tel {
  width: 185px;
  margin-right: 10px;
  font-size: 17px;
}

.enter_adres {
  width: 89%;
}

.section_cart_tel {
  position: relative;
}

.section_cart_oplata {
  text-align: center;
  margin: 35px 0 10px 0;
  position: relative;
}

.section_cart_oplata:hover {
  cursor: pointer;
}

.section_cart_adres {
  margin-top: 20px;
}

.adres-wrapper {
  position: relative;
}

.adres-wrapper .icon-location {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.adres-wrapper .enter_adres {
  padding-left: 35px;
}

.s_text {
  position: absolute;
  left: 0;
  top: -30px;
  font-weight: 400;
  color: #212121;
  font-size: 17px;
}

.color_white {
  color: white;
}

.info {
  margin-left: 10%;
  margin-top: 20px;
  width: 80%;
  font-size: 30px;
  text-align: center;
}

.foto_options {
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border: 1px solid black;
}

.info_box {
  margin: 25px;
  font-size: 30px;
  text-align: center;
  color: white;
}

.button5 {
  height: 30px;
  width: 30px;
  font-size: 25px;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
}

.section_nav_r {
  position: sticky;
  top: 18px;
  z-index: 800;
  margin-top: 20px;
  max-width: 16%;
}

.arrow_pic {
  margin-top: 5px;
  margin-left: 10px;
}

.arrow_text {
  margin: 10px;
}

.comment_about,
.priboryi_text {
  display: flex;
  align-items: center;
}

.comment_about img,
.priboryi_text img {
  margin-right: 10px;
  pointer-events: none;
}

.section_nav_r_item {
  background-color: #212121;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  width: 125px;
  margin: 0 20px 0 23px;
  padding: 0 6px;
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 19px;
  justify-content: space-between;
  color: #fff;
  transition: 0.2s;
}

.pic_r_item_vid,
.razdel_item_img,
.card_img,
.item_dobavki_po_vkusu_img img,
.f_logo img,
.f_logo_1 img,
.dev,
.arrow_pic img,
.razdel_add_card img,
.razdel_add_dobavka img,
.section_check_all img {
  pointer-events: none;
}

.section_cart_itogo {
  font-weight: 500;
  font-size: 20px;
}

.section_dobavka_summa {
  font-size: 25px;
  font-weight: 500;
}

.section_nav_rdd {
  display: flex;
  margin: 0 20px;
  justify-content: center;
}

.button5:hover {
  background-color: #58b1ff;
}

.col-1 {
  width: 30px;
}

.k_zakaz {
  color: white;
  font-size: 35px;
  font-weight: bold;
}

.white {
  color: white;
}

.boot1 {
  width: 40px;
  height: 40px;
}

.ok_no {
  background-color: #000000e6;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 800;
  padding-top: 150px;
}

.ok_no_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ok_no_text {
  font-size: 30px;
  color: white;
  text-align: center;
}

.box_ok_no {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  background-color: #ffffff;
  margin: 30px;
  padding: 10px;
  text-align: center;
  transition: 0.5s;
}

.box_ok_no:hover {
  cursor: pointer;
  background-color: #ffe3a2;
  transition: 0.2s;
}

.blocks {
  background-color: #969696;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 10px 10px 10px;
}

.blocks_new {
  padding: 40px 10px 1px 10px;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.karta_btn {
  position: absolute;
  right: 45px;
  top: -15px;
}

.car_zakaz {
  margin: 0 auto;
  font-size: 15px;
}

.del_btn {
  position: absolute;
  right: -5px;
  top: -15px;
  height: 10px;
  width: 12px;
  text-align: left;
  line-height: 10px;
  text-align: center;
  padding: 12px;
  background-color: tomato;
  border: 2px solid white;
  z-index: 100;
  border-radius: 9px;
  box-shadow: 0 0 5px rgb(0, 0, 0);
}

.del_btn:hover {
  box-shadow: 0 0 10px rgb(0, 0, 0);
  background-color: rgb(255, 47, 10);
  cursor: pointer;
}

.option_btn {
  position: absolute;
  left: -5px;
  top: -5px;
  height: 20px;
  width: 20px;
  padding: 5px;
  background-color: #c2c2c2;
  border: 2px solid white;
  border-radius: 5px;
  box-shadow: 0 0 5px rgb(0, 0, 0);
}

.option_btn:hover {
  box-shadow: 0 0 10px rgb(0, 0, 0);
  background-color: #ffbe3b;
  cursor: pointer;
}

.del_btn_2 {
  position: absolute;
  right: -30px;
  top: -30px;
  height: 20px;
  width: 20px;
  padding: 5px;
  background-color: tomato;
  border: 4px solid white;
  border-radius: 10px;
  box-shadow: 0 0 5px rgb(0, 0, 0);
}

.del_btn_2:hover {
  box-shadow: 0 0 10px rgb(0, 0, 0);
  background-color: rgb(255, 47, 10);
  cursor: pointer;
}

.gotovo_btn {
  position: absolute;
  right: 70px;
  bottom: -25px;
  height: 30px;
  width: 30px;
  padding: 5px;
  background-color: #ffec16;
  border: 2px solid white;
  border-radius: 5px;
  box-shadow: 0 0 5px rgb(0, 0, 0);
  text-align: center;
}

.gotovo_btn:hover {
  box-shadow: 0 0 10px rgb(0, 0, 0);
  background-color: #43ff43;
  cursor: pointer;
}

.gotovo_btn_back {
  position: absolute;
  right: 55px;
  bottom: -20px;
  height: 30px;
  width: 30px;
  padding: 5px;
  background-color: #ffec16;
  border: 2px solid white;
  border-radius: 5px;
  box-shadow: 0 0 5px rgb(0, 0, 0);
  text-align: center;
}

.gotovo_btn_back:hover {
  box-shadow: 0 0 10px rgb(0, 0, 0);
  background-color: #43ff43;
  cursor: pointer;
}

.dostavka_btn {
  position: absolute;
  right: -5px;
  bottom: -20px;
  height: 40px;
  width: 40px;
  padding: 5px;
  background-color: #3cf23c;
  border: 2px solid white;
  border-radius: 5px;
  box-shadow: 0 0 5px rgb(0, 0, 0);
  text-align: center;
}

.dostavka_btn:hover {
  box-shadow: 0 0 10px rgb(0, 0, 0);
  background-color: #43ff43;
  cursor: pointer;
}

.dostavka_btn_1 {
  position: absolute;
  right: -5px;
  bottom: -20px;
  height: 40px;
  width: 40px;
  padding: 5px;
  background-color: #fff41f;
  border: 2px solid white;
  border-radius: 5px;
  box-shadow: 0 0 5px rgb(0, 0, 0);
  font-size: 40px;
  text-align: center;
}

.dostavka_btn_1:hover {
  box-shadow: 0 0 10px rgb(0, 0, 0);
  background-color: #ffc800;
  cursor: pointer;
}

.print_btn {
  position: absolute;
  right: -10px;
  bottom: 50px;
  padding: 9px;
  width: 20px;
  height: 20px;
  background-color: #f2caff;
  border: 2px solid white;
  border-radius: 5px;
  box-shadow: 0 0 5px rgb(0, 0, 0);
  text-align: center;
}

.print_btn:hover {
  box-shadow: 0 0 10px rgb(0, 0, 0);
  background-color: #f279f0;
  cursor: pointer;
}

.info_zakaz {
  width: 70%;
  background-color: #70bfff;
  margin: 0 auto;
  position: fixed;
  top: 100px;
  box-shadow: 5px 5px 10px black;
  border-radius: 10px;
  z-index: 600;
  display: none;
  padding: 20px;
  margin-left: 10px;
  border: 2px solid white;
}

.chek_print {
  margin: 10px;
}

.option_zakaz {
  background-color: black;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 600;
  display: none;
}

.car_btn {
  right: 30px;
}

.pulse-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  padding: 10px;
  border: none;
  background: #ffffff;
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  outline: none;
  z-index: 1000;
}

.pulse-button__icon {
  display: block;
  width: 30px;
  height: 30px;
  background: url("../icons/coll.png") center center/cover no-repeat;
  transition: 0.3s;
}

.pulse-button__rings {
  border: 2px solid #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  width: auto;
  border-radius: 50%;
  animation-duration: 2s;
  animation-name: pulse_1;
  animation-iteration-count: infinite;
  z-index: -1;
}

.pulse-button__rings:nth-child(2) {
  animation-name: pulse_2;
}

.pulse-button__rings:nth-child(3) {
  animation-name: pulse_3;
}

@keyframes pulse_1 {
  from {
    opacity: 1;
    transform: scale(0.9, 0.9);
  }

  to {
    opacity: 0;
    transform: scale(1.3, 1.3);
  }
}

@keyframes pulse_2 {
  from {
    opacity: 1;
    transform: scale(0.8, 0.8);
  }

  to {
    opacity: 0;
    transform: scale(1.5, 1.5);
  }
}

@keyframes pulse_3 {
  from {
    opacity: 1;
    transform: scale(0.8, 0.8);
  }

  to {
    opacity: 0;
    transform: scale(1.7, 1.7);
  }
}

@-webkit-keyframes pulsate {
  50% {
    color: rgb(8, 7, 7);
    text-shadow: 0 5px rgba(0, 0, 0, 0.3), 0 0 5px #ffd, 0 0 8px #fff;
  }
}

@keyframes pulsate {
  50% {
    color: rgb(255, 171, 25);
    text-shadow: 0 5px rgba(0, 0, 0, 0.3), 0 0 5px #ffd, 0 0 8px #fff;
  }
}

#blink7 {
  color: rgb(0, 0, 0);
  text-shadow: 0 5px rgba(0, 0, 0, 0.1);

  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;
}

.new_year {
  background-image: url(/icons/girlanda.gif);
  height: 23px;
  position: sticky;
  top: 49px;
  z-index: 400;
}

.el {
  position: absolute;
  top: -10px;
  left: -10px;
}

.shapka_d_m {
  position: absolute;
  right: 25px;
  top: -15px;
}

.info_admin {
  margin: 20px auto;
  background-color: #efecec;
  width: 360px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  border-radius: 10px;
  border: 4px dotted #ebc437;
  position: relative;
}

.info_admin_icon {
  position: absolute;
  top: -10px;
  left: -15px;
}

.info_admin_text {
  padding: 10px;
}

.btn-up {
  position: fixed;
  background-color: #272727;
  right: 10px;
  bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 35%;
  margin-bottom: 15px;
  box-shadow: 0 0 20px #0000004d;
  transition: 0.2s;
}

.btn-up::before {
  content: "";
  width: 30px;
  height: 30px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}

.btn-up_hide {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .btn-up:hover {
    background-color: #484848;
  }
}

footer {
  background-color: #333;
  color: #fff;
  padding: 40px 0;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-section {
  flex: 1;
  min-width: 200px;
  padding: 0 20px;
  margin-bottom: 30px;
}

.footer-section h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #fff;
  text-decoration: none;
}

.social-icons {
  display: flex;
}

.social-icons li {
  margin-right: 10px;
}

.social-icons li a {
  color: #fff;
  font-size: 20px;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .box_reklama {
    padding: 0;
  }

  .section_cart_zakaz {
    border-right: none;
    padding-right: 0;
  }

  .section_cart_item_all_about {
    position: unset;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
  }

  .footer-section {
    min-width: 100%;
    text-align: center;
  }
}

.footer {
  background-color: #f8f9fa;
  border-top: 1px solid #c9c9c9;
}

.section_2 img {
  margin: 5px;
}

.footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer h5 {
  font-size: 18px;
  color: #393939;
  margin-bottom: 20px;
}

.footer p {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
  font-weight: 500;
}

.footer h1 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 10px;
  font-weight: bold;
}

.footer h2 {
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
  font-weight: bold;
}

.footer a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #0056b3;
}

.footer img {
  max-width: 100%;
  height: auto;
}

.section_1{
  margin: 20px;
  width: 380px;
  color: black;
}
.open_box_all_about{
  color: #7d7d7d;
  display: none;
  margin-bottom: 10px;
}
.foot_box_open{
  font-size: 16px;
  font-weight: 500;
}
.open_box_all{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.box_open_img{
  background-color: #ececec;
  padding: 0px 2px 0px 2px;
  border-radius: 4px;
  margin-left: 10px;
  transition: 0.5s;
}
.box_open_img:hover{
  cursor: pointer;
  background-color: #bdbdbd;
  transition: 0.2s;
}
.f_logo_1 {
  display: none;
}
.pay_method{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 50px;
}
.met_1{
  margin: 0px 10px 0px 10px;
}
.section_cart_btn_online {
  background-image: linear-gradient( 329deg, #ffd499 -10%, #efd8ff 50%, #ffedd6 110% );
  color: rgb(8, 8, 8);
  font-size: 18px;
  margin: 10px 0;
  padding: 18px;
  text-align: center;
  font-weight: 500;
  line-height: 20px;
  border-radius: 12px;
  transition: 0.1s;
}

.section_cart_btn_online:hover {
  cursor: pointer;
  box-shadow: 0 15px 30px rgba(255, 141, 236, 0.172);
  transition: all 0.1s ease 0s;
  transform: translateY(-1px);
}

.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-around;
  z-index: 300;
  background-color: rgba(24, 24, 24, 0.98);
  backdrop-filter: blur(10px);
  border-top: 2px solid #6767673b;
}

*[data-animation="ripple"] {
  height: 100%;
  width: 100%;
  display: block;
  font-size: 12px;
  outline: none;
  padding: 10px 20px 10px 20px;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  box-shadow: 0 0 1px rgba(67, 67, 67, 0.3);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

*[data-animation="ripple"]:focus {
  outline: none;
}

*[data-animation="ripple"]::selection {
  background: transparent;
  pointer-events: none;
}

.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
}

.nav-item img {
  margin-bottom: 4px;
}

.nav-item span {
  font-size: 12px;
}

@media (min-width: 480px) {
  .bottom-nav {
    display: none;
  }
}


.razdel_item_dobavka {
  border: 2px solid white;
  border-radius: 5px;
  position: absolute;
  bottom: 5px;
  padding: 5px;
  width: 138px;
  font-weight: bold;
}

.razdel_item_dobavka:hover {
  background-color: #ffffff;
  color: black;
}

.razdel_add_card:hover {
  cursor: pointer;
}

.razdel_item_cena_c {
  padding: 5px;
  text-align: center;
  position: absolute;
  bottom: 8px;
  right: 91px;
  width: 85px;
  font-size: 17px;
  background-color: #f1f1f1;
  border-radius: 10px;
  color: #3d3d3d;
}

.razdel_item_cena_c_b {
  padding: 5px;
  text-align: center;
  position: absolute;
  bottom: 8px;
  right: 130px;
  width: 100px;
  font-size: 17px;
  background-color: #43d11c;
  border-radius: 10px;
  color: #ffffff;
}

.razdel_item_dob_c {
  text-align: left;
  position: absolute;
  bottom: 5px;
  left: 9px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  background: #ffffff;
  padding: 3px;
  border-radius: 10px;
  box-shadow: 0 2px 2px #0000003d;
}

.plus_minus_cart {
  background-color: #ffffff;
  border-radius: 50px;
  position: absolute;
  bottom: 8px;
  left: 270px;
  font-size: 21px;
  color: black;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.info_sect {
  text-align: center;
}

.plus_cart {
  background-color: #f1f1f1;
  border-radius: 35%;
  width: 30px;
  line-height: 30px;
  height: 30px;
  transition: 0.2s;
  cursor: pointer;
}

.kol_cart {
  text-align: center;
  width: 40px;
  line-height: 30px;
  height: 30px;
}

.minus_cart {
  background-color: #f1f1f1;
  border-radius: 35%;
  width: 30px;
  line-height: 30px;
  height: 30px;
  transition: 0.2s;
  cursor: pointer;
}

.plus_cart:hover,
.minus_cart:hover {
  transition: all 0.2s ease 0s;
  background-color: #d7d7d7;
}

.razdel_item_img {
  border-radius: 10px;
  width: 100px;
  height: 100px;
}

.razdel_item_img img {
  border-radius: 10px;
}

.razdel_item_name {
  padding: 0 10px;
  text-align: left;
  font-weight: bold;
  font-weight: 600;
  font-size: 18px;
}

.razdel_item_name_pop {
  padding: 0 10px;
  text-align: left;
  font-weight: bold;
  font-weight: 600;
  font-size: 17px;
}

.razdel_item_menu:hover {
  cursor: pointer;
  border: 3px solid rgb(212, 22, 22);
}

.razdel_item_menu {
  padding: 5px;
  background-color: #2b2a2a;
  margin: 5px;
  border: 3px solid white;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  width: 150px;
  user-select: none;
  color: white;
}

.razdel_add_dobavka {
  margin: 4px;
  background-color: #232323;
  border-radius: 12px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 10px 20px 6px 20px;
  font-size: 16px;
  color: white;
  transition: 0.5s;
  cursor: pointer;
}

.razdel_add_dobavka:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease 0s;
  transform: translateY(-1px);
  background-image: linear-gradient( 230deg, #ff2c47 -10%, #ff4d74 50%, #ff2c47 110% );
}

.section_item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.razdel_item {
  padding: 5px;
  margin: 4px;
  background-color: #ffffff;
  text-align: center;
  width: 380px;
  user-select: none;
  position: relative;
  display: flex;
  border-radius: 12px;
  transition: 0.2s;
  border: 1px solid #ffffff;
  padding: 16px;
}

.razdel_item:hover {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.57);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease 0s;
  transform: translateY(-2px);
}

.razdel_about {
  position: relative;
  width: 250px;
}

.razdel_about_pop {
  position: relative;
  width: 250px;
}

.razdel_item_sostav {
  font-size: 12px;
  color: #999;
  padding: 5px 10px 10px 10px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 19px;
  margin-bottom: 10px;
  transition: 0.5s;
}

.razdel_item_cena {
  text-align: center;
  position: absolute;
  bottom: 8px;
  right: 76px;
  padding: 10px;
  font-size: 16px;
  background-color: #f5f5f5;
  border-radius: 8px;
}

.razdel_item_massa {
  font-size: 14px;
  padding: 10px 10px 0 10px;
  text-align: left;
}

.razdel_item_massa_pop {
  font-size: 14px;
  padding: 10px 10px 0 10px;
  text-align: left;
}

.razdel_add_card {
  margin: 4px;
  background-color: #232323;
  border-radius: 12px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 10px 20px 6px 20px;
  font-size: 16px;
  color: white;
  transition: 0.5s;
  cursor: pointer;
}

.razdel_add_card:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease 0s;
  transform: translateY(-1px);
  background-image: linear-gradient( 230deg, #ff2c47 -10%, #ff4d74 50%, #ff2c47 110% );
}

.razdel_item_c {
  margin: 4px 4px 10px 4px;
  height: 90px;
  text-align: center;
  width: 350px;
  user-select: none;
  position: relative;
  display: flex;
  padding: 5px 0;
}

.razdel_item_massa_c {
  font-size: 14px;
  padding: 10px 10px 0 10px;
  text-align: left;
}

.razdel_about_c {
  position: relative;
  width: 250px;
}

.razdel_item_img_c {
  overflow: hidden;
  width: 100px;
  height: 100px;
}

.razdel_item_img_c img {
  border-radius: 10px;
}

.nav_r_info {
  font-size: 25px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}

.nav_r_info h2 {
  color: #252525;
}

.section_r_all {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section_nav_r_item:hover {
  cursor: pointer;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease 0s;
  transform: translateY(-1px);
  background-color: #424242;
  transition: 0.2s;
}

.r_item_vid {
  position: relative;
  margin: 12px;
  border-radius: 18px;
  overflow: hidden;
  width: 180px;
  height: 180px;
  box-shadow: 0 5px 10px rgb(0 0 0 / 24%);
  transition: 0.2s;
}

.r_item_vid:hover {
  cursor: pointer;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.57);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.507);
  transition: all 0.2s ease 0s;
  transform: translateY(-3px);
  opacity: 90%;
}

.r_item_text {
  position: absolute;
  bottom: 10px;
  left: 12.5px;
  width: 155px;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  background: rgba(49, 49, 49, 0.66);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(10.5px);
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
}

#devlogo {
  animation-duration: 1.6s;
  animation-name: bounce;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

#devlogo1 {
  animation-duration: 1.6s;
  animation-name: bounce;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

#devlogo-eyes {
  animation-duration: 2s;
  animation-name: blink;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transform-origin: center center;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(-3px);
  }

  50% {
    transform: translateY(3px);
  }
}

@keyframes blink {
  90%,
  100% {
    transform: scaleY(1);
  }

  93% {
    transform: scaleY(0.2);
  }
}

.loader {
  height: 40px;
  width: 40px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
}

.loaded #preloader {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.loader:before,
.loader:after {
  content: "";
  height: 40px;
  width: 40px;
  border: 8px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  position: absolute;
  top: 0;
}

.loader:before {
  animation: animate 2s infinite linear;
}

@keyframes animate {
  0% {
    transform: rotate(0) skew(0);
  }

  100% {
    transform: rotate(180deg) skew(360deg);
  }
}

.loader:after {
  animation: animate2 2s infinite linear;
}

@keyframes animate2 {
  0% {
    transform: rotate(0) skew(0);
  }

  100% {
    transform: rotate(-180deg) skew(-360deg);
  }
}

.loaderArea {
  background: linear-gradient(90deg, #ff4e50 10%, #f9d423 90%);
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
}

#preloader {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: height 0.8s ease;
  background: #000;
  opacity: 1;
  z-index: 999999;
}

#preloader .holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#preloader .logo_p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  animation-name: slideDown;
  animation-duration: 1s;
  animation-timing-function: ease;
}

#preloader .logo_p img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  box-shadow: 10px 10px 100px #a9a9a9;
}

@media (max-width: 768px) {
  #preloader .logo_p {
    left: 50%;
  }

  #preloader .logo_p img {
    width: 150px;
    height: 150px;
  }
}

.seq-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 15vh);
  animation-name: circleDown;
  animation-duration: 1s;
  animation-timing-function: ease;
  visibility: visible !important;
}

.seq-preloader.seq-preloaded {
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s 0.5s, opacity 0.5s;
}

.seq-preload-indicator {
  overflow: visible;
  position: relative;
  top: 50%;
  left: 50%;
  transition: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.seq-preload-circle {
  display: inline-block;
  height: 12px;
  width: 12px;
  fill: #ffffff;
  opacity: 0;
  animation: seq-preloader 1.25s infinite;
}

.seq-preload-circle-2 {
  animation-delay: 0.15s;
}

.seq-preload-circle-3 {
  animation-delay: 0.3s;
}

.seq-preload-indicator-fallback {
  width: 42px;
  overflow: visible;
}

.seq-preload-indicator-fallback .seq-preload-circle {
  width: 8px;
  height: 8px;
  background-color: #f7e54b;
  border-radius: 100%;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
}

.seq-preload-indicator-fallback .seq-preload-circle-2 {
  margin-left: 3px;
  margin-right: 3px;
  width: 12px;
  height: 12px;
}

.seq-preload-indicator-fallback .seq-preload-circle-3 {
  width: 16px;
  height: 16px;
}

@keyframes seq-preloader {
  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes slideDown {
  0% {
    transform: translate(-50%, 100vh);
  }

  100% {
    transform: translate(-50%, -80%);
  }
}

@keyframes circleDown {
  0% {
    transform: translate(-50%, 100vh);
  }

  100% {
    transform: translate(-50%, 15vh);
  }
}

.container_s {
  width: 100%;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Rubik", sans-serif;
  position: relative;
  pointer-events: none;
  overflow-x: clip;
}

.clients {
  color: #000;
  margin-top: 150px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 10px;
  z-index: 100;
}

.clients span {
  display: inline-block;
  border-radius: 75px 79px 75px 0px;
  font-weight: 500;
  transform: rotate(-5deg);
  box-shadow: 0px 16px 50px 1px rgba(249, 50, 93, 0.41);
  position: relative;
  color: white;
  padding: 10px 23px;
  justify-content: space-between;
  background: rgb(248 50 93);
  box-shadow: 0px 2px 15px rgb(0 0 0 / 11%);
  border-bottom-style: solid;
  border-bottom-color: rgb(162 29 58);
  border-width: 1px 1px 3px;
  pointer-events: none;
}

.description {
  font-size: 18px;
  text-align: center;
  max-width: 40%;
  z-index: 100;
}

.pizza,
.sushi {
  position: absolute;
  height: 300px;
  animation: float 3s ease-in-out infinite;
}


.pizza {
  top: 40%;
  left: 70%;
  opacity: 65%;
}


.sushi {
  top: 20%;
  left: 0%;
  opacity: 65%;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.section_nav_rdd h2 {
  color: white;
  padding: 10px 23px;
  pointer-events: none;
  background: rgb(248 50 93);
  border-radius: 0.75rem;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 11%);
  border-bottom-style: solid;
  border-bottom-color: rgb(162 29 58);
  line-height: 24px;
  border-width: 1px 1px 3px;
}

.badge_g {
  display: inline-block;
  background-color: #01c012;
  box-shadow: 0px 2px 3px #00000033;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 6px;
  border-radius: 6px;
  margin-left: 6px;
  vertical-align: middle;
  pointer-events: none;
}

.badge_on {
  display: inline-block;
  background-color: rgb(8, 23, 99);
  color: #fff;
  box-shadow: 1px 1px 3px #00000045;
  font-weight: 400;
  padding: 2px 6px;
  border-radius: 8px;
  margin-left: 6px;
  pointer-events: none;
}


.section_black_company {
  width: 100%;
  height: 100vh;
  background-color: #000000b5;
  position: fixed;
  z-index: 1500;
  display: none;
  overflow-x: hidden;
  overflow-y: scroll;
}

.about_company {
  border-radius: 15px;
  width: 75%;
  height: 60%;
  margin: auto;
  left: 0;
  right: 0;
  top: 800px;
  background-color: #ffffff;
  z-index: 1000;
  position: fixed;
  padding: 20px;
  transition: 0.8s;
  display: flex;
  flex-direction: column;
}

.section_company_container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: calc(100% - 60px);
}

.company_map {
  width: 100%;
  height: 50%;
}

.company_map iframe {
  border-radius: 10px;
}

.company_map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.company_details {
  padding: 55px 20px 20px 20px;
  display: flex;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
}

.company_card {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
  width: 95%;
  border: 1px solid #dcdcdc;
  border-width: 1px 1px 3px;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-bottom-style: solid;
  border-bottom-color: rgb(230, 225, 225);
}

.company_card_s {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 10px;
  margin-bottom: 20px;
  width: 95%;
  border: 1px solid #dcdcdc;
  border-width: 1px 1px 3px;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-bottom-style: solid;
  border-bottom-color: rgb(230, 225, 225);
}

.company_l {
  margin-right: 20px;
}

.company_l img {
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
}

.company_address,
.company_hours {
  margin-bottom: 5px;
}

.company_additional {
  text-align: center;
}

.company_contact,
.company_legal,
.company_policies {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .section_company_container {
    flex-direction: row;
  }

  .company_map {
    width: 60%;
    height: 100%;
  }

  .company_details {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .company_map {
    height: 100%;
  }

  .company_map iframe {
    border-radius: 15px;
  }

  .about_company {
    width: 90%;
    height: 95%;
    border-radius: 25px 25px 0 0;
  }
}

@media (max-width: 767px) {
  .company_map {
    padding-top: 52px;
  }
}

b {
  font-weight: 500;
}

h2 {
  font-weight: 500;
}

.order_number .icon {
  width: 40px;
  height: 40px;
  background-color: #f7f7f7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.order_number .icon svg {
  width: 24px;
  height: 24px;
  fill: #333;
}

.section_check table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.section_check th,
.section_check td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.section_check th {
  background-color: #f7f7f7;
  color: #333;
  font-weight: 500;
}

.section_check hr {
  border: none;
  border-top: 1px solid #eee;
  margin: 10px 0;
}

.check_nazva {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
  text-transform: uppercase;
}
.left_h{
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.dt_input{
  text-align: center;
}
.check_site {
  margin-top: 20px;
}
.check_warning{
  color: rgb(145, 19, 19);
}

.details {
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.details p {
  margin: 5px 0;
  color: #666;
  font-family: "Source Code Pro", monospace;
}

.check_footer {
  text-align: center;
  margin-top: 20px;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #4caf50;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  transition: transform 0.3s;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.button:hover {
  transform: translateY(-3px);
}

.button1:hover {
  transform: translateY(-3px);
}

@media screen and (max-width: 400px) {
  .check_form {
    padding: 30px 15px 15px;
    border-radius: 15px;
  }

  .check_header .icon {
    width: 60px;
    height: 60px;
    top: -30px;
  }

  .check_header .icon svg {
    width: 30px;
    height: 30px;
  }

  .order_number .icon {
    width: 30px;
    height: 30px;
  }

  .order_number .icon svg {
    width: 18px;
    height: 18px;
  }

  th,
  td {
    padding: 8px;
  }

  .button:hover {
    transform: translateY(-3px);
  }

  .check_header_error .icon_error {
    width: 60px;
    height: 60px;
    top: -30px;
  }
  
  .check_header_error .icon_error svg {
    width: 30px;
    height: 30px;
  }
  
  .button {
    padding: 15px 25px;
    font-size: 14px;
    border-radius: 25px;
  }
}

.box-group {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.box_d {
  display: flex;
  align-items: center;
  margin: 1.25rem;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  background: rgb(255, 255, 255);
  border-radius: 0.75rem;
  z-index: 120;
  width: 250px;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 11%);
  border-bottom-style: solid;
  border-bottom-color: rgb(203 202 202);
  line-height: 24px;
  border-width: 1px 1px 3px;
  pointer-events: none;
}

.box:not(:last-child) {
  margin-right: 1.25rem;
}

.icon-container {
  min-width: 2.125rem;
  height: 2.125rem;
  margin-right: 1.5rem;
}

.text-content {
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.section_cart_data{
  position: relative;
}

.open-button_date {
  position: absolute;
  top: 8px;
  right: 16px;
  width: 25px;
  height: 25px;
  background: #fff;
  pointer-events: none;
}

.open-button_tel {
  position: absolute;
  top: 8px;
  right: 16px;
  width: 25px;
  height: 25px;
  background: #fff;
  pointer-events: none;
}

.open-button_date button {
  border: none;
  background: #fff;
}

.open-button_tel button {
  border: none;
  background: #fff;
}

.loading-spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

.spinner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #c8b8d2;
  border-top-color: #292929;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}

.razdel_item_sostav::after {
  content: attr(title);
  position: absolute;
  bottom: 75%;
  left: 50%;
  width: 218px;
  transform: translateX(-50%);
  padding: 5px;
  background-color: #000000d6;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.razdel_item_sostav.active:hover::after {
  opacity: 1;
  visibility: visible;
}

.razdel_item_sostav:hover::after {
  opacity: 0;
  visibility: hidden;
}
.clock{
  color: white;
  font-size: 40px;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 2px;
  width: 100px;
  text-align: center;
}