

/* Start:/local/templates/brusina2020/components/bitrix/catalog/test_catalog/style.css?177755586610771*/
.smart-filter{
display:flex;
gap:20px;
flex-wrap:wrap;
margin-bottom:20px;
}

.smart-select{
width:260px;
position:relative;
font-family:Arial,sans-serif;
}

.smart-select__head{
height:42px;
padding:0 38px 0 0;
line-height:42px;
font-size:16px;
color:#444;
border-bottom:1px solid #d7d7d7;
cursor:pointer;
position:relative;
    border: 1px solid #ED7632;
    box-sizing: border-box;
    border-radius: 24px;
    padding-left: 17px;
}

.smart-select__head:after{
content:"";
position:absolute;
right:15px;
top:16px;
width:8px;
height:8px;
border-right:2px solid #999;
border-bottom:2px solid #999;
transform:rotate(45deg);
transition:.25s;
}

.smart-select.open .smart-select__head:after{
transform:rotate(-135deg);
top:20px;
}

.smart-select__drop {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
    max-height: 320px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    border-radius: 0 0 6px 6px;
}

.smart-select.open .smart-select__drop{
display:block;
}

.smart-select__item{
display:block;
padding:10px 14px;
font-size:18px;
line-height:1.2;
color:#444;
text-decoration:none;
border-bottom:1px solid #efefef;
transition:.2s;
}

.smart-select__item:hover{
background:#f5f5f5;
color:#111;
}

.smart-select__item.active,
.smart-select__item.current{
background:#eceff1;
color:#111;
font-weight:700;
cursor:default;
pointer-events:none;
}

.smart-select__drop::-webkit-scrollbar{
width:8px;
}

.smart-select__drop::-webkit-scrollbar-track{
background:#f1f1f1;
}

.smart-select__drop::-webkit-scrollbar-thumb{
background:#9e9e9e;
border-radius:20px;
}
.smart-select__drop a,
.smart-select__drop span {
    display: block;
    padding: 10px 14px;
    font-size: 16px;
    line-height: 1.25;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eeeeee;
    background: #fff;
    transition: .2s ease;
}

.smart-select__drop a:hover {
    background: #f1f4f5;
    color: #111;
}

.smart-select__drop .active,
.smart-select__drop .current {
    display: block;
    background: #eef2f3;
    color: #111;
    font-weight: 700;
    pointer-events: none;
    cursor: default;
}


@media(max-width:768px){
.smart-select{
width:100%;
}
}



.price-factors-section {
  padding: 50px 0;
  background: #fff;

}

.price-factors-section .section-title {

}

.responsive-table-wrapper {
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

.price-comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 2px solid #E76227;
  font-size: 15px;
  position: relative;
}

.price-comparison-table thead {
  background: #E76227;
  color: #fff;
}

.price-comparison-table thead th {
  padding: 16px 12px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-right: 1px solid rgba(255,255,255,0.3);
}

.price-comparison-table thead th:last-child {
  border-right: none;
}

.price-comparison-table thead th.info-column {
  width: 100px;
  min-width: 100px;
}

.price-comparison-table tbody tr {
  border-bottom: 1px solid #e5e5e5;
  transition: background 0.2s ease;
}

.price-comparison-table tbody tr:hover {
  background: #fff5f2;
}

.price-comparison-table tbody tr:last-child {
  border-bottom: none;
}

.price-comparison-table td {
  padding: 14px 12px;
  text-align: center;
  vertical-align: middle;
  color: #333;
  line-height: 1.5;
  border-right: 1px solid #f0f0f0;
}

.price-comparison-table td:last-child {
  border-right: none;
}

.price-comparison-table td.param-name {
  text-align: left;
  font-weight: 600;
  color: #333;
  min-width: 160px;
}

.price-comparison-table td.info-cell {
  position: relative;
  padding: 10px;
  overflow: visible;
}

/* Кнопка */
.info-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 2px solid #E76227;
  background: #fff;
  color: #E76227;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 10;
}

.info-btn span {
  display: block;
  line-height: 1;
}

.info-btn:hover,
.info-btn:focus {
  background: #E76227;
  color: #fff;
  transform: scale(1.05);
  outline: none;
  box-shadow: 0 2px 8px rgba(231, 98, 39, 0.3);
}

