

/* 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/news/catalog/bitrix/news.detail/.default/style.css?173770290523073*/
.product__details__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.product__details__header__wrapper {
  max-height: 565px;
  max-width: 700px;
}
.product__details__header__swiper__main {
  max-height: 450px;
}
.product__details__header__swiper__main .swiper-slide {
  height: 450px;
  border-radius: 15px;
  overflow: hidden;
}
.product__details__header__swiper__bottom {
  max-height: 100px;
  position: relative;
}
.product__details__header .swiper-slide__bottom {
  position: relative;
  max-width: 100px;
  border: 1px solid var(--text_disabled);
}
.product__details__header .swiper-slide__bottom.swiper-slide-thumb-active {
  border: 1px solid var(--text_secondary);
}
.product__details__header .swiper-slide__video::before {
  content: " ";
  position: absolute;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  background-image: url("/local/templates/rso/components/bitrix/news/catalog/bitrix/news.detail/.default/../images/play.svg");
  background-repeat: no-repeat;
  background-color: var(--link);
  background-position: center center;
  top: calc(50% - 18px);
  right: calc(50% - 18px);
  z-index: 1000;
}
.product__details__header .swiper__button {
  background-color: #000;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  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;
  position: absolute;
  cursor: pointer;
}
.product__details__header .swiper__button svg {
  color: var(--main);
}
.product__details__header .swiper__button__next {
  top: calc(50% - 18px);
  right: 0;
  z-index: 1000;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.product__details__header .swiper__button__prev {
  top: calc(50% - 18px);
  z-index: 1000;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product__details__header__wrap {
  max-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  max-width: 700px;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product__details__header__title {
  margin-bottom: 40px;
}
.product__details__header__description {
  height: 450px;
}
.product__details__header__description > :first-child {
  height: 322px;
  gap: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product__details__header .swiper-button-disabled {
  display: none;
}
@media only screen and (max-width: 1300px) {
  .product__details__header__wrapper {
    max-width: 500px;
    min-width: 450px;
  }

  .product__details__header__swiper__main .swiper-slide {
    height: 380px;
  }

  .product__details__header .subtitleh2{
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .product__details__header {
    flex-direction: column-reverse;
  }

  .product__details__header__wrapper {
    max-width: 100%;
  }

  .product__details__header__wrap{
    max-width: 100%;
  }

  .product__details__header .subtitleh2{
    font-size: 28px;
  }
}
@media (max-width: 760px) {
  .product__details__header {
    margin-bottom: 30px;
  }
  .product__details__header__title {
    margin-bottom: 20px;
  }
  .product__details__header .product__details__mySwiperMobile {
    min-height: 235px;
    margin-bottom: 18px;
  }
  .product__details__header .swiper-wrapper {
    max-width: 330px;
    min-height: 235px;
  }
  .product__details__header .swiper-wrapper .swiper-slide {
    max-height: 210px;
    width: auto;
  }
  .product__details__header .swiper-wrapper img {
    max-height: 210px;
  }
  .product__details__header__wrapper {
    display: none;
  }
  .product__details__header .product__details__swiper-pagination {
    position: absolute;
    bottom: 0px;
  }
  .product__details__header__information__wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 17px;
  }
  .product__details__header__information__parameters {
    gap: 5px !important;
  }
  .product__details__header__information__parameter__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .product__details__header__information__parameter__name {
    font-size: 12px;
  }
  .product__details__header__information__parameter__indicator {
    font-size: 12px;
  }
  .product__details__header__information__prise__text {
    font-size: 14px;
    line-height: 134%;
  }
  .product__details__header__wrap {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }

  .product__details__header .subtitleh2{
    font-size: 20px;
  }
}

.product__details__header__wrapper .mySwiper2 {
  margin-bottom: 15px;
}
.product__details__header__wrapper .mySwiper .swiper-slide {
  height: 100px;
  border-radius: 5px;
}
.product__details__header__wrapper .mySwiper .swiper-slide img {
  border-radius: 5px;
}
.product__details__header__information__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*min-height: 322px;*/
  gap: 20px;
}
.product__details__header__information__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__details__header__information__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: 15px;
}
.product__details__header__information__parameter__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.product__details__header__information__parameter__name {
  white-space: nowrap;
}
.product__details__header__information__parameter__indicator {
  text-align: right;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.product__details__header__information__parameter__indicator span {
  background: #fff;
}
.product__details__header__information__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__details__header__information__parameter__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product__details__header__information__prise__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: 6px;
}
.product__details__header__information__prise__text {
  color: var(--link);
}
.product__details__header__information__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.product__details__header__information__buttons button:first-child {
  min-width: 151px;
}
.product__details__header__information__buttons button:last-child {
  min-width: 269px;
}
@media (max-width: 760px) {
  .product__details__header__information__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 122px;
  }
}
.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);
}

