

/* Start:/local/templates/auto-master-gas/components/bitrix/catalog.section.list/auto_logos/style.css?17719433091187*/
.auto_logos {
  width: 100%;
  margin-left: 0;
  overflow: visible;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 0;
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.auto_logos-item {
  color: black;
  text-decoration: none;
  background-color: var(--white);
  border-radius: 6px;
  box-shadow: var(--box-shadow-default);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin-bottom: 14px;
  margin-right: 14px;
  max-width: 144px;
  width: calc((100% - 16px) / 7);
}
.auto_logos-item img {
  width: 114px;
  height: 114px;
}
@media (max-width: 960px) {
  .auto_logos {
    overflow: scroll hidden;
    max-height: 200px;
    flex-wrap: nowrap;
    margin: 0 -15px;
    padding-left: 15px;
    width: calc(100% + 30px);
  }
  .auto_logos-item {
    max-height: 150px;
    background-color: var(--white);
    border-radius: 6px;
    box-shadow: var(--box-shadow-default);
    width: calc((100% - 16px) / 2);
    font-size: 10px;
    margin-right: 14px;
    margin-bottom: 24px;
  }
  .auto_logos-item img {
    width: 70px;
    height: 70px;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/auto-master-gas/components/bitrix/news/auto/bitrix/news.list/.default/style.css?17719433392506*/
.autoList {
  width: calc(100% + 15px);
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.autoList_item {
  display: flex;
  flex-direction: column;
  width: 100%;
  opacity: 1;
  transition: opacity 0.5s;
  border-radius: 6px;
  box-shadow: 5px 5px 30px 0px rgba(0, 119, 255, 0.15);
  background: rgba(255, 255, 255, 0.85);
  max-width: calc(25% - 13px);
  margin: 15px 13px 15px 0;
}
.autoList_item.no-init {
  opacity: 0;
}
.autoList_item-img {
  background-color: rgb(245, 245, 245);
  min-height: 190px;
  max-height: 190px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
.autoList_item-img--labels {
  position: absolute;
  top: 0;
  right: 0;
}
.autoList_item-img--labels .label {
  font-size: 10px;
  padding: 5px;
  border-radius: 5px;
  color: white;
}
.autoList_item-img--labels .label.green {
  background-color: var(--green);
}
.autoList_item-img--labels .label.red {
  background-color: var(--red);
}
.autoList_item-img--labels .label.blue {
  background-color: var(--blue);
}
.autoList_item-img--labels .label.black {
  background-color: var(--dark);
}
.autoList_item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.autoList_item-name {
  padding: 10px 20px 0 20px;
  margin-bottom: 20px;
}
.autoList_item-name a {
  font-weight: 600;
  font-size: 15px;
  line-height: normal;
  text-decoration: none;
  color: #252525;
}
.autoList_item-name a:hover {
  text-decoration: none;
  color: #fd4a42;
}
.autoList_item-props {
  padding: 0 20px;
  font-size: 15px;
  line-height: 21px;
  color: #B0B6C1;
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.autoList_item-props div {
  margin-right: 20px;
}
.autoList_item-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(201, 201, 201);
  min-height: 200px;
  font-size: 40px;
  border-radius: 12px;
  max-width: calc(100% - 15px);
  background: rgb(245, 245, 245);
}
.autoList_item-banner img {
  width: 100%;
  height: auto;
}
.autoList_item-price {
  font-size: 20px;
  font-weight: bold;
  color: rgb(37, 37, 37);
}
@media (max-width: 960px) {
  .autoList {
    flex-direction: column;
    padding: 0;
    margin: 15px 0;
    width: 100%;
  }
  .autoList_item {
    margin-bottom: 12px;
    width: 100%;
    max-width: 100%;
  }
  .autoList_item img {
    max-height: 190px;
  }
  .autoList_item-banner {
    width: 100%;
    max-width: 100%;
    min-height: 300px;
    font-size: 24px;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/auto-master-gas/components/bitrix/news.list/comment_slider/style.css?17719433262689*/
.comment_slider > .container {
  padding-right: 0;
}
.comment_slider-container {
  overflow: scroll hidden;
  display: flex;
  width: 100%;
}
.comment_slider .icon {
  width: 18px;
  height: 18px;
}
.comment_slider .slider_controls {
  display: none;
}
.comment_slider .heading {
  margin-left: 15px;
}
.comment_slider .slick-dots {
  position: relative;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}
.comment_slider .slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0 10px 0 0;
}
.comment_slider .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
}
.comment_slider .slick-dots li button:before {
  font-size: 6px;
  color: #D9D9D9;
  opacity: 1;
  width: 6px;
  height: 6px;
  line-height: 6px;
}
.comment_slider .slick-dots li.slick-active button:before {
  color: #0094D3;
  opacity: 1;
  line-height: 6px;
}
.comment_slider-item {
  background-color: var(--white);
  padding: 20px;
  border: 1px solid var(--gray-light2);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  max-width: calc(100vw - 35px);
  display: grid !important;
  grid-template-columns: 80px 147px auto;
  grid-template-rows: 30px 30px auto;
  gap: 0px 0px;
  grid-template-areas: "image name name" "image stars data" "desc desc desc";
}
.comment_slider-item--ava {
  grid-area: image;
  margin-right: 18px;
  max-width: 60px;
}
.comment_slider-item--ava img, .comment_slider-item--ava svg {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.comment_slider-item--name {
  font-size: 18px;
  font-weight: 700;
  grid-area: name;
}
.comment_slider-item--desc {
  grid-area: desc;
  margin-top: 20px;
}
.comment_slider-item--date {
  font-size: 16px;
  grid-area: data;
  color: #CACACA;
  display: flex;
  align-items: center;
}
.comment_slider-item--stars {
  grid-area: stars;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment_slider-item--stars .star_list {
  margin: 0;
}
.comment_slider-item--stars .star_list .icon {
  min-width: 22px;
  min-height: 22px;
}
@media (min-width: 1000px) {
  .comment_slider {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .comment_slider .slider_controls {
    display: flex;
    align-items: end;
    padding-bottom: 40px;
  }
  .comment_slider .slider_controls .icon {
    cursor: pointer;
  }
  .comment_slider > .container {
    margin-left: auto;
  }
  .comment_slider .heading {
    margin-bottom: 45px;
  }
  .comment_slider-container {
    overflow: hidden;
    display: block;
    width: calc(100% + 18px);
  }
  .comment_slider-item {
    padding: 20px;
    max-width: 360px;
  }
}/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/auto-master-gas/components/bitrix/catalog.section.list/auto_logos/style.css?17719433091187 */
/* /local/templates/auto-master-gas/components/bitrix/news/auto/bitrix/news.list/.default/style.css?17719433392506 */
/* /local/templates/auto-master-gas/components/bitrix/news.list/comment_slider/style.css?17719433262689 */
