

/* Start:/local/templates/vecdev/components/bitrix/news/blog/style.css?1778582500596*/
.pt__name {
  position: relative;
}
.pt__name .rss-ico {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.blog-subscribe .bs__title {
  color: #000;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
}

.ya-share2__item {
  display: inline-block !important;
}

.soc-banners {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.soc-banners a {
  display: block;
  width: 100%;
  height: 75px;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}

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

/* End */


/* Start:/local/templates/vecdev/components/bitrix/menu/blog/style.css?1778584095657*/
.blog__menu {
  grid-area: blogMenu;
  background: #fff;
  padding: 20px;
  border-radius: 24px;
}
.blog__menu__title {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .blog__menu__title {
    text-align: left;
    margin-bottom: 15px;
  }
}
.blog__menu__list {
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin-bottom: 30px;
}
.blog__menu__list a {
  position: relative;
  display: block;
  color: #333;
  text-decoration: none;
  line-height: 1.2;
  padding: 0 8px;
}
.blog__menu__list a:hover .mb__text {
  color: var(--red-400);
}

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

/* End */


/* Start:/local/templates/vecdev/components/bitrix/search.tags.cloud/blog/style.css?1725564721149*/
.tags-container{padding:20px 15px;background:#fff;box-shadow:0 3px 6px 0 rgba(0,0,0,0.1);margin-bottom:30px}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/vecdev/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?177858415015331*/
@media (max-width: 991.98px) {
  body {
    background: #fff !important;
  }
}

.blog {
  margin-bottom: 60px;
}
.blog__grid {
  display: grid;
  grid-template-areas: "blogContent" "blogMenu";
  grid-template-columns: 100%;
}
@media (min-width: 992px) {
  .blog__grid {
    grid-template-areas: "blogMenu blogContent";
    grid-template-columns: auto 75%;
    grid-gap: 20px;
  }
}
.blog__container {
  grid-area: blogContent;
  border-radius: 24px;
  max-width: 950px;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .blog__container {
    padding: 20px;
    background: #fff;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .blog__container {
    padding: 30px;
  }
}
.blog__container p {
  font-size: 1.7rem;
  line-height: 1.57;
  margin: 6px 0 20px;
}
.blog__container h2 {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 700;
  margin: 42px 0 8px;
}
.blog__container h3 {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 700;
  margin: 42px 0 8px;
}
.blog__container ul, .blog__container ol {
  padding-left: 20px;
}
.blog__container ul li, .blog__container ol li {
  font-size: 1.7rem;
  line-height: 1.57;
  padding-bottom: 10px;
}
.blog__container .list-styled {
  margin-left: 30px;
}
.blog__container a {
  color: var(--red-400);
  text-decoration: underline;
}
.blog__container a:hover {
  color: var(--red-500);
}
.blog__container .blr__item a {
  text-decoration: none;
}
.blog__container table p {
  padding: 0 !important;
  margin: 0 !important;
}
.blog__title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.11;
  padding: 0;
  margin: 0 0 16px;
  text-align: center;
}
.blog__image {
  display: block;
  height: 300px;
  text-align: center;
}
.blog__image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}
.blog__back {
  border-top: 1px solid var(--gray-200);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
.blog__back a {
  display: block;
  position: relative;
  padding: 10px 0;
  color: #333;
}
.blog__back a .cd__back-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 40px;
  height: 40px;
  margin-left: 30px;
}
.blog__back a .cd__back-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 11px;
  height: 11px;
  border-style: solid;
  border-color: #333;
  left: 0;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ya-share2 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .ya-share2 {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .ya-share2 {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .ya-share2__item {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .ya-share2__item {
    margin-bottom: 10px !important;
  }
  .ya-share2__item .ya-share2__icon {
    height: 35px !important;
    width: 35px !important;
    background-size: 35px 35px !important;
  }
}

.soc-banners {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .soc-banners {
    display: grid;
    grid-gap: 10px;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
  }
}
.soc-banners a {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.soc-banners a img {
  width: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}

.comments__title {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  padding-bottom: 10px;
}
.comments form {
  position: relative;
}
.comments__input {
  background-color: var(--text-inverse);
  border-radius: 16px;
  padding: 7px 16px 7px;
  border: 1px solid var(--gray-400);
  outline: none;
  width: 100%;
  margin-bottom: 6px;
}
@media (min-width: 1200px) {
  .comments__input {
    width: 50%;
  }
}
.comments__textarea {
  background-color: var(--text-inverse);
  border-radius: 16px;
  padding: 12px 50px 10px 16px;
  border: 1px solid var(--gray-400);
  outline: none;
  width: 100%;
  max-width: 100%;
}
.comments__review {
  margin-top: 30px;
}
.comments__review__item {
  margin-top: 10px;
  border: 1px solid var(--gray-300);
  padding: 10px;
  border-radius: 12px;
  background: #fff;
}
.comments__review__name {
  font-size: 1.2rem;
  color: var(--gray-600);
}
.comments__review__name span {
  font-size: 1.6rem;
  color: var(--text-primary);
  font-weight: 500;
}
.comments__review p {
  font-size: 1.4rem;
  margin-top: 10px;
}
.comments__review__rating {
  display: flex;
}
.comments__review__rating .star {
  cursor: pointer;
  font-size: 24px;
  color: gray;
}
.comments__review__rating .star.filled {
  color: gold;
}
.comments__review__btns {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  margin-bottom: 6px;
}
.comments__review__btns span {
  color: var(--gray-600);
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.comments__review__btns span:hover {
  background: var(--gray-300);
}
.comments__review__btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: var(--green-500);
  border: none;
  outline: none;
}
.comments__review__btn:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg id='Layer_1' style='enable-background:new 0 0 91 91;' version='1.1' viewBox='0 0 91 91' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M13.8,41.3c9.5-5.6,17.5-12.1,24.5-19.9c-0.2,7.7-0.5,15.5-0.6,23.2c-0.1,6.9-0.2,13.9-0.3,20.8 c-0.1,5.7-1.2,11.8-0.5,17.5c0.7,6.8,12.1,9.9,13.2,1.8c1.7-12.5-0.3-26.4-0.5-39c-0.1-6.6-0.4-13.2-0.6-19.8 c1.3,1.1,2.6,2.1,3.8,3c7.6,5.6,15.8,9.4,24.9,11.6c3.3,0.8,5-3.5,2.3-5.4C73.8,31,67.2,26.9,61.6,22c-2.9-2.5-5.5-5.3-7.7-8.5 c-2.1-3.2-3.3-7-5.6-10.1c-3.2-4.3-9-2.9-10.1,2c-7.4,11.4-16.5,24.1-27,32.5C9.4,39.5,11.8,42.4,13.8,41.3z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
.comments__official-answer {
  margin-top: 10px;
  border: 1px solid var(--gray-300);
  padding: 5px 10px;
  border-radius: 12px;
  background: #ebffeb;
}
.comments__official-answer__name {
  font-size: 1.2rem;
}
.comments__official-answer p {
  font-size: 1.2rem;
  margin-top: 4px;
  margin-bottom: 0 !important;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .catalog-blog {
    display: flex;
    flex-direction: column-reverse;
  }
}
.catalog-blog .splide__slide {
  display: grid;
}
@media (max-width: 991.98px) {
  .catalog-blog .splide__arrows {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-end;
    margin-right: 10px;
    margin-top: 10px;
  }
}
.catalog-blog .splide__arrow {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: end;
  top: auto;
  left: auto;
  right: auto;
  opacity: 0.8;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05), 0 10px 45px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.catalog-blog .splide__arrow svg {
  margin: auto;
}
@media (min-width: 992px) {
  .catalog-blog .splide__arrow {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    bottom: auto;
    width: 38px;
    height: 38px;
  }
}
@media (min-width: 992px) {
  .catalog-blog .splide__arrow--next {
    right: -22px;
  }
}
@media (min-width: 992px) {
  .catalog-blog .splide__arrow--prev {
    right: 50px;
    left: -22px;
  }
}
.catalog-blog .splide__pagination {
  bottom: -20px;
}
.catalog-blog .splide__pagination__page {
  background: var(--gray-500);
}
.catalog-blog .splide__pagination__page.is-active {
  background: var(--green-500);
}

.blog-more {
  margin-top: 10px;
  padding-bottom: 20px;
  padding-top: 30px;
  border-radius: 24px 24px 0 0;
}
@media (min-width: 992px) {
  .blog-more {
    border-radius: 0;
    margin-top: 80px;
    padding-top: 0;
  }
}
.blog-more__title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media (min-width: 992px) {
  .blog-more__title {
    padding-bottom: 20px;
  }
}
.blog-more__title a {
  display: block;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-inverse);
  margin-bottom: 20px;
}
.blog-more__title a:hover {
  color: #fff;
}
@media (min-width: 992px) {
  .blog-more__title a {
    font-size: 3rem;
    font-weight: 700;
    margin-top: 40px;
    line-height: 1;
  }
  .blog-more__title a:hover:after {
    background-color: var(--green-500);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' width='40' height='40' focusable='false'%3E%3Cpath d='m15.5 0.932-4.3 4.38 14.5 14.6-14.5 14.5 4.3 4.4 14.6-14.6 4.4-4.3-4.4-4.4-14.6-14.6z' fill='%2324282C'%3E%3C/path%3E%3C/svg%3E");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.blog-more__title a:after {
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' width='40' height='40' focusable='false'%3E%3Cpath d='m15.5 0.932-4.3 4.38 14.5 14.6-14.5 14.5 4.3 4.4 14.6-14.6 4.4-4.3-4.4-4.4-14.6-14.6z' fill='%23727C94'%3E%3C/path%3E%3C/svg%3E");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--gray-200);
  border-radius: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05), 0 10px 45px rgba(0, 0, 0, 0.08);
}
.blog-more__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-area: blogContent;
  grid-gap: 6px;
  padding-bottom: 6px;
}
@media (min-width: 992px) {
  .blog-more__list {
    grid-gap: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .blog-more__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.blog-more__item {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: var(--text-inverse);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
}
.blog-more__item__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.blog-more__item__image {
  position: relative;
  height: 140px;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .blog-more__item__image {
    height: 180px;
  }
}
.blog-more__item__image:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: #000;
  opacity: 0.3;
  transition: opacity 0.2s ease-in-out;
}
.blog-more__item__image:hover:after {
  opacity: 0;
}
.blog-more__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-more__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
}
.blog-more__name {
  font-size: 1.5rem;
  color: var(--text-primary);
  line-height: 1.2;
  padding: 10px 10px 6px 10px;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .blog-more__name {
    font-weight: 500;
  }
}
.blog-more__text {
  display: none;
}
@media (min-width: 992px) {
  .blog-more__text {
    display: block;
    height: 40px;
    overflow: hidden;
    color: var(--gray-600);
    line-height: 1.25;
    font-size: 1.3rem;
    padding: 0 10px;
    flex-grow: 0;
  }
}
.blog-more__tags {
  display: none;
}
@media (min-width: 992px) {
  .blog-more__tags {
    display: block;
    position: absolute;
    top: 150px;
    right: 10px;
    z-index: 1;
  }
  .blog-more__tags ul {
    list-style: none;
  }
  .blog-more__tags ul li {
    display: inline-block;
  }
  .blog-more__tags ul li a {
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0.2em 0.5em;
    border-radius: 8px;
    margin-right: 3px;
    font-size: 1.3rem;
    color: #fff;
    transition: all 0.3s ease-in-out;
  }
}
.blog-more__statistic {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  padding: 10px 10px 15px 10px;
  align-items: center;
}
@media (min-width: 992px) {
  .blog-more__statistic {
    padding: 20px 10px 15px 10px;
  }
}
.blog-more__statistic__update {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.191' height='28.193' viewBox='0 0 28.191 28.193'%3E%3Cpath d='M32.693,15.652H22.074l4.292-4.417a11.025,11.025,0,0,0-15.475-.157,10.768,10.768,0,0,0,0,15.334,11,11,0,0,0,15.475,0,10.2,10.2,0,0,0,3.2-7.659h3.133a14.63,14.63,0,0,1-4.135,9.852,14.181,14.181,0,0,1-19.923,0A13.845,13.845,0,0,1,8.6,8.9a14.077,14.077,0,0,1,19.813,0l4.276-4.4ZM19.38,12.331v6.657l5.482,3.258-1.128,1.9-6.7-3.978V12.331Z' fill='%236C757D' transform='translate(-4.502 -4.5)'/%3E%3C/svg%3E");
  background-size: auto 13px;
  background-position: left 0;
  background-repeat: no-repeat;
  padding-left: 20px;
  color: var(--gray-600);
  font-size: 1.2rem;
}
.blog-more__statistic__shows {
  padding-left: 20px;
  font-size: 1.2rem;
  color: var(--gray-600);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45.715' height='29.386' viewBox='0 0 45.715 29.386'%3E%3Cg transform='translate(-2.252 -7.875)'%3E%3Cpath d='M25.085,7.875c-8.2,0-14.673,5.163-22.407,13.6a1.613,1.613,0,0,0-.01,2.173C9.29,30.966,15.126,37.261,25.085,37.261c9.836,0,17.213-7.928,22.458-13.673a1.6,1.6,0,0,0,.051-2.112C42.247,15,34.85,7.875,25.085,7.875Zm.449,23.866A9.183,9.183,0,1,1,34.278,23,9.187,9.187,0,0,1,25.534,31.741Z' fill='%236C757D' transform='translate(0 0)'/%3E%3Cpath d='M20.03,15.235a4.794,4.794,0,0,1,.316-1.724c-.1,0-.2-.01-.316-.01a6.53,6.53,0,1,0,6.53,6.53c0-.133-.01-.265-.01-.4a4.525,4.525,0,0,1-1.857.4A4.737,4.737,0,0,1,20.03,15.235Z' fill='%236C757D' transform='translate(5.075 2.538)'/%3E%3C/g%3E%3C/svg%3E");
  background-size: auto 10px;
  background-position: left 0;
  background-repeat: no-repeat;
}
.blog-more__statistic__comments {
  display: none;
  padding-left: 20px;
  font-size: 1.2rem;
  color: var(--gray-600);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='31.5' viewBox='0 0 36 31.5'%3E%3Cpath d='M18,2.25C8.058,2.25,0,8.8,0,16.875a12.981,12.981,0,0,0,4.008,9.19A17.888,17.888,0,0,1,.155,32.8a.559.559,0,0,0-.105.612.551.551,0,0,0,.513.338,16.08,16.08,0,0,0,9.886-3.614A21.444,21.444,0,0,0,18,31.5c9.942,0,18-6.546,18-14.625S27.942,2.25,18,2.25ZM9,19.125a2.25,2.25,0,1,1,2.25-2.25A2.248,2.248,0,0,1,9,19.125Zm9,0a2.25,2.25,0,1,1,2.25-2.25A2.248,2.248,0,0,1,18,19.125Zm9,0a2.25,2.25,0,1,1,2.25-2.25A2.248,2.248,0,0,1,27,19.125Z' transform='translate(0 -2.25)' fill='%236c757d'/%3E%3C/svg%3E");
  background-size: auto 10px;
  background-position: left 0;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .blog-more__statistic__comments {
    display: block;
  }
}

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

/* End */


/* Start:/local/templates/vecdev/components/bitrix/catalog.item/section/style.css?17785841507021*/
.catalog-item {
  position: relative;
}
.catalog-item__card {
  position: relative;
  display: grid;
  grid-template-rows: auto;
  grid-gap: 12px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  padding: 20px 15px;
  height: 100%;
}
@media (min-width: 992px) {
  .catalog-item__card {
    grid-template-rows: 160px 1fr auto;
    grid-template-columns: 1fr;
    padding: 20px;
    grid-gap: 10px;
  }
}
.catalog-item img {
  display: block;
  height: 130px;
  width: 100%;
  object-fit: contain;
  -o-object-fit: contain;
}
.catalog-item__labels {
  position: absolute;
  right: 10px;
  top: 10px;
}
.catalog-item__labels__cost {
  width: 50px;
  height: 50px;
  background-image: url("/local/templates/vecdev/images/icons/cost_label.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
.catalog-item__wrapper {
  position: relative;
}
.catalog-item__title {
  color: var(--text-primary);
  font-size: 1.5rem;
  line-height: 1.2;
}
.catalog-item__image {
  position: relative;
  display: block;
}
.catalog-item__discount {
  display: inline-block;
  position: absolute;
  left: 0;
  top: -25px;
  background-image: url("/local/templates/vecdev/images/icons/discount.svg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5px 10px 2px 10px;
  color: var(--text-inverse) !important;
  font-weight: 700;
  font-size: 1.4rem !important;
  text-align: center;
}
.catalog-item__props-list {
  margin-top: 6px;
}
.catalog-item__props-list__val {
  margin-bottom: 2px;
  line-height: 1;
}
.catalog-item__props-list__val span {
  font-size: 1.2rem;
  line-height: 1;
  color: var(--gray-600);
}
.catalog-item__price {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.catalog-item__price-current {
  font-weight: 700;
  font-size: 2rem;
  color: var(--text-primary);
  white-space: nowrap;
}
@media (min-width: 992px) {
  .catalog-item__price-current {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .catalog-item__price-current {
    font-size: 1.8rem;
  }
}
.catalog-item__price-current_cost {
  color: var(--red-400);
}
.catalog-item__price-old {
  margin-left: 10px;
  position: relative;
  color: var(--gray-400);
  white-space: nowrap;
  font-size: 1.3rem;
  font-weight: 500;
}
.catalog-item__price-old:after {
  background-color: var(--gray-600);
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 45%;
  width: 100%;
}
.catalog-item__aval {
  color: #025A19;
  font-size: 1.3rem;
  background: url("/local/templates/vecdev/images/icons/check.svg") no-repeat left 3px;
  background-size: 10px;
  padding-left: 15px;
  line-height: 1.2;
}
.catalog-item__notaval {
  color: var(--red-500);
  font-size: 1.4rem;
  background: url("/local/templates/vecdev/images/icons/not_aval.svg") no-repeat left 3px;
  background-size: 10px;
  padding-left: 15px;
  line-height: 1.2;
}
.catalog-item__buy-btn {
  font-size: 1.4rem !important;
  padding: 8px 16px !important;
}
.catalog-item__not-aval-mess {
  padding: 0.7em 1.4em;
}

.catalog-modal {
  height: 100%;
  width: 100%;
}

.item-popup {
  height: 100%;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .item-popup {
    max-height: 100vh;
  }
}
.item-popup__title {
  color: var(--text-primary);
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 500;
}
.item-popup__card {
  display: grid;
  grid-template-columns: 2fr 1fr 3fr;
  column-gap: 10px;
  margin-bottom: 40px;
  grid-template-areas: "popupPict popupName popupName" "popupPict popupQuantity popupPrice";
  align-items: center;
}
@media (min-width: 768px) {
  .item-popup__card {
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "popupPict popupName popupQuantity popupPrice";
    padding-bottom: 20px;
    border-bottom: 1px solid var(--gray-300);
  }
}
.item-popup__card__pict {
  grid-area: popupPict;
  height: 140px;
}
@media (max-width: 767.98px) {
  .item-popup__card__pict {
    height: 100%;
  }
}
.item-popup__card__pict img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
}
.item-popup__card__info {
  grid-area: popupName;
}
.item-popup__card__name {
  font-size: 1.7rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .item-popup__card__name {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
  }
}
.item-popup__card__category {
  font-size: 1.2rem;
  color: var(--gray-400);
  line-height: 1;
}
.item-popup__card__quantity {
  grid-area: popupQuantity;
  text-align: center;
}
@media (max-width: 767.98px) {
  .item-popup__card__quantity {
    font-size: 1.7rem;
  }
}
.item-popup__card__total {
  font-size: 2rem;
  font-weight: 600;
}
.item-popup__card__group {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
}
.item-popup__card__old-price {
  text-decoration: line-through;
  color: var(--gray-500);
}
.item-popup__card__price {
  grid-area: popupPrice;
}
.item-popup__card__percent {
  color: var(--red-500);
}
.item-popup__rel {
  min-height: 300px;
}
@media (max-width: 767.98px) {
  .item-popup__rel {
    margin-top: 60px;
  }
}
.item-popup__rel__title {
  color: var(--text-primary);
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.item-popup__rel__item {
  position: relative;
  display: grid;
  grid-gap: 12px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  padding: 20px 15px;
  margin-top: 10px;
  grid-template-rows: 120px 1fr auto;
  grid-template-columns: 1fr;
}
.item-popup__rel__item img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  object-position: top center;
}
.item-popup__rel__price {
  font-size: 2rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1;
}
.item-popup__rel__name {
  color: var(--text-primary);
  font-size: 1.5rem;
  line-height: 1.2;
}
.item-popup__btn-container {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .item-popup__btn-container {
    justify-content: center;
  }
}
.item-popup__btn-container span, .item-popup__btn-container a {
  display: block;
  padding: 0.7em 1em;
  transition: all 0.2s ease;
  cursor: pointer;
  border-radius: 5px;
  white-space: nowrap;
  line-height: 1;
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  .item-popup__btn-container span, .item-popup__btn-container a {
    font-size: 1.7rem;
  }
}
.item-popup__btn-container span {
  color: var(--green-500);
  background: rgba(0, 0, 0, 0);
  border: 1px solid var(--green-500);
}
.item-popup__btn-container span:hover {
  color: var(--green-600);
  border: 1px solid var(--green-600);
}
.item-popup__btn-container a {
  background: var(--green-500);
  color: var(--text-inverse);
  border: 1px solid var(--green-500);
}
.item-popup__btn-container a:hover {
  color: var(--text-inverse);
  background: var(--green-600);
}

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

/* End */


/* Start:/local/templates/vecdev/components/bitrix/catalog.top/catalog_top/section/style.css?17785841161545*/
@media (max-width: 991.98px) {
  .catalog-top__slider {
    display: flex;
    flex-direction: column-reverse;
  }
}
.catalog-top__slider .splide__slide {
  display: grid;
}
@media (max-width: 991.98px) {
  .catalog-top__slider .splide__arrows {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-end;
    margin-right: 10px;
    margin-top: 10px;
  }
}
.catalog-top__slider .splide__arrow {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: end;
  top: auto;
  left: auto;
  right: auto;
  opacity: 0.8;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05), 0 10px 45px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.catalog-top__slider .splide__arrow svg {
  margin: auto;
}
@media (min-width: 992px) {
  .catalog-top__slider .splide__arrow {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    bottom: auto;
    width: 38px;
    height: 38px;
  }
}
@media (min-width: 992px) {
  .catalog-top__slider .splide__arrow--next {
    right: -22px;
  }
}
@media (min-width: 992px) {
  .catalog-top__slider .splide__arrow--prev {
    right: 50px;
    left: -22px;
  }
}
.catalog-top__slider .splide__pagination {
  bottom: -20px;
}
.catalog-top__slider .splide__pagination__page {
  background: var(--gray-500);
}
.catalog-top__slider .splide__pagination__page.is-active {
  background: var(--green-500);
}

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

/* End */
/* /local/templates/vecdev/components/bitrix/news/blog/style.css?1778582500596 */
/* /local/templates/vecdev/components/bitrix/menu/blog/style.css?1778584095657 */
/* /local/templates/vecdev/components/bitrix/search.tags.cloud/blog/style.css?1725564721149 */
/* /local/templates/vecdev/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?177858415015331 */
/* /local/templates/vecdev/components/bitrix/catalog.item/section/style.css?17785841507021 */
/* /local/templates/vecdev/components/bitrix/catalog.top/catalog_top/section/style.css?17785841161545 */
