

/* Start:/bitrix/templates/teplograd_max/components/bitrix/news.list/brands-tg/style.css?17864844346496*/
/* Теплоград, 11.08.2026: страница «Производители» — алфавит, поиск, плитка.
   Все правила с приставкой tgb-, чужие классы темы не переопределяются. */

.tgb { --tgb-top: 0px; }

/* строка поиска и алфавита */
.tgb-head {
	position: sticky; top: var(--tgb-top); z-index: 50;
	background: #fff; padding: 12px 0 10px; margin-bottom: 20px;
	border-bottom: 1px solid #e7eaed;
}
.tgb-line { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.tgb-q {
	width: 320px; max-width: 100%; height: 40px; padding: 0 14px;
	border: 1px solid #d7dde3; border-radius: 8px; background: #fff;
	font: 14px/40px inherit; color: #1c2126; outline: none; box-shadow: none;
}
.tgb-q:focus { border-color: #005fb1; }
.tgb-q::-webkit-search-cancel-button { cursor: pointer; }
.tgb-count { font-size: 13px; color: #8a949e; white-space: nowrap; }
.tgb-abc-btn {
	display: none; align-items: center; justify-content: center;
	width: 46px; height: 40px; flex: 0 0 46px;
	border: 1px solid #d7dde3; border-radius: 8px; background: #fff;
	color: #005fb1; font-size: 13px; font-weight: 600; padding: 0;
}
.tgb-row { display: flex; flex-wrap: wrap; gap: 4px; }
/* та же беда на узком десктопе, когда латиница переносится на вторую строку */
.tgb-row + .tgb-row { margin-top: 10px; padding-top: 10px; border-top: 1px solid #f2f4f6; }
.tgb-l {
	display: inline-flex; align-items: center; justify-content: center;
	min-width: 26px; height: 26px; padding: 0 5px; border-radius: 5px;
	font-size: 13px; font-weight: 600; color: #005fb1; text-decoration: none;
}
a.tgb-l:hover, a.tgb-l:focus { background: #eaf2fa; color: #005fb1; text-decoration: none; }
.tgb-l-off { color: #c8ced4; }

/* группы по буквам */
.tgb-group { margin-bottom: 26px; }
.tgb-letter {
	display: flex; align-items: baseline; gap: 8px;
	margin: 0 0 12px; padding-bottom: 6px;
	font-size: 19px; font-weight: 700; line-height: 1.2;
	border-bottom: 1px solid #eef1f4;
}

/* плитка */
.tgb-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.tgb-card {
	position: relative; display: flex; flex-direction: column;
	align-items: center; gap: 8px; padding: 16px 10px 14px;
	border: 1px solid #e7eaed; border-radius: 8px;
	text-decoration: none; color: inherit;
	transition: border-color .15s, box-shadow .15s;
}
.tgb-card:hover, .tgb-card:focus {
	border-color: #005fb1; box-shadow: 0 2px 10px rgba(0, 95, 177, .10);
	text-decoration: none; color: inherit;
}
.tgb-logo { display: flex; align-items: center; justify-content: center; width: 100%; height: 44px; }
.tgb-logo img { max-width: 100%; max-height: 44px; width: auto; height: auto; object-fit: contain; }
.tgb-noimg { font-size: 18px; font-weight: 700; color: #c8ced4; }
.tgb-name { font-size: 12.5px; line-height: 1.25; text-align: center; color: #1c2126; }

.tgb-empty { padding: 26px 0 40px; color: #8a949e; }

/* бренды без поставок: карточка приглушается, в углу плашка */
.tgb-dim { border-color: #f0f2f4; background: #fcfcfd; }
.tgb-dim .tgb-logo img { filter: grayscale(1); opacity: .5; }
.tgb-dim .tgb-name { color: #98a3ae; }
.tgb-dim:hover, .tgb-dim:focus { border-color: #c8ced4; box-shadow: none; }
.tgb-dim:hover .tgb-logo img { filter: grayscale(.4); opacity: .8; }
.tgb-badge {
	position: absolute; top: 0; right: 0; padding: 2px 7px;
	border-radius: 0 7px 0 7px; font-size: 10px; line-height: 14px;
	font-weight: 600; letter-spacing: .2px; white-space: nowrap;
}
.tgb-badge-rest { background: #fdf0cf; color: #8a6a13; }
.tgb-badge-stop { background: #f0f2f4; color: #98a3ae; }
.tgb-legend { margin-left: auto; display: flex; gap: 16px; font-size: 12px; color: #8a949e; }
.tgb-legend i { display: inline-block; width: 9px; height: 9px; border-radius: 2px; margin-right: 5px; }
.tgb-legend .tgb-l-rest { background: #f6c445; }
.tgb-legend .tgb-l-stop { background: #c8ced4; }

/* лист с алфавитом — только для телефонов */
.tgb-shade {
	position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1090;
	background: rgba(20, 26, 32, .35); opacity: 0; transition: opacity .2s;
}
.tgb-sheet {
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 1100;
	background: #fff; border-radius: 14px 14px 0 0; padding: 12px 14px 22px;
	box-shadow: 0 -6px 30px rgba(0, 0, 0, .18);
	transform: translateY(100%); transition: transform .2s;
}
.tgb-shade.tgb-open { opacity: 1; }
.tgb-sheet.tgb-open { transform: none; }
.tgb-sheet-head {
	display: flex; align-items: center; justify-content: space-between;
	margin-bottom: 10px; font-size: 13px; color: #8a949e;
}
.tgb-sheet-close {
	width: 32px; height: 32px; padding: 0; border: 0; background: none;
	font-size: 26px; line-height: 1; color: #98a3ae;
}
.tgb-sheet-row { display: flex; flex-wrap: wrap; gap: 6px; }
/* латиница и кириллица — разные наборы: отделяем линией, иначе строки сливаются */
.tgb-sheet-row + .tgb-sheet-row { margin-top: 16px; padding-top: 16px; border-top: 1px solid #e7eaed; }
.tgb-sheet-row .tgb-l { min-width: 36px; height: 36px; font-size: 15px; border: 1px solid #e7eaed; }
.tgb-sheet-row .tgb-l-off { border-color: #f2f4f6; }

@media (max-width: 1199px) { .tgb-grid { grid-template-columns: repeat(5, 1fr); } }
@media (max-width: 991px)  { .tgb-grid { grid-template-columns: repeat(4, 1fr); } }

/* телефоны: алфавит уходит в лист, в липкой строке остаются поиск и кнопка */
@media (max-width: 767px) {
	.tgb-head { padding: 8px 0; margin-bottom: 16px; }
	.tgb-line { gap: 8px; margin-bottom: 0; }
	.tgb-q { flex: 1 1 auto; width: auto; }
	.tgb-count { display: none; }
	.tgb-legend { display: none; }
	.tgb-bar { display: none; }
	.tgb-badge { font-size: 9px; line-height: 13px; padding: 1px 5px; }
	.tgb-abc-btn { display: inline-flex; }
	.tgb-grid { grid-template-columns: repeat(3, 1fr); gap: 8px; }
	.tgb-card { padding: 12px 6px 10px; gap: 6px; border-radius: 7px; }
	.tgb-logo { height: 34px; }
	.tgb-logo img { max-height: 34px; }
	.tgb-name { font-size: 11px; line-height: 1.2; }
	.tgb-letter { font-size: 17px; margin-bottom: 10px; }
	.tgb-group { margin-bottom: 20px; }
}
@media (max-width: 359px) { .tgb-grid { grid-template-columns: repeat(2, 1fr); } }

/* End */


/* Start:/bitrix/templates/teplograd_max/css/animation/animation_ext.css?16947851004934*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.transition{
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.animated.duration03{

-webkit-animation-duration: 0.3s;
-moz-animation-duration: 0.3s;
-o-animation-duration: 0.3s;
animation-duration: 0.3s;
}
.animated.duration04{

-webkit-animation-duration: 0.4s;
-moz-animation-duration: 0.4s;
-o-animation-duration: 0.4s;
animation-duration: 0.4s;
}
.animated.duration05{

-webkit-animation-duration: 0.5s;
-moz-animation-duration: 0.5s;
-o-animation-duration: 0.5s;
animation-duration: 0.5s;
}
.animated.duration06{

-webkit-animation-duration: 0.6s;
-moz-animation-duration: 0.6s;
-o-animation-duration: 0.6s;
animation-duration: 0.6s;
}
.animated.duration07{

-webkit-animation-duration: 0.7s;
-moz-animation-duration: 0.7s;
-o-animation-duration: 0.7s;
animation-duration: 0.7s;
}
.animated.duration08{

-webkit-animation-duration: 0.8s;
-moz-animation-duration: 0.8s;
-o-animation-duration: 0.8s;
animation-duration: 0.8s;
}
.animated.duration09{

-webkit-animation-duration: 0.9s;
-moz-animation-duration: 0.9s;
-o-animation-duration: 0.9s;
animation-duration: 0.9s;
}
.animated.duration10{

-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
}

.delay01{

-webkit-animation-delay: 0.1s;
-moz-animation-delay: 0.1s;
-o-animation-delay: 0.1s;
animation-delay: 0.1s;}

.delay03{

-webkit-animation-delay: 0.3s;
-moz-animation-delay: 0.3s;
-o-animation-delay: 0.3s;
animation-delay: 0.3s;}


.delay05{

-webkit-animation-delay: 0.5s;
-moz-animation-delay: 0.5s;
-o-animation-delay: 0.5s;
animation-delay: 0.5s;}

.delay055{

-webkit-animation-delay: 0.55s;
-moz-animation-delay: 0.55s;
-o-animation-delay: 0.55s;
animation-delay: 0.55s;}

.delay06{

-webkit-animation-delay: 0.6s;
-moz-animation-delay: 0.6s;
-o-animation-delay: 0.6s;
animation-delay: 0.6s;}
.delay065{

-webkit-animation-delay: 0.65s;
-moz-animation-delay: 0.65s;
-o-animation-delay: 0.65s;
animation-delay: 0.65s;}

.delay07{

-webkit-animation-delay: 0.7s;
-moz-animation-delay: 0.7s;
-o-animation-delay: 0.7s;
animation-delay: 0.7s;}

.delay08{

-webkit-animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
-o-animation-delay: 0.8s;
animation-delay: 0.8s;}

.delay09{

-webkit-animation-delay: 0.9s;
-moz-animation-delay: 0.9s;
-o-animation-delay: 0.9s;
animation-delay: 0.9s;}

.delay11,.delay011{

-webkit-animation-delay: 1.1s;
-moz-animation-delay: 1.1s;
-o-animation-delay: 1.1s;
animation-delay: 1.1s;}

.delay12, .delay012{

-webkit-animation-delay: 1.2s;
-moz-animation-delay: 1.2s;
-o-animation-delay: 1.2s;
animation-delay: 1.2s;}

.delay13,.delay013{

-webkit-animation-delay: 1.3s;
-moz-animation-delay: 1.3s;
-o-animation-delay: 1.3s;
animation-delay: 1.3s;}

.delay15, .delay015{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

.delay17, .delay017{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

.delay19, .delay019{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

.delay21, .delay021{

-webkit-animation-delay: 1.5s;
-moz-animation-delay: 1.5s;
-o-animation-delay: 1.5s;
animation-delay: 1.5s;}

@-webkit-keyframes toggle_opacity{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes toggle_opacity{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: .55;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .55;
  }
  100% {
    opacity: 1;
  }
}

/* WebKit  Opera */
@-webkit-keyframes spinner{
  from{
    -webkit-transform:rotate(0deg);
  }
  to{
    -webkit-transform:rotate(360deg);
  }
}
/* Other */
@keyframes spinner{
  from{
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
  }
  to{
    -moz-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg);
  }
}
/* End */
/* /bitrix/templates/teplograd_max/components/bitrix/news.list/brands-tg/style.css?17864844346496 */
/* /bitrix/templates/teplograd_max/css/animation/animation_ext.css?16947851004934 */
