

/* Start:/local/templates/rso/components/bitrix/news/catalog/style.css?17377029056753*/
.small__catalog__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-align: center;*/
  /*-ms-flex-align: center;*/
  /*align-items: center;*/
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.small__catalog__filters__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 20px;
  position: relative;
  z-index: 11;
}
.small__catalog__filters__wrapper:last-of-type {
  z-index: 10;
}
@media (max-width: 760px) {
  .small__catalog__filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 22px;
    margin-bottom: 30px;
  }
  .small__catalog__filters__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
}

.sort__indicators {
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid var(--text_disabled);
  position: relative;
  min-width: 297px;
  max-height: 35px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.sort__indicators__selected {
  max-width: 267px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.sort__indicators__text {
  cursor: pointer;
}
.sort__indicators__svg {
  color: var(--text_disabled);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  bottom: 3px;
  right: 8px;
}
.sort__indicators__items {
  padding: 5px 10px;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 100%;
  top: 42px;
  left: 0;
  gap: 10px;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  overflow: hidden;
  background-color: var(--main);
  display: none;
  border-radius: 5px;
  border: 1px solid var(--text_disabled);
}
@media (max-width: 760px) {
  .sort__indicators__items {
    padding: 10px;
    gap: 15px;
  }
}
.sort__indicators__item {
  display: block;
  cursor: pointer;
}
.sort__indicators__item:hover {
  color: var(--link);
}
.sort__indicators__item.active {
  color: var(--link);
}
.sort__indicators--active.sort__indicators__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sort__indicators--active .sort__indicators__svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 760px) {
  .small__catalog__filters__wrapper {
    width: 100%;
  }
  .sort__indicators {
    height: 32px;
    /*width: 330px;*/
    width: 100%;
  }
  .sort__indicators__selected {
    /*width: 330px;*/
    width: 100%;
    max-width: unset;
  }
}

.sort {
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid var(--text_disabled);
  position: relative;
  min-width: 267px;
  max-height: 35px;
}
.sort__selected {
  max-width: 267px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}
.sort__text {
  cursor: pointer;
}
.sort__svg {
  color: var(--text_disabled);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  bottom: 3px;
  right: 8px;
}
.sort__items {
  padding: 5px 10px;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 100%;
  top: 42px;
  left: 0;
  gap: 10px;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  overflow: hidden;
  background-color: var(--main);
  display: none;
  border-radius: 5px;
  border: 1px solid var(--text_disabled);
}
.sort__item {
  cursor: pointer;
  display: block;
}
.sort__item:hover {
  color: var(--link);
}
.sort__item.active {
  color: var(--link);
}
.sort--active .sort__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sort--active .sort__svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

[name="arrFilter_form"] {
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
}

.catalog__section {
  margin-bottom: var(--marginBottomMain);
}

@media (max-width: 760px) {
  .sort {
    /*width: 330px;*/
    width: 100%;
    height: 32px;
  }
  .sort__selected {
    /*width: 330px;*/
    width: 100%;
    max-width: unset;
  }
  .sort__items {
    padding: 10px;
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .small__catalog__filters {
    width: 100%;
    max-width: unset;
    flex-wrap: wrap;
    gap: 20px;
  }
  .small__catalog__filters .small__catalog__filters__wrapper{
    width: 100%;
    max-width: unset;
    justify-content: space-between;
  }
}
@media (min-width: 761px) and (max-width: 1224px) {
  .small__catalog__filters .sort {
    width: calc(100% - 260px);
  }
  .small__catalog__filters .sort__indicators.sort__indicators__js{
    width: 100%;
    min-width: calc(100% - 260px);
    max-width: calc(100% - 260px);
  }
}

/* End */


/* Start:/local/templates/rso/components/bitrix/catalog.section.list/catalog_list/style.css?17377029052118*/
.small__catalog__wrapper {
  margin-bottom: 70px;
}

.small__catalog {
  padding: 15px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1490196078);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  min-height: 111px;
}

.small__catalog__wrapper.swiper-wrapper {
  height: fit-content;
}

.small__catalog__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 5px;
}

.small__catalog__title {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  /* min-width: 200px; */
}

.small__catalog__img {
  min-width: 105px;
  max-width: 105px;
  max-height: 81px;
}

.small__catalog:hover {
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2509803922);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2509803922);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.small__catalog:hover .small__catalog__title {
  color: var(--link);
}

