

/* Start:/local/components/dev/catalog/templates/.default/style.css?167058103540*/


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

/* End */


/* Start:/local/components/dev/catalog.element/templates/2023/element-grid.css?16854582703239*/
#catalog-element {
  display: grid;
  grid-gap: 12px 24px;
  width: 100%;
  flex-wrap: wrap;
  grid-auto-flow: row dense;
  grid-template-columns: 1fr;
  max-width: 1500px;
  margin: 0 20px;
}
@media only screen and (min-width: 767px) {
  #catalog-element {
    margin: 0 40px;
  }
}
@media screen and (min-width: 1025px) {
  #catalog-element {
    margin-top: 24px;
    margin-bottom: 54px;
    grid-template-columns: 2fr 1fr 340px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1200px) {
  #catalog-element {
    margin: 0 60px 54px;
  }
}
@media only screen and (min-width: 1600px) {
  #catalog-element {
    margin: 0 auto 54px;
  }
}
#catalog-element .top-line {
  margin-bottom: 12px;
  width: 100%;
}
#catalog-element .top-line .sku {
  margin-right: 24px;
}
#catalog-element .top-line .element-rating {
  margin: auto;
  margin-left: 0;
}
#catalog-element .top-line .compare-button {
  margin-left: 12px;
}
#catalog-element .top-line .like-button {
  margin-left: auto;
}
@media screen and (min-width: 1025px) {
  #catalog-element .top-line {
    grid-column: 1/span 3;
  }
}
#catalog-element #gallery {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  #catalog-element #gallery {
    grid-column: 1;
  }
}
#catalog-element #props {
  width: 100%;
  display: none;
}
@media screen and (min-width: 1025px) {
  #catalog-element #props {
    display: flex;
    flex-flow: wrap column;
    grid-column: 2;
  }
}
#catalog-element #props p {
  margin-bottom: 4px;
}
#catalog-element #props p span {
  font-weight: bold;
}
#catalog-element #props .scroll-link {
  text-decoration: none;
  margin-top: 12px;
  color: #f60;
  border-bottom: 1px dotted;
  display: inline-block;
  align-self: flex-start;
}
@media screen and (min-width: 1025px) {
  #catalog-element #offer {
    grid-column: 3;
  }
}
#catalog-element #description {
  margin-top: 48px;
  font-size: 14px;
  grid-column: 1;
}
@media screen and (min-width: 1025px) {
  #catalog-element #description {
    grid-column: 1/span 3;
  }
}
#catalog-element #description .caption {
  font-size: 18px;
  font-weight: 800;
}

#reviews * {
  color: #000f;
}
#reviews .api-reviews-filter {
  display: none;
}
#reviews .api-block-content .api-reviews-list .api-items .api-item .api-hand {
  filter: contrast(100%);
}
#reviews #api-reviews-sort * {
  font-size: 14px;
}
#reviews #api-reviews-sort a {
  margin: 0;
  margin-right: 48px;
  disply: flex;
}
#reviews #api-reviews-sort a:after {
  width: 17px;
  height: 12px;
  font-size: 10px !important;
}

@media screen and (max-width: 1025px) {
  #catalog-element .top-line {
    order: -4;
  }
  #catalog-element #gallery {
    order: -3;
  }
  #catalog-element #offer {
    order: -2;
  }
  #catalog-element #props {
    order: -1;
    display: flex;
    flex-flow: wrap column;
    grid-column: 1;
  }
  #catalog-element #props [data-code] {
    display: none !important;
  }
  #catalog-element #props .wholesalers-call {
    margin-top: 48px;
    margin-bottom: 0;
    padding-left: 24px;
    box-shadow: 0 5px 10px -1px rgba(0, 0, 0, 0.12);
    border-left: #f60 solid 12px;
  }

  #thumbs-product-slider {
    display: none !important;
  }
}

/*# sourceMappingURL=element-grid.css.map */

/* End */


/* Start:/local/components/dev/catalog.element/templates/2023/top-line.css?16854581882837*/
@charset "UTF-8";
#catalog-element .top-line {
  align-items: center;
  display: flex;
  flex-flow: wrap row;
}
#catalog-element .top-line .sku {
  font-size: 14px;
  font-weight: 600;
}
#catalog-element .top-line .sku span {
  padding-left: 8px;
  font-weight: 400;
}
#catalog-element .top-line .element-rating svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: #aaa;
}
#catalog-element .top-line .compare-button svg {
  width: 21px;
  height: 21px;
  fill: #aaa;
}
#catalog-element .top-line .compare-button.in-compare svg {
  fill: #f60;
}
#catalog-element .top-line .like-button svg {
  width: 21px;
  height: 21px;
  fill: #aaa;
}
#catalog-element .top-line .like-button.wishlist svg {
  fill: #f60;
}

@media (max-width: 575px) {
  #catalog-element .top-line {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr min-content min-content;
  }
  #catalog-element .top-line .element-rating {
    grid-column: 1;
  }
  #catalog-element .top-line .sku,
#catalog-element .top-line .like-button,
#catalog-element .top-line .compare-button {
    grid-row: 1;
  }
}
#catalog-element .top-line {
  align-items: center;
}
#catalog-element .top-line .sku {
  color: #999;
}
#catalog-element .top-line .sku span {
  color: #000;
  font-weight: 800;
}
#catalog-element .top-line .compare-button,
#catalog-element .top-line .like-button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.15s ease-in-out;
}
#catalog-element .top-line .compare-button:hover,
#catalog-element .top-line .like-button:hover {
  background: #f602;
}
#catalog-element .top-line .compare-button:hover svg,
#catalog-element .top-line .like-button:hover svg {
  fill: #f60;
}
@media (min-width: 575px) {
  #catalog-element .top-line [id*=api_reviews_element_rating_] {
    border-left: 1px solid #ddd;
    padding-left: 24px;
  }
}
#catalog-element .top-line [id*=api_reviews_element_rating_] .api-reviews-element-rating {
  display: flex;
  flex-flow: wrap row;
}
#catalog-element .top-line [id*=api_reviews_element_rating_] .api-reviews-element-rating .api-stars-empty {
  display: flex;
  flex-flow: wrap row;
}
#catalog-element .top-line [id*=api_reviews_element_rating_] .api-reviews-element-rating .api-stars-empty:before {
  content: "0";
  font-weight: 800;
}
#catalog-element .top-line [id*=api_reviews_element_rating_] .api-reviews-element-rating .api-stars-empty:after {
  margin-left: 4px;
  content: "отзывов";
}
#catalog-element .top-line [id*=api_reviews_element_rating_] .api-reviews-element-rating .api-stars-empty .element-rating {
  display: none;
}
#catalog-element .top-line [id*=api_reviews_element_rating_] .api-reviews-element-rating .api-stars-empty + .api-average {
  display: none;
}

/*# sourceMappingURL=top-line.css.map */

/* End */


/* Start:/local/components/dev.atlantsnab/wishlist/templates/item.button/style.css?167170674085*/
.in-wishlist svg {
  fill: #f60 !important;
}

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

