/* Extracted from remote_work/catalog/view/theme/default/template/common/header.tpl */
.top{
  padding:0;
}
/* Исправление эффекта наведения для элемента "Банкеты" */
.header-icons .shipping {
  cursor: pointer; 
  background-color: transparent !important; 
  color: inherit !important; 
}
.top .btn-form {
  background: #952043;
  color:#EAC376;
}

/* Extracted from remote_mod_work/system/storage/modification/catalog/view/theme/default/template/common/header.tpl */
.top{
  padding:0;
}
/* Исправление эффекта наведения для элемента "Банкеты" */
.header-icons .shipping {
  cursor: pointer; 
  background-color: transparent !important; 
  color: inherit !important; 
}
.top .btn-form {
  background: #952043;
  color:#EAC376;
}

/* Extracted from remote_work/catalog/view/theme/default/template/common/footer.tpl */
#cookie-popup {
  display: none;
  position: fixed;
  background-color: #000;
  color: #fff;
  padding: 24px;
  border-radius: 24px;
  max-width: 380px;
  width: calc(100% - 40px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  z-index: 9999;
}

#cookie-popup .cookie-popup-title {
  color: #ffffff;
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

#cookie-popup p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #ccc;
}

#cookie-popup a {
  color: #fff;
  text-decoration: underline;
}

#cookie-popup button {
  display: block;
  margin: 20px auto 0 auto;
  padding: 12px 24px;
  background-color: #b49e71;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 100%;
}

#cookie-popup button:hover {
  background-color: #0055cc;
}

/* Позиционирование: ПК внизу слева, мобилка — центр */
@media (min-width: 768px) {
  #cookie-popup {
    bottom: 20px;
    left: 20px;
  }
}
@media (max-width: 767px) {
  #cookie-popup {
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .header .first a {
    padding: 5px 30px;
}
}
footer{
  background: #952043;
}
.telegram-button {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 101;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #229ED9;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
}
.telegram-button i {
  font-size: 26px;
  line-height: 1;
}
header{
  padding:0!important;
  background: rgba(0, 0, 0, .2) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  
}
footer .newsletter{
  border-bottom: 1px solid #EAC376;
}
.newsletter, .newsletter a {
  color: white !important;
}
.newsletter #txtemail::placeholder {
  color: white;
  opacity: 1;
}
footer .newsletter form {
    border-bottom: 1px solid #EAC376;
}
section.video {
    margin-top: -190px;
}
.header .first a {
  border:0;
}
.header .first a:hover {
    background: inherit;
    background: transparent;
}

/* Extracted from remote_work/catalog/view/theme/default/template/common/footer.tpl */
.razmer {
    position: fixed;
    left: 30px;
    bottom: 20px;
    z-index: 101;
    background: rgba(149, 32, 67);
    color: #EAC376;
    font-size:16px;
    padding: 15px 25px;
    border-radius: 50px;
    border: 1px solid #EAC376;
    cursor: pointer;
}
footer {
    margin-top: 20px!important;
}
.banket .head {
    margin-bottom: 0px!important;
}
.shipping-block .see-all {
    padding-bottom: 0px!important;
}

/* Extracted from remote_work/catalog/view/theme/default/template/common/home.tpl */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.video video {
  width: 100%;
  height: 100%;
}
.mero-block:first-of-type .box-heading {
  display: none;
}
.banket .head-control{
  display: none;
}
.news{
  background: black;
  padding-top:30px;
}
.see-all{
  padding-bottom:40px;
}
.shipping-block .bg-black{
border-radius: 0;
padding:0;
}
.news .nav-link{
  color:white;
}

/* Extracted from remote_work/catalog/view/theme/default/template/common/banket_form.tpl */
#cookieConsentWrapper {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000;
  margin: 15px 0;
}

#cookieConsentWrapper input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 4px;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}

#cookieConsentWrapper input[type="checkbox"]:checked {
  border-color: #b49e71;
  background-color: #b49e71;
}

#cookieConsentWrapper input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 0px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#cookieConsentWrapper label {
  margin: 0;
  color: #000;
  cursor: pointer;
}

#cookieConsentWrapper a {
  text-decoration: underline;
  color: #000;
}

.checkbox-error input[type="checkbox"] {
  border-color: red !important;
  box-shadow: 0 0 3px red;
}

/* Extracted from remote_work/catalog/view/theme/default/template/information/contact.tpl */
footer{
        margin-top:0;
    }
    .top .messenger a i,
    .top .phone {
        color: #ffffff;
    }
    .video .breadcrumb li,
    .video .breadcrumb li:after,
    .video .breadcrumb a {
        color: rgba(255,255,255,0.7);
    }
.video .breadcrumb a:hover {
        color: #ffffff;
    }

/* Shared presentation rules for the inline logo SVGs. Keeping these rules in
   the document stylesheet avoids <style> elements in the page body, which are
   reported as HTML errors by Labrika's validator. */
svg .fil0 {
    fill: #952043;
}

svg .fil1 {
    fill: #eac376;
    fill-rule: nonzero;
}

svg .fil2 {
    fill: #eac376;
}

.mero-block .wrapper .box-heading {
    display: none;
}

.news {
    margin-top: -50px;
}

/* Extracted from remote_work/catalog/view/theme/default/template/newsblog/category.tpl */
.video .breadcrumb li,
    .video .breadcrumb li:after,
    .video .breadcrumb a {
        color: rgba(255,255,255,0.7);
    }
    .video .breadcrumb a:hover {
        color: #ffffff;
    }
    .top .messenger a i,
    .top .phone {
        color: #ffffff;
    }

/* Extracted from remote_work/catalog/view/theme/default/template/newsblog/article.tpl */
.video .breadcrumb li,
    .video .breadcrumb li:after,
    .video .breadcrumb a {
        color: rgba(255,255,255,0.7);
    }
    .video .breadcrumb a:hover {
        color: #ffffff;
    }
    .top .messenger a i,
    .top .phone {
        color: #ffffff;
    }
