.top-bar{background-color: #f7f6f3;}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 42px;
    line-height: 1.05;
    margin-bottom: 18px;
  }
}
@media (max-width: 768px) {
  .hero-subtitle {
    margin-bottom: 14px;
    letter-spacing: 3px;
  }
}
@media (max-width: 768px) {
  .hero p {
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 28px;
    max-width: 100%;
  }
}
/*home-contact*/

.home-contact{

  padding:120px 0;
  
  background:#FAF7F2;
  
  }
  
  .contact-box{
  
  display:grid;
  
  grid-template-columns:1fr 520px;
  
  gap:80px;
  
  align-items:center;
  
  }
  
  .contact-subtitle{
  
  font-size:13px;
  
  letter-spacing:4px;
  
  text-transform:uppercase;
  
  color:#B3873A;
  
  font-weight:600;
  
  }
  
  .contact-left h2{
  
  font-family:"Cormorant Garamond",serif;
  
  font-size:58px;
  
  margin:20px 0;
  
  color:#2B211A;
  
  }
  
  .contact-left p{
  
  font-size:19px;
  
  line-height:1.8;
  
  color:#666;
  
  }
  
  .contact-benefits{
  
  margin-top:35px;
  
  padding:0;
  
  list-style:none;
  
  }
  
  .contact-benefits li{
  
  margin-bottom:15px;
  
  font-size:17px;
  
  color:#4E4E4E;
  
  }
  
  .contact-right{
  
  background:#fff;
  
  padding:45px;
  
  border-radius:18px;
  
  box-shadow:0 20px 60px rgba(0,0,0,.07);
  
  }
  
  .form-group{
  
  margin-bottom:20px;
  
  }
  
  .form-group input,
  .form-group textarea{
  
  width:100%;
  
  padding:18px;
  
  border:1px solid #E4DED6;
  
  border-radius:10px;
  
  font-size:16px;
  
  background:#fff;
  
  transition:.3s;
  
  }
  
  .form-group input:focus,
  .form-group textarea:focus{
  
  border-color:#B3873A;
  
  outline:none;
  
  box-shadow:0 0 0 4px rgba(179,135,58,.12);
  
  }
  
  .btn-contact{
  
  width:100%;
  
  padding:18px;
  
  background:#B3873A;
  
  border:0;
  
  border-radius:8px;
  
  font-size:16px;
  
  font-weight:600;
  
  color:#fff;
  
  cursor:pointer;
  
  transition:.3s;
  
  }
  
  .btn-contact:hover{
  
  background:#97722D;
  
  }
  @media (max-width: 767px) {
    .home-contact,
    .home-contact *,
    .home-contact *::before,
    .home-contact *::after {
      box-sizing: border-box;
    }
  
    .home-contact {
      width: 100%;
      max-width: 100%;
      padding-left: 16px;
      padding-right: 16px;
      overflow: hidden;
    }
  
    .home-contact__inner,
    .home-contact__content,
    .home-contact__form,
    .home-contact__fields {
      display: block;
      width: 100%;
      max-width: 100%;
      min-width: 0;
    }
  
    .home-contact__grid,
    .home-contact__row {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      gap: 18px;
      width: 100%;
    }
  
    .home-contact input,
    .home-contact select,
    .home-contact textarea,
    .home-contact button {
      width: 100%;
      max-width: 100%;
      min-width: 0;
    }
  
    .home-contact textarea {
      resize: vertical;
    }
  
    .home-contact__title {
      font-size: 38px;
      line-height: 1.05;
      overflow-wrap: anywhere;
    }
  
    .home-contact__description {
      font-size: 15px;
      line-height: 1.65;
    }
  
    .home-contact__button {
      display: flex;
      justify-content: center;
      white-space: normal;
    }
  }

  /*contact wacap top*/

  .header-messengers {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .header-messenger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #8f6827;
    line-height: 0;
    text-decoration: none;
    transition:
      color 0.25s ease,
      opacity 0.25s ease,
      transform 0.25s ease;
  }
  
  .header-messenger svg {
    display: block;
    width: 28px;
    height: 28px;
    fill: currentColor;
  }
  
  /* Фирменные цвета постоянно */
  
  .header-messenger--whatsapp {
    color: #25d366;
  }
  
  .header-messenger--viber {
    color: #7360f2;
  }
  
  .header-messenger:hover {
    background: transparent;
    color: inherit;
    opacity: 0.78;
    text-decoration: none;
    transform: translateY(-2px) scale(1.08);
  }
  
  .header-messenger:focus-visible {
    outline: 2px solid #b3873a;
    outline-offset: 4px;
  }
  
  @media (max-width: 767px) {
    .header-messengers {
      gap: 9px;
    }
  
    .header-messenger {
      padding: 3px;
    }
  
    .header-messenger svg {
      width: 26px;
      height: 26px;
    }
  }