/* End */


/* Start:/local/components/dev.atlantsnab/compare/templates/item.button/style.css?1671101157100*/
.in-compare svg {
  fill: #f60 !important;
  stroke: #f60;
}

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

/* End */


/* Start:/local/templates/atlant_review_2020/lib/toast/tata.css?16280580093718*/
.tata {
  position: fixed;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 300px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  z-index: 9999;
  pointer-events: auto;
  padding: 12px 14px 12px 20px;
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

.tata:hover {
  opacity: 1;
}

.tata * {
  box-sizing: border-box;
}

.tata .tata-icon {
  font-size: 2em;
  color: inherit;
}

.tata .tata-body {
  margin: 0;
  padding: 0 14px;
  min-height: 38px;
  min-width: 260px;
}

.tata .tata-title {
  margin: 0 0 2px 0;
  font-size: 1em;
}

.tata .tata-text {
  margin: 0;
  font-size: .9em;
}

.tata .tata-close {
  position: absolute;
  top: 6px;
  right: 6px;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
  color: inherit;
  cursor: pointer;
  outline: none;
  background: transparent;
}

.tata-progress {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 0 0 3px 3px;
  background: rgba(0, 0, 0, 0.2);
}

.tata .tata-close:hover {
  opacity: 0.4;
}

.tata.top-right {
  top: 12px;
  right: 12px;
}

.tata.top-mid {
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.tata.top-left {
  top: 12px;
  left: 12px;
}

.tata.bottom-right {
  right: 12px;
  bottom: 18px;
}

.tata.bottom-mid {
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
}

.tata.bottom-left {
  bottom: 18px;
  left: 12px;
}

.tata.mid-right {
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.tata.mid-left {
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

.tata.mid-mid {
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tata.text {
  color: #fff;
  background: #323232;
}

.tata.log {
  color: #333333;
  background: #fffffc;
}

.tata.info {
  background: #2ca9e1;
}

.tata.warn {
  background: #f89406;
}

.tata.error {
  background: #e9546b;
}

.tata.success {
  background: #38b48b;
}

.tata.fade-in {
  animation: .4s ease-in fadeIn forwards;
}

.tata.fade-out {
  animation: .4s linear fadeOut forwards;
}

.tata.slide-right-in {
  animation: .4s ease slideRightIn forwards;
}

.tata.slide-right-out {
  animation: .4s ease slideRightOut forwards;
}

.tata.slide-left-in {
  animation: .4s ease slideLeftIn forwards;
}

.tata.slide-left-out {
  animation: .4s ease slideLeftOut forwards;
}

.tata.slide-top-in {
  animation: .4s ease slideTopIn forwards;
}

.tata.slide-top-out {
  animation: .4s ease slideTopOut forwards;
}

.tata.slide-bottom-in {
  animation: .4s ease slideBottomIn forwards;
}

.tata.slide-bottom-out {
  animation: .4s ease slideBottomOut forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes slideRightIn {
  from {
    right: -310px;
  }

  to {
    right: 12px;
  }
}

@keyframes slideRightOut {
  from {
    right: 12px;
  }

  to {
    right: -310px;
  }
}

@keyframes slideLeftIn {
  from {
    left: -310px;
  }

  to {
    left: 12px;
  }
}

@keyframes slideLeftOut {
  from {
    left: 12px;
  }

  to {
    left: -310px;
  }
}

@keyframes slideTopIn {
  from {
    top: calc(-100% + -12px);
  }
  to {
    top: 12px;
  }
}

@keyframes slideTopOut {
  from {
    top: 12px;
  }
  to {
    top: calc(-100% + -12px);
  }
}

@keyframes slideBottomIn {
  from {
    bottom: calc(-100% + -18px);
  }
  to {
    bottom: 18px;
  }
}

@keyframes slideBottomOut {
  from {
    bottom: 18px;
  }
  to {
    bottom: calc(-100% + -18px);
  }
}

@keyframes reduceWidth {
  from {
    width: 100%;
  }

  to {
    width: 0%;
  }
}
/* End */


/* Start:/local/templates/atlant_review_2020/lib/toast/custom.css?1672655443649*/
body .tata {
  background: #fff !important;
  color: #000;
  padding-right: 24px;
}
body .tata i {
  display: none;
}
body .tata .tata-title {
  font-size: 15px;
  font-weight: 700;
}
body .tata .tata-text {
  font-size: 14px;
}
body .tata .tata-text a {
  color: #f60;
  text-decoration: none;
}
body .tata.success {
  border-left: 10px solid #f60;
}
body .tata.warn {
  border-left: 10px solid #384248;
}
body .tata .tata-close {
  font-weight: 100;
}
body .tata {
  margin-top: 140px;
}
body.header-stickytop .tata {
  margin-top: 70px;
}

.tata {
  display: none;
}

.tata:last-child {
  display: flex;
}

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

/* End */


/* Start:/local/components/dev.atlantsnab/element.gallery/templates/2023/style.css?17422993142849*/
#gallery {
  max-width: 100%;
  overflow-x: hidden;
}
#gallery #product-gallery {
  order: 4;
  margin: auto;
  display: flex;
  flex-flow: wrap column;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#gallery #product-gallery .gallery-full {
  border-radius: 50%;
  top: 12px;
  left: 12px;
  z-index: 2;
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
}
#gallery #product-gallery .gallery-full svg {
  width: 20px;
  height: 20px;
}
#gallery #product-gallery .gallery-full svg path {
  stroke: #ffffff;
}
#gallery #product-gallery #main-product-slider {
  margin-top: 25px;
}
#gallery #product-gallery #main-product-slider ul {
  width: 100%;
}
#gallery #product-gallery #main-product-slider ul li {
  display: flex;
  width: 100%;
}
#gallery #product-gallery #main-product-slider ul li picture {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap row;
}
#gallery #product-gallery #main-product-slider ul li picture img {
  height: 100%;
  object-fit: contain;
}
#gallery #product-gallery #main-product-slider ul li .zommed-pic img[role=presentation] {
  background: #ffffff;
  min-width: 100%;
  min-height: 100%;
}
#gallery #product-gallery #thumbs-product-slider {
  max-width: 100%;
  width: auto;
  margin: 50px auto 0;
}
@media (min-width: 768px) {
  #gallery #product-gallery #thumbs-product-slider {
    margin: 50px auto 0px;
  }
}
#gallery #product-gallery #thumbs-product-slider ul li {
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  border-radius: 4px;
}
#gallery #product-gallery #thumbs-product-slider ul li.is-active {
  border-color: #f16102;
}
#gallery #product-gallery #thumbs-product-slider ul li picture {
  min-height: 80px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap row;
}
#gallery #product-gallery #thumbs-product-slider ul li picture img {
  max-width: 90%;
  object-fit: contain;
}
#gallery #product-gallery #thumbs-product-slider .splide__pagination {
  top: -35px;
  height: 20px;
}
#gallery #product-gallery #thumbs-product-slider .splide__pagination button {
  background: #c4c4c4;
  width: 14px;
  height: 14px;
  opacity: 1;
  margin: 0 7px;
}
#gallery #product-gallery #thumbs-product-slider .splide__pagination button.is-active {
  background: #c4c4c4;
  transform: none;
  background: #f16102;
}
#gallery #product-gallery #thumbs-product-slider .splide__arrows button {
  background: none;
}
#gallery #product-gallery #thumbs-product-slider .splide__arrows button svg path {
  fill: #c4c4c4;
}
#gallery #product-gallery #thumbs-product-slider .splide__slide {
  overflow: hidden;
}

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

