

/* Start:/local/components/sdev/lp.disel/templates/.default/style.css?174721957914736*/
.gray_bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 37, 79, 0.1));
}

.showText {
  position: relative;
  overflow: hidden;
  max-height: 300px;
}
.showText:before {
  content: "";
  height: 30%;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
}
.showText.open {
  overflow: initial;
  max-height: fit-content;
}
.showText.open:before {
  display: none;
}

.leading {
  font-family: "Lato", "Roboto";
  color: #252525;
  overflow: hidden;
}
.leading .top_screenLp {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 730px;
  margin-bottom: 240px;
}
.leading .top_screenLp.original {
  height: 620px;
}
.leading .top_screenLp .top_screen-sale {
  left: calc(50% + 410px);
}
.leading .top_screenLp .top_screen-sale svg {
  width: 191px;
  height: 191px;
}
.leading .top_screenLp .top_screen-sale:before {
  content: "";
  top: -50px;
  width: 275px;
  height: 453px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("/local/components/sdev/lp.disel/templates/.default/./img/many_pc.png");
}
.leading .top_screenLp-desc .btn {
  min-width: 277px;
  max-width: fit-content;
  margin: 32px 0 100px;
}
.leading .top_screenLp-desc--blue {
  background: #36A2E6;
  border-radius: 6px;
  font-size: 16px;
  color: white;
  max-width: 492px;
  padding: 24px;
}
.leading .top_screenLp-desc--bg {
  padding: 24px;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 6px;
  max-width: 370px;
  font-weight: 700;
  font-size: 20px;
}
.leading .top_screenLp-desc--title {
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 100px;
  color: white;
  text-shadow: 5px 5px 30px rgba(0, 119, 255, 0.15);
}
.leading .top_screenLp-title {
  max-width: 850px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
}
.leading .top_screenLp-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.leading .top_screenLp-bg > img.pc {
  width: 100%;
}
.leading .top_screenLp-content {
  width: 100%;
  position: relative;
  bottom: -50px;
}
.leading .top_screenLp .mobile {
  display: none;
}
.leading .top_screenLp .pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 651px;
  z-index: -1;
  height: 695px;
  object-fit: cover;
}
.leading .top_screenLp .object {
  position: absolute;
  right: 50%;
  transform: translate(calc(50% + 255.5px), 230px);
  min-width: 650px;
}
@media (max-width: 900px) {
  .leading .top_screenLp {
    height: auto;
    padding-top: 23px;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .leading .top_screenLp .top_screen-sale {
    z-index: 1;
    bottom: -150px;
    position: absolute;
    top: auto;
    right: 15px;
    left: auto;
  }
  .leading .top_screenLp .top_screen-sale svg {
    width: 107px;
    height: 107px;
  }
  .leading .top_screenLp .top_screen-sale:before {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    left: 0;
    top: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url("/local/components/sdev/lp.disel/templates/.default/./img/top_many.png");
  }
  .leading .top_screenLp .object {
    position: absolute;
    right: 0;
    transform: none;
    left: 0;
    bottom: 70%;
    z-index: 1;
    min-width: 0;
  }
  .leading .top_screenLp .pc {
    display: none;
  }
  .leading .top_screenLp .mobile {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
  }
  .leading .top_screenLp-bg {
    max-height: 230px;
  }
  .leading .top_screenLp-content {
    bottom: 0;
  }
  .leading .top_screenLp-title {
    font-size: 11px;
    padding-top: 0;
  }
  .leading .top_screenLp-desc .btn {
    margin: 30px 0;
    max-width: 100%;
  }
  .leading .top_screenLp-desc--bg {
    background-color: transparent;
    padding: 0;
    max-width: 50%;
    font-size: 15px;
  }
  .leading .top_screenLp-desc--title {
    font-size: 36px;
    margin-bottom: 180px;
  }
}
.leading .main_offer-item {
  font-size: 15px;
  color: #1D5DA7;
}
.leading .main_offer-item img {
  height: 206px;
  display: block;
  margin-bottom: 24px;
}
.leading .main_offer-item .title {
  font-size: 20px;
  color: #252525;
}
.leading .main_offer-item .price {
  font-size: 32px;
  font-weight: 900;
}
@media (max-width: 900px) {
  .leading .main_offer-item {
    margin-bottom: 20px;
  }
  .leading .main_offer-item img {
    margin: 20px auto;
  }
  .leading .main_offer-item .title {
    font-size: inherit;
    margin-bottom: 0;
  }
  .leading .main_offer-item p {
    margin-bottom: 0;
  }
}
.leading .benefit {
  padding: 120px 0 140px;
}
.leading .benefit > .container {
  position: relative;
}
.leading .benefit-bg {
  position: absolute;
  right: -30%;
  top: 0;
  width: 727px;
  height: 847px;
  background-image: url("/local/components/sdev/lp.disel/templates/.default/./img/benefit_bg.png?new");
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.leading .benefit .blue_block {
  padding: 32px;
  font-weight: 700;
  font-size: 20px;
  color: #252525;
  border-radius: 24px;
  background-color: rgba(54, 162, 230, 0.1);
  width: 100%;
  max-width: 558px;
}
.leading .benefit .blue_block .price {
  font-size: 48px;
  font-weight: 900;
}
.leading .benefit .blue_block .blue {
  color: #36A2E6;
}
.leading .benefit .blue_block .red {
  color: #EB5757;
}
@media (max-width: 900px) {
  .leading .benefit {
    padding: 50px 0 190px;
    overflow: hidden;
  }
  .leading .benefit .blue_block {
    font-size: 18px;
  }
  .leading .benefit .blue_block .price {
    font-size: 28px;
  }
  .leading .benefit-bg {
    top: auto;
    bottom: -230px;
    left: -19%;
    right: 0;
    width: 477px;
    height: 356px;
    z-index: 0;
    background-image: url("/local/components/sdev/lp.disel/templates/.default/./img/benefit_m_bg.png?new");
  }
}
.leading .calc_gazodizel-liner {
  margin-top: 24px;
  padding: 24px;
  border: 2px dashed #EB5757;
  border-radius: 6px;
  color: #EB5757;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 64px;
}
.leading .calc_gazodizel-result {
  height: 100%;
  background: rgba(54, 162, 230, 0.1);
  border-radius: 0 6px 6px 0;
  padding: 30px 40px 0;
  font-size: 15px;
  color: #1D5DA7;
  font-weight: 700;
}
.leading .calc_gazodizel-result .title {
  font-size: 20px;
}
.leading .calc_gazodizel-result .result {
  font-size: 28px;
}
.leading .calc_gazodizel-result .result .price {
  font-size: 48px;
  font-weight: 900;
}
.leading .calc_gazodizel-result .result .red {
  color: #EB5757;
}
.leading .calc_gazodizel-sliders {
  padding: 40px;
  background-image: linear-gradient(170deg, rgba(0, 0, 0, 0), rgb(246, 250, 253));
  box-shadow: var(--box-shadow-default);
}
.leading .calc_gazodizel-content {
  padding: 40px;
  background-color: #F2F2F2;
  border-radius: 0 0 6px 6px;
  display: none;
  margin-bottom: 24px;
}
.leading .calc_gazodizel-content b {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
.leading .calc_gazodizel-content p {
  margin-bottom: 0;
}
.leading .calc_gazodizel-tab {
  margin-bottom: 24px;
  background-color: #F2F2F2;
  border-radius: 6px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  color: #303030;
  cursor: pointer;
}
.leading .calc_gazodizel-tab b {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.leading .calc_gazodizel-tab .icon {
  stroke: #303030;
  transform: rotate(180deg);
}
.leading .calc_gazodizel-tab.open {
  margin-bottom: 0;
  border-radius: 6px 6px 0 0;
}
.leading .calc_gazodizel-tab.open .icon {
  transform: rotate(0);
}
.leading .calc_gazodizel-tab.open + .calc_gazodizel-content {
  display: block;
}
.leading .calc_gazodizel .btn {
  max-width: fit-content;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .leading .calc_gazodizel-result {
    border-radius: 0 0 6px 6px;
    padding: 15px;
  }
  .leading .calc_gazodizel-result .title {
    font-size: 16px;
  }
  .leading .calc_gazodizel-result .result .price {
    font-size: inherit;
  }
  .leading .calc_gazodizel-sliders {
    padding: 24px 20px;
  }
  .leading .calc_gazodizel-sliders .ui-widget {
    margin: 10px 0;
  }
  .leading .calc_gazodizel-content {
    padding: 24px;
  }
  .leading .calc_gazodizel-content b {
    font-size: 14px;
  }
  .leading .calc_gazodizel-content table tr > td {
    text-align: center;
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
    padding: 5px;
    line-height: 1.2;
  }
}
.leading .commerce_offer {
  position: relative;
  margin: 90px 0 40px;
  color: white;
  background-color: #1D5DA7;
  background-image: url("/local/components/sdev/lp.disel/templates/.default/img/commerce_offer_bg.png");
}
.leading .commerce_offer-content {
  position: relative;
}
.leading .commerce_offer .btn {
  max-width: 480px;
  margin-top: 40px;
}
.leading .commerce_offer .phone {
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}
.leading .commerce_offer img {
  margin: -36px 0;
  position: relative;
  left: 110px;
}
@media (max-width: 900px) {
  .leading .commerce_offer {
    padding-top: 32px;
    margin-top: 0;
    overflow: hidden;
  }
  .leading .commerce_offer-content {
    position: static;
  }
  .leading .commerce_offer img {
    margin: -30px 0 0;
    height: 329px;
    position: relative;
    left: 40%;
    bottom: -30px;
  }
  .leading .commerce_offer .btn {
    position: absolute;
    bottom: 66px;
    left: 16px;
    right: 16px;
    z-index: 1;
  }
}
.leading .blue_strong {
  font-size: 24px;
  font-weight: 900;
  color: #1D5DA7;
}
.leading .gray_line {
  height: 1px;
  background-color: rgba(29, 93, 167, 0.2);
}
.leading table td {
  padding-bottom: 25px;
}
.leading-table {
  /*
  tr > td:nth-child(2) {
    width: 220px;
  }
  tr > td:last-child {
    width: 220px;
  }*/
}
.leading-table .line-through {
  text-decoration: line-through;
}
.leading-table .blue_strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
}
@media (max-width: 900px) {
  .leading-table .blue_strong {
    font-size: 18px;
    line-height: 24px;
  }
  .leading-table .label_green {
    margin-top: 5px;
  }
  .leading-table .gray_line {
    display: none;
  }
  .leading-table tr {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 12px;
  }
  .leading-table tr th {
    padding-bottom: 0;
    margin-right: 10px;
  }
  .leading-table tr th:first-child {
    min-width: 100%;
    margin-right: 0;
  }
  .leading-table tr td {
    display: inline-flex;
    min-width: fit-content;
    margin-right: 10px;
    padding-bottom: 0;
  }
  .leading-table tr td:first-child {
    min-width: 100%;
    margin-right: 0;
  }
}
.leading b, .leading strong {
  font-weight: 900;
  margin-bottom: 16px;
  display: block;
}
.leading .label_green {
  color: #27AE60;
  height: 24px;
  border: 1px solid #27AE60;
  border-radius: 100px;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 500;
  max-width: fit-content;
}
.leading .gray {
  color: #545454;
}
.leading .video_block {
  overflow: hidden;
}
@media (max-width: 950px) {
  .leading .video_block {
    overflow: scroll hidden;
    padding-bottom: 20px;
  }
}
.leading .heading {
  margin-bottom: 15px;
}
.leading .liner_action, .leading .highlight {
  min-height: 110px;
  background-color: #36A2E6;
  border-radius: 6px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  color: white;
  padding: 20px 24px;
}
@media (max-width: 950px) {
  .leading .liner_action, .leading .highlight {
    flex-direction: column;
    height: auto;
  }
  .leading .liner_action .btn, .leading .highlight .btn {
    width: 100%;
    max-width: 100%;
  }
  .leading .liner_action-content, .leading .highlight-content {
    margin-bottom: 10px;
  }
}
.leading .blue_block-item, .leading .opacity_block-item {
  height: 100%;
  padding: 24px;
  background: rgba(54, 162, 230, 0.1);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}
.leading .blue_block-item b, .leading .opacity_block-item b {
  margin: 16px 0;
  font-weight: 900;
}
.leading .opacity_block-item {
  padding: 0;
  background-color: transparent;
  margin-bottom: 43px;
}
@media (max-width: 950px) {
  .leading .opacity_block-item {
    margin-bottom: 0;
  }
}
@media (max-width: 950px) and (min-width: 375px) {
  .leading .commerce_offer {
    overflow: hidden;
  }
  .leading .price_gazidizel {
    padding: 0 15px;
    position: relative;
    overflow: hidden;
  }
  .leading .price_gazidizel .left-image {
    display: none;
  }
}
@media (max-width: 375px) {
  .leading .commerce_offer {
    overflow: hidden;
  }
  .leading .price_gazidizel {
    position: relative;
    padding: 0 15px;
    overflow: hidden;
  }
  .leading .price_gazidizel .left-image {
    right: calc(-100% - 20px);
    position: absolute;
    top: 50%;
    height: 40%;
    z-index: -1;
  }
}

.storiesSlider {
  padding: 10px 0;
  width: 100%;
  background-color: white;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.storiesSlider_category {
  display: flex;
  width: 100%;
  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;
  }
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content {
  padding: 0;
}

.btn_bottom .btn {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

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

/* End */


/* Start:/local/templates/auto-master-gas/components/bitrix/news.list/tabBlocks/style.css?17472195793352*/
.tabList-content {
  display: none;
  padding: 30px 20px;
  border-radius: 0 0 6px 6px;
  box-shadow: var(--box-shadow-default);
  margin-bottom: 10px;
  grid-area: product_company-content;
}
.tabList-left img {
  width: 100%;
  margin-bottom: 30px;
}
.tabList-item {
  text-align: center;
  cursor: pointer;
  min-height: 72px;
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.03em;
  padding: 0 60px 0 20px;
  text-transform: uppercase;
  color: var(--black);
  border-radius: 6px 6px 0 0;
  border: 1px solid white;
  margin-bottom: 10px;
  background-color: var(--white);
  box-shadow: var(--box-shadow-default);
  position: relative;
}
.tabList-item .blue {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 15px;
}
.tabList-item .icon {
  stroke: var(--black);
  position: absolute;
  right: 20px;
}
.tabList-item.active {
  background-color: var(--blue-black);
  color: var(--white);
  margin-bottom: 0;
}
.tabList-item.active .icon {
  stroke: var(--white);
  transform: rotate(180deg);
}
.tabList-item.active + .tabList-content {
  display: block;
}
.tabList-item.active .gray {
  color: white;
}
.tabList-item .button {
  font-size: 12px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 100%;
}
.tabList-item .button br {
  display: none;
}
@media (min-width: 1000px) {
  .tabList {
    min-height: 800px;
    margin-bottom: 60px;
  }
  .tabList > .container {
    max-width: 1140px;
  }
  .tabList .blue {
    background-color: var(--blue);
    color: var(--white);
    border-radius: 6px;
    padding: 30px;
    margin-bottom: 25px;
  }
  .tabList-left {
    float: left;
    max-width: 50%;
  }
  .tabList-content {
    padding: 0;
    margin-top: 33px;
    box-shadow: none;
  }
  .tabList-right {
    padding: 30px;
    box-shadow: var(--box-shadow-default);
    float: right;
    max-width: 460px;
    font-size: 15px;
    line-height: 22px;
    background-color: var(--white);
  }
  .tabList-tabs {
    margin-top: 45px;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    gap: 0 6px;
    grid-template-areas: "product_company-item product_company-item product_company-item product_company-item product_company-item" "product_company-content product_company-content product_company-content product_company-content product_company-content";
  }
  .tabList-item {
    height: 100%;
    background-color: var(--gray-light);
    display: inline-flex;
    min-width: calc(20% - 10px);
    max-width: 100%;
    box-shadow: none;
    font-size: 11px;
    padding: 0;
    border-radius: 6px;
  }
  .tabList-item.active {
    background-color: var(--blue-black);
  }
  .tabList-item.active .gray {
    color: white;
  }
  .tabList-item .button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 16px;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
  }
  .tabList-item .button br {
    display: inherit;
  }
  .tabList-item .button > span:last-child {
    font-weight: 400;
  }
  .tabList-item .icon {
    display: none;
  }
}
@media (min-width: 1200px) {
  .tabList-item {
    font-size: 13px;
  }
}

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

/* End */


/* Start:/local/templates/auto-master-gas/components/bitrix/news.list/video/style.css?175586277179*/
div.fancybox__content {
  padding: 0;
}

/*# 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/components/sdev/lp.disel/templates/.default/style.css?174721957914736 */
/* /local/templates/auto-master-gas/components/bitrix/news.list/tabBlocks/style.css?17472195793352 */
/* /local/templates/auto-master-gas/components/bitrix/news.list/video/style.css?175586277179 */
/* /local/templates/auto-master-gas/components/bitrix/news.list/comment_slider/style.css?17472195792692 */
