

/* Start:/local/templates/.default/components/bitrix/main.include/banner/style.css?17556967642215*/
.hero-unit {
  width: 100vw;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hero-unit__item-wrap {
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.hero-unit__item-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.hero-unit__item-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0) 50%);
}
.hero-unit picture {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.hero-unit img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-unit__item-info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  color: #FFFFFF;
}
.hero-unit__item-info .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 15px;
}
.hero-unit__item-name {
  font-size: 3rem;
  line-height: 120%;
  margin: 0;
  text-shadow: 0 0 30px #000000, 0 0 50px #000000;
}
.hero-unit__item-sub-title {
  font-size: 2rem;
  line-height: 120%;
  margin: 0;
  text-shadow: 0 0 30px #000000, 0 0 50px #000000;
}
.hero-unit__item-text {
  font-size: 1.2rem;
  line-height: 150%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 1080px;
  max-width: 100%;
}
@media (min-width: 576px) and (max-width: 759.98px) {
  .hero-unit__item-info .container {
    justify-content: start;
    padding-top: 30vh;
  }
  .hero-unit__item-name {
    font-size: 2rem;
    line-height: 120%;
  }
  .hero-unit__item-sub-title {
    font-size: 1.7rem;
    line-height: 120%;
  }
  .hero-unit__item-text {
    font-size: 1rem;
    line-height: 150%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575.98px) {
  .hero-unit__item-text {
    font-size: 0.875rem;
    line-height: 150%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.has-page-hero .hero-unit {
  overflow: visible;
  background-color: #FFFFFF;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17556967641014*/
.pagination {
  margin-top: 30px;
  margin-bottom: 30px;
}
.pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.pagination ul li {
  display: inline-block;
  margin: 0 10px;
  cursor: not-allowed;
  opacity: 0.5;
}
.pagination ul li:first-child {
  margin-left: 0;
}
.pagination ul li:has(a) {
  opacity: 1;
  cursor: pointer;
}
.pagination ul li:has(span) {
  opacity: 1;
  cursor: default;
}
.pagination ul li a, .pagination ul li span {
  display: block;
  width: fit-content;
  min-width: 40px;
  height: 40px;
  border: 1px solid #e5e7eb;
  text-decoration: none;
  font-size: 1rem;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  color: #000000;
  padding: 0 10px;
}
.pagination ul li.pagination--active a, .pagination ul li.pagination--active span {
  color: #FFFFFF;
  background: #82aad9;
  border-color: #82aad9;
}
@media (max-width: 575.98px) {
  .pagination ul {
    text-align: center;
  }
  .pagination ul li {
    margin-bottom: 15px;
  }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/posts/css/posts_style.css?17556967642251*/
.posts {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
.posts:first-child {
  margin-top: 0;
}
.posts:last-child {
  margin-bottom: 0;
}
.posts .pagination {
  flex: 0 1 100%;
  max-width: 100%;
}
.posts__item {
  flex: 0 1 calc(33.33333% - 20px);
  max-width: calc(33.33333% - 20px);
}
.posts__item-image {
  margin-top: 15px;
  margin-bottom: 15px;
}
.posts__item-image:first-child {
  margin-top: 0;
}
.posts__item-image:last-child {
  margin-bottom: 0;
}
.posts__item-image picture {
  display: block;
  width: 100%;
}
.posts__item-image img {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(0.5);
}
.posts__item-info {
  margin-top: 15px;
  margin-bottom: 15px;
}
.posts__item-info:first-child {
  margin-top: 0;
}
.posts__item-info:last-child {
  margin-bottom: 0;
}
.posts__item-name {
  font-family: "Times New Roman", Times, Georgia, serif;
  font-size: 1.2rem;
  line-height: 120%;
  font-weight: 100;
}
.posts__item-name a {
  text-decoration: none;
  color: inherit;
}
.posts__item-name a:hover {
  color: #82aad9;
}
.posts__item-date {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 0.75rem;
  line-height: 120%;
  color: #3e4245;
}
.posts__item-date:first-child {
  margin-top: 0;
}
.posts__item-date:last-child {
  margin-bottom: 0;
}
.posts__item-props {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 0.875rem;
  line-height: 120%;
  color: #3e4245;
}
.posts__item-props:first-child {
  margin-top: 0;
}
.posts__item-props:last-child {
  margin-bottom: 0;
}
.posts__item-props-item {
  margin-top: 6px;
  margin-bottom: 6px;
}
.posts__item-props-item:first-child {
  margin-top: 0;
}
.posts__item-props-item:last-child {
  margin-bottom: 0;
}
.posts__item-props-item.products__item-props-item--price {
  font-size: 1rem;
  line-height: 120%;
  font-weight: bold;
  color: #000000;
}
.posts__item-text {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 0.875rem;
  line-height: 150%;
}
.posts__item-text:first-child {
  margin-top: 0;
}
.posts__item-text:last-child {
  margin-bottom: 0;
}
@media (max-width: 759.98px) {
  .posts__item {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
/* End */
/* /local/templates/.default/components/bitrix/main.include/banner/style.css?17556967642215 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17556967641014 */
/* /local/templates/.default/components/bitrix/news.list/posts/css/posts_style.css?17556967642251 */