.tabs {
  border-bottom: 2px solid var(--background_disabled);
  position: relative;
  top: -2px;
}
.tabs .swiper-wrapper {
  border-bottom: 2px solid transparent;
}
.tabs__tab {
  position: relative;
  top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 3px;
  cursor: pointer;
}
.tabs .active {
  color: var(--link);
  border-bottom: 2px solid var(--link);
  position: relative;
  z-index: 1;
}
@media (max-width: 760px) {
  .tabs {
    padding: 0 15px;
    margin-left: 0;
    margin-bottom: 28px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .tabs__tab {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .tabs .swiper-slide {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
}
.tabs .tagMySwiper {
  max-width: 100%;
  margin-left: 0;
}


.tagMySwiper {
  max-width: 100%;
  margin-left: 0;
}

.description {
  display: none;
}
.description.active {
  display: block;
}
.description__wrapper {
  margin-bottom: 80px;
  display: -webkit-box;
  position: relative;
  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: 20px;
  min-height: 500px;
}

.description__wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ccdffd;
  position: absolute;
  left: 0;
  bottom: -40px;
}

.description__wrapper__background {
  border-bottom: 1px solid var(--background_disabled);
  padding: 40px 40px 38px 40px;
  margin-bottom: 42px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 660px 660px;
  grid-template-columns: 660px 660px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  background: var(--background_disabled);
  border-radius: 15px;
}
.description__wrapper__background__text {
  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;
}
.description__list {
  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;
}
.description li {
  position: relative;
  padding-left: 20px;
}
.description li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: var(--link);
}
.description__wrap {
  width: 660px;
  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;
}
.description__subtitle {
  margin-bottom: 10px;
}
.description__regular {
  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;
}
.description__text {
  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;
  line-height: 139%;
}

.description__text strong,
.description__text h3,
.description__text h2,
.description__text h4,
.description__text h5,
.description__text h6 {
  font-weight: 600;
  font-size: 20px;
}

.description__text ul {
  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;
  line-height: 139%;
}
.description__img {
  width: 660px;
}
@media (max-width: 760px) {
  .description__wrapper {
    margin-bottom: 60px;
  }

  .description__wrapper::before {
    bottom: -30px;
  }

  .description__img {
    width: 330px;
    height: 210px;
  }
  .description__wrap {
    width: 100%;
  }
  .description__wrapper__background {
    padding: 15px;
  }
  .description__wrapper__background .description__img {
    width: 300px;
    height: 210px;
  }
  .description__wrapper__background__text {
    gap: 10px;
  }

  .description__wrapper__background{
    grid-template-columns: 1fr;
  }

  .description__border {
    margin-bottom: 30px;
  }

  .description__text strong,
  .description__text h3,
  .description__text h2,
  .description__text h4,
  .description__text h5,
  .description__text h6 {
    font-size: 18px;
  }
}

.modifications {
  margin-bottom: var(--marginBottomMain);
}
.modifications__title {
  margin-bottom: 40px;
}
.modifications__wrapper.desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 760px) {
  .modifications__title {
    margin-bottom: 20px;
  }
  .modifications
    .modifications-slider__slider
    .modifications-swiper-pagination {
    position: absolute;
    bottom: -25px;
  }

  .modifications__wrapper.desktop {
    display: none;
  }
}