/*category hero*/
.category-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  height: clamp(420px, 60vh, 680px);
  display: flex;
  align-items: center;
  padding-left: 8%;
  overflow: hidden;
  margin-top: -1.563rem;











  
}

.category-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(250,247,242,0.98) 0%,
      rgba(250,247,242,0.96) 16%,
      rgba(250,247,242,0.90) 28%,
      rgba(250,247,242,0.76) 40%,
      rgba(250,247,242,0.42) 55%,
      rgba(250,247,242,0.08) 68%,
      rgba(250,247,242,0) 76%
    ),
    url('/img/hero.png');
  background-size: cover;
  background-position: center right;
  z-index: 1;
}

.category-hero__content {
  position: relative;
  z-index: 2;
  max-width: 580px;
}

.category-hero__content h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 0.85;
  margin-bottom: 28px;
  color: #2B211A;
}

.category-hero__content p {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #655F58;
  max-width: 520px;
}

@media (max-width: 576px) {
  .category-hero {
    height: auto;            /* дазваляем блоку расці */
    padding-top: 60px;       /* даём паветра зверху */
    padding-bottom: 40px;    /* і знізу */
  }

  .category-hero__bg {
    height: 100%;            /* фонавая картінка расцягваецца */
    min-height: 380px;       /* мінімальная вышыня, каб фота не знікала */
  }

  .category-hero__content {
    position: relative;
    z-index: 2;
    padding-right: 10px;
    padding-left: 10px;
  }
}







.category-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  /*margin: 40px 0;
  padding: 20px 0;
  border-top: 1px solid #D8C9A5;
  border-bottom: 1px solid #D8C9A5;*/
  
}

/* адзін элемент */
.category-feature {
  display: flex;
  align-items: flex-start;
  padding: 20px 30px;
  position: relative;
}

/* залатыя падзяляльнікі */
.category-feature:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: #D8C9A5;
}

/* іконка */
.cf-icon {
  width: 48px;
  height: 48px;
  margin-right: 18px;
}

/* загаловак */
.cf-text h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px; /* паменшыў */
  color: #C7A96B;
  margin: 0 0 6px 0;
  font-weight: 500;
  white-space: nowrap; /* ВАЖНА: не пераносіць словы */
}

/* тэкст */
.cf-text p {
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 1.55;
  color: #655F58;
  margin: 0;
}

/* дэсктопы да 1200px — 2 калонкі */
@media (max-width: 1200px) {
  .category-features {
    grid-template-columns: repeat(2, 1fr);
  }
  .category-feature:nth-child(2)::after {
    display: none;
  }
}