/* End */


/* Start:/local/components/dev.atlantsnab/element.props/templates/preview/wholesaler-call.css?16842452331423*/
.wholesalers-call {
  width: 100%;
  padding: 24px 24px 24px 0;
  border-radius: 8px;
  margin: 24px 0 32px;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 0 32px;
  grid-template-columns: 80px 1fr max-content;
  grid-template-columns: 1fr;
}
.wholesalers-call .icon {
  margin: auto;
  width: min-content;
}
.wholesalers-call .icon svg {
  fill: #ff6600;
  width: 48px;
  height: 48px;
}
.wholesalers-call .icon svg use {
  width: 48px !important;
  height: 48px !important;
}
.wholesalers-call .call-text {
  font: 600 12px/1.5 Gilroy;
}
.wholesalers-call .call-text .heading {
  font: 900 14px/1.6 Gilroy;
  margin-bottom: 12px;
}
.wholesalers-call .call-text a.text-link {
  font-weight: 900;
  color: #ff6600;
  text-decoration: none !important;
}
.wholesalers-call .call-text a.show-title {
  text-decoration: none !important;
}
.wholesalers-call .call-text a.show-title:before {
  content: attr(title);
}
.wholesalers-call #panel {
  z-ndex: 1000;
}
.wholesalers-call header {
  z-index: 100;
}
.wholesalers-call .icon {
  position: absolute;
}
.wholesalers-call .icon svg {
  width: 24px;
  height: 24px;
}
.wholesalers-call .call-text {
  margin-bottom: 24px;
}
.wholesalers-call .call-text .text-link {
  word-break: keep-all;
  white-space: pre;
}
.wholesalers-call .call-text .heading {
  line-height: 1.2;
  padding-left: 48px;
  margin-bottom: 24px;
}

/*# sourceMappingURL=wholesaler-call.css.map */

/* End */


/* Start:/local/components/dev.atlantsnab/element.offer/templates/.default/style.css?17650157016455*/
#price-card {
  box-shadow: 0 5px 10px -1px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-flow: wrap row;
  padding: 24px;
  height: 100%;
}
#price-card .old-price {
  width: 100%;
  display: flex;
  line-height: 24px;
}
#price-card .old-price:before {
  background: #f60;
  background: limegreen;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: 0px;
  font: 700 12px/1.7 Gilroy;
  content: "- " attr(data-discount) "%";
  order: 2;
  font-size: 14px;
}
#price-card .old-price:after {
  font-weight: 700;
  content: attr(data-value);
  text-decoration: line-through;
  color: #666;
  font-size: 14px;
}
#price-card .sale-price {
  width: 100%;
  display: flex;
  margin-top: 12px;
  font-size: 22px;
  font-weight: 800;
}
#price-card .term,
#price-card .store {
  width: 100%;
  display: flex;
  margin-bottom: 8px;
  margin-bottom: 8px;
  line-height: 18px;
}
#price-card .term span,
#price-card .store span {
  margin-left: 8px;
  font-weight: 700;
}
#price-card .store {
  margin-top: 24px;
  margin-bottom: 12px;
}
#price-card .term {
  margin-bottom: 12px;
  margin-top: 24px;
}
#price-card .found-cheap {
  border: 0;
  background: none;
  margin-top: 12px;
  display: flex;
  flex-flow: wrap row;
  align-items: center;
  line-height: 14px;
  padding: 0 0 2px;
  font-family: Gilroy, Roboto !important;
  border-bottom: 1px dotted rgba(255, 102, 0, 0.3333333333);
}
#price-card .found-cheap:before {
  font-family: atlantsnab !important;
  margin-right: 8px;
}
#price-card .found-cheap:hover {
  border-color: #f60;
}
#price-card .call-price-btn,
#price-card .add-to-cart {
  display: flex;
  flex-flow: wrap column;
}
#price-card .quantity-control {
  margin-top: auto;
  margin-bottom: auto;
  max-height: 44px;
  list-style: none;
  padding: 0;
  border-radius: 6px;
  display: grid;
  grid-gap: 1px;
  margin: 0;
  border: 1px solid #e1e1e1;
  background: #e1e1e1;
  overflow: hidden;
  grid-template-columns: repeat(3, 40px);
}
#price-card .quantity-control li {
  background: #fff;
  width: 100%;
  height: 44px;
  display: flex;
  flex-flow: wrap row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#price-card .quantity-control li.decrease, #price-card .quantity-control li.icrease {
  cursor: pointer;
}
#price-card .quantity-control li label {
  height: 36px;
  display: flex;
  flex-flow: wrap row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#price-card .quantity-control li label input {
  height: 100%;
  appearance: none;
  -webkit-appearence: none;
  border: 0;
  overflow: hidden;
  text-align: center;
  padding: 0;
  -moz-appearance: textfield;
  /* Firefox */
}
#price-card .quantity-control li label input input::-webkit-outer-spin-button, #price-card .quantity-control li label input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#price-card .quantity-control + .add-to-cart + .add-to-cart {
  display: none;
}
#price-card .quantity-control + .to-basket {
  margin-left: 24px;
  min-width: max-content;
  flex: 1;
  height: 44px;
}
#price-card .quantity-control[data-quantity="0"] {
  display: none;
}
#price-card .quantity-control[data-quantity="0"] + .to-basket {
  display: none;
}
#price-card .quantity-control[data-quantity="0"] + .to-basket + .add-to-cart {
  display: flex;
  width: 100%;
}
#price-card .call-price-btn,
#price-card .add-to-cart {
  border-radius: 4px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f60;
  line-height: 14px;
  font-size: 14px;
  border: 0;
  color: #fff;
}
#price-card .call-price-btn span,
#price-card .add-to-cart span {
  font-size: 10px;
}
#price-card .call-price-btn:hover,
#price-card .add-to-cart:hover {
  background: rgba(255, 102, 0, 0.6);
}
#price-card .call-fastorder {
  border-radius: 4px;
  margin-top: 18px;
  height: 44px;
  width: 100%;
  background: #e1e1e1;
  border: 0;
  transition: 0.15s ease-in;
  font-weight: 700;
}
#price-card .call-fastorder:hover {
  background: #ccc;
}

#price-card .fast-buy {
  width: 100%;
  border-radius: 4px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f60;
  line-height: 14px;
  font-size: 14px;
  background: #fff;
  color: #f60;
  font-weight: 800;
}

.offer-alert {
  background: rgba(255, 102, 0, 0.1333333333);
  margin-top: 12px;
  width: 100%;
  border-radius: 4px;
  padding: 12px;
  color: #f60;
}

