

/* Start:/bitrix/templates/temploid_default/components/bitrix/breadcrumb/temploid/style.css?1640608230672*/
.bx-breadcrumb {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.bx-breadcrumb i {
  width: 7px;
  height: 7px;
  border-right: 1px solid #D4D4D4;
  border-top: 1px solid #D4D4D4;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
  margin-bottom: 10px;
  white-space: nowrap;
  vertical-align: middle;
  margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
  white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {
  color: var(--accent);
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {
  text-decoration: underline;
}

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

/* End */


/* Start:/bitrix/templates/temploid_default/components/bitrix/news.detail/product/style.css?164060823010105*/
.product--cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product--cards__img {
  position: relative;
  width: 48%;
  margin-bottom: 25px;
}
.product--cards__img img {
  max-width: 100%;
}
.product--cards__info {
  width: 48%;
}
.product--cards__info_title {
  font-weight: 600;
  font-size: 2.5em;
  margin-bottom: 10px;
  line-height: 1.2;
}
.product--cards__info_id {
  font-weight: 500;
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #9D9D9D;
}
.product--cards__info_text {
  margin-bottom: 24px;
}
.product--cards__info_subtitle {
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 15px;
}
.product--cards__info_calculate {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.product--cards__info_calculate button,
.product--cards__info_calculate input {
  padding: 0;
  margin: 0;
  width: 48px;
  height: 48px;
  border: 1px solid #D4D4D4;
}
.product--cards__info_calculate button {
  position: relative;
  background-color: transparent;
}
.product--cards__info_calculate button:not([disabled]):hover, .product--cards__info_calculate button:not([disabled]):focus {
  border: 1px solid #313131;
}
.product--cards__info_calculate button:not([disabled]):hover::before, .product--cards__info_calculate button:not([disabled]):hover::after, .product--cards__info_calculate button:not([disabled]):focus::before, .product--cards__info_calculate button:not([disabled]):focus::after {
  background-color: #313131;
}
.product--cards__info_calculate button[disabled]:hover, .product--cards__info_calculate button[disabled]:focus {
  cursor: default;
  border: 1px solid #D4D4D4;
}
.product--cards__info_calculate--minus {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.product--cards__info_calculate--minus::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #D4D4D4;
  height: 2px;
  width: 14px;
  transition: all 0.6s;
}
.product--cards__info_calculate--pluse::before, .product--cards__info_calculate--pluse::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #D4D4D4;
  transition: all 0.6s;
}
.product--cards__info_calculate--pluse::before {
  height: 2px;
  width: 14px;
}
.product--cards__info_calculate--pluse::after {
  height: 14px;
  width: 2px;
}
.product--cards__info_calculate input {
  text-align: center;
  font-size: 1.5em;
  margin-left: -1px;
  margin-right: -1px;
  border-radius: 0;
  font-weight: 400;
}
.product--cards__info_calculate input[type=number] {
  -moz-appearance: textfield;
}
.product--cards__info_calculate input::-webkit-outer-spin-button,
.product--cards__info_calculate input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.product--cards__info_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 4px;
  background-color: #F3F3F3;
  padding: 25px;
  margin-bottom: 15px;
}
.product--cards__info_price .price-block b {
  font-weight: 600;
  font-size: 2.5em;
  line-height: 1.2;
}
.product--cards__info_price .price-block span {
  font-weight: 500;
  font-size: 1.5em;
}
.product--cards__info_price .btn {
  min-width: 165px;
}
.product--cards__info_price--old {
  padding: 15px 25px;
}
.product--cards__info_price--old .price-block b {
  color: var(--accent);
}
.product--cards__info_price--old .price-block span {
  display: block;
  font-size: 1em;
  color: #9D9D9D;
}
.product--cards__info_dop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: var(--accent);
  font-weight: 500;
  font-size: 1.125em;
  margin-bottom: 25px;
}
.product--cards__info_dop a {
  color: var(--accent);
}
.product--cards__info_dop a:hover {
  color: var(--accent--hover);
}
.product--cards__info_dop svg {
  margin-right: 10px;
}
.product--cards__info_dop svg, .product--cards__info_dop path {
  fill: var(--accent);
}
.product--cards__info_equipment p {
  margin-bottom: 8px;
}
.product--cards__info_equipment p:last-child {
  margin-bottom: 0;
}
.product--cards__info_equipment label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  margin-right: 0;
  padding: 12px 24px;
  border-radius: 4px;
  border: 1px solid #313131;
  width: 100%;
  transition: all 0.6s;
  color: #D4D4D4;
  border: 1px solid #D4D4D4;
}
.product--cards__info_equipment label:hover, .product--cards__info_equipment label:focus {
  border: 1px solid #313131;
  color: #313131;
}
.product--cards__info_equipment input[type=radio] {
  display: none;
}
.product--cards__info_equipment input[type=radio]:checked + label {
  background-color: var(--accent);
  border-color: var(--accent);
  color: #ffffff;
}
.product--cards__info_size {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.product--cards__info_size p {
  margin-bottom: 8px;
}
.product--cards__info_size p:last-child {
  margin-bottom: 0;
}
.product--cards__info_size label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  margin-right: 0;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #313131;
  transition: all 0.6s;
  color: #D4D4D4;
  border: 1px solid #D4D4D4;
  margin-right: 8px;
  font-weight: 400;
}
.product--cards__info_size label:hover, .product--cards__info_size label:focus {
  border: 1px solid #313131;
  color: #313131;
}
.product--cards__info_size input[type=checkbox] {
  display: none;
}
.product--cards__info_size input[type=checkbox]:checked + label {
  background-color: var(--accent);
  border-color: var(--accent);
  color: #ffffff;
}
.product--cards__info_table {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  font-size: 18px;
  color: var(--accent);
  font-weight: 500;
}
.product--cards__info_table:hover, .product--cards__info_table:focus {
  color: var(--accent--hover);
}
.product--cards__info_table svg {
  margin-right: 10px;
}
.product--cards__slider {
  position: relative;
}
.product--cards__slider img {
  min-width: 50%;
  max-height: 95%;
  max-width: 95%;
}
.product--cards__slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.product--cards__slider--big {
  margin-bottom: 15px;
}
.product--cards__slider--min .swiper-slide {
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  padding: 5px;
  width: 85px;
  max-height: 85px;
  cursor: pointer;
}
.product--cards__slider--min .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.6s;
}
.product--cards__slider--min .swiper-slide:hover::before {
  opacity: 0;
}
.product--cards__slider--min .swiper-slide-thumb-active::before {
  opacity: 0;
}
.product--cards__description {
  width: 100%;
}
.product--cards__description p {
  margin-bottom: 15px;
}
.product--cards__description p:last-child {
  margin-bottom: 0;
}
.product--cards__tabs {
  width: 100%;
}
.product--cards__tabs_list {
  display: flex;
  flex-wrap: wrap;
  max-width: fit-content;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  font-weight: 500;
  font-size: 1.125em;
  margin-bottom: 23px;
}
.product--cards__tabs_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  height: 40px;
  border-radius: 4px;
}
.product--cards__tabs_list .active {
  color: #ffffff;
  background-color: var(--accent);
}
.product--cards__tabs p {
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .product--cards__info, .product--cards__img {
    width: 49%;
  }
  .product--cards__info_title {
    font-size: 2em;
  }
  .product--cards__info_id {
    font-size: 1.25em;
  }
  .product--cards__info_text {
    margin-bottom: 15px;
  }
  .product--cards__info_subtitle {
    margin-bottom: 5px;
  }
  .product--cards__info_calculate {
    margin-bottom: 15px;
  }
  .product--cards__info_price {
    padding: 15px;
  }
  .product--cards__info_price p {
    margin-bottom: 5px;
  }
  .product--cards__info_price .price-block b {
    font-size: 2em;
  }
  .product--cards__info_price .price-block span {
    font-size: 1.25em;
  }
  .product--cards__info_dop {
    font-size: 1em;
  }
  .product--cards__info_dop svg {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .product--cards {
    justify-content: space-around;
  }
  .product--cards__info, .product--cards__img {
    width: 100%;
  }
  .product--cards__img {
    margin-bottom: 20px;
  }
  .product--cards__description {
    margin-top: 20px;
  }
  .product--cards__tabs_list {
    font-size: 1em;
  }
  .product--cards__tabs_list a {
    padding: 0 10px;
  }
  .product--basket__items .basket-item {
    flex-wrap: wrap;
    justify-content: center;
  }
  .product--basket__items .basket-item__img {
    order: 0;
  }
  .product--basket__items .basket-item__counter {
    order: 3;
  }
  .product--basket__items .basket-item__price {
    order: 4;
    margin-right: 0 !important;
  }
  .product--basket__items .basket-item__delete {
    order: 2;
    position: static;
    width: 100%;
    height: 15px;
  }
  .product--basket__items .basket-item__delete > * {
    position: absolute;
    top: 15px;
    right: 13px;
  }
  .product--basket__items .basket-item__info {
    order: 1;
    max-width: none;
    width: auto;
    margin-right: 0 !important;
  }
  .product--text {
    font-size: 0.875em;
  }
}
@media (max-width: 480px) {
  .product {
    padding: 15px;
  }
  .product--cards__info_dop {
    font-size: 0.875em;
  }
  .product--cards__info_dop svg {
    width: 18px;
    margin-right: 3px;
  }
  .product--cards__slider--min img {
    width: auto;
    height: 100%;
    max-height: 55px;
  }
  .product--cards__tabs_list {
    width: 100%;
    max-width: none;
  }
  .product--cards__tabs_list li {
    width: 100%;
  }
  .product--order__title {
    font-size: 1.25em;
  }
  .product.modal--message {
    width: 100%;
  }
}

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

/* End */
/* /bitrix/templates/temploid_default/components/bitrix/breadcrumb/temploid/style.css?1640608230672 */
/* /bitrix/templates/temploid_default/components/bitrix/news.detail/product/style.css?164060823010105 */
