

/* Start:/local/templates/evolenta-2025/components/bitrix/news.detail/product/style.css?17574900986911*/
.product .product__media {
  max-height: 1065px;
}
@media (max-width: 768px) {
  .product .product__media {
    max-height: 730px;
  }
}
@media (max-width: 575px) {
  .product .product__media {
    max-height: 412px;
  }
}
.product .skeleton__container {
  height: 650px;
}
.product .skeleton__container .skeleton__photo {
  height: 576px;
  width: 100%;
  border-radius: 25px;
}
@media (max-width: 768px) {
  .product .skeleton__container .skeleton__photo {
    height: 450px;
  }
}
@media (max-width: 576px) {
  .product .skeleton__container .skeleton__photo {
    height: 189px;
  }
}
.product .skeleton__container .skeleton__pagination {
  margin-top: 75px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}
@media (max-width: 576px) {
  .product .skeleton__container .skeleton__pagination {
    gap: 0;
    margin-top: 20px;
  }
}
.product .skeleton__container .skeleton__pagination div {
  height: 2px;
  border-radius: 25px;
  opacity: 0.4;
  background: #FFF;
}
.product__description {
  font-size: 1.125rem;
  line-height: var(--line-height--large);
  width: 69%;
  margin-top: 21px;
}
@media (max-width: 768px) {
  .product__description {
    margin-top: 15px;
    width: 70%;
  }
}
@media (max-width: 576px) {
  .product__description {
    font-size: 0.75rem;
    width: 100%;
  }
}
.product__reestr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  padding-right: 15px;
  background: var(--gradient--light-button);
  background-blend-mode: overlay;
  backdrop-filter: blur(80px);
  border-radius: 25px;
  width: fit-content;
  font-size: 0.938rem;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .product__reestr {
    margin-bottom: 12px;
    font-size: 0.8125rem;
  }
}
.product__reestr img {
  width: 36px;
  height: 36px;
}
@media (max-width: 576px) {
  .product__reestr img {
    width: 20px;
    height: 20px;
  }
}
.product {
  position: relative;
  z-index: 1;
}
.product .backgroundBanner__sides {
  background-image: linear-gradient(270deg, rgba(5, 77, 153, 0) 80%, var(--main-backround) 100%), linear-gradient(90deg, rgba(0, 77, 153, 0) 80%, var(--main-backround) 100%);
}
.product .backgroundBanner__content {
  width: 70%;
}
.product .backgroundBanner__content h1 span {
  position: relative;
  z-index: 1;
  letter-spacing: 0;
  line-height: 1;
  width: fit-content;
}
.product .backgroundBanner__content h1 span:before {
  content: '';
  position: absolute;
  background: linear-gradient(260.33deg, #0047FF -13.37%, #00BCD4 109.53%);
  z-index: -2;
  width: calc(100% - 5px) !important;
  bottom: 10px !important;
  left: 2.5px !important;
  height: 75% !important;
}
@media (max-width: 576px) {
  .product .backgroundBanner__content h1 span:before {
    width: calc(100% - 2px) !important;
    bottom: 4.8px !important;
    left: 1.5px !important;
    height: 75% !important;
  }
}
.product .wrapper {
  min-height: unset;
}
.product .backgroundBanner {
  background-image: linear-gradient(0deg, #054D99 0%, rgba(0, 90, 170, 0) 50%) !important;
}
.product .backgroundBanner__cover {
  background: var(--main-backround);
  z-index: -2 !important;
}
.product .directionsItems__section {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 52px;
  width: 40%;
}
@media (max-width: 992px) {
  .product .directionsItems__section {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .product .directionsItems__section {
    width: 100%;
  }
}
.product .directionsItems__item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 13px;
  position: relative;
  overflow: hidden;
  gap: 15px;
  cursor: default;
  border-radius: 15px;
  border: var(--border--regular);
  background-blend-mode: overlay;
  transition: var(--transition--default);
}
@media (max-width: 576px) {
  .product .directionsItems__item {
    padding: 5px;
  }
}
.product .directionsItems__head {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 15px;
  width: 100%;
  font-weight: bold;
  font-size: 1rem;
  color: #FFFFFF;
}
@media (max-width: 576px) {
  .product .directionsItems__head {
    font-size: 0.6875rem;
  }
}
.product .directionsItems__head img {
  border-radius: 15px;
  width: 40px;
  height: 40px;
}
@media (max-width: 576px) {
  .product .directionsItems__head img {
    width: 35px;
    height: 35px;
  }
}
.product .specials {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
}
@media (max-width: 768px) {
  .product .specials {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product .specials .specials__item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  padding: 5px;
  cursor: default;
}
@media (max-width: 768px) {
  .product .specials .specials__item {
    font-size: 0.8rem;
    padding: 5px;
  }
}
@media (max-width: 576px) {
  .product .specials .specials__item {
    font-size: 0.625rem;
  }
}
.product .specials .specials__item img {
  width: 100px;
  height: 100px;
}
@media (max-width: 768px) {
  .product .specials .specials__item img {
    width: 70px;
    height: 70px;
  }
}
.product .specials__firstFull .specials__item {
  grid-column: span 1;
}
.product .specials__firstFull .specials__item:nth-child(1) {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .product .specials__firstFull .specials__item {
    grid-column: span 2;
  }
}
.product .specials__thirdFull .specials__item {
  grid-column: span 1;
}
.product .specials__thirdFull .specials__item:nth-child(3) {
  grid-column: span 2;
}
@media (max-width: 768px) {
  .product .specials__thirdFull .specials__item {
    grid-column: span 2;
  }
}
.product .backgroundBanner__previewModify .backgroundBanner__content {
  margin-top: 220px;
  padding-top: unset;
}
@media (max-width: 1200px) {
  .product .backgroundBanner__previewModify .backgroundBanner__content {
    margin-top: 130px;
  }
}
.product .backgroundBanner__previewModify .product__description {
  width: 110%;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .product .backgroundBanner__previewModify .product__description {
    width: 140%;
  }
}
.product .backgroundBanner__previewModify .backgroundBanner__sides {
  background-image: linear-gradient(270deg, rgba(5, 77, 153, 0) 20%, var(--main-backround) 100%), linear-gradient(90deg, rgba(0, 77, 153, 0) 80%, var(--main-backround) 100%);
}
@media (max-width: 1920px) {
  .product .backgroundBanner__previewModify .backgroundBanner__sides {
    background-image: linear-gradient(270deg, rgba(5, 77, 153, 0) 20%, var(--main-backround) 100%);
    opacity: 1;
  }
}
@media (min-width: 1920px) {
  .product .backgroundBanner__previewModify .backgroundBanner__default-limited {
    background-size: contain;
    background-position: right;
  }
}
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/evolenta-2025/components/bitrix/news.list/products-elements/style.css?17576600474569*/
.products__sections {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.products__sections button {
  padding: 10px 22px;
  color: #FFFFFFD9;
  border: 1px solid #FFFFFF80;
  transition: all 0.3s;
}
.products__sections button:hover {
  opacity: 0.8;
  color: #000;
  background: #FFF;
  border: 1px solid #FFFFFF80;
  transition: all 0.3s;
}
.products__sectionActive {
  color: #000 !important;
  background: #FFF !important;
  border: 1px solid #FFFFFF80 !important;
}
.products__slider .swiper-pagination {
  top: unset !important;
  bottom: 0;
  height: 2px !important;
}
.products__slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--color--light);
}
.products__slider .swiper-pagination-progressbar {
  background: #FFFFFF66;
}
.products__list {
  display: flex;
  padding-bottom: 51px;
}
@media (min-width: 768px) {
  .products__list {
    margin-top: 42px;
  }
}
.products__list .products__slide {
  height: auto;
}
.products__list .products__element {
  position: relative;
  border: var(--border--thinnerGray);
  border-radius: 25px;
  transition: var(--transition--default);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  cursor: default;
}
.products__list .products__element:before {
  z-index: 1;
}
.products__list .products__element .products__reestr {
  font-size: 0.8125rem;
  background: var(--gradient--light-button);
  background-blend-mode: overlay;
  backdrop-filter: blur(80px);
  padding-right: 10px;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 5px;
  border-radius: 25px;
  width: fit-content;
  z-index: 1;
}
.products__list .products__container {
  display: flex;
}
.products__list .products__header {
  height: 190px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 25px;
  padding: 32px 23px 23px 23px;
}
@media (max-width: 568px) {
  .products__list .products__header {
    padding: 32px 20px;
  }
}
.products__list .products__header h5 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 22px;
  width: 65%;
  z-index: 1;
}
@media (max-width: 568px) {
  .products__list .products__header h5 {
    font-size: 1rem;
    width: 50%;
  }
}
.products__list .products__header-cover {
  position: absolute;
  width: 50%;
  height: 100%;
  background: linear-gradient(90.09deg, #065AA2 8.46%, rgba(0, 87, 163, 0) 99.92%);
  left: 0;
  top: 0;
}
.products__list .products__text {
  line-height: 20.16px;
}
@media (max-width: 568px) {
  .products__list .products__text {
    line-height: 16px;
    font-size: 0.75rem;
  }
}
.products__list .products__content,
.products__list .products__footer {
  padding: 15px 25px 0 25px;
}
@media (max-width: 568px) {
  .products__list .products__content,
  .products__list .products__footer {
    padding: 15px 20px 0 20px;
  }
}
.products__list .products__footer {
  padding: 0 25px 20px 25px;
  z-index: 1;
}
.products__list .button-link-first {
  margin-top: 35px;
}
.products__pagination {
  position: relative;
  height: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 27px;
}
.products__pagination .products__pagination-element {
  border: var(--border--thinGray);
  border-radius: 100px;
  height: 30px;
  width: 30px;
  margin-top: -30px;
  overflow: hidden;
  position: relative;
  transition: var(--transition--default);
  background: var(--gradient--blue--first);
}
.products__pagination .products__pagination-element:before {
  content: '';
  position: absolute;
  opacity: 0;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient--orange);
  background-blend-mode: overlay;
  transition: var(--transition--default);
  z-index: -1;
}
.products__pagination .products__pagination-element:hover {
  transition: var(--transition--default);
}
.products__pagination .products__pagination-element:hover:before {
  opacity: 1;
}
.products__pagination .products__pagination-element svg {
  width: 8px;
  height: 15px;
}
.products__pagination .products__pagination-element:after {
  content: '';
}
.products__pagination .swiper-button-prev svg {
  transform: rotateY(180deg);
}
.products__pagination .swiper-pagination {
  position: relative;
}
/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/evolenta-2025/components/bitrix/news.detail/product/style.css?17574900986911 */
/* /local/templates/evolenta-2025/components/bitrix/news.list/products-elements/style.css?17576600474569 */
