.toolbar .toolbar-bar {
    color: #ddd;
    background-color: #787878;
    box-shadow: -1px 0 3px 1px rgba(0, 0, 0, 0.3333);
}

body.toolbar-horizontal .header-content{
    margin-top: 77px;
}

.mfp-close {
    transition:
  .3s;
    color: #111;
  }


  /* Скрыть стандартный throbber */
/*a.use-ajax.no-throbber .ajax-progress {
    display: none !important;
  }*/
  
  /* Скрыть throbber для всех use-ajax ссылок с определенным классом */
  /*.no-throbber-dialog .ui-dialog-titlebar-close .ajax-progress {
    display: none;
  } */

  .ajax-progress, .ajax-progress-throbber {
    display: none;
    }


  .tabs.tabs--primary {
      background-color: #e7e7e7;
  }
  .tabs__tab {padding:10px;}

  .tabs-wrapper {
 
    margin: 0 auto;
    min-width: 300px;
    max-width: 1700px;
    padding: 0 40px;
    width: 100%;
}

.tab-list .tab-bt a {
  color: var(--color-text-200);
}

.custom-dropdown .dropdown {z-index:1000;}


#block-terra-primary-local-tasks {
  background-color: #e7e7e7;
}
/* 
.preview {padding-top:0;}

@media (max-width: 690px) {
  .preview {
    padding-top: 0;
  }
}
@media (max-width: 1023px) {
  .preview {
    padding-top: 0;
  }
}
@media (max-width: 1420px) {
  .preview {
    padding-top: 0;
  }
} */

.calculator-filter {
	
	z-index: 3;
	
}

i.color-indicatar {
    margin-right: 10px;
    display: inline-block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 100%;
}

.filter-url {
margin-top: 0;
}


/* CSS для стилизации ошибок валидации */
.validation-error {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.validation-error:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* Стили для браузерных сообщений об ошибках */
:invalid {
  border-color: #dc3545;
}


.catalog-tools .form-item {
    position: relative;
    margin-top: 0px;
}
@media (min-width: 1200px)  {
 .contacts .card {min-width: 34%;} 
}



.product-popup-summary__description {
    position: relative;
    height: 180px;
    overflow: hidden;
    font-size: 16px;
    color: var(--color-black);
    line-height: 170%;
}

.product-popup-summary__description::after {
    content: '';
    display: block;
    background: linear-gradient(180deg, rgba(244, 246, 250, 0) 0%, #ffffff 84.5%);
    height: 130px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}


.expanded .product-popup-summary__description {
    height: 100%;
    margin-bottom: 20px;
    overflow: visible;
}

.expanded .product-popup-summary__description::after {
    
    display: none;
    
}


.modal-project__wrapper {
  padding:30px;
}

/* В вашем theme.css или pager.css */

/* Базовые стили пагинации */
.pager {
  margin: 2rem 0;
  padding: 1rem 0;
  text-align: center;
}

.pager__items {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.pager__item {
  margin: 0;
  padding: 0;
}

.pager__item a,
.pager__item.is-active a {
  display: inline-block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  background: #fff;
  transition: all 0.3s ease;
}

.pager__item a:hover {
  /* background: #0073b6; */
  background: var(--color-prime-dark-1);
  color: #fff;
   border-color: #ccc;
}

.pager__item.is-active a {
  /* background: #0073b6; */
  background: var(--color-prime-dark-1);
  color: white;
  border-color: #ccc;
  
  font-weight: bold;
}

.pager__item--first a,
.pager__item--previous a,
.pager__item--next a,
.pager__item--last a {
  background: #f5f5f5;
}

/* Стили для адаптивности */
@media (max-width: 768px) {
  .pager__items {
    flex-wrap: wrap;
    gap: 0.25rem;
  }
  
  .pager__item a {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
  }
}

.hid {display:none;}

.parameter-item__val  .icon-weight {
    fill: var(--color-gray);
     color: var(--color-gray); 
} 

.parameter-item__val .icon-weight.active {
    color: var(--color-black);
}
a.bt-radio {
cursor: pointer;
}


.product-popup-summary__description_card {
  height: 150px;

}