.product__card__litl {
  max-width: 340px;
  padding: 15px 15px 13px 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: 16px;
  -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;
}
.product__card__litl: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__litl:hover .product__card__litl__title {
  color: var(--link);
}
.product__card__litl__img {
  max-width: 310px;
  max-height: 240px;
  margin-bottom: 30px;
}
@media (max-width: 760px) {
  .product__card__litl {
    gap: 10px;
  }
  .product__card__litl__img {
    max-height: 210px;
    margin-bottom: 17px;
  }
}

.equipment {
  margin-bottom: var(--marginBottomMain);
  display: none;
}
.equipment.active {
  display: block;
}
.equipment__title {
  margin-bottom: 20px;
}
.equipment__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  margin-bottom: 40px;
}
.equipment__list {
  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;
}
.equipment li {
  position: relative;
  padding-left: 20px;
}
.equipment li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: var(--link);
}
@media (max-width: 760px) {
  .equipment__wrapper {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 12px;
    margin-bottom: 29px;
  }
  .equipment li {
    line-height: 137%;
  }
}

.specifications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  margin-bottom: var(--marginBottomMain);
  display: none;
}
.specifications.active {
  display: block;
}
/* .specifications__title__box {
  margin-bottom: 40px;
} */
.specifications__title__wrap{
  margin-top: 40px;
}
.specifications__title__wrapper {
  display: flex;
  grid-column-gap: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--nuances);
}
.specifications__td{
  min-width: 100px;
  width: 100px;
}
.specifications__td:first-child{
  min-width: 340px;
  width: 340px;
}
.specifications__title__wrap {
  padding: 15px 10px;
  background-color: var(--background_disabled);
  border-radius: 5px;
}
.specifications__row {
  display: flex;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  padding: 15px 10px;
  border-bottom: 1px solid var(--nuances);
}
.specifications__row:last-of-type {
  border-bottom: none;
}
.specifications__subtitle {
  padding: 15px 10px;
}
.specifications__subtitle__wrap {
  border-bottom: 1px solid var(--nuances);
}
/* .specifications__content {
  margin-bottom: 40px;
} */
.description__border-chars {
  border-bottom: 1px solid var(--background_disabled);
  margin-bottom: 38px;
}
.specifications__content table {
  margin-top: 40px;
}

.specifications__content table thead tr th {
text-align: left;
  padding: 15px 15px 15px 15px;
  background-color: #F5F5F5;
}
.specifications__content table thead tr td {
  padding: 15px 15px 15px 15px;
}
.specifications__content table thead tr td:first-child {
  padding: 15px 15px 15px 15px;
}
.specifications__content h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 39.2px;
  margin-top: 20px;
}
@media (max-width: 760px) {
/*   .specifications__title__box {
    margin-bottom: 30px;
  } */
  .specifications__title__wrap{
    margin-top: 30px;
  }
  .specifications__title__wrapper {
    grid-column-gap: 10px;
    padding-bottom: 8px;
  }
  .specifications__title__wrap {
    padding: 10px 5px;
  }
  .specifications__row {
    padding: 10px 5px;
    border-bottom: 1px solid var(--nuances);
  }
  .specifications__row__title {
    margin-bottom: 30px;
  }
  .specifications__subtitle {
    padding: 12px 4px 10px;
    line-height: 133%;
  }
  .specifications__item {
    line-height: 135%;
  }
  /* .specifications__content {
    margin-bottom: 30px;
  } */
  .description__border-chars {
    margin-bottom: 30px;
  }
}

.product__card__litl__description {
  color: #5a5a5a;
}

.product__details__advantages {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 68px;
}
.product__details__advantage {
  -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);
  border-radius: 10px;
  padding: 15px;
}
.product__details__advantage__icon {
  margin-bottom: 8px;
}
.product__details__advantage__text {
  line-height: 139%;
}

