

/* Start:/bitrix/templates/metalkomp/components/bitrix/news/diler/style.css?17599073724199*/
.diler_page .country-tabs {
  margin: 20px 0;
  position: relative;
}
.diler_page .tabs-nav {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #00285d;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.diler_page .tabs-nav li {
  cursor: pointer;
  padding: 6px 12px;
  border: none;
  list-style: none;
  position: relative;
}

.diler_page .tabs-nav li::after {
  content: "";
  height: 2px;
  background: #bebebf;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}

.diler_page .tabs-nav li.active::after {
  transform: scaleX(1);
}

.diler_page ul > li::before {
  content: none;
  display: none;
}
.diler_page li::before {
  content: none;
  display: none;
}
.diler_page .tab-panel {
  display: none;
}
.diler_page .tab-panel.active {
  display: block;
}
.diler_page .city-list {
  list-style: none;
  padding: 0;
}
.diler_page .city-list li {
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.city-block {
  display: flex;
  gap: 12px;
}
.city-letters {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
.city-letters li {
  line-height: 1.5em;
}
.city-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.letters-container {
  column-count: 4;
  column-gap: 25px;
}
.letter_wrapper {
  break-inside: avoid;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: start;
  font-size: 1rem;
  line-height: 1.5rem;
  height: fit-content;
  margin-bottom: 25px;
}
.letter_wrapper h3 {
  margin: 0;
  font-size: 1.5rem;
  margin-right: 1rem;
  font-weight: bold;
  color: #00285d;
}
#cityModal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: visible;
}
.container-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.container-content span {
  position: absolute;
  width: 20px;
  display: block;
  left: 0;
}
#cityModal .modal-content {
  border: 1px solid #bebebf;
  border-radius: 10px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  min-height: 3.5rem;
}
#cityModal .close {
  font-size: 1.5rem;
  color: #00285d;
  padding: 1rem;
  z-index: 10000;
  width: fit-content;
  position: relative;
}
#cityModal .diler_section h2 {
  margin: 0;
}
div.news-list {
  word-wrap: break-word;
}
div.news-list img.preview_picture {
  float: left;
  margin: 0 4px 6px 0;
}

.container-content {
  margin-top: 15px;
  position: relative;
}

.container-content .intec-ui-icon-phone-1::before {
  height: 18px;
}
.container-content small {
  margin-left: 30px;
  display: block;
}

.container-content .intec-ui-icon-mail-1::before {
  height: 18px;
  width: 18px;
  top: 3px;
}

.container-content .intec-ui-icon-loco::before {
  background: url(/bitrix/templates/metalkomp/images/loco.png);
  content: "";
  height: 18px;
  width: 18px;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 3px;
}
.container-content .intec-ui-icon-click::before {
  background: url(/bitrix/templates/metalkomp/images/click.png);
  content: "";
  height: 18px;
  width: 18px;
  background-size: cover;
  position: absolute;
  left: 0px;
  top: 0;
}
.loading {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
#dillers_map {
  width: 100%;
  height: 500px;
}

.diler-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.diler-item {
  box-sizing: border-box;
  max-width: calc((100% - 50px) / 3);
}
#modalContent .diler_section {
  width: 100%;
  max-width: unset;
}

@media (max-width: 768px) {
  .diler_page .tabs-nav {
    flex-wrap: wrap;
  }
  .letters-container {
    column-count: 2;
  }
  #dillers_map {
    height: 250px;
  }
  .diler-item {
    max-width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 420px) {
  .diler-item {
    max-width: 100%;
  }
}

/* End */


/* Start:/bitrix/templates/metalkomp/components/bitrix/news/diler/bitrix/news.detail/.default/style.css?1722839438155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */
/* /bitrix/templates/metalkomp/components/bitrix/news/diler/style.css?17599073724199 */
/* /bitrix/templates/metalkomp/components/bitrix/news/diler/bitrix/news.detail/.default/style.css?1722839438155 */
