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: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: #b8b8b8;
  border-radius: 70px;
}

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;
}

.menu_header {
  display: flex;
  flex-wrap: wrap;
  position: fixed;
  z-index: 600;
  user-select: none;
  background-color: rgb(255 255 255);
  box-shadow: 0px 10px 20px #00000066;
  left: 50%;
  transform: translateX(-50%);
  min-width: 370px;
  border-radius: 17px;
  margin-top: 10px;
  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-size: 20px;
  display: none;
  color: #ffffff;
  font-weight: 500;
}

.menu_header_item_li {
  margin: 10px;
  line-height: 50px;
  width: 122px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #000000;
  cursor: pointer;
  transition: 0.2s;
  box-sizing: border-box;
  font-size: 16px;
  z-index: 801;
}

.menu_header_item_li:hover {
  background-color: #7b7b7b38;
}

.about_img {
  line-height: 18px;
  margin-right: 5px;
  pointer-events: none;
}

.card {
  width: 150px;
  color: #fff;
  overflow: hidden;
  background-color: #fcc900;
  max-width: calc(100% - 20px);
  line-height: 1.2;
  z-index: 801;
  margin: 10px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
  box-sizing: border-box;
  font-size: 16px;
}

.card_kol {
  position: absolute;
  border-radius: 100px;
  top: 20px;
  font-size: 14px;
  left: 39px;
  padding: 2px;
  min-width: 18px;
  text-align: center;
  color: white;
  background-color: #ff0000;
  border: 2px solid rgb(252 195 0);
}

.card_text {
  color: #000000;
  margin-left: 10px;
}

.card:hover {
  cursor: pointer;
  background-color: #e8ba00;
}

.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: 100px;
  display: flex;
  height: 35px;
  justify-content: center;
  width: 35px;
  background: #ffcfcf;
  opacity: 76%;
  transition: 0.2s;
}

.delete_item_cart:hover {
  cursor: pointer;
  background: #fbb0b0;
}

.delete_item_cart img {
  pointer-events: none;
}

.menu_header_under {
  height: 90px;
  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: 20px;
  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 {
  font-weight: 300;
  margin: 0 20px 0 10px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: orange;
  border-radius: 30px;
  padding: 5px 15px 5px 5px;
  box-shadow: 0px 0px 5px 0px #000000;
}
.img_item_menu{
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.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;
  padding: 5px;
}

.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: #fcc900;
  border-radius: 15px;
  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;
  transition: 0.1s;
}

.comment:hover {
  cursor: pointer;
  background-color: #ffd83e;
}

.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: 15px;
  background-color: #eeeeee;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  padding: 20px;
}

.comment_into:focus {
  background-color: #e5e5e5;
  outline: 0;
}

.priboryi {
  background-color: #eeeeee;
  color: #000000;
}

.priboryi:hover {
  cursor: pointer;
  background-color: #dadada;
}

.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: #f900c0;
  font-weight: bold;
  color: white;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 14px;
}

.actia {
  position: absolute;
  top: 85px;
  left: 80px;
  background: #00ab57;
  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: 12px;
  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: 10px;
  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;
  height: 80%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.check_warning{
  color: rgb(145, 19, 19);
}
.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: 100px;
  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_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;
  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{
  display: flex;
  align-items: center;
}
.img_zvuk{
  margin-top: -5px;
}
.blocks_history {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.new_zakaz {
  background-color: #ffa42d;
  margin: 5px 10px 60px 10px;
  border: 2px solid rgb(0, 0, 0);
  width: 600px;
  position: relative;
  font-size: 18px;
  padding-bottom: 20px;
}

.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 {
  color: black;
  background: #fcc900;
  font-size: 18px;
  margin: 15px 0;
  padding: 18px;
  text-align: center;
  font-weight: 500;
  line-height: 20px;
  border-radius: 15px;
  transition: 0.1s;
}

.section_cart_btn:focus {
  outline: none;
  box-shadow: 0 0 0 4px #d8d8d8;
}

.enter {
  padding: 8px 8px 8px 10px;
  border-radius: 7px;
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  color: #212121;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f4f4f4;
  appearance: none;
  background-clip: padding-box;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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: linear-gradient(207deg, rgb(209 34 117) 0%, rgb(0 0 0) 100%);
  color: #f1f1f1;
  padding: 6px;
  text-align: center;
  font-size: 16px;
  border-radius: 15px;
  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(/icons_src/delsv.svg);
  opacity: 6%;
  background-position: right 10px center;
  background-size: 150px 150px;
  z-index: 1;
}

.notification-content p {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
  color: #dadada;
}

.n-c-d {
  font-size: 20px;
  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;
  width: 140px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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;
  width: 85px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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: #ff3b3b;
  color: white;
  padding: 16px 32px;
  border-radius: 15px;
  box-shadow: 0 2px 10px 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: #ffd83e;
  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: 80px;
  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: 110px;
}

.enter_tel {
  width: 185px;
  margin-right: 10px;
  font-size: 17px;
}

.enter_adres {
  width: 88%;
}

.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: 14px;
  width: 125px;
  margin: 0 20px 0 23px;
  padding: 0 6px;
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 17px;
  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;
}
.oplata{
  position: absolute;
  left: 2px;
  bottom: -4px;
}
.col-1 {
  width: 30px;
}
.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;
}
.k_zakaz {
  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: #7b7b7b;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 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: #36b836;
  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;
  right: 10px;
  bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  margin-bottom: 15px;
  box-shadow: 0 0 20px #0000004d;
  transition: 0.2s;
  background: #42413e;
}