.product__details__advantage__icon img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}

@media (max-width: 760px) {
  .product__details__advantages {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    margin-bottom: 50px;
  }
  .product__details__advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
  }
  .product__details__advantage__icon {
    margin-bottom: 0px;
    height: 44px;
  }
  .product__details__advantage__icon img {
    width: 44px;
    height: 44px;
  }
  .product__details__advantage__text {
    line-height: 138%;
  }
}

.specifications__td:first-child{
  min-width: 330px;
  width: 330px;
}

.specifications__title__box .specifications__td:first-child{
  min-width: 340px;
  width: 340px;
}

.tabs__specifications table{
  width: 100%;
  font-family: Montserrat;
  border-collapse: collapse;
}

.tabs__specifications table td{
  padding: 15px;
  font-size: 18px;
  min-width: 80px;
}

.tabs__specifications table tr{
  min-height: 40px;
}

.tabs__specifications table tr td{
  vertical-align: sub;
  border-bottom: 1px solid rgba(204, 223, 253, 1);
}

.tabs__specifications table tr td b{
  font-weight: 500;
}

.tabs__specifications table tr:first-child td b{
  font-weight: 600;
  font-size: 28px;
}

.tabs__specifications table tr td:first-child{
  min-width: 170px;
}

.tabs__specifications table tr.ground{

  border-spacing: 10px 10px;
  position: relative;
}

.tabs__specifications table tr.ground td{
  border-bottom: 0;
  padding-top: 55px;
}

.tabs__specifications table tr.ground td::before{
  content: '';
  display: block;
  height: 40px;
  width: 100%;
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
}

.tabs__specifications table tr.ground td::after{
  content: '';
  display: block;
  height: calc(100% - 40px);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(245, 245, 245, 1);
  border-radius: 5px;
  z-index: 0;
}

.tabs__specifications table tr.ground td b{
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 1399px) {
  .tabs__specifications table tr:first-child td b{
    font-size: 20px;
  }

  .tabs__specifications table td{
    font-size: 16px;
  }
}

@media only screen and (max-width: 1200px) {
  .tabs__specifications table tr:first-child td b{
    font-size: 18px;
  }

  .tabs__specifications table td{
    padding: 10px 5px;
  }

  .specifications__content{
    overflow: hidden;
  }

  .tabs__specifications table{
    display: block;
    overflow-x: auto;
    padding-bottom: 15px;
  }

  .tabs__specifications table::-webkit-scrollbar{
    height: 10px;
  }

  .tabs__specifications table::-webkit-scrollbar-thumb{
    border-radius: 8px;
    background: rgba(255, 95, 22, 1);
  }
}

.tabs__specifications table tr:first-child td:first-child b{
  display: block;
  margin-left: -15px;
}

.tabs{
  margin-bottom: 25px !important;
}

@media only screen and (max-width: 1200px) {
  .tabs__specifications table tr:first-child td:first-child b{
    margin-left: -5px;
  }

  .tabs__specifications table tr.ground td{
    border-bottom: 0;
    padding-top: 40px;
  }
  
  .tabs__specifications table tr.ground td::before{
    height: 30px;
  }
  
  .tabs__specifications table tr.ground td::after{
    height: calc(100% - 30px);
  }
}

/* End */


/* Start:/bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17377029043514*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-block-table p {
    margin: 0;
}

.sp-image img {
    width: 100%;
}

.sp-video iframe,
.sp-video-gallery iframe {
    border-width: 0;
}

.sp-iblock-sections {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-iblock-elements {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}

.sp-complex-table {
    display: table;
    table-layout: fixed;
    border-spacing: 10px;
}

.sp-complex-row {
    display: table-row;
}

.sp-complex-col {
    display: table-cell;
    vertical-align: top;
}

/* End */
/* /local/templates/rso/components/bitrix/news/catalog/style.css?17377029056753 */
/* /local/templates/rso/components/bitrix/news/catalog/bitrix/news.detail/.default/style.css?173770290523073 */
/* /bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17377029043514 */