/* планшэты */
@media (max-width: 992px) {
  .category-features {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* мабільныя */
@media (max-width: 576px) {
  .category-features {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .category-feature {
    padding: 20px 10px;
  }

  .category-feature::after {
    display: none;
  }

  .cf-icon {
    width: 42px;
    height: 42px;
  }

  .cf-text h3 {
    font-size: 18px;
  }
}




.threads {
  background-image: url('/img/threads.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.instagram {
  background-image: url(/img/instagram-logo.svg);
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.logo img {
  height: 48px;          /* подгони под реальный размер tau */
  width: auto;
}

.logo-text {
  font-family: "Cinzel", "Times New Roman", serif; /* что-то классическое */
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3b2a1a;        /* глубокий, «церковный» коричнево-золотой */
}


body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #222;
}

h1, h2, h3, .product-title {
  font-weight: 600;
}

#_desktop_logo img {
    width: 100%;
    height: auto;
    max-width: none;
  }

  header .row #header_logo {
    padding-top: 15px;
}

@media (max-width: 768px) {
  #header .header-top {
      padding: 0.01rem 0; /* мабільныя */
  }
}
  header .row #header_logo {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }

  header nav, .dropdown-menu {
    background: #f7f6f3;
     
  }
  .top-links-menu {
    margin-top: .9375rem;
    margin-right: .9375rem;
    white-space: nowrap
}
  header  a, .language-selector span{
    /*color: white!important;*/
  }

  .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

  .top-links-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .top-links-list li a {
    color: #222;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
  }
  
  .top-links-list li a:hover {
    color: #007bff;
    text-decoration: underline;
  }

  
#wrapper{background:none}

body#index  {
	/*/background: url('../../img/my-bg.jpg') top center no-repeat;*/
}

.header-container, #header {
    background: transparent;
}

 /*headers contacts*/
 .sv-header-contacts {
  display: flex;
  align-items: center;        /* цэнтраванне па вертыкалі */
                    /* меншая адлегласць */
  font-size: 12px;
  color: #3b2c1a;
  white-space: nowrap;
  line-height: 50px;          /* ВАЖНА: выраўноўвае па цэнтры */
  height: 50px;               /* ВАЖНА: фіксуе вышыню радка */
}

.sv-contact-item {
  display: flex;
  align-items: center;
  gap: 6px; /* кампактна */
}

.sv-contact-item svg {
  flex-shrink: 0;
  margin-top: 1px; /* каб іконка была роўна па baseline */
}

/* Падзяляльнік */
.sv-divider {
  display: flex;
  align-items: center;
  justify-content: center;
   
}

.sv-divider::before {
  content: "|";
  color: #3b2c1a; /* бачны на любым фоне */
  font-size: 18px;
  line-height: 1;
  opacity: 0.6; /* каб не быў грубы */
}

.sv-contact-item a {
  color: #3b2c1a;
  text-decoration: none;
  transition: color 0.2s;
}

.sv-contact-item a:hover {
  color: #c9a86a;
}


/* Общий футер */
#footer {
   
  padding: 60px 0;
  color: #6b5a45;
  font-size: 15px;
}

/* Заголовки секций */
#footer h4,
#footer .footer-title {
  color: #3b2c1a;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Ссылки */
#footer a {
  color: #3b2c1a;
  text-decoration: none;
  transition: color 0.2s;
}

#footer a:hover {
  color: #c9a86a;
}

/* Списки */
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul li {
  margin-bottom: 10px;
}

/* Контакты */
#footer .contact-info {
  line-height: 1.6;
}

/* Поле ввода email */
#footer input[type="email"],
#footer input[type="text"] {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #c9a86a;
  border-radius: 6px;
  background: #fff;
  color: #3b2c1a;
  margin-bottom: 15px;
}

/* Кнопка подписки */
#footer button,
#footer .newsletter-btn {
  background: #c9a86a;
  color: #fff;
  padding: 12px 26px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

#footer button:hover,
#footer .newsletter-btn:hover {
  background: #b08f54;
}

/* Соц. иконки */
#footer .social-icons a {
  color: #c9a86a;
  font-size: 20px;
  margin-right: 12px;
  transition: color 0.2s;
}

#footer .social-icons a:hover {
  color: #b08f54;
}