.btn-up::before {
  content: "";
  width: 30px;
  height: 30px;
  background: transparent no-repeat center center;
  background-size: 80% 80%;
  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;
  }
}

.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;
  }
}
.under_pay{
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 80px;
}
.tg{
  margin-left: 20px;
  margin-bottom: 10px;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #dbdbdb;
  padding: 20px;
  margin-top: 50px;
  border-radius: 20px;
}
.section_1{
  width: 300px;
  margin: 5px;
}
.f_1{
  width: 600px;
}
.f_2{
  width: 250px;
}
.f_about:hover{
  cursor: pointer;
}
.f_logo_1 {
  display: none;
}

.section_cart_btn_online {
  background-image: linear-gradient(
    24deg,
    #891c4f -10%,
    #272727 50%,
    #0c0c0c 110%
  );
  font-size: 18px;
  color: #ffffff;
  margin: 10px 0;
  padding: 18px;
  text-align: left;
  font-weight: 500;
  line-height: 20px;
  border-radius: 15px;
  transition: 0.1s;
  position: relative;
}

.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;
  padding: 10px 11px 10px 10px;
  right: 0;
  display: flex;
  justify-content: space-around;
  z-index: 300;
  border-radius: 20px 24px 0px 0px;
  background-color: rgb(255 255 255);
  box-shadow: 0px 0px 20px 0px #00000033;
}

*[data-animation="ripple"] {
  height: 100%;
  width: 50%;
  padding: 5px;
  display: block;
  font-size: 12px;
  outline: none;
  border-radius: 15px;
  margin: 0px 5px 0px 5px;
  color: #000;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

*[data-animation-k="ripple"] {
  height: 100%;
  width: 100%;
  display: block;
  font-size: 12px;
  outline: none;
  padding: 5px;
  color: #000;
  background: #fcc900;
  box-sizing: border-box;
  border-radius: 15px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

*[data-animation="ripple"]:focus {
  outline: none;
  background: #f0f0f0;
}

*[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-color: #595959;
}

.section_item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.razdel_item {
  margin: 4px;
  background-color: #ffffff;
  text-align: center;
  width: 380px;
  user-select: none;
  position: relative;
  display: flex;
  border-radius: 17px;
  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-color: #595959;
}

.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: 0px;
  left: 30px;
  border-radius: 20px 0px 0px 0px;
  width: 155px;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  background: rgb(0 0 0 / 81%);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(10.5px);
  text-align: center;
  color: #ffffff;
}

#devlogo1 {
  animation-duration: 1.6s;
  animation-name: bounce;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@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: #fff;
  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;
  animation: logoFadeIn 1s ease-in-out;
}

#preloader .logo_p img {
  width: 200px;
  height: 200px;
}

@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%);
}

.loading-spinnerp {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -80%);
  display: inline-block;
  width: 30px;
  height: 30px;
  animation: spinnerFadeIn 1s ease-in-out;
}

.spinnerp {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #cacaca;
  border-top-color: #292929;
  animation: spin 1s infinite linear;
}

@keyframes spinp {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes logoFadeIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -80%) scale(0.5);
  }
  60% {
    opacity: 1;
    transform: translate(-50%, -80%) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -80%) scale(1);
  }
}

@keyframes spinnerFadeIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -80%) scale(0);
  }
  60% {
    opacity: 1;
    transform: translate(-50%, -80%) scale(1.2);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -80%) scale(1);
  }
}

@keyframes spin {
  0% {
    transform: translate(-50%, -80%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -80%) rotate(360deg);
  }
}

.section_nav_rdd h2 {
  color: white;
  padding: 10px 23px;
  pointer-events: none;
  background: rgb(60 59 59);
  border-radius: 17px;
  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 {
  position: absolute;
  padding: 0px 2px;
  pointer-events: none;
  right: 6px;
  top: 6px;
}

.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: #efefef;
  padding: 20px;
  margin-bottom: 20px;
  border-width: 1px 1px 3px;
  border-radius: 20px;
  width: 90%;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.company_card_s {
  display: flex;
  align-items: center;
  background-color: #efefef;
  padding: 10px;
  margin-bottom: 20px;
  width: 95%;
  border-width: 1px 1px 3px;
  border-radius: 20px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.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;
}

.check_site {
  margin-top: 20px;
}

.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: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: 15px;
  padding: 10px;
  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;
}

.p-b {
  font-size: 15px;
  font-weight: bold;
  padding: 7px 10px;
  margin-left: 10px;
  background: rgb(252 201 0);
  border-radius: 49px;
  pointer-events: none;
}

.p-t {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
