

/* Start:/local/templates/starlinks/components/bitrix/system.pagenavigation/modern/style.css?17600743492547*/
.section-header h1 {
  color: #000000;
}
.catalog-list {
  font-size: 15px;
  width: 100%;
  color: #000000;
  overflow: hidden;
  box-shadow: none;
  height: 100%;
  transition: transform 0.3s ease;
}
.catalog-list .photo {
  padding: 15px;
  text-align: center;
}
.catalog-list .photo .image-add-basket-ajax {
  width: 10rem;
  height: 10rem;
  object-fit: fill;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
.catalog-list h2 {
  margin: 10px 0;
  padding: 0 5px;
  min-height: 2.5rem;
}
.catalog-list h2 .title-add-basket-ajax {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.catalog-list h2 .title-add-basket-ajax:hover {
  color: #333333;
}
.catalog-list .description {
  padding: 0 5px;
  margin-bottom: 15px;
  font-size: 0.9rem;
  color: #000000;
  line-height: 1.4rem;
}
.catalog-list .price-section {
  padding: 10px ;
  border-top: 1px solid #cccccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog-list .price-section .product-price .real {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000000;
}
.blog-page-navigation {
  display: flex;
  width: 30%;
  gap: 10px;
  margin: 0px auto;
  justify-content: space-evenly;
  align-items: center;
}
.blog-page-navigation .blog-page-current {
  cursor: pointer;
}
.blog-page-navigation a {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #cccccc;
  box-shadow: none !important;
  padding: 5px 12px;
  font-size: 20px;
  color: #000000;
}
.blog-page-navigation span {
  border-radius: 3px;
  padding: 5px 12px;
  background: #00aeff;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  font-size: 20px;
  color: #ffffff;
}
.text-center .blog-page-all {
  color: #000000;
  border-color: #cccccc;
}
.sb-r .sort-by-select.form-select {
  width: auto;
  max-width: 100%;
  background: #f5f5f5;
  border-radius: 3px;
  color: #000000;
  cursor: pointer;
  border: 1px solid #cccccc !important;
  padding: 7px;
  font-size: 1rem;
}
.sb-r .sort-by-select.form-select:focus {
  outline: none;
  border-color: #cccccc !important;
  color: #000000;
  border: 1px solid #ffffff !important;
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.6);
}
.sb-r label {
  font-size: 16px;
  color: #000000;
  margin-right: 20px;
}
.section-header h1 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .section-header h1 {
    font-size: 1.5rem;
  }
}

/* End */


/* Start:/local/templates/starlinks/components/bitrix/news.list/robot_news/style.css?17600743492197*/
h1 {
  font-size: 28px !important;
}
aside {
  display: block;
  float: left;
}
aside form {
  display: flex;
  flex-wrap: wrap;
}
aside form table {
  padding: 0.7rem;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  background-color: white;
  display: inline-block;
  margin-right: 20px;
}
aside form table input[type="text"] {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 10px;
}
aside form table input[type="text"]:focus {
  box-shadow: 0 0 0 0.25rem #1eb8ff40;
  outline: none;
  border-color: #8fdcff;
}
aside form table input[type="submit"] {
  background-color: #1EB8FF;
  border: none;
  color: white;
  transition: 0.3s ease-in-out;
  padding: 0.375rem 0.75rem;
  border-radius: 4px;
}
aside form table input[type="submit"]:hover {
  background-color: #40c3ff;
}
aside form table input[type="submit"]:focus {
  color: #000;
}
@media (max-width: 992px) {
  aside {
    float: none;
  }
  aside form table {
    width: 100%;
    margin-right: 0;
  }
  .collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
  .collapse.show {
    max-height: 500px;
  }
}
.news-list {
  row-gap: 0.5rem;
}
.news-list .news-item {
  padding: 15px;
  border-radius: 5px;
  background-color: #ffffff;
  border: #cccccc 1px solid;
  border-radius: 3px;
}
.news-list .news-item .news-item-description {
  margin-top: 10px;
  font-size: 14px;
  color: #000000;
  min-height: 60px;
  align-items: flex-end;
}
.news-list .news-item .preview_picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-list .news-item .news-date-time {
  width: fit-content;
  align-items: end;
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 576px) {
  .news-list .news-item .preview_picture {
    max-width: 100%;
    height: 250px;
  }
  .news-list .news-item .preview_picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
  }
}

/* End */
/* /local/templates/starlinks/components/bitrix/system.pagenavigation/modern/style.css?17600743492547 */
/* /local/templates/starlinks/components/bitrix/news.list/robot_news/style.css?17600743492197 */