/* Нижняя строка */
#footer .footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e0d4c2;
  text-align: center;
  color: #6b5a45;
  font-size: 14px;
}

.footer-container .h3, .footer-container .h4 {
  /*color: #f0f0f0;*/
}

ul#footer_sub_menu_1 {
  columns: 2;             /* делает 2 колонки */
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 40px;       /* отступ между колонками */
  list-style: none;       /* по желанию */
  padding: 0;
  margin: 0;
}

#block-newsletter-label{color:#fff;}
.footer-container {
    
    
}
#footer  .footer-bottom-inner {
    padding: 25px 0;
    display: block;
    clear: both;
    font-size: 0;
    border-top: 1px solid #d1d1d1;
}
#footer  .footer-bottom-inner .copyright {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    box-sizing: border-box;
    width: 50%;
    font-size: 14px;
    color: #f0f0f0;
    font-weight: 500;
    margin: 0;
    line-height: 30px;
}
.block-contact, .footer-container li a {
    font-size: .875rem;
    color: #f0f0f0;
}
/*.header-nav {
    background: white;
	
}*/
#header .header-top a[data-depth="0"] {
    color: #616161;
    
}

.product-miniature .product-title a {
    
    color: #616161;
}

.product-flags li.product-flag {
    
    background: #7128F1;
}


.block-social  {
  display: flex;
  align-items: center;   /* цэнтраванне па вышыні */
  margin-right:22px;
}

.block-social::after {
  content: "|";
  color: #3b2c1a; /* бачны на любым фоне */
  font-size: 18px;
  line-height: 1;
  opacity: 0.6; /* каб не быў грубы */
  padding: 0 10px;
}
.block-social ul {
  display: flex;
  align-items: center;   /* цэнтраванне па вышыні */
  gap: 12px;
  margin: 0;
  padding: 0;
}

.block-social ul li {
  display: flex;            /* важна! */
  align-items: center;      /* цэнтраванне па вышыні */
  background-color: transparent;
  margin: .125rem;
  cursor: pointer;
  width: auto;
  height: 30px;             /* вышыня пад іконку */
  position: relative;       /* каб тэкст не зрушваўся */
}

/* Іконкі */
.block-social ul li.instagram,
.block-social ul li.threads {
  background-size: 30px 30px;
  background-repeat: no-repeat;
  padding-left: 2.5rem;     /* месца пад іконку */
}

/* Тэкст */
.block-social ul li a {
  display: flex;            /* важна! */
  align-items: center;      /* цэнтраванне па вышыні */
  text-indent: 0;
  white-space: nowrap;
  height: 100%;
  font-size: .75rem;
}

.lang-switcher {
  display: flex;
  gap: 12px;
  align-items: center;
  line-height: 2.5rem;
}

.lang-item {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #c9a86a; /* золотистый */
  padding: 4px 6px;
  text-decoration: none;
}

.lang-item:hover {
  color: #e5c98f;
}

.lang-item.active {
  border-bottom: 2px solid #c9a86a;
}