#price-card [class*=price-ab] {
  display: flex;
  width: 100%;
  flex-flow: wrap column;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 2px;
  font-weight: 800;
}
#price-card [class*=price-ab] .value {
  position: relative;
}
#price-card [class*=price-ab] .value[data-discount]:after {
  position: absolute;
  height: auto !important;
  line-height: 12px;
  content: "-" attr(data-discount) "%";
  font-size: 12px;
  background: #4CBB17;
  background: limegreen;
  color: #fff;
  padding: 4px 8px;
  font-weight: 500;
  border-radius: 8px;
  margin-left: 14px;
  margin-top: -12px;
}
#price-card [class*=price-ab]:before {
  content: attr(data-type);
  font-size: 12px;
  line-height: 14px;
  width: 100%;
  font-weight: 400;
}
#price-card [class*=price-ab].old-price:before {
  background: none;
  color: #000;
  font-size: 12px !important;
  padding: 0;
  order: 0;
}
#price-card [class*=price-ab].old-price span[data-value]:before {
  font-size: 22px;
  text-decoration: line-through;
  content: attr(data-value);
  font-weight: 700;
  color: #999;
  font-size: 22px;
}
#price-card .option-price {
  color: #000;
  font-size: 22px;
}

#price-card .many-stores {
  display: flex;
  flex-flow: wrap column;
  padding-bottom: 12px;
  font-weight: bold;
}
#price-card .many-stores ul {
  list-style: initial !important;
  margin: 5px 0;
  padding-left: 0rem;
  display: flex;
  flex-flow: wrap column;
  gap: 5px;
}
#price-card .many-stores ul li {
  display: flex;
}
#price-card .many-stores ul li span {
  flex: 1 1 max-content;
}
#price-card .many-stores ul li .term {
  font-weight: normal;
  margin: 0;
}
#price-card .many-stores ul li .term span {
  font-weight: bold;
}
#price-card .many-stores ul li .count {
  margin: 0;
}

@media (max-width: 320px) {
  #price-card .many-stores ul {
    margin-top: 12px;
    gap: 12px;
  }
  #price-card .many-stores ul li {
    flex-flow: wrap column;
  }
}

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

/* End */


/* Start:/local/components/dev.atlantsnab/element.offer/templates/.default/edost.css?16999023216236*/
@charset "UTF-8";
#delivery-info {
  margin-top: 34px;
  margin-bottom: 0;
}
#delivery-info .caption {
  font-weight: 800;
  margin: 0;
  color: #f60;
}
#delivery-info #edost-delivery-calc {
  padding: 0;
}
#delivery-info #edost-delivery-calc > div {
  padding: 0 !important;
  border: 0 !important;
  background: none;
}
#delivery-info #edost-delivery-calc > div .edost_C2_preview_city_head {
  display: none;
}
#delivery-info #edost-delivery-calc > div .edost_C2_preview_data {
  background: none;
  border: 0;
}
#delivery-info #edost-delivery-calc > div .edost_C2_preview_data .edost_C2_preview.edost_C2_preview_normal {
  display: flex !important;
  flex-direction: column !important;
}
#delivery-info #edost-delivery-calc > div .edost_C2_preview_data .edost_C2_preview.edost_C2_preview_normal .edost_C2_line {
  padding-left: 32px;
  border: 0;
  width: 100%;
  display: inline-block !important;
  flex-flow: wrap row;
}
#delivery-info #edost-delivery-calc > div .edost_C2_preview_data .edost_C2_preview.edost_C2_preview_normal .edost_C2_line img {
  display: none;
}
#delivery-info #edost-delivery-calc > div .edost_C2_preview_data .edost_C2_preview.edost_C2_preview_normal .edost_C2_line .edost_C2_tariff {
  flex-flow: wrap row;
  text-transform: none;
  display: inline-block !important;
  flex: auto;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left !important;
}
#delivery-info #edost-delivery-calc > div .edost_C2_preview_data .edost_C2_preview.edost_C2_preview_normal .edost_C2_line .edost_C2_free {
  flex-flow: wrap row;
  justify-content: flex-start;
  text-align: left !important;
}

#delivery-info #edost-delivery-calc > div {
  grid-gap: 0;
}
#delivery-info #edost-delivery-calc > div .edost_C2_preview_city_head {
  display: inline-block;
  text-transform: none;
  margin-right: 12px;
  font: 800 16px Gilroy;
}
#delivery-info #edost-delivery-calc > div .edost_C2_preview_city {
  font: 800 16px Gilroy;
}
#delivery-info #edost-delivery-calc > div .edost_C2_preview_city_detailed {
  background: none !important;
  width: max-content;
  border-radius: 0;
  margin-left: 0;
  grid-area: initial;
  margin-left: 0;
}
#delivery-info #edost-delivery-calc > div .edost_C2_preview_city_detailed span {
  padding: 0;
  font: 600 14px Gilroy;
  border-radius: 0;
  border-bottom: dashed 1px #f60;
  color: #f60;
}
#delivery-info #edost-delivery-calc > div .edost_C2_preview_data .edost_C2_preview.edost_C2_preview_normal .edost_C2_line {
  margin-bottom: 12px;
  box-shadow: 0 5px 10px -1px rgba(0, 0, 0, 0.12);
  padding: 12px 24px;
  display: flex !important;
  flex-flow: wrap row;
  align-items: center;
}
#delivery-info #edost-delivery-calc > div .edost_C2_preview_data .edost_C2_preview.edost_C2_preview_normal .edost_C2_line img {
  height: 40px;
  width: 50px !important;
  max-width: initial;
  display: inline-block;
  border-radius: 8px;
  margin-right: 24px;
}
#delivery-info #edost-delivery-calc > div .edost_C2_preview_data .edost_C2_preview.edost_C2_preview_normal .edost_C2_line span {
  width: max-content;
}
#delivery-info #edost-delivery-calc > div .edost_C2_preview_data .edost_C2_preview.edost_C2_preview_normal .edost_C2_line .edost_C2_tariff {
  font: 800 16px Gilroy;
  color: #f60;
}

#delivery-info .edost_C2_preview_city_detailed span {
  font-size: 0 !important;
}
#delivery-info .edost_C2_preview_city_detailed span:before {
  font-size: 12px;
  content: "Рассчитать доставку";
}
#delivery-info #edost-delivery-calc > div .edost_C2_preview_data .edost_C2_preview.edost_C2_preview_normal .edost_C2_line {
  padding: 0;
  box-shadow: none;
}
#delivery-info #edost-delivery-calc > div .edost_C2_preview_data .edost_C2_preview.edost_C2_preview_normal .edost_C2_line .edost_C2_tariff {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

