

/* Start:/local/templates/auto-master-gas/components/bitrix/catalog.section.list/stories/style.css?17472195795437*/
.storiesSlider {
  padding: 10px 0;
  width: 100%;
  background-color: white;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.storiesSlider_category {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
}
.storiesSlider_category-item {
  max-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-right: 20px;
  position: relative;
}
.storiesSlider_category-name {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  font-weight: bold;
  color: white;
}
.storiesSlider_category-gallery {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column-reverse;
}
.storiesSlider_category-gallery > div {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: none;
}
.storiesSlider_category-gallery > div:first-child {
  display: flex;
}
.storiesSlider_category-picture {
  overflow: hidden;
  position: relative;
}
.storiesSlider_category-picture:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(9, 9, 121, 0) 50%);
  border-radius: 6px;
}
.storiesSlider_category-picture img {
  width: 100%;
  height: auto;
}
@media (max-width: 960px) {
  .storiesSlider {
    display: flex;
    overflow: scroll hidden;
  }
  .storiesSlider_category {
    width: calc(100% + 15px);
    padding: 0;
    overflow: auto hidden;
  }
  .storiesSlider_category-name {
    font-size: 12px;
    line-height: normal;
  }
  .storiesSlider_category-item {
    min-width: 100px;
    margin-right: 10px;
  }
}

.storiesModal {
  display: none !important;
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 469px;
  align-items: center;
}
.storiesModal.slick-initialized {
  display: flex !important;
}
.storiesModal .hideArrow {
  cursor: pointer;
  position: absolute;
  display: flex;
  width: 50%;
  height: 70%;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
}
.storiesModal .hideArrow-next {
  right: 0;
}
.storiesModal .hideArrow-prev {
  left: 0;
}
.storiesModal .arrow {
  cursor: pointer;
  position: relative;
  display: flex;
  min-width: 40px;
  max-width: 40px;
  width: 40px;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
}
.storiesModal .arrow-next {
  transform: rotate(180deg);
  right: -15px;
}
.storiesModal .arrow-prev {
  left: -15px;
}
.storiesModal_gallery {
  position: relative;
}
.storiesModal_gallery .click {
  width: 100%;
  height: 40%;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.storiesModal_gallery .click-next, .storiesModal_gallery .click-prev {
  position: absolute;
  top: 0;
  width: 50%;
  cursor: pointer;
  height: 100%;
}
.storiesModal_gallery .click-next {
  right: 0;
}
.storiesModal_gallery .click-prev {
  left: 0;
}
.storiesModal_gallery .slick-dots {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  justify-content: space-between;
  padding: 0 10px;
}
.storiesModal_gallery .slick-dots li {
  margin: 0;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 5px;
}
.storiesModal_gallery .slick-dots li button {
  width: 100%;
  padding: 0;
  height: 3px;
  position: relative;
}
.storiesModal_gallery .slick-dots li button:before {
  content: "";
  width: 0%;
  transition: width 2s;
  height: 3px;
  background-color: white;
  border-radius: 6px;
}
.storiesModal_gallery .slick-dots li.slick-show button:before {
  width: 100%;
}
.storiesModal_gallery-item {
  position: relative;
  min-width: 320px;
  max-width: 390px;
  width: 100%;
}
.storiesModal_gallery-item img {
  width: 100%;
}
.storiesModal_gallery-item .btn {
  position: absolute;
  left: 15px;
  bottom: 15px;
  right: 15px;
}
@media (max-width: 960px) {
  .storiesModal {
    max-width: 100vw;
    max-height: 100%;
    position: relative;
  }
  .storiesModal_gallery {
    position: relative;
    height: 100%;
    margin-bottom: 0 !important;
  }
  .storiesModal_gallery .slick-dots {
    top: 10px;
  }
  .storiesModal_gallery .slick-dots li button:before {
    top: 50%;
  }
  .storiesModal_gallery-item {
    min-width: 100vw;
    max-width: 100vw;
    height: 100%;
    display: flex !important;
  }
  .storiesModal_gallery-item img {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    display: block;
    object-fit: cover;
  }
  .storiesModal_gallery-item .btn {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    min-width: 0;
    margin: 15px;
    width: 100%;
    max-width: calc(100vw - 30px);
  }
}

.stories {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.stories > .icon {
  position: absolute;
  width: 40px;
  height: 40px;
  stroke: white;
  top: 0;
  right: -10px;
  display: flex;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 960px) {
  .stories > .icon {
    top: 30px;
    right: 10px;
  }
}

#stories .modal-dialog {
  min-height: 100%;
}
#stories .modal-content.clean {
  background: transparent;
  box-shadow: none;
  border: 0;
  min-width: 0;
  max-width: fit-content;
  height: 100vh;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/auto-master-gas/components/bitrix/news.list/comment_slider/style.css?17472195792692*/
.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/stories/style.css?17472195795437 */
/* /local/templates/auto-master-gas/components/bitrix/news.list/comment_slider/style.css?17472195792692 */