.tooltip-content {
  display: none;
  position: absolute;
  top: 50%;
  right: 110%;
  transform: translateY(-50%);
  width: 320px;
  max-width: 400px;
  background: #fff;
  border: 2px solid #E76227;
  padding: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  z-index: 999;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  text-align: left;
  white-space: normal;
}

.tooltip-content strong {
}

/* Стрелочка */
.tooltip-content::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #E76227;
}

.tooltip-content::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
}

.info-btn:hover + .tooltip-content,
.info-btn:focus + .tooltip-content,
.tooltip-content:hover {
  display: block;
}

.tooltip-content.active {
  display: block;
}

/* Сноска */
.table-note-row {
  background: #fff5f2 !important;
}

.table-note {
  text-align: left !important;
  padding: 16px 20px !important;
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  border: none !important;
}

.table-note small {
  display: block;
  font-size:85%;
}

@media (max-width: 1024px) {
  .price-comparison-table {
    font-size: 14px;
  }
  
  .price-comparison-table td,
  .price-comparison-table thead th {
    padding: 12px 8px;
  }
  
  .tooltip-content {
    width: 280px;
  }
}

@media (max-width: 768px) {
  .price-factors-section {
    padding: 40px 15px;
  }
  
  .price-factors-section .section-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  
  .responsive-table-wrapper {
    overflow-x: auto;
    overflow-y: visible;
  }
  
  .price-comparison-table {
    font-size: 13px;
  }
  
  .price-comparison-table thead th {
    padding: 12px 6px;
    font-size: 12px;
  }
  
  .price-comparison-table td {
    padding: 10px 6px;
  }
  
  .price-comparison-table td.param-name {
    min-width: 120px;
    font-size: 13px;
  }
  
  .tooltip-content {
    position: fixed;
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    width: calc(100vw - 40px);
    max-width: 400px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    z-index: 1001;
  }
  
  .tooltip-content::before,
  .tooltip-content::after {
    display: none;
  }
  
  .table-note {
    padding: 12px 16px !important;
    font-size: 12px;
  }
  
  .info-btn {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .price-factors-section .section-title {
    font-size: 20px;
  }
  
  .price-comparison-table {
    font-size: 12px;
  }
  
  .price-comparison-table thead th {
    padding: 10px 4px;
    font-size: 11px;
  }
  
  .price-comparison-table td {
    padding: 8px 4px;
  }
  
  .info-btn {
    width: 26px;
    height: 26px;
    font-size: 15px;
  }
  
  .tooltip-content {
    width: calc(100vw - 30px);
  }
}

/* Крестик на мобилках */
@media (max-width: 768px) {
  .tooltip-content.active {
    padding-top: 45px;
  }
  
  .tooltip-content.active::before {
    content: '✕';
    position: absolute;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    background: #E76227;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    z-index: 10;
    transform: none;
  }
}

/* Затемнение */
@media (max-width: 768px) {
  .tooltip-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
  }
  
  .tooltip-overlay.active {
    display: block;
  }
}

/* Блокировка прокрутки */
@media (max-width: 768px) {
  body.tooltip-open {
    overflow: hidden;
  }
}

#text {
	display:none;
}
.navesys {
text-align: center;
font-size: 24px;
padding-top: 15px;
margin-bottom: -20px;
background-color: #fff;
position: relative;
}
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}


.cist-cont-block .cipsl-row a span {
    font-size: 18px;
    line-height: 27px;
    color: #000;
    border-bottom: 1px dashed #000;
    text-align: center;
    display: inline;
}
.cist-cont-block .cipsl-row {
    display: block;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
}


.cist-cont-block .cipsl-row a {
    display: flex;
    text-align: center;
    width: 80%;
	margin-left: 0px;
    text-decoration: none;
}

.cist-cont-block .lh-unit {
    position: relative;
}

.mass {
    border-bottom: 1px dashed #000;
	  text-align: center;
	  cursor:pointer;
	  font-weight:700;
}

.cist-cont-block  .lh-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;
}
.cist-cont-block  .lh-card {
 position: absolute;
background-color: #E1E1E1;
border-radius: 18px;
padding: 17px 14px;
box-sizing: border-box;
min-width: 308px;
bottom: 30px;
right: -60px;
left: auto;
pointer-events: none;
transform: translateY(30px);
opacity: 0;
transition: 0.2s;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?159187758064*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */
/* /local/templates/brusina2020/components/bitrix/catalog/test_catalog/style.css?177755586610771 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?159187758064 */