#edost_window {
  box-sizing: content-box;
  font-family: Gilroy, Roboto;
  width: 500px;
  max-width: 100%;
  padding: 36px 24px;
}
#edost_window #edost_window_head {
  font-size: 20px !important;
  font-weight: 800;
  color: #000;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid;
}
#edost_window #edost_window_head #edost_window_name {
  text-align: left;
}
#edost_window .edost_window_close {
  top: 24px;
  right: 24px;
  position: absolute;
  cursor: pointer;
}
#edost_window .edost_window_close svg {
  position: static;
  width: 14px;
  height: 14px;
}
#edost_window .edost_window_close svg path {
  fill: #000 !important;
  stroke: none !important;
}

#delivery-info #edost-delivery-calc > div .edost_C2_preview_data .edost_C2_preview.edost_C2_preview_normal .edost_C2_line {
  margin: 0 0;
  padding: 8px 0;
}
#delivery-info #edost-delivery-calc > div .edost_C2_preview_data .edost_C2_preview.edost_C2_preview_normal .edost_C2_line:not(:last-child) {
  border-bottom: 1px solid #e1e1e1;
}
#delivery-info #edost-delivery-calc > div .edost_C2_preview_data .edost_C2_preview.edost_C2_preview_normal .edost_C2_line .edost_C2_price {
  white-space: no-drop;
  font-size: 14px !important;
  color: #000;
  font-weight: 500 !important;
  margin-left: auto !important;
  text-align: right;
  justify-content: flex-end;
  display: flex;
  flex: 0 1 max-content;
  text-transform: none;
}
#delivery-info #edost-delivery-calc > div .edost_C2_preview_city_detailed {
  margin-top: 12px;
}

#delivery-info #edost-delivery-calc .edost_C2_button {
  line-height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f60;
  border: 1px dashed #f60 !important;
  border-radius: 4px;
}
#delivery-info #edost-delivery-calc .edost_C2_button svg {
  margin-right: 8px;
}
#delivery-info #edost-delivery-calc .edost_C2_button svg path.edost_C2_button {
  fill: #f60 !important;
}
#delivery-info #edost-delivery-calc .edost_C2_button svg rect:not(.edost_C2_button) {
  fill: #fff !important;
}
#delivery-info #edost-delivery-calc .edost_C2_button svg rect.edost_C2_button {
  fill: #f60 !important;
}

#delivery-info {
  margin: 12px 0 18px;
  height: max-content;
}
#delivery-info #edost-delivery-calc > .edost_C2_button {
  height: max-content !important;
  line-height: 20px !important;
  border: 0 !important;
}

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

/* End */


/* Start:/local/components/dev.atlantsnab/element.offer/templates/.default/buy-action-template.css?16759546202262*/
#buy-action {
  position: absolute;
  z-index: 100;
  background: #ffffff;
}

#buy-action-window {
  border-radius: 8px;
  max-width: 100%;
  width: 800px;
}
#buy-action-window .fancybox-close-small {
  top: 24px;
  right: 24px;
}
#buy-action-window .title.head {
  padding-bottom: 12px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 24px;
}
#buy-action-window .body-top {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 120px 1fr max-content;
}
#buy-action-window .body-top .preview {
  grid-area: 1/1;
  position: relative;
  padding-top: 100%;
  display: flex;
  flex-flow: wrap column;
  width: 100%;
}
#buy-action-window .body-top .preview img {
  position: absolute;
  display: flex;
  top: 0;
  max-height: 100%;
  max-width: 100%;
  object-fit: center;
}
#buy-action-window .body-top .actions {
  grid-area: 1/3;
  display: flex;
  flex-flow: wrap column;
}
#buy-action-window .body-top .actions button {
  border-radius: 4px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff6600;
  line-height: 14px;
  font-size: 14px;
  border: 0;
  color: #ffffff;
  margin-top: 12px;
}
#buy-action-window .body-top .element-offer-elements {
  display: flex;
  flex-flow: wrap column;
}
#buy-action-window .body-top .element-offer-elements .quantity-control {
  margin-top: 24px;
  padding: 0;
  display: flex;
}
#buy-action-window .body-top .element-offer-elements .quantity-control li {
  width: 40px;
  height: 40px;
  border: 1px solid #a1a1a1;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#buy-action-window .body-top .element-offer-elements .quantity-control li input {
  border: 0;
  width: 100%;
  text-align: center;
  -webkit-appearence: none;
}
#buy-action-window .body-top .element-offer-elements .quantity-control li input:active, #buy-action-window .body-top .element-offer-elements .quantity-control li input:focus {
  outline: 0;
}
#buy-action-window .body-top .element-offer-elements .article {
  font-weight: 600;
  margin-bottom: 8px;
}
#buy-action-window .body-top .element-offer-elements .name {
  font-weight: 800;
  font-size: 16px;
}

/*# sourceMappingURL=buy-action-template.css.map */

/* End */


/* Start:/local/components/dev.atlantsnab/element.props/templates/.default/style.css?16851920231164*/
#props-view {
  margin-top: 48px;
  font-size: 14px;
  grid-column: 1;
}
@media screen and (min-width: 1025px) {
  #props-view {
    grid-column: 1/span 3;
  }
}
#props-view .caption {
  font-size: 18px;
  font-weight: 800;
}
#props-view dl {
  margin-top: 24px;
}
#props-view dl dt {
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  #props-view dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1px;
    background: #e1e1e1;
    border: 1px solid #e1e1e1;
  }
  #props-view dl dt, #props-view dl dd {
    font-size: 14px;
    background: #fff;
    padding: 10px 24px;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  #props-view dl dt.odd, #props-view dl dd.odd {
    background: #f1f1f1;
  }
}
@media (max-width: 767px) {
  dd {
    word-break: break-all;
  }
}
@media (max-width: 1024px) {
  #props-view .odd {
    background: #eee;
  }
  #props-view dt, #props-view dd {
    padding-left: 8px;
  }
  #props-view dt {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 0 !important;
  }
  #props-view dd {
    margin-bottom: 0 !important;
    padding-bottom: 6px;
  }
}

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

/* End */


/* Start:/local/components/dev.atlantsnab/element.files/templates/.default/style.css?17598562731586*/
#files {
  box-shadow: 0 5px 10px -1px rgba(0, 0, 0, 0.12);
  width: 100%;
  flex-flow: wrap column;
  padding: 24px;
  display: grid !important;
  min-width: 100%;
  border-radius: 6px;
}
@media (min-width: 1025px) {
  #files {
    grid-column: 1/span 3;
    margin: 24px 0;
  }
}
#files .caption {
  font-size: 18px;
  font-weight: 800;
}
#files ul {
  width: max-content;
  max-width: 100%;
  display: grid;
  grid-auto-flow: row dense;
  grid-gap: 0 36px;
  padding: 0;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  #files ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 962px) {
  #files ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  #files ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#files ul li {
  max-width: 100%;
  overflow: hidden;
  display: flex;
  grid-template-columns: 1fr 40px;
  grid-gap: 24px;
}
#files ul li a {
  width: 100%;
  display: flex;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  display: flex;
  align-items: center;
  width: max-content;
  transition: 0.15s ease-in;
}
#files ul li a svg {
  fill: #f60;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