/* =====================================================
   SACRIS — CONTACT FORM
   Все стили ограничены только блоком .home-contact
   ===================================================== */

   .home-contact,
   .home-contact *,
   .home-contact *::before,
   .home-contact *::after {
     box-sizing: border-box;
   }
   
   .home-contact {
     width: 100%;
     padding: 90px 0;
     overflow: hidden;
     background: #f8f4ed;
   }
   
   .home-contact > .container {
     width: 100%;
   }
   
   .home-contact .contact-box {
     display: grid;
     grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
     gap: 70px;
     align-items: center;
   
     width: 100%;
     padding: 65px;
     border: 1px solid #e6ddd0;
     background: #ffffff;
   }
   
   .home-contact .contact-left,
   .home-contact .contact-right {
     width: 100%;
     min-width: 0;
   }
   
   .home-contact .contact-subtitle {
     display: block;
     margin-bottom: 16px;
   
     color: #b3873a;
     font-family: Inter, Arial, sans-serif;
     font-size: 12px;
     font-weight: 600;
     letter-spacing: 0.2em;
   }
   
   .home-contact .contact-left h2 {
     margin: 0 0 24px;
   
     color: #2b211a;
     font-family: "Cormorant Garamond", Georgia, serif;
     font-size: 52px;
     font-weight: 500;
     line-height: 1.05;
   }
   
   .home-contact .contact-left p {
     max-width: 520px;
     margin: 0;
   
     color: #6b625a;
     font-family: Inter, Arial, sans-serif;
     font-size: 16px;
     line-height: 1.75;
   }
   
   .home-contact .contact-benefits {
     margin: 30px 0 0;
     padding: 0;
     list-style: none;
   }
   
   .home-contact .contact-benefits li {
     margin-bottom: 12px;
   
     color: #40372f;
     font-family: Inter, Arial, sans-serif;
     font-size: 15px;
     line-height: 1.5;
   }
   
   .home-contact .contact-benefits li:last-child {
     margin-bottom: 0;
   }
   
   /* Перекрываем Bootstrap .form-group только внутри формы */
   
   .home-contact .contact-right .form-group {
     width: 100%;
     margin: 0 0 16px;
     padding: 0;
   }
   
   .home-contact .contact-right form {
     display: block;
     width: 100%;
     max-width: 100%;
     margin: 0;
   }
   
   .home-contact .contact-right input,
   .home-contact .contact-right textarea {
     display: block;
     width: 100%;
     max-width: 100%;
     min-width: 0;
   
     margin: 0;
     padding: 16px 18px;
   
     border: 1px solid #ded6ca;
     border-radius: 0;
     outline: none;
   
     background: #ffffff;
     color: #2b211a;
   
     font-family: Inter, Arial, sans-serif;
     font-size: 15px;
     line-height: 1.4;
   
     box-shadow: none;
     appearance: none;
   
     transition:
       border-color 0.25s ease,
       box-shadow 0.25s ease;
   }
   
   .home-contact .contact-right textarea {
     min-height: 150px;
     resize: vertical;
   }
   
   .home-contact .contact-right input::placeholder,
   .home-contact .contact-right textarea::placeholder {
     color: #978f87;
     opacity: 1;
   }
   
   .home-contact .contact-right input:focus,
   .home-contact .contact-right textarea:focus {
     border-color: #b3873a;
     box-shadow: 0 0 0 3px rgba(179, 135, 58, 0.1);
   }
   
   .home-contact .btn-contact {
     display: inline-flex;
     min-height: 52px;
     align-items: center;
     justify-content: center;
   
     width: auto;
     max-width: 100%;
     margin-top: 4px;
     padding: 15px 30px;
   
     border: 1px solid #b3873a;
     border-radius: 0;
   
     background: #b3873a;
     color: #ffffff;
   
     font-family: Inter, Arial, sans-serif;
     font-size: 13px;
     font-weight: 600;
     line-height: 1.2;
     letter-spacing: 0.08em;
     text-align: center;
     text-transform: uppercase;
   
     cursor: pointer;
     box-shadow: none;
   
     transition:
       background-color 0.25s ease,
       border-color 0.25s ease,
       transform 0.25s ease;
   }
   
   .home-contact .btn-contact:hover {
     border-color: #8f6827;
     background: #8f6827;
     color: #ffffff;
     transform: translateY(-2px);
   }
   
   /* =====================================================
      TABLET
      ===================================================== */
   
   @media (max-width: 991px) {
     .home-contact {
       padding: 70px 0;
     }
   
     .home-contact .contact-box {
       grid-template-columns: minmax(0, 1fr);
       gap: 45px;
       padding: 50px;
     }
   
     .home-contact .contact-left h2 {
       max-width: 650px;
       font-size: 46px;
     }
   
     .home-contact .contact-left p {
       max-width: 650px;
     }
   }
   
   /* =====================================================
      MOBILE
      ===================================================== */
   
   @media (max-width: 767px) {
     .home-contact {
       width: 100%;
       max-width: 100%;
       padding: 55px 0;
       overflow: hidden;
     }
   
     /*
      Не меняем глобальный .container.
      Воздействуем только на контейнер формы.
     */
   
     .home-contact > .container {
       width: 100%;
       max-width: 100%;
       padding-right: 16px;
       padding-left: 16px;
     }
   
     .home-contact .contact-box {
       display: block;
       width: 100%;
       max-width: 100%;
       min-width: 0;
   
       padding: 30px 22px;
     }
   
     .home-contact .contact-left,
     .home-contact .contact-right {
       display: block;
       width: 100%;
       max-width: 100%;
       min-width: 0;
     }
   
     .home-contact .contact-right {
       margin-top: 34px;
     }
   
     .home-contact .contact-subtitle {
       margin-bottom: 13px;
       font-size: 10px;
       letter-spacing: 0.17em;
     }
   
     .home-contact .contact-left h2 {
       max-width: 100%;
       margin-bottom: 18px;
   
       font-size: 36px;
       line-height: 1.05;
   
       overflow-wrap: break-word;
       word-break: normal;
     }
   
     .home-contact .contact-left p {
       max-width: 100%;
       font-size: 15px;
       line-height: 1.65;
     }
   
     .home-contact .contact-benefits {
       margin-top: 24px;
     }
   
     .home-contact .contact-benefits li {
       margin-bottom: 10px;
       font-size: 14px;
     }
   
     .home-contact .contact-right form,
     .home-contact .contact-right .form-group {
       display: block;
       width: 100%;
       max-width: 100%;
       min-width: 0;
     }
   
     .home-contact .contact-right .form-group {
       margin-bottom: 13px;
     }
   
     .home-contact .contact-right input,
     .home-contact .contact-right textarea {
       width: 100%;
       max-width: 100%;
       min-width: 0;
       padding: 14px 15px;
       font-size: 16px;
     }
   
     .home-contact .contact-right textarea {
       min-height: 140px;
     }
   
     .home-contact .btn-contact {
       display: flex;
       width: 100%;
       min-height: 52px;
       padding: 14px 18px;
   
       white-space: normal;
       overflow-wrap: break-word;
     }
   }
   
   /* Очень узкие экраны */
   
   @media (max-width: 374px) {
     .home-contact > .container {
       padding-right: 12px;
       padding-left: 12px;
     }
   
     .home-contact .contact-box {
       padding: 26px 17px;
     }
   
     .home-contact .contact-left h2 {
       font-size: 32px;
     }
   }


   .sacris-topbar {
    width: 100%;
    min-height: 42px;
    background: #f6f4f1;
    border-top: 1px solid #d9d5cf;
    border-bottom: 1px solid #ebe7e1;
    font-size: 13px;
    color: #29241f;
}

.sacris-topbar__inner {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.sacris-topbar__contacts,
.sacris-topbar__right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sacris-topbar a {
    color: #29241f;
    text-decoration: none;
    transition: color .2s ease, opacity .2s ease;
}

.sacris-topbar a:hover {
    color: #b88932;
}

.sacris-topbar__phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.sacris-topbar__phone svg {
    width: 14px;
    height: 14px;
    fill: #bd8d36;
}

.sacris-topbar__social {
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sacris-topbar__social svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
}

.sacris-topbar__separator {
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #c9c2b9;
}

@media (max-width: 767px) {
    .sacris-topbar__inner {
        padding-top: 7px;
        padding-bottom: 7px;
        gap: 8px;
    }

    .sacris-topbar__right {
        display: none;
    }

    .sacris-topbar__contacts {
        width: 100%;
        justify-content: center;
    }

    .sacris-topbar__separator {
        display: none;
    }
}