@media (max-width: 760px) {
  .small__catalog__wrapper {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .small__catalog__wrapper .small__catalog {
    max-width: unset;
    width: 100%;
  }

  .small__catalog__wrapper .small__catalog .small__catalog__figure {
    width: 100%;
    justify-content: space-between;
  }

  .small__catalog__title {
    min-width: unset;
  }
}

.catalog__section .small__slider {
  padding: 0 10px;
  margin: 0 -10px;
}

.small__slider-items{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1300px) {
  .small__slider-items{
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 991px) {
  .small__slider-items{
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .small__slider-items{
    grid-template-columns: 1fr;
  }
}
/* End */


/* Start:/local/templates/rso/components/bitrix/system.pagenavigation/catalog_pagenavigation/style.css?17377029054565*/
.pagination {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 21px;
  color: var(--green_2);
}
@media (max-width: 750px) {
  .pagination {
    margin-top: 20px;
  }
  .pagination__list .btn {
    width: 35px;
  }
}
.pagination__btn.hide {
  display: none;
}

.pagination,
.pagination__wrapper,
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 750px) {
  .pagination,
  .pagination__wrapper,
  .pagination__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.pagination__wrapper,
.pagination__list {
  gap: 2px;
}
@media (max-width: 750px) {
  .pagination__wrapper,
  .pagination__list {
    gap: 7px;
  }
}

.pagination__list {
  list-style: none;
  text-align: center;
}

.pagination__item {
  min-width: 45px;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
b.pagination__item.number__btn.paragraph__regular {
  background-color: var(--nuances);
  display: flex;
}
@media (max-width: 750px) {
  .pagination__item {
    min-width: 35px;
  }
}

.pagination__item:hover,
.pagination__item.current {
  background-color: var(--green_2);
  color: var(--white);
}

.pagination .prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media (max-width: 750px) {
  .pagination__more {
    width: 100%;
  }
}

.pagination__btn {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 45px;
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: var(--main);
  color: var(--background);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
    border 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.pagination__btn.disable {
  color: var(--text_disabled);
  pointer-events: none;
}
.pagination__btn:hover {
  background-color: var(--nuances);
}
@media (max-width: 750px) {
  .pagination__btn {
    height: 35px;
    width: 35px;
  }
}

/* .pagination__btn.prev svg {
  transform: rotate(180deg);
} */

.number__btn {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 45px;
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  background-color: var(--main);
  color: var(--background);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
    border 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.number__btn:hover {
  background-color: var(--nuances);
}
@media (max-width: 750px) {
  .number__btn {
    width: 35px;
    height: 35px;
  }
}

.secondary__btn {
  cursor: pointer;
  width: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 45px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--link);
  background-color: transparent;
  color: var(--link);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
    border 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.secondary__btn:hover {
  background-color: var(--link);
  color: var(--main);
}
.catalog__pagination .load_more.secondary__btn.paragraph__medium {
  display: flex;
  max-width: 180px;
  margin: 40px auto 0 auto;
}
@media (max-width: 760px) {
  .secondary__btn {
    height: 42px;
  }

  .load_more {
    width: 100%;
  }
}

/* End */


/* Start:/local/templates/rso/components/bitrix/news/catalog/bitrix/news.list/.default/style.css?17377029056201*/
.product__card {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1490196078);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1490196078);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  flex-basis: calc((100% - 60px) / 3);
}

.product__card:hover {
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2509803922);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2509803922);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.product__card__img {
  min-height: 320px;
  max-height: 320px;
  margin-bottom: 21px;
}

.product__card__img img {
  width: 100%;
  max-height: 320px;
  object-fit: contain;
}

@media (max-width: 760px) {
  .product__card__img {
    min-height: 210px;
    max-height: 210px;
    margin-bottom: 13px;
  }

  .product__card__img img {
    width: 100%;
    max-height: 210px;
    object-fit: cover;
  }
}

.product__card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.product__card__parameters {
  color: var(--text_secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.product__card__parameter__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.product__card__parameter__name {
  white-space: nowrap;
}

.product__card__parameter__indicator {
  text-align: right;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.product__card__parameter__indicator span {
  background: #fff;
}

.product__card__parameter__indicator::before {
  content: "";
  margin-left: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  border-bottom: 1px dashed var(--text_secondary);
  z-index: -1;
}

.product__card__parameter__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.product__card__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
}

.product__card__buttons button:first-child {
  min-width: 151px;
}

@media (max-width: 760px) {
  .product__card__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product__card__parameter__wrap {
    gap: 10px;
  }
}

.secondary__btn {
  cursor: pointer;
  width: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 45px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--link);
  background-color: transparent;
  color: var(--link);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
    border 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
  min-width: 150px;
  width: 150px;
}

.secondary__btn:hover {
  background-color: var(--link);
  color: var(--main);
}

@media (max-width: 760px) {
  .secondary__btn {
    height: 42px;
  }
}

.main__btn {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: var(--desktopBlock);
  width: 100%;
  padding: 0 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid transparent;
  background-color: var(--link);
  color: var(--main);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
    border 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.main__btn:hover {
  border: 1px solid var(--link);
  background-color: transparent;
  color: var(--link);
}

.catalog__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

@media (max-width: 400px) {
  .catalog__wrap {
    display: flex !important;
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .catalog__wrap {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  }

  .catalog__wrap .product__card__buttons {
    width: 100%;
    flex-wrap: wrap;
  }

  .catalog__wrap .product__card__buttons button:last-child {
    min-width: unset;
    max-width: unset;
    width: 100%;
  }
}

@media only screen and (max-width: 1660px) {
  .product__card__buttons button:last-child {
    font-size: 16px;
  }

  .secondary__btn.paragraph__medium {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1399px) {
  .catalog__wrap {
    grid-template-columns: 1fr 1fr;
  }

  .product__card__buttons button:last-child {
    font-size: 18px;
  }

  .secondary__btn.paragraph__medium {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .product__card__buttons button:last-child {
  }

  .secondary__btn.paragraph__medium {
    width: 100%;
    min-width: auto;
  }

  .product__card__parameter__name {
    white-space: normal;
  }
}

@media only screen and (max-width: 767px) {
  .catalog__wrap {
    grid-template-columns: 1fr;
  }

  .product__card__parameter__name {
    white-space: nowrap;
  }

  .product__card__buttons button:last-child {
    font-size: 16px;
  }

  .secondary__btn.paragraph__medium {
    font-size: 16px;
  }
}

/* End */


/* Start:/local/templates/rso/components/bitrix/news.list/faq_with_title/style.css?17377029052903*/
.faq {
  margin-bottom: var(--marginBottomMain);
}

.accordion__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  width: 100%;
  background-color: transparent;
}

.accordion__item {
  border-bottom: 1px solid #abb8c3;
  padding-bottom: 15px;
  padding-top: 15px;
}

.accordion__item:first-child {
  padding-top: 0;
}

.accordion__item:last-child {
  border-bottom: none;
}

.accordion__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  color: #4f4f4f;
  margin-top: 10px;
  max-width: 730px;
}

.question-block__accordion {
  width: 100%;
}

.accordion__description {
  text-align: left;
}

.accordion__decoration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  background-color: #ffffff;
  border-radius: 180px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: var(--desktopBlock);
  width: var(--desktopBlock);
  border-radius: 5px;
  border: 1px solid var(--nuances);
  background-color: var(--main);
  color: var(--background);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease,
    border 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}
@media (max-width: 760px) {
  .accordion__decoration {
    height: var(--mobileBlock);
    width: var(--mobileBlock);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
  }
}

.accordion__decoration:before {
  content: "";
  background-image: url("https://rusmirplast.ru/wp-content/themes/rusmir/img/icons/icon__plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  display: block;
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.accordion__decoration:hover {
  border: 1px solid transparent;
  background-color: var(--nuances);
}

.accordion__button[aria-expanded="true"] .accordion__decoration:before {
  content: "";
  background-image: url("https://rusmirplast.ru/wp-content/themes/rusmir/img/icons/icon__minus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  display: block;
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.accordion__content {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.delivery__subtitle {
  margin-bottom: 40px;
}
@media (max-width: 760px) {
  .delivery__subtitle {
    margin-bottom: 30px;
  }
}

/* End */
/* /local/templates/rso/components/bitrix/news/catalog/style.css?17377029056753 */
/* /local/templates/rso/components/bitrix/catalog.section.list/catalog_list/style.css?17377029052118 */
/* /local/templates/rso/components/bitrix/system.pagenavigation/catalog_pagenavigation/style.css?17377029054565 */
/* /local/templates/rso/components/bitrix/news/catalog/bitrix/news.list/.default/style.css?17377029056201 */
/* /local/templates/rso/components/bitrix/news.list/faq_with_title/style.css?17377029052903 */