#files ul li a:hover {
  color: #f60;
}
#files ul li a + a {
  flex: 40px;
  width: 40px;
  height: 40px;
  transition: 0.15s ease-in;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#files ul li a + a svg {
  width: 24px;
  height: 24px;
  margin: auto;
}
#files ul li a + a:hover {
  background: rgba(255, 102, 0, 0.2);
}

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

/* End */


/* Start:/local/templates/atlant_review_2020/components/api/reviews/2023/style.css?16825187748247*/
/* General
 ========================================================================== */
.api-reviews *{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.api-reviews{ font-size: 14px; line-height: 20px }
.api-reviews .api-block-top{
	margin: 0 0 15px; background: #fff;	-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .25); -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .25); box-shadow: 0 3px 3px rgba(0, 0, 0, .25);
}
.api-reviews .api-block-header{ position: relative; overflow: hidden; padding: 20px; }

.api-reviews .api-block-title{ padding: 10px 20px; line-height: 32px;}
.api-reviews .api-block-title:after {content: "";display: table;clear: both;}
.api-reviews .api-block-title .api-block-left{font-weight: bold; font-size: 20px; float: left; }
.api-reviews .api-block-title .api-block-right{float: right; text-align: right}

.api-reviews .api-block-header .api-reviews-stat,
.api-reviews .api-block-header .api-reviews-form{ float: left; width: 100%; padding-left: 10px; }
.api-reviews .api-block-sort{ padding: 13px 20px 10px; border-top: 1px solid #f0f0f0; }

/* .api-field-files */
.api-reviews .api-field-files .api-attachment-wrap{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 6px 6px 0;
}
.api-reviews .api-field-files a{
	text-decoration: none;
	display: block;
	border: 1px solid rgba(0, 0, 0, .1);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.api-reviews  .api-field-files a:hover{
	border: 1px solid rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}
.api-reviews  .api-field-files .api-file-outer{
	border: 1px solid #fff;
}
.api-reviews  .api-file-content{
	font-size: 13px;
	line-height: 15px;
	max-height: 30px;
	overflow: hidden;
	display: block;
}
.api-reviews  .api-file-thumbnail{
	display: block;
	width: 114px;
	height: 72px;
	background-size: contain;
	background-position: center;
	background-color: rgba(0,0,0,.05);
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}
.api-reviews  .api-file-attachment{
	display: block;
	width: 114px;
	height: 72px;
	background: #eeece9;
	color: #000;
	padding: 5px 7px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
}
.api-reviews  .api-file-extension{
	display: block;
	padding: 0 4px;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	bottom: 5px;
	left: 5px;
	background: #60605a;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
}

.api-reviews  .api-file-delete{
	display: block;
	position: absolute;
	z-index: 1;
	right: -10px;
	top: -10px;
	width: 16px;
	height: 16px;
	background: #FFF;
	color: #000;
	opacity: .75;
	filter: alpha(opacity=75);
	line-height: 16px;
	font-size: 20px;
	font-family: sans-serif;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;
	-webkit-transition: all 50ms linear 0s; -moz-transition: all 50ms linear 0s; -ms-transition: all 50ms linear 0s; -o-transition: all 50ms linear 0s; transition: all 50ms linear 0s;
}
.api-reviews  .api-file-delete:hover{
	background: #F00;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}
.api-reviews  .api-file-delete:active{
	opacity: .3;
	filter: alpha(opacity=30);
}

.api-reviews .api-file-ext-mp3,
.api-reviews .api-file-ext-wav,
.api-reviews .api-file-ext-midi,
.api-reviews .api-file-ext-snd,
.api-reviews .api-file-ext-au,
.api-reviews .api-file-ext-wma,
.api-reviews .api-file-ext-ogg,
.api-reviews .api-file-ext-aac,
.api-reviews .api-file-ext-flac,
.api-reviews .api-file-ext-cda{background: #23a9db;}

.api-reviews .api-file-ext-mpg,
.api-reviews .api-file-ext-avi,
.api-reviews .api-file-ext-wmv,
.api-reviews .api-file-ext-mpeg,
.api-reviews .api-file-ext-mpe,
.api-reviews .api-file-ext-flv,
.api-reviews .api-file-ext-mkv,
.api-reviews .api-file-ext-mov,
.api-reviews .api-file-ext-wma,
.api-reviews .api-file-ext-mp4,
.api-reviews .api-file-ext-xvid,
.api-reviews .api-file-ext-asf,
.api-reviews .api-file-ext-divx,
.api-reviews .api-file-ext-vob{background: #7e70ee;}
.api-reviews .api-file-ext-swf{background: #A42222;}

.api-reviews .api-file-ext-odt,
.api-reviews .api-file-ext-doc,
.api-reviews .api-file-ext-docx{background: #03689b;}

.api-reviews .api-file-ext-csv,
.api-reviews .api-file-ext-ods,
.api-reviews .api-file-ext-xls,
.api-reviews .api-file-ext-xlsx{background: #5bab6e;}

.api-reviews .api-file-ext-odp,
.api-reviews .api-file-ext-ppt,
.api-reviews .api-file-ext-pptx{background: #f1592a;}

.api-reviews .api-file-ext-rar,
.api-reviews .api-file-ext-tar,
.api-reviews .api-file-ext-7zip,
.api-reviews .api-file-ext-zip{background: #867c75;}

.api-reviews .api-file-ext-djvu,
.api-reviews .api-file-ext-epub,
.api-reviews .api-file-ext-tiff,
.api-reviews .api-file-ext-xps{background: #3468b0;}
.api-reviews .api-file-ext-pdf{background: #d00;}

.api-reviews .api-file-ext-txt{background: #a4a7ac;}
.api-reviews .api-file-ext-rtf{background: #a94bb7;}

.api-reviews .api-file-ext-app{background: #ed558f;}
.api-reviews .api-file-ext-php{background: #8993BE;}
.api-reviews .api-file-ext-js{background: #d0c54d;}
.api-reviews .api-file-ext-css{background: #44afa6;}

.api-reviews .api-file-ext-jpeg,
.api-reviews .api-file-ext-jpg{background: #e15955;}

/* Adobe */
.api-reviews .api-file-ext-psd{background: #26cdf7;}
.api-reviews .api-file-ext-ae{background: #d4a6ff;}
.api-reviews .api-file-ext-au{background: #00dfb9;}
.api-reviews .api-file-ext-an{background: #ff4926;}
.api-reviews .api-file-ext-ai{background: #ff7e19;}
.api-reviews .api-file-ext-ic{background: #fc64f6;}
.api-reviews .api-file-ext-id{background: #ff3f8d;}
.api-reviews .api-file-ext-mu{background: #d0e73e;}
.api-reviews .api-file-ext-pr{background: #e383ff;}


/* Display
 ========================================================================== */
.api-hidden{ display: none !important; visibility: hidden !important; }
.api-display-block{ display: block !important; }
.api-display-inline{ display: inline !important; }
.api-display-inline-block{ display: inline-block !important; }

/* Wait
 ========================================================================== */
#api-reviews-wait{ display: none; position: fixed; top: 0; left: 0; height: 100%; width: 100%; z-index: 9999; overflow: hidden; }
#api-reviews-wait .api-image{
	z-index: 2; position: absolute; top: 50%; left: 50%; height: 56px; width: 56px; margin: -28px 0 0 -28px;
	background-image: url("/local/templates/atlant_review_2020/components/api/reviews/2023/images/wait.svg"); background-repeat: no-repeat; background-size: contain;background-color: rgba(255, 255, 255, .7);
	-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;
	-webkit-box-shadow: 0 0 7px 3px rgba(255, 255, 255, .7); -moz-box-shadow: 0 0 7px 3px rgba(255, 255, 255, .7); box-shadow: 0 0 7px 3px rgba(255, 255, 255, .7);
	-webkit-animation:loader 5s linear infinite; -o-animation:loader 5s linear infinite; animation:loader 5s linear infinite;
}
@keyframes loader{
	100%{-webkit-transform: rotate(-360deg);transform: rotate(-360deg); }
}
#api-reviews-wait .api-bg{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: #fff; opacity: .4; }

/* @media
 ========================================================================== */
@media (min-width: 768px){
	.api-reviews .api-block-header .api-reviews-stat{width: 66.666%;margin-bottom: 0;}
	.api-reviews:not(.api-stat-off) .api-block-header .api-reviews-form{width: 33.333%;}
}
@media (max-width: 768px){
	.api-reviews .api-block-title > div{width: 100% !important; float: none !important; text-align: left !important;}
}

.api_modal .api_modal_close{
	transform-origin:50%!important;

}
.api_modal .api_modal_close:hover{
	transform-origin:50%!important;

}

/* End */


/* Start:/local/templates/atlant_review_2020/components/api/reviews/2023/list_style.css?1674223102951*/
#reviews {
  margin-top: 48px;
  grid-column: 1/span 1;
  margin-bottom: 54px;
}
#reviews .api-block-title {
  order: 1;
  grid-column: 1;
  padding: 0;
}
#reviews .api-block-title .api-block-left {
  font-size: 18px;
  font-weight: 800;
  color: #000;
  text-shadow: none;
}
@media (min-width: 1025px) {
  #reviews {
    grid-column: 1/span 3;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 0 24px;
    position: relative;
  }
  #reviews .api-block-header {
    padding: 24px 0;
    position: relative;
    align-self: flex-start;
    order: 3;
    grid-column: 1;
    padding: 0;
    display: inline-block;
  }
  #reviews .api-block-header .stickytop {
    box-shadow: 0 5px 10px -1px rgba(0, 0, 0, 0.12);
    top: 0;
    position: sticky;
  }
  #reviews .api-block-sort {
    grid-column: 2;
    order: 2;
  }
  #reviews .api-block-content {
    grid-column: 2;
    order: 4;
  }
}

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

/* End */


/* Start:/local/templates/atlant_review_2020/components/api/reviews/2023/theme/aspro/style.css?16723028751432*/
.api-reviews .api-block-title,
.api-reviews .api-block-sort,
.api-reviews .api-block-title a,
.api-reviews .api-block-sort a{ color: #fff; text-shadow: 0 1px 0 rgba(0,0,0,.2) }
.api-reviews .api-block-sort a{border-color: #fff}
.api-reviews .api-block-sort a.api-active,
.api-reviews .api-block-sort a:hover{color: #000}

.arbt-color-yellow .api-block-title,
.arbt-color-yellow .api-block-sort{ background: #faaa00; }

.arbt-color-orange .api-block-title,
.arbt-color-orange .api-block-sort{ background: #ff6d00; }

.arbt-color-red .api-block-title,
.arbt-color-red .api-block-sort{ background: #de002b; }

.arbt-color-magenta .api-block-title,
.arbt-color-magenta .api-block-sort{ background: #b82945; }

.arbt-color-orchid .api-block-title,
.arbt-color-orchid .api-block-sort{ background: #d75cb6; }

.arbt-color-navy .api-block-title,
.arbt-color-navy .api-block-sort{ background: #006dca; }

.arbt-color-blue .api-block-title,
.arbt-color-blue .api-block-sort{ background: #01aae3; }

.arbt-color-green_sea .api-block-title,
.arbt-color-green_sea .api-block-sort{ background: #01b1af; }

.arbt-color-green .api-block-title,
.arbt-color-green .api-block-sort{ background: #009f4f; }

.arbt-color-irish_green .api-block-title,
.arbt-color-irish_green .api-block-sort{ background: #6db900; }

.arbt-color-purple .api-block-title,
.arbt-color-purple .api-block-sort{ background: #9d57fb; }


/* End */


/* Start:/local/components/dev/product.analogs/templates/.default/style.css?17698679147502*/
@charset "UTF-8";
.bx_item_detail .product-analogs {
  padding: 25px 35px 0px;
  width: 100%;
  margin: 0 0 24px;
  max-width: 100%;
  overflow: hidden;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.bx_item_detail .product-analogs .title {
  font: 600 13px Roboto;
  text-transform: uppercase;
}
.bx_item_detail .product-analogs .splide {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
.bx_item_detail .product-analogs .splide .splide__slide {
  border: 1px solid rgba(161, 161, 161, 0.3333333333);
  border-radius: 6px;
  flex-flow: wrap column;
  overflow-x: hidden;
  flex-flow: wrap;
  grid-template-rows: 260px 40px 70px 1fr auto;
  display: grid;
}
.bx_item_detail .product-analogs .splide picture {
  height: 258px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  justify-content: center;
  border-bottom: 1px solid rgba(161, 161, 161, 0.3333333333);
}
.bx_item_detail .product-analogs .splide picture img {
  object-fit: contain;
  max-width: 80%;
  max-height: 80%;
  object-position: center;
}
.bx_item_detail .product-analogs .splide .brand-line {
  padding: 20px 15px 15px;
  font-size: 11px;
  display: flex;
  align-items: flex-start;
  margin: 0;
  height: 45px;
  display: flex;
  flex-flow: wrap row;
  align-items: center;
}
.bx_item_detail .product-analogs .splide .brand-line .brand img {
  jeight: 24px;
}
.bx_item_detail .product-analogs .splide .brand-line .sku {
  margin-left: auto;
  font-size: 13px;
  font-weight: 700;
  color: #999;
}
.bx_item_detail .product-analogs .splide .brand-line a {
  flex: 1;
  color: #f76300;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  color: #222222;
  text-decoration: none;
  font-weight: 500;
  overflow: hidden;
}
.bx_item_detail .product-analogs .splide .brand-line span {
  color: #979797;
}
.bx_item_detail .product-analogs .splide .brand-line + a {
  height: 70px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: flex;
  align-items: flex-start;
  padding: 0 15px;
  color: #222222;
  text-decoration: none;
  font-weight: 500;
  height: 70px;
}
.bx_item_detail .product-analogs .splide .bottom {
  padding: 0 15px;
  display: flex;
  flex-flow: wrap column;
  width: 100%;
  align-items: center;
}
.bx_item_detail .product-analogs .splide .bottom .price {
  margin-right: auto;
  font-weight: 500;
}
.bx_item_detail .product-analogs .splide .bottom .link {
  transition: 0.25s ease;
  margin-left: auto;
  color: #f76300;
  width: 100%;
  height: 25px;
  border: 1px solid #f76300;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  font-weight: 500;
}
.bx_item_detail .product-analogs .splide .bottom .link:hover {
  background: #f76300;
  color: #ffffff;
}

.same-props {
  width: 100%;
  background: #fff3eb;
  flex: 1 0;
  margin-bottom: 12px;
  display: flex;
  flex-flow: wrap column;
  padding: 12px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.same-props .title {
  text-align: center;
  font-size: 12px !important;
  margin-bottom: 12px;
}
.same-props .list {
  width: 100%;
  padding: 0;
  display: grid;
  width: 100%;
  grid-gap: 6px 8px;
  grid-template-columns: auto auto;
  font-size: 10px;
}
.same-props .list .value {
  width: 100%;
  text-align: right;
  grid-column: 2;
  line-height: 15px;
  font-weight: bold;
}
.same-props .list .name {
  grid-column: 1;
  line-height: 15px;
}

.arrows-bottom {
  padding-bottom: 40px;
  display: grid;
  grid-template-rows: auto auto;
}
.arrows-bottom .splide__track {
  grid-row: 1;
}
.arrows-bottom .splide__arrows {
  padding-top: 12px;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  grid-row: 3;
}
.arrows-bottom .splide__arrows button {
  margin: 0 6px;
  display: flex;
  position: static;
}

.splide__arrow {
  display: flex;
}
.splide__arrow.splide__arrow--prev svg {
  transform-origin: 50%;
}

.product-analogs {
  overflow-x: visible !important;
}
.product-analogs .title {
  font-size: 18px;
  font-weight: 800;
  color: #000;
  text-shadow: none;
}
.product-analogs .splide {
  overflow-x: visible !important;
  padding: 15px;
}
.product-analogs .splide .brand-line {
  display: flex;
  width: 100%;
}
.product-analogs .splide .splide__track .splide__list {
  overflow-x: visible;
}
.product-analogs .splide .splide__track .splide__list .splide__slide {
  padding: 12px;
  max-height: 400px;
  overflow: hidden;
  border-radius: 6px;
  /*box-shadow: 0 5px 10px -1px rgba(0, 0, 0, 0.12);*/
  box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.12);
}
.product-analogs .splide .splide__track .splide__list .splide__slide > a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  font-weight: 800;
  word-break: break-word;
}
.product-analogs .splide .splide__track .splide__list .splide__slide picture {
  width: 100%;
  height: 100%;
  height: 200px;
  display: flex;
  flex-flow: wrap column;
  padding: 32px;
}
.product-analogs .splide .splide__track .splide__list .splide__slide picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.product-analogs {
  margin-bottom: 60px;
}
.product-analogs .splide .same-props {
  margin: auto 0;
  margin-top: 24px;
  background: none;
  padding: 0;
  overflow-y: auto !important;
  max-height: 60px;
  padding-right: 12px;
}
.product-analogs .splide .same-props::-webkit-scrollbar {
  margin: 20px 0;
  max-height: 100px;
}
.product-analogs .splide .same-props::-webkit-scrollbar-thumb {
  width: 8px;
  border-radius: 10px;
  background: #787885;
  cursor: pointer;
}
.product-analogs .splide .same-props::-webkit-scrollbar {
  width: 6px;
  background: rgba(161, 161, 161, 0.1333333333);
}
.product-analogs .splide .same-props::-webkit-scrollbar {
  margin: 20px 0;
  max-height: 100px;
}
.product-analogs .splide .same-props::-webkit-scrollbar-track {
  background: rgba(161, 161, 161, 0.1333333333);
  border-radius: 10px;
  width: 5px;
  cursor: pointer;
}
.product-analogs .splide .splide__arrows {
  position: absolute !important;
  top: 0 !important;
  grid-area: 1;
}
.product-analogs .splide__slide {
  height: 500px;
  display: flex;
  flex-flow: wrap column;
}
.product-analogs .splide__slide picture {
  height: 150px !important;
}
.product-analogs .splide__slide .bottom {
  margin-top: auto !important;
  display: flex;
  font-weight: 800;
  flex-flow: wrap column;
}
.product-analogs .splide__slide .bottom .link {
  cursor: pointer;
  border-radius: 0px;
  background: none;
  margin-left: 0;
  color: #f60;
  width: max-content;
  padding: 6px 0 !important;
  border-bottom: 1px dotted transparent;
}
.product-analogs .splide__slide .bottom .link:before {
  content: "подробнее";
}
.product-analogs .splide__slide .bottom .link:hover {
  border-bottom: 1px dotted #f60;
}

.product-analogs .splide .splide__arrows {
  margin-top: -40px;
  right: 0;
  width: max-content;
}
.product-analogs .splide .splide__arrows button {
  border-radius: 50%;
  background: rgba(255, 102, 0, 0.1333333333);
  width: 40px;
  height: 40px;
}
.product-analogs .splide .splide__arrows button svg {
  width: 18px;
  height: 18px;
  fill: #f60;
}
.product-analogs .splide .splide__arrows button:focus {
  outline: 0;
}

#analogs .product-analogs {
  width: 100%;
}

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

/* End */
/* /local/components/dev/catalog/templates/.default/style.css?167058103540 */
/* /local/components/dev/catalog.element/templates/2023/element-grid.css?16854582703239 */
/* /local/components/dev/catalog.element/templates/2023/top-line.css?16854581882837 */
/* /local/components/dev.atlantsnab/wishlist/templates/item.button/style.css?167170674085 */
/* /local/components/dev.atlantsnab/compare/templates/item.button/style.css?1671101157100 */
/* /local/templates/atlant_review_2020/lib/toast/tata.css?16280580093718 */
/* /local/templates/atlant_review_2020/lib/toast/custom.css?1672655443649 */
/* /local/components/dev.atlantsnab/element.gallery/templates/2023/style.css?17422993142849 */
/* /local/components/dev.atlantsnab/element.props/templates/preview/wholesaler-call.css?16842452331423 */
/* /local/components/dev.atlantsnab/element.offer/templates/.default/style.css?17650157016455 */
/* /local/components/dev.atlantsnab/element.offer/templates/.default/edost.css?16999023216236 */
/* /local/components/dev.atlantsnab/element.offer/templates/.default/buy-action-template.css?16759546202262 */
/* /local/components/dev.atlantsnab/element.props/templates/.default/style.css?16851920231164 */
/* /local/components/dev.atlantsnab/element.files/templates/.default/style.css?17598562731586 */
/* /local/templates/atlant_review_2020/components/api/reviews/2023/style.css?16825187748247 */
/* /local/templates/atlant_review_2020/components/api/reviews/2023/list_style.css?1674223102951 */
/* /local/templates/atlant_review_2020/components/api/reviews/2023/theme/aspro/style.css?16723028751432 */
/* /local/components/dev/product.analogs/templates/.default/style.css?17698679147502 */
