

/* Start:/local/templates/.default/components/bitrix/catalog/sotbit_origami_catalog/style.css?165994619215744*/
.catalog_content__title {
  padding-bottom: 1rem; }

.block_page_navigation {
  text-align: center;
  margin-bottom: 2.5rem; }
  .block_page_navigation > span, .block_page_navigation > a {
    padding: 0.3rem 0.7rem;
    margin: 0 0.5rem; }
  .block_page_navigation .block_page_current {
    border: 1px solid var(--main-color); }

.catalog_section_block {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px; }
  .catalog_section_block.catalog_section_block_bestsellers {
    padding: 0 0 32px; }

.catalog_content .catalog_content__category_img_title {
  font-size: 0.9rem; }

.catalog_content .catalog_content__category_comment {
  margin-bottom: 2rem; }
  .catalog_content .catalog_content__category_comment img {
    max-width: 100%;
    max-height: 100%; }

.catalog_content .catalog_content__category_block_img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 110px;
  margin-bottom: 2rem; }

.catalog_content .catalog_content__category_img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.catalog_content .catalog_content__canvas {
  margin-bottom: 2rem; }

.catalog_content .catalog_content__canvas_img {
  width: 100%; }

.catalog_content .catalog_content__category {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px; }

.catalog_content .catalog_content__category_item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -1px;
  margin-left: -1px;
  padding: 1rem;
  text-align: center;
  border: 1px solid #ebedee; }
  .catalog_content .catalog_content__category_item:hover {
    -webkit-box-shadow: 0 5px 9.7px 0.3px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 9.7px 0.3px rgba(0, 0, 0, 0.15); }

.tabs_block__product_card,
.block__product_cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch; }
  .tabs_block__product_card .product_card__inner,
  .block__product_cards .product_card__inner {
    -ms-flex-preferred-size: 270px;
        flex-basis: 270px;
    width: auto;
    margin-left: -1px; }
  .tabs_block__product_card .product_card__inner.product_card__inner--row,
  .block__product_cards .product_card__inner.product_card__inner--row {
    width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }

.block__product_cards {
  margin-bottom: 37px;
  width: 100%; }
  .block__product_cards.block__product_cards--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item.product_card__block_item--column {
    width: 100%; }
  .block__product_cards .product_card__block_item {
    width: 25%;
    margin-bottom: -1px; }
  .block__product_cards .product_card__block_item-4 {
    width: 25%; }
  .block__product_cards .product_card__block_item-5 {
    width: 20%; }
  .block__product_cards .product_card__block_item-3 {
    width: calc(100% / 3); }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item {
    width: 25%;
    margin-bottom: -1px; }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item-4 {
    width: 25%; }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item-5 {
    width: 20%; }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item-3 {
    width: calc(100% / 3); }

.catalog-wrapper {
  padding-left: 15px;
  padding-right: 15px; }

.catalog_section_block_bestsellers .product_card__block_item {
  width: 100%; }

.product_card__block_item > div {
  height: 100%; }

.product_card__block_item.product_card__block_item--row {
  width: 100%;
  margin-bottom: -1px; }

@media (max-width: 1300px) {
  .catalog_content__category_item {
    padding: 1rem; } }

@media (max-width: 1200px) {
  div.block__product_cards .product_card__block_item {
    width: 25%; }
  div.block__product_cards .product_card__block_item.product_card__block_item--row {
    width: 100%; } }

@media (max-width: 992px) {
  div.block__product_cards .product_card__block_item {
    width: calc(100% / 3); }
  div.block__product_cards .product_card__block_item.product_card__block_item--row {
    width: 100%; }
  .catalog_content__category_item {
    padding: 1.5rem; }
  #loadMore,
  .catalog_content__category,
  .catalog_content__category_block_img {
    margin-bottom: 1rem; } }

@media (max-width: 768px) {
  div.block__product_cards .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min {
    width: 50%; }
  div.block__product_cards
.product_card__block_item.product_card__block_item--row {
    width: 100%; }
  div.block__product_cards .product_card__block_item {
    width: 50%;
    height: auto; }
  .catalog_content__sort_horizon_btn-block {
    display: none; }
  .catalog_content__category_item {
    width: calc(50% + 1px); }
  .catalog_content__title {
    padding-top: 5px;
    text-align: center;
    padding-bottom: 22px; }
  .catalog_section_block {
    padding-left: 15px;
    padding-right: 15px; }
  .catalog_content__category_item {
    width: 50%; }
  div.catalog_section_block .product_card__block_item,
  div.block__product_cards-section .product_card__block_item {
    width: 50%; }
  div.catalog_section_block .product_card__block_item.product_card__block_item--row,
  div.block__product_cards-section .product_card__block_item.product_card__block_item--row {
    width: 100%; }
  .rating-block-title {
    display: none; }
  .product-detail-info-block-comment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1rem; }
  .product-detail-info-block-title {
    text-align: center; }
  .product-detail-photo-block .sticker_product,
  .product-detail-photo-block .product_card__block_icon {
    top: 1rem; }
  .product-detail-price-and-cheaper {
    background: #f7f7f7;
    text-align: center;
    padding: 2rem 1rem 0 1rem; }
    .product-detail-price-and-cheaper .product-detail-title-price {
      display: inline-block; }
    .product-detail-price-and-cheaper .product_card__block__new_price_product {
      padding-right: 0;
      padding-bottom: 0; }
    .product-detail-price-and-cheaper .product_card__block__old_price_product {
      display: block;
      font-size: 0.8rem;
      margin: 0.3rem 0 0.5rem 0; }
    .product-detail-price-and-cheaper .product-detail-info-block-price {
      padding-bottom: 1rem; }
  .product-detail-info-block-brand {
    padding: 2.5rem 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    border-bottom: 1px solid #ededed; }
    .product-detail-info-block-brand .product-detail-info-block-brand-link {
      margin-bottom: 0; }
  .product-detail-info-block-main-property {
    text-align: center; }
  .product-detail-info-block .block-property-text-item {
    opacity: 0.5; }
  .product-detail-info-block .block-property-color-item.active,
  .product-detail-info-block .block-property-text-item.active {
    opacity: 1; }
  .product-detail-info-block .product-detail-info-block-size {
    display: none; }
  .product-detail-info-block .product-detail-info-block-basket {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 555;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-bottom: 0; }
    .product-detail-info-block .product-detail-info-block-basket .main_btn {
      width: 50%;
      padding: 0.8rem 0.8rem; }
    .product-detail-info-block .product-detail-info-block-basket .detail-basket-wrapper {
      width: 50%; }
    .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity {
      width: 50%;
      margin-left: 0; }
      .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__input,
      .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__minus,
      .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__plus {
        width: 33.33%;
        height: 100%;
        line-height: 3.2rem; }
  .product-detail-info-block .product-detail-info-block-one-click-basket .one_click_btn {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 0.8rem 0.5rem; }
  .product-detail-info-block .block-advantages-title {
    text-align: center;
    font-size: 1.5rem; }
  .product-detail-info-block .product-detail-info-block-advantages-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem; }
  .product-detail-info-block .product-detail-info-block-advantages-item img {
    max-width: 50px;
    margin-right: 0;
    margin-bottom: 1rem; }
  .product-detail-info-block .product-detail-info-block-advantages {
    border-bottom: 1px solid #ededed; }
  .product-detail-info-block-basic-property,
  .product-detail-share-block-comment {
    display: none; }
  .product-detail-share-block-button {
    margin-right: 0;
    width: 100%;
    text-align: center;
    padding: 0.8rem 1.5rem; }
  .product-detail-info-block-one-click-basket {
    margin-bottom: 2rem;
    border-bottom: 1px solid #ededed; }
  .product_card__block_item {
    width: 100%; }
  .detail-product-advice.owl-carousel .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #ededed;
    border-radius: 50px;
    margin-right: 1.333rem; }
  .detail-product-advice.owl-carousel .owl-dot.active span {
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid var(--main-color);
    background: var(--main-color);
    border-radius: 50px;
    margin-right: 1.333rem; }
  .detail-product-advice.owl-carousel .owl-dots {
    display: block;
    text-align: center;
    margin-top: 1rem;
    padding-bottom: 2rem; }
  .tabs_block__product_card {
    padding-right: 0; }
  .detail-product-advice.owl-carousel .product_card__block {
    padding: 2rem 0; }
  .product_set_item::before {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-top: auto;
    margin-bottom: -27px;
    margin-right: -27px; }
  .product_set_item .d24 {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-top: auto;
    margin-bottom: -13px;
    margin-right: -2px; }
  .product_set_comment {
    padding-bottom: 2rem; }
  .puzzle_block .detail_product {
    border-bottom: 1px solid #ededed;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem; }
  .product_set_comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .product_set_comment__price {
    padding-right: 0;
    padding-bottom: 1rem; }
  .product-detail-info-block .product-detail-info-block-basket .main_btn {
    width: 100%;
    height: 100%;
    padding: 0.8rem 0.8rem; }
  .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity {
    width: 50%;
    margin-left: 0; }
  .block_page_previous,
  .block_page_next {
    display: none; }
  .catalog_section_block {
    padding-left: 15px;
    padding-right: 0;
    margin-bottom: 40px; }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 10px; }
    .block__product_cards.block__product_cards--mobile-min .product_card__block_item:nth-child(3n) {
      margin-right: 0; }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item-4 {
    width: calc((100% - 20px) / 3); }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item-5 {
    width: calc((100% - 20px) / 3); }
  .block__product_cards.block__product_cards--mobile-min .product_card__block_item-3 {
    width: calc((100% - 20px) / 3); } }

@media (max-width: 767px) {
  .panel_filter_sort {
    display: block;
    margin-bottom: 1rem; } }

@media (max-width: 576px) {
  .catalog_content__canvas {
    display: none; }
  .catalog-wrapper {
    padding-left: 15px;
    padding-right: 15px; }
    .catalog-wrapper .block_main_left_menu__content.no-padding {
      padding: 0 !important; }
  div.catalog_section_block .product_card__block_item,
  div.block__product_cards-section .product_card__block_item {
    width: 100%; }
  .catalog_content__category_item {
    width: 100%; }
  .product_card__block__article {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .block_page_navigation > span,
  .block_page_navigation > a {
    padding: 0.3rem 0.7rem;
    margin: 0 0.3rem; }
  .catalog_content__canvas {
    display: none; }
  .catalog_content__canvas.catalog_content__canvas--display {
    display: block; }
  div.block__product_cards .product_card__block_item {
    width: 100%;
    height: 100%; } }

@media (max-width: 575px) {
  .panel_filter_sort {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 42px;
    margin-bottom: 30px; } }

@media (max-width: 480px) {
  div.block__product_cards .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min {
    width: 100%; } }

@media (max-width: 460px) {
  .catalog_content__category_block_img {
    height: 85px;
    margin-bottom: 7px; } }

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/sotbit_origami_catalog/bitrix/catalog.compare.list/.default/style.css?16599461921267*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}


/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/origami_default/style.css?16599461921393*/
.breadcrumb_block {
    padding: 23px 0;
}

.breadcrumb_block .icon-nav_2 {
    padding: 5px;
    font-size: 7px;
}

.breadcrumb_block__item {
    display: inline-block;
    font-size: 12px;
}

.breadcrumb_block__item_no_link {
    color: #8b8b8b;
}

.breadcrumb_block__item-arrow {
    fill: none;
    stroke: #000;
    margin: 0 8px;
}

@media (max-width: 1023px) {
    .breadcrumb_block {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1343px) {
    .breadcrumb_block {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .breadcrumb_block {
        margin-top: 0 !important;
    }
}

@media (max-width: 768px) {
    .breadcrumb_block {
        text-align: left;
        border-bottom: 1px solid #eeeeee;
        border-top: 1px solid #eeeeee;
        padding: 0.5rem 0;
        margin-bottom: 1rem;
        overflow: scroll;
        -ms-overflow-style: none;
        width: 100%;
        height: 40px;
        display: block;
        white-space: nowrap;
        position: relative;
    }

    .puzzle_block .breadcrumb_block {
        border-top: none;
    }

    .breadcrumb_block::-webkit-scrollbar {
        display: none;
    }

    .breadcrumb_block::-webkit-scrollbar-track {
        display: none;
    }

    .breadcrumb_block::-webkit-scrollbar-thumb {
        display: none;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/.default/style.css?1659946192180818*/
@-webkit-keyframes showBlockBuy {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-animation-duration: 0s;
            animation-duration: 0s; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-duration: 1s;
            animation-duration: 1s; } }

@keyframes showBlockBuy {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-animation-duration: 0s;
            animation-duration: 0s; }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-duration: 1s;
            animation-duration: 1s; } }

.product-detail-info-block-path-to-basket {
  display: none;
  padding-bottom: 17px; }

.product-detail-info-block-path-to-basket .in_basket {
  background: #00b02a;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1rem;
  font-weight: bold;
  color: #fefcfc;
  max-width: 204px;
  height: 37px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.product-detail-info-block-path-to-basket .in_basket span {
  width: 18px;
  height: 14px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAYAAAAi2ky3AAAA4UlEQVQokaXSoUpEQRQG4LMqBoMmTQaDTTZbTNoMgsHkAwg+weYtazYIG4w20/Y1+QIGm8EgiJg0GAT5DN6BcbjX63IPDMzM+edjGKaH6FCnEbEaEcOFDsggIkZpMdfhJqNs/RyYdZz4XQPErMgxvjJkmHopsIN+C3JUIGd5P7CPT7z9gR1UmVQXZSZwngVesFmE9gpkjF4dtITbLPiI9Sqwi4+sd4X5ulunyQrusgP3OMR7tnfdhORQYA0P6muCxSakhAIbeCqQaRtSBwW28FohN37esPWPNTW2cYnl/yCIb4hEjr8+hxV0AAAAAElFTkSuQmCC);
  margin-right: 5px; }

/* Sidebar */
.product-item-detail-info-section {
  padding: 0 20px; }

@media (min-width: 1024px) {
  .main_info_detail_product .col-lg-12 {
    max-width: 50%; } }

@media (max-width: 992px) {
  .product-item-detail-info-section {
    padding: 0; } }

.product-item-detail-info-container {
  margin-bottom: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.product-item-detail-info-container-title {
  margin-bottom: 3px;
  color: #000;
  font-weight: bold;
  font-size: 13px; }

.product-item-detail-pay-block {
  position: relative;
  margin-bottom: 15px;
  padding: 20px 20px 0;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  background-color: #fff; }

.bx-retina .product-item-detail-pay-block {
  border-width: .5px; }

/*Compare*/
.product-item-detail-compare-container {
  position: relative;
  margin: 0 -20px;
  padding: 4px 15px;
  min-height: 30px;
  border-top: 1px solid #e4e4e4;
  background: #f3f3f3;
  -webkit-box-shadow: inset 0 1px 1px 0 #eee;
          box-shadow: inset 0 1px 1px 0 #eee;
  color: #4e4e4e;
  vertical-align: middle;
  font-size: 12px;
  line-height: 20px; }

.product-item-detail-compare .checkbox {
  margin: 0;
  padding: 0; }

/* Price */
.product-item-detail-price-current {
  color: #d0021b;
  white-space: nowrap;
  font-weight: bold;
  font-size: 30px;
  line-height: 33px;
  -webkit-transition: font-size 200ms ease;
  transition: font-size 200ms ease; }

.product-item-detail-price-old {
  color: #bdbdbd;
  text-decoration: line-through;
  white-space: nowrap;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px; }

/* SCU */
.product-item-scu-container {
  padding: 0 0 2px; }

.product-item-scu-container-title {
  color: #333;
  font-size: 12px; }

.product-item-scu-list {
  margin: 0; }

.product-item-scu-item-list {
  overflow: hidden;
  margin: 0 0 0 -2px;
  padding: 0;
  list-style: none; }

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 3px;
  max-width: 100%;
  vertical-align: middle; }

.product-item-scu-item-text-container {
  min-width: 48px; }

.product-item-scu-item-color-container {
  max-width: 60px;
  width: 25%; }

.product-item-scu-item-color-block {
  position: relative;
  padding-top: 100%;
  outline: 1px solid #c0cfda;
  cursor: pointer; }

.bx-no-touch .product-item-scu-item-color-block {
  -webkit-transition: outline 200ms ease;
  transition: outline 200ms ease; }

.bx-retina .product-item-scu-item-color-block {
  outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
  outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block {
  outline-width: 1px; }

.product-item-scu-item-color {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

.product-item-scu-item-text-block {
  position: relative;
  padding: 0 5px;
  outline: 1px solid #c0cfda;
  cursor: pointer; }

.bx-no-touch .product-item-scu-item-text-block {
  -webkit-transition: outline 300ms ease;
  transition: outline 300ms ease; }

.bx-retina .product-item-scu-item-text-block {
  outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
  outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block {
  outline-width: 1px; }

.product-item-scu-item-text {
  overflow: hidden;
  max-width: 100%;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  line-height: 18px; }

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
  position: relative;
  overflow: hidden;
  outline-color: #a9adb4 !important; }

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
  background-size: 80% 80%;
  content: ""; }

.product-item-selected-scu-container {
  word-spacing: 1px; }

.product-item-selected-scu {
  display: inline-block;
  overflow: hidden;
  padding: 0 5px;
  min-width: 22px;
  height: 22px;
  outline: 1px solid #c0cfda;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  line-height: 22px; }

.bx-retina .product-item-selected-scu {
  outline-width: .5px; }

.product-item-selected-scu-color {
  background-position: center;
  background-size: 20px 20px;
  background-repeat: no-repeat; }

/*Amount*/
.product-item-amount {
  padding: 0 0 2px;
  text-align: center; }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
  position: relative;
  display: inline-block;
  min-width: 22px;
  height: 22px;
  border-radius: 2px;
  background-color: #f2f2f2;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 300ms ease, opacity 300ms ease;
  transition: background 300ms ease, opacity 300ms ease; }

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus {
  border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
  background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: .8;
  -webkit-transition: opacity 300ms ease, background 300ms ease;
  transition: opacity 300ms ease, background 300ms ease; }

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
  opacity: .3 !important;
  cursor: default; }

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
  background-color: #f2f2f2; }

.product-item-amount-field-btn-minus:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: .8;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease; }

.product-item-amount-field-btn-plus:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
  background-size: 10px; }

.product-item-amount-field-btn-minus:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
  background-size: 10px; }

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after {
  opacity: 1; }

.product-item-amount-field {
  display: inline-block;
  padding: 0;
  max-width: 50px;
  width: auto;
  height: 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent !important;
  color: #000;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  line-height: 22px;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease; }

.bx-retina .product-item-amount-field {
  border-width: .5px; }

.product-item-amount-field:focus {
  outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.product-item-amount-description-container {
  color: #a5a5a5;
  white-space: nowrap;
  font-size: 12px; }

.product-item-amount-description-container strong {
  color: #333;
  white-space: nowrap; }

.product-item-amount-label-container {
  margin: 5px 0;
  color: #a5a5a5;
  font-weight: bold;
  font-size: 12px; }

/**/
.product-item-quantity {
  color: #333;
  font-weight: normal;
  font-size: 12px; }

.product-detail-photo-block {
  position: relative;
  /*	>>>	popup*/ }
  .product-detail-photo-block .sticker_product {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    left: 0; }
    .product-detail-photo-block .sticker_product .timer {
      margin: 0;
      -webkit-box-ordinal-group: 0;
         -moz-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
      .product-detail-photo-block .sticker_product .timer .timer-wrapper {
        position: relative;
        top: 0;
        left: -5px;
        margin: 0; }
        .product-detail-photo-block .sticker_product .timer .timer-wrapper .timer-count,
        .product-detail-photo-block .sticker_product .timer .timer-wrapper .timer-title {
          margin-right: 0;
          margin-bottom: 0; }
  .product-detail-photo-block .popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
    -webkit-animation-name: imgPopupShow;
            animation-name: imgPopupShow;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms; }
    .product-detail-photo-block .popup .product-item-detail-slider-images-container {
      right: 105px; }
    .product-detail-photo-block .popup .product-item-detail-slider-block {
      padding-top: 0;
      height: 100vh; }
    .product-detail-photo-block .popup .product-item-detail-slider-image {
      position: absolute;
      top: 50%;
      left: 50%;
      max-height: 100vh;
      width: calc(100% - 150px);
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%); }
      .product-detail-photo-block .popup .product-item-detail-slider-image img {
        max-width: 100%;
        max-height: 90vh;
        width: auto;
        cursor: default; }
    .product-detail-photo-block .popup .product-item-detail-slider-controls-block {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      overflow-y: auto;
      padding: 20px;
      border-left: 1px solid #d3d3d3;
      background-color: #fff; }
    .product-detail-photo-block .popup .product-item-detail-slider-controls-image {
      display: block;
      margin-bottom: 20px; }
    .product-detail-photo-block .popup .product-item-detail-slider-close {
      position: absolute;
      top: 4px;
      right: 110px;
      bottom: 0;
      z-index: 150;
      display: block;
      width: 50px;
      height: 50px;
      background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
      opacity: .27;
      cursor: pointer;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease; }
      .product-detail-photo-block .popup .product-item-detail-slider-close:hover {
        opacity: 1; }
    .product-detail-photo-block .popup .product-item-detail-slider-right {
      right: 105px; }

.product-detail-item {
  width: 50%;
  padding: 0 15px; }

@-webkit-keyframes imgPopupShow {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes imgPopupShow {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Slider Mobile*/
@media (max-width: 1023px) {
  .product-detail-photo-block .popup .product-item-detail-slider-images-container {
    right: 0; }
  .product-detail-photo-block .popup .product-item-detail-slider-block {
    padding-top: 0;
    height: calc(100vh - 111px); }
  .product-detail-photo-block .popup .product-item-detail-slider-image {
    width: 90%; }
    .product-detail-photo-block .popup .product-item-detail-slider-image img {
      max-width: 100%;
      max-height: calc(100vh - 115px);
      width: auto;
      cursor: default; }
  .product-detail-photo-block .popup .product-item-detail-slider-controls-block {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: auto;
    max-height: 111px;
    border-top: 1px solid #d3d3d3;
    border-left: none;
    white-space: nowrap; }
  .product-detail-photo-block .popup .product-item-detail-slider-controls-image {
    display: inline-block;
    margin-bottom: 0; }
  .product-detail-photo-block .popup .product-item-detail-slider-close {
    right: 10px;
    z-index: 200; }
  .product-detail-photo-block .product-item-detail-slider-left,
  .product-detail-photo-block .product-item-detail-slider-right {
    max-width: 75px; }
  .product-detail-photo-block .product-item-detail-slider-right {
    right: 0; }
  .product-item-detail-slider-block {
    max-width: 100%; } }

@media (max-width: 420px) {
  .product-item-detail-slider-block {
    max-width: 100%; } }

/*Label*/
.product-item-label-text,
.product-item-label-ring {
  position: absolute;
  z-index: 190;
  opacity: 1;
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease; }

.product-item-label-text span,
.product-item-label-ring {
  display: inline-block;
  clear: both;
  margin-bottom: 2px;
  background: #f42c2c;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease; }

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring {
  background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div {
  line-height: 0; }

.product-detail-photo-block .popup .product-item-label-text,
.product-detail-photo-block .popup .product-item-label-ring {
  display: none; }

/* TEXT */
.product-item-label-text span {
  padding: 2px 5px;
  vertical-align: middle;
  font-weight: bold; }

.product-item-label-text.product-item-label-small span {
  margin-bottom: 1px;
  padding: 2px 7px;
  font-weight: normal;
  font-size: 13px;
  line-height: 14px; }

.product-item-label-text.product-item-label-big span {
  padding: 4px 10px;
  font-size: 13px;
  line-height: 17px; }

@media (max-width: 1023px) {
  .product-item-label-text > div {
    line-height: 0; }
  .product-item-label-text.product-item-label-small span,
  .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
    margin-bottom: 1px;
    padding: 2px 7px;
    font-size: 10px;
    line-height: 14px; }
  .product-item-big-card .product-item-label-text.product-item-label-small span,
  .product-item-label-text.product-item-label-big span,
  .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
    margin-bottom: 1px;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 16px; }
  .product-item-big-card .product-item-label-text.product-item-label-big span {
    padding: 3px 12px;
    font-size: 20px;
    line-height: 25px; } }

/*RING*/
.product-item-label-ring {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  font-weight: bold; }

.product-item-label-ring.product-item-label-small {
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px; }

.product-item-label-ring.product-item-label-big {
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 50px; }

@media (max-width: 1023px) {
  .product-item-label-ring.product-item-label-small,
  .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
    width: 20px;
    height: 20px;
    font-size: 13px;
    line-height: 20px; }
  .product-item-big-card .product-item-label-ring.product-item-label-small,
  .product-item-label-ring.product-item-label-big,
  .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
    width: 35px;
    height: 35px;
    font-size: 12px;
    line-height: 35px; }
  .product-item-big-card .product-item-label-ring.product-item-label-big {
    width: 70px;
    height: 70px;
    font-size: 24px;
    line-height: 70px; } }

.product-item-label-top {
  top: -5px; }

.product-item-label-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.product-item-label-center > div {
  text-align: center; }

.product-item-label-left {
  left: -5px; }

.product-item-label-left > div {
  text-align: left; }

.product-item-label-bottom {
  bottom: -5px; }

.product-item-label-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.product-item-label-right {
  right: -5px; }

.product-item-label-right > div {
  text-align: right; }

.product-item-label-center.product-item-label-middle {
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%); }

/* Tabs */
.product-item-detail-tabs-container {
  min-height: 60px;
  border-bottom: 1px solid #ededed;
  background: #fff; }

.product-item-detail-tabs-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

.product-item-detail-tabs-list:after {
  display: table;
  clear: both;
  content: ""; }

.product-item-detail-tab {
  float: left;
  min-height: 60px; }

.product-item-detail-tab-link {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 25px;
  height: 60px;
  color: #039be5;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 13px;
  line-height: 45px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease; }

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
  color: #000; }

.product-item-detail-tab-link:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  background: #1485ce;
  content: "";
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease; }

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after {
  height: 3px; }

.product-item-detail-tab-link:active:after {
  height: 6px; }

.product-item-detail-tab-content {
  padding: 25px 0; }

@media (max-width: 991px) {
  .product-item-detail-tabs-container {
    display: none !important; }
  .product-item-detail-tab-content {
    display: block !important; } }

/*Tab fixed*/
.product-item-detail-tabs-container-fixed {
  position: fixed;
  top: -100px;
  right: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
          box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
  -webkit-transition: top 350ms linear;
  transition: top 350ms linear; }

.product-item-detail-tabs-container-fixed {
  min-height: 45px;
  background: #fff; }

.product-item-detail-tabs-container-fixed.active {
  top: 0;
  opacity: 1; }

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
  margin: 0 auto;
  max-width: 1048px; }

.product-item-detail-tabs-container-fixed .product-item-detail-tab {
  min-height: 45px; }

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
  padding: 10px 25px;
  height: 45px;
  line-height: 25px; }

.bx-touch .product-item-detail-tabs-container-fixed {
  display: none !important; }

/*Small Card*/
.product-item-detail-short-card-fixed {
  position: fixed;
  top: -85px;
  right: 0;
  left: 0;
  z-index: 1010;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 0 8px;
  height: 85px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
          box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
  -webkit-transition: top 220ms linear;
  transition: top 220ms linear; }

.product-item-detail-short-card-fixed.active {
  top: 0;
  opacity: 1; }

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active {
  top: 85px; }

.bx-touch .product-item-detail-short-card-fixed {
  display: none !important; }

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
  margin: 0 auto;
  max-width: 1048px; }

.product-item-detail-short-card-content-container table {
  min-width: 100%;
  border-collapse: collapse; }

.product-item-detail-short-card-image {
  padding-right: 15px;
  width: 80px;
  vertical-align: middle;
  text-align: left; }

.product-item-detail-short-card-image img {
  max-width: none;
  height: 65px; }

.product-item-detail-short-title-container {
  max-width: 650px; }

.product-item-detail-short-title-text {
  display: block;
  color: #000;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.product-item-detail-short-card-price {
  padding: 0 10px;
  vertical-align: middle;
  text-align: right; }

.product-item-detail-short-card-btn {
  padding-left: 10px;
  min-width: 120px; }

/*Properties */
.product-item-detail-tab-content {
  display: none; }

.product-item-detail-tab-content.active {
  display: block; }

.product-item-detail-tab-content h3 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px; }

.product-item-detail-properties {
  display: block;
  overflow: hidden;
  margin: 0;
  max-width: 560px;
  color: #a5a5a5;
  font-size: 12px; }

.product-item-detail-properties dl {
  clear: both; }

.product-item-detail-properties dt {
  float: left;
  clear: both;
  font-weight: normal; }

.product-item-detail-properties dd {
  float: right;
  margin-bottom: 3px;
  margin-left: 5px;
  color: #000; }

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

input[type='number'] {
  -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

.product-detail-photo-block .popup .sticker_product,
.product-detail-photo-block .popup .product_card__block_icon,
.product-detail-photo-block .popup .product-tem-zoom {
  display: none; }

/* ___________ DETAIL PRODUCT __________________ */
/* Slider */
.product-item-detail-slider-container {
  max-width: 100%;
  padding: 0;
  text-align: center;
  -webkit-transition: 1s;
  transition: 1s;
  position: relative;
  /*magnified*/ }
  .product-item-detail-slider-container .product-tem-zoom .product-card_icon-zoom-big {
    fill: #fff;
    width: 28px;
    height: 28px;
    top: calc(50% - 14px);
    left: calc(50% - 14px);
    position: absolute; }
  .product-item-detail-slider-container.magnified .product-item-detail-slider-image {
    z-index: 100; }
    .product-item-detail-slider-container.magnified .product-item-detail-slider-image img {
      outline-color: #ddd; }
  .product-item-detail-slider-container.magnified .product-item-detail-slider-left,
  .product-item-detail-slider-container.magnified .product-item-detail-slider-right {
    z-index: 50; }
  .product-item-detail-slider-container.magnified .product-item-label-text,
  .product-item-detail-slider-container.magnified .product-item-label-ring {
    opacity: 0; }
  .product-item-detail-slider-container .product-tem-zoom {
    z-index: 99;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -2rem;
    margin-top: -2rem;
    width: 4rem;
    height: 4rem;
    background: var(--main-color);
    border-radius: 50px;
    text-align: center; }
    .product-item-detail-slider-container .product-tem-zoom i {
      font-size: 2rem;
      color: #ffffff;
      line-height: 4rem; }
  .product-item-detail-slider-container:hover .product-tem-zoom {
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
    cursor: pointer; }

.product-item-detail-slider-block {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.product-item-detail-slider-container .product_card__block_icon {
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 1.4rem;
  color: #c3c3c3;
  z-index: 82;
  -webkit-transition: 1s;
  transition: 1s; }
  .product-item-detail-slider-container .product_card__block_icon span {
    position: relative;
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .product-item-detail-slider-container .product_card__block_icon span svg {
      position: absolute;
      left: calc(50% - 8px);
      top: calc(50% - 8px);
      fill: #BDBDBD; }
    .product-item-detail-slider-container .product_card__block_icon span:hover {
      cursor: pointer;
      background-color: #ededed; }
      .product-item-detail-slider-container .product_card__block_icon span:hover svg {
        fill: var(--main-color); }
    .product-item-detail-slider-container .product_card__block_icon span.active {
      background-color: var(--main-color); }
      .product-item-detail-slider-container .product_card__block_icon span.active svg {
        fill: #fff; }
    .product-item-detail-slider-container .product_card__block_icon span.active:hover {
      background-color: #ededed; }
      .product-item-detail-slider-container .product_card__block_icon span.active:hover svg {
        fill: var(--main-color); }

.product-item-detail-slider-container .product_card__block_icon-heart {
  margin-bottom: 10px; }

.product-item-detail-slider-block.product-item-detail-slider-block-square {
  padding-top: 100%; }

.product-item-detail-slider-images-container .product-item-detail-slider-image {
  display: -webkit-inline-box !important;
  display: -moz-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-transition: none;
  transition: none; }
  .product-item-detail-slider-images-container .product-item-detail-slider-image > img {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }

.product-item-detail-slider-images-container [data-entity="image-wrapper"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (max-width: 768px) {
  .product-item-detail-slider-images-container {
    -ms-flex-negative: initial;
        flex-shrink: initial;
    min-width: auto; }
    .product-item-detail-slider-images-container .product-item-detail-slider-image img {
      max-width: 100%; } }

.product-item-detail-slider-image {
  text-align: center; }

.product-item-detail-slider-image.active {
  position: relative;
  z-index: 10;
  opacity: 1; }

.product-item-detail-slider-image {
  position: relative; }

.product-item-detail-slider-image img {
  max-width: 100%;
  max-height: 525px;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  outline: 1px solid transparent;
  background-position: center;
  background-repeat: no-repeat; }

.product-item-detail-slider-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 180;
  height: 3px; }

/*Slider Controls*/
.product-item-detail-slider-controls-block {
  padding: 10px 0;
  text-align: center; }
  .product-item-detail-slider-controls-block .swiper-slide {
    height: 90px;
    width: 90px; }
    .product-item-detail-slider-controls-block .swiper-slide.swiper-slide-thumb-active {
      border: 2px solid var(--main-color); }
      .product-item-detail-slider-controls-block .swiper-slide.swiper-slide-thumb-active:hover {
        border: 2px solid var(--main-color); }
    .product-item-detail-slider-controls-block .swiper-slide:hover {
      border: 2px solid #ededed; }
  .product-item-detail-slider-controls-block:not(.swiper-container-initialized) .product-item-detail-slider-controls-image:first-of-type {
    border: 2px solid var(--main-color); }

@media (max-width: 1023px) {
  .product-item-detail-slider-controls-block {
    display: none !important; }
  .zoomIt_zoomed {
    display: none !important; }
  .zoomIt_area {
    display: none !important; }
  .product-item-detail-slider-container:focus .product-tem-zoom {
    display: none; } }

.product-item-detail-slider-controls-image {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 90px;
  height: 90px;
  max-width: 100%;
  max-height: 100%; }
  .product-item-detail-slider-controls-image img {
    max-width: 100%;
    max-height: 100%; }

.bx-retina .product-item-detail-slider-controls-image {
  outline-width: .5px; }

.bx-retina .product-item-detail-slider-controls-image.active {
  outline-width: 1px; }

.product-item-detail-slider-left,
.product-item-detail-slider-right {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 111;
  display: block;
  width: 25%;
  background: rgba(255, 255, 255, 0) url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  opacity: .57;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.product-item-detail-slider-left {
  left: 0; }

.product-item-detail-slider-right {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
  background-color: rgba(255, 255, 255, 0.4);
  opacity: .8; }

.product-item-detail-slider-close {
  display: none; }

.product-detail-photo-block .popup .product-item-detail-slider-close {
  position: absolute;
  top: 4px;
  right: 110px;
  bottom: 0;
  z-index: 150;
  display: block;
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  opacity: .27;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.product-detail-photo-block .popup .product-item-detail-slider-close:hover {
  opacity: 1; }

.product-detail-photo-block .popup .product-item-detail-slider-right {
  right: 105px; }

.product_detail_info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .product_detail_info .product-item-detail-buy-button {
    width: 268px; }
  .product_detail_info .product_detail_info_block_gift-wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    .product_detail_info .product_detail_info_block_gift-wrapper .product_detail_info_block_gift {
      margin-right: auto;
      margin-bottom: 0;
      margin-top: 20px;
      -webkit-box-ordinal-group: 2;
         -moz-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-bottom: 0; }
      .product_detail_info .product_detail_info_block_gift-wrapper .product_detail_info_block_gift .loader-btn {
        top: calc(50% - 10px);
        left: calc(50% - 10px); }
      .product_detail_info .product_detail_info_block_gift-wrapper .product_detail_info_block_gift .loader-btn svg {
        fill: var(--main-color); }
  .product_detail_info .product_detail_info_block_gift .product_detail_info_block_gift__title.product_detail_info--availability {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 180px;
    height: 39px;
    font-size: 14px;
    font-weight: 700;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .product_detail_info .product_detail_info_block_gift .product_detail_info_block_gift__title.product_detail_info--availability:hover {
      color: #fff;
      background-color: var(--main-color); }
      .product_detail_info .product_detail_info_block_gift .product_detail_info_block_gift__title.product_detail_info--availability:hover + .loader-btn svg {
        fill: #fff; }
  .product_detail_info .product_detail_info_block_gift.btnLoaderCustom .product_detail_info_block_gift__title {
    color: transparent;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .product_detail_info .product-detail-info-block-message {
    display: none;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #a1a1a1; }
    .product_detail_info .product-detail-info-block-message > p {
      max-width: 268px; }

.product_detail_info .product_card__block_buy_quantity {
  margin-left: 0;
  margin-right: 0; }

.product_detail_info_block .product-detail-info-block-basket .product_card__block_buy_quantity__minus,
.product_detail_info_block .product-detail-info-block-basket .product_card__block_buy_quantity__plus {
  background-color: #fff;
  width: 28px; }

.product_detail_info_block .product-detail-info-block-basket .product_card__block_buy_quantity__input {
  background-color: #fff;
  width: 35px; }

.product_detail_info_block .product_card__block__new_price_product {
  line-height: 2rem; }

.product_detail_info_block .product-detail-info-block-price {
  padding-bottom: 0.5rem; }
  .product_detail_info_block .product-detail-info-block-price .product_card__block__old_new_price {
    padding: 0;
    margin-bottom: 7px; }

.product_detail_info_block .product_card__other_prices_row {
  padding-bottom: 0px;
  margin-bottom: 14px; }

.product_detail_info_block .product-detail-title-price {
  line-height: 0.9rem;
  margin-bottom: 3px; }

.product_detail_info_block .product_detail_info_block_cheaper {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: var(--main-color);
  margin-bottom: 2rem; }
  .product_detail_info_block .product_detail_info_block_cheaper .far {
    height: 100%; }
  .product_detail_info_block .product_detail_info_block_cheaper .product_detail_info_block_cheaper-icon {
    fill: var(--main-color);
    width: 14px;
    height: 11px; }
  .product_detail_info_block .product_detail_info_block_cheaper:hover {
    color: var(--main-color-hover); }
    .product_detail_info_block .product_detail_info_block_cheaper:hover .product_detail_info_block_cheaper-icon {
      fill: var(--main-color-hover); }
    .product_detail_info_block .product_detail_info_block_cheaper:hover .product_detail_info_block_cheaper__title {
      color: var(--main-color-hover); }
  .product_detail_info_block .product_detail_info_block_cheaper .product_detail_info_block_cheaper__title {
    margin-left: 6px;
    color: var(--main-color);
    border-bottom: none; }
  .product_detail_info_block .product_detail_info_block_cheaper.btnLoaderCustom span {
    color: transparent;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .product_detail_info_block .product_detail_info_block_cheaper .loader-btn {
    top: calc(50% - 10px);
    left: 55px;
    fill: var(--main-color); }

.product_detail_info_block .product_detail_info_block_gift {
  position: relative;
  cursor: pointer;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: inline-block;
  color: #000000;
  margin-bottom: 20px;
  margin-right: auto; }
  .product_detail_info_block .product_detail_info_block_gift:hover {
    color: var(--main-color); }
    .product_detail_info_block .product_detail_info_block_gift:hover .product_detail_info_block_gift-icon {
      fill: var(--main-color); }
  .product_detail_info_block .product_detail_info_block_gift:hover .product_detail_info_block_gift__title {
    color: var(--main-color);
    border-color: var(--main-color); }
  .product_detail_info_block .product_detail_info_block_gift .product_detail_info_block_gift__title {
    color: #000000;
    border-bottom: 1px dotted #000000; }
  .product_detail_info_block .product_detail_info_block_gift.btnLoaderCustom span {
    color: transparent;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .product_detail_info_block .product_detail_info_block_gift .loader-btn {
    top: calc(50% - 10px);
    fill: #000;
    left: 44px; }

.product_detail_info_block .product-detail-info-block-main-property {
  margin-bottom: 1.5rem; }

.product_detail_info_block .product-detail-info-block-property-title {
  padding: 0;
  margin-bottom: 2px; }

.product_detail_info_block .block-property-color {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.product_detail_info_block .block-property-color-item {
  width: 36px;
  height: 36px;
  border: 2px solid #ededed;
  padding: 2px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2px; }
  .product_detail_info_block .block-property-color-item:hover {
    cursor: pointer;
    border: 2px solid #a7a6a6; }

.product_detail_info_block .block-property-color-item.color_image img {
  max-width: 100%;
  max-height: 100%; }

.product_detail_info_block .block-property-color-item.offer_image {
  position: relative;
  width: 36px;
  height: 36px; }

.product_detail_info_block .block-property-color-item.offer_image img {
  max-width: 100%;
  max-height: 100%; }

.product_detail_info_block .block-property-text-item.active,
.product_detail_info_block .block-property-color-item.active {
  border-color: var(--main-color); }

.product_detail_info_block .block-property-color-item.active {
  position: relative;
  border: 2px solid var(--main-color); }
  .product_detail_info_block .block-property-color-item.active .icon-tick {
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    right: 7px;
    margin-top: -7px;
    color: var(--main-color);
    font-weight: 700; }

.product_detail_info_block .block-property-text-item {
  display: inline-block;
  padding: 0.5rem 0.7rem;
  border: 1px solid transparent;
  margin-bottom: 0.3rem;
  min-width: 36px;
  text-align: center; }

.product_detail_info_block .block-property-text-item:hover {
  cursor: pointer; }

.product_detail_info_block .product-detail-info-block-size {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDMxRDZGQTZCRkY1MTFFODk5MDQ4NTdEOTU5QkRBOTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDMxRDZGQTdCRkY1MTFFODk5MDQ4NTdEOTU5QkRBOTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMzFENkZBNEJGRjUxMUU4OTkwNDg1N0Q5NTlCREE5MiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMzFENkZBNUJGRjUxMUU4OTkwNDg1N0Q5NTlCREE5MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PseBJKcAAACFSURBVHjaYvz//z8DJYCJgUIw8AYwAvECIH4AxPJA/BaIvwCxDhBfAWIxqLpXSGI8QCwMxA+BWAUk2QBVFAHEGlA2TMwBipHFNKBqwWIsSK45CnUBMriCxdWPgPgrjINswGMk9g4o/QaL2DcoxhuIJ4gUGyTRuASIb5OpX4FxNC8wAAQYAJ5aHfT26cPZAAAAAElFTkSuQmCC") no-repeat 0 50%;
  padding-left: 1.5rem;
  margin-bottom: 2rem; }
  .product_detail_info_block .product-detail-info-block-size a {
    color: var(--main-color);
    border-bottom: 1px dotted var(--main-color); }

.product_detail_info_block .product-detail-info-block-basket {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1rem;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .product_detail_info_block .product-detail-info-block-basket .product_card__block_buy_quantity {
    padding: 0;
    margin-top: 15px; }
  .product_detail_info_block .product-detail-info-block-basket .main_btn {
    min-width: 135px; }

.product_detail_info_block .product-detail-info-block-one-click-basket {
  display: inline-block;
  margin-top: 15px; }
  .product_detail_info_block .product-detail-info-block-one-click-basket .product-detail-info-block-one-click__icon {
    display: none; }
  .product_detail_info_block .product-detail-info-block-one-click-basket .one_click_btn {
    display: inline-block;
    height: 100%;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    text-align: center;
    min-width: 150px;
    line-height: 38px; }
  .product_detail_info_block .product-detail-info-block-one-click-basket.btnLoaderCustom {
    position: relative; }
    .product_detail_info_block .product-detail-info-block-one-click-basket.btnLoaderCustom .one_click_btn {
      color: transparent !important; }
    .product_detail_info_block .product-detail-info-block-one-click-basket.btnLoaderCustom .loader-btn {
      top: calc(50% - 11px);
      left: calc(50% - 10px); }
      .product_detail_info_block .product-detail-info-block-one-click-basket.btnLoaderCustom .loader-btn svg {
        fill: var(--main-color); }

.product_detail_info_block .product-detail-info-block-brand-link {
  display: block;
  max-width: 125px; }
  .product_detail_info_block .product-detail-info-block-brand-link img {
    max-width: 100%; }

.product_detail_info_block .product-detail-info-block-brand-link,
.product_detail_info_block .product-detail-info-block-brand {
  margin-bottom: 2rem; }

.product_detail_info_block .product-detail-info-block-basic-property {
  margin-bottom: 2rem; }
  .product_detail_info_block .product-detail-info-block-basic-property .product-detail-info-block-property,
  .product_detail_info_block .product-detail-info-block-basic-property .basic-property-title {
    margin-bottom: 1rem; }
  .product_detail_info_block .product-detail-info-block-basic-property .block-basic-property-link {
    color: var(--main-color); }
    .product_detail_info_block .product-detail-info-block-basic-property .block-basic-property-link:hover {
      color: var(--main-color-hover); }

.product_detail_info_block .block-advantages-title {
  margin-bottom: 1.2rem; }

.product_detail_info_block .product-detail-info-block-advantages-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem; }
  .product_detail_info_block .product-detail-info-block-advantages-item .block-advantages-comment {
    font-weight: 700; }
  .product_detail_info_block .product-detail-info-block-advantages-item img {
    max-width: 40px;
    margin-right: 1rem; }

.product_detail_info_block .product_detail_info_block__line {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 27px 0; }
  .product_detail_info_block .product_detail_info_block__line .product_detail_info_block__title {
    color: #717171; }

.product_detail_info_block .right_detail_card__stars {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px 0; }

.product_detail_info_block .product-detail-info-block-basket .detail-basket-wrapper {
  margin: 0 20px;
  margin-top: 15px; }
  .product_detail_info_block .product-detail-info-block-basket .detail-basket-wrapper .main_btn {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 135px; }

.product_detail_info_block .product-detail-info-block-basket svg {
  margin-right: 4px;
  fill: #fff; }

.product_detail_info_block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .product_detail_info_block .product-detail-info-block-basic-property {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

.main_info_detail {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.main_info_detail_product {
  padding-top: 20px;
  border: 1px solid #ededed;
  margin: 0 0 60px 0; }
  .main_info_detail_product::before, .main_info_detail_product::after {
    content: none; }
  .main_info_detail_product.row {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  .main_info_detail_product .col-xl-6.col-lg-12 {
    padding-top: 7px; }
  .main_info_detail_product .advantage.main-container {
    margin-top: 22px;
    margin-bottom: 22px; }
  .main_info_detail_product .block_main_advantage.main-container {
    padding-left: 15px;
    padding-right: 15px; }
  .main_info_detail_product .advantage.puzzle_block.main-container {
    padding: 25px 40px; }

@media (max-width: 768px) {
  .main_info_detail_product {
    padding-top: 0; }
    .main_info_detail_product .advantage.main-container {
      margin-top: 0; }
    .main_info_detail_product .advantage.puzzle_block.main-container {
      padding: 25px 0; }
  .product_detail_info_block .product_detail_info_block_cheaper {
    text-align: center; } }

.main_info_detail_product__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  padding: 40px 0 0 0; }

/* Tabs */
.product-item-detail-tabs-container {
  min-height: 45px;
  border-bottom: 1px solid #ededed;
  background: #fff;
  display: inline-block; }

.product-item-detail-tabs-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

.product-item-detail-tabs-list:after {
  display: table;
  clear: both;
  content: ""; }

.product-item-detail-tab {
  float: left;
  min-height: 45px; }

.product-item-detail-tab-link {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 25px;
  height: 45px;
  color: #000;
  vertical-align: middle;
  text-transform: uppercase;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 13px;
  line-height: 45px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease; }

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
  color: var(--main-color); }

.product-item-detail-tab-link:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  background: var(--main-color);
  content: "";
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease; }

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after {
  height: 2px; }

.product-item-detail-tab-link:active:after {
  height: 2px; }

.product-item-detail-tab-content {
  padding: 25px 0; }

@media (max-width: 991px) {
  .product-item-detail-tabs-container {
    display: none !important; }
  .product-item-detail-tab-content {
    display: block !important; } }

/*Tab fixed*/
.product-item-detail-tabs-container-fixed {
  position: fixed;
  top: -100px;
  right: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
          box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
  -webkit-transition: top 350ms linear;
  transition: top 350ms linear; }

.product-item-detail-tabs-container-fixed {
  min-height: 45px;
  background: #fff; }

.product-item-detail-tabs-container-fixed.active {
  top: 0;
  opacity: 1; }

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
  margin: 0 auto;
  max-width: 1048px; }

.product-item-detail-tabs-container-fixed .product-item-detail-tab {
  min-height: 45px; }

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
  padding: 5px 25px;
  height: 45px;
  line-height: 25px; }

.bx-touch .product-item-detail-tabs-container-fixed {
  display: none !important; }

.product-item-detail-tab-content-list li {
  color: var(--main-color);
  margin-bottom: 1rem; }
  .product-item-detail-tab-content-list li .product-item-detail-tab-content-list-title {
    color: #000000;
    display: block; }
  .product-item-detail-tab-content-list li .product-item-detail-tab-content-list-comment {
    color: #979797;
    display: block; }

.product_detail_info__buy {
  width: 100%;
  padding: 30px;
  background-color: #FAFAFA; }
  .product_detail_info__buy .product_detail_info_block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .product_detail_info__buy .product_detail_info__delivery.btnLoaderMore {
    height: 28px; }
    .product_detail_info__buy .product_detail_info__delivery.btnLoaderMore .loader {
      top: 5px;
      background-color: transparent; }
  .product_detail_info__buy .product_detail_info__delivery-item {
    margin-bottom: 17px; }
  .product_detail_info__buy .product_detail_info__delivery-way {
    margin: 0;
    padding: 0;
    font-size: 0.93rem;
    line-height: 20px;
    color: #808080; }
  .product_detail_info__buy .product_detail_info__delivery-link {
    font-size: 0.93rem;
    color: var(--main-color); }
    .product_detail_info__buy .product_detail_info__delivery-link .product_detail_info__delivery-link-icon {
      fill: var(--main-color); }
    .product_detail_info__buy .product_detail_info__delivery-link:hover {
      color: var(--main-color-hover); }
      .product_detail_info__buy .product_detail_info__delivery-link:hover .product_detail_info__delivery-link-icon {
        fill: var(--main-color-hover); }
    .product_detail_info__buy .product_detail_info__delivery-link.product_detail_info__delivery-link--btn {
      margin-right: 30px; }
  .product_detail_info__buy .product_detail_info__delivery-time {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 21px; }
    .product_detail_info__buy .product_detail_info__delivery-time span {
      font-weight: 700; }
  .product_detail_info__buy .product_detail_info_block_gift {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .product_detail_info__buy .product_detail_info_block_gift .product_detail_info_block_gift__title {
      font-size: 0.93rem;
      color: var(--main-color);
      border: none; }
    .product_detail_info__buy .product_detail_info_block_gift .loader-btn > svg {
      fill: var(--main-color-hover); }
    .product_detail_info__buy .product_detail_info_block_gift.btnLoaderCustom .product_detail_info_block_gift__title {
      color: transparent; }
    .product_detail_info__buy .product_detail_info_block_gift.btnLoaderCustom .product_detail_info_block_gift__title:hover {
      color: transparent; }
    .product_detail_info__buy .product_detail_info_block_gift .product_detail_info_block_gift-icon {
      margin-right: 6px;
      fill: var(--main-color); }
    .product_detail_info__buy .product_detail_info_block_gift:hover .product_detail_info_block_gift__title {
      color: var(--main-color-hover); }
    .product_detail_info__buy .product_detail_info_block_gift:hover .product_detail_info_block_gift-icon {
      fill: var(--main-color-hover); }
  .product_detail_info__buy .product_detail_info_block .product-detail-info-block-basket {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 20px; }
  .product_detail_info__buy .product_detail_info_block .product-detail-info-block__buy {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -15px; }
  .product_detail_info__buy .product_detail_info_block .product-item-detail-buy-button:not([style="display: none;"]) ~ .product-detail-info-block__buy {
    display: none; }
  .product_detail_info__buy .product-detail-info-block-path-to-basket {
    margin-right: 20px; }
  .product_detail_info__buy .main_btn.btnLoaderCustom > svg {
    fill: transparent; }
  .product_detail_info__buy .loader-btn svg {
    display: block;
    fill: #fff; }

@media (max-width: 1290px) {
  .product_detail_info__buy .product-detail-info-block-one-click-basket {
    width: auto; } }

@media (max-width: 1023px) {
  .sidebar {
    display: none; }
  .product_detail_info__buy .product_detail_info_block .product-detail-info-block__buy {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 0; }
  .product_detail_info_block.product_detail_info_block-buy {
    margin-left: -15px; }
    .product_detail_info_block.product_detail_info_block-buy .detail-basket-wrapper {
      margin-top: 0; }
      .product_detail_info_block.product_detail_info_block-buy .detail-basket-wrapper > .main_btn {
        max-width: none; }
    .product_detail_info_block.product_detail_info_block-buy .product_detail_info_block_gift-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .product_detail_info_block.product_detail_info_block-buy .product_detail_info_block_gift-wrapper > .product_detail_info_block_gift {
        margin-left: 15px;
        width: 100%; }
    .product_detail_info_block.product_detail_info_block-buy .product-detail-info-block-one-click-basket .one_click_btn {
      max-width: none; }
    .product_detail_info_block.product_detail_info_block-buy .product_card__block_buy_quantity {
      margin-top: 0; }
    .product_detail_info_block.product_detail_info_block-buy .product_detail_info_block_gift__title.product_detail_info--availability {
      height: 40px;
      width: auto;
      max-width: 400px; }
    .product_detail_info_block.product_detail_info_block-buy .product-item-detail-buy-button {
      width: auto;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-left: 15px; }
  .product_detail_info__buy {
    padding-right: 30px; }
    .product_detail_info__buy .product_detail_info__delivery {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .product_detail_info__buy .product_detail_info__delivery-item {
      width: 50%; }
    .product_detail_info__buy .product_detail_info__delivery-more {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
    .product_detail_info__buy .product_detail_info__delivery-link {
      width: 50%;
      margin: 0;
      padding-top: 5px; }
    .product_detail_info__buy .product_detail_info_block {
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative; }
    .product_detail_info__buy .product_detail_info_block .product-detail-info-block-basket {
      width: auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-flex: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .product_detail_info__buy .product_detail_info_block .product-detail-info-block-path-to-basket {
      width: 50%;
      margin: 0;
      padding-right: 20px; }
      .product_detail_info__buy .product_detail_info_block .product-detail-info-block-path-to-basket .in_basket {
        margin: 0; }
    .product_detail_info__buy .product_detail_info_block .product_detail_info_block_gift {
      width: auto;
      margin-left: 0;
      margin-right: auto;
      margin-top: 0; }
    .product_detail_info__buy .product_detail_info__delivery-link.product_detail_info__delivery-link--btn {
      margin: 0;
      padding-top: 0;
      padding-right: 20px; }
    .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed {
      position: fixed !important;
      bottom: 0;
      left: 0;
      width: 100%;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: 0;
      padding: 10px 20px;
      background-color: #fff;
      -webkit-box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.15);
              box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.15);
      z-index: 1000;
      -webkit-animation: showBlockBuy 1s;
              animation: showBlockBuy 1s; }
      .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .main_btn {
        -webkit-transition: background-color 0.3s, color 0.3s;
        transition: background-color 0.3s, color 0.3s; }
      .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product-detail-info-block-basket {
        width: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
      .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product-detail-info-block-one-click-basket {
        width: auto; }
      .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product-detail-info-block-path-to-basket {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        margin: 0;
        -webkit-box-flex: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-box-pack: justify;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        max-width: 315px; }
      .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product_detail_info_block_gift {
        margin: 0; }
      .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product_detail_info_block_gift-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin: 0; }
        .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product_detail_info_block_gift-wrapper .product_detail_info_block_gift {
          width: 100%; }
      .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product_detail_info--availability {
        height: 40px;
        width: auto;
        padding: 0 8px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 400px;
        -webkit-box-pack: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product-detail-info-block-basket {
        padding-bottom: 0;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
      .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product_detail_info_block_gift--gift {
        width: auto; }
      .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product_card__block_buy_quantity {
        margin-bottom: 0; }
      .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product-detail-info-block-one-click-basket {
        margin-bottom: 0; }
        .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product-detail-info-block-one-click-basket .one_click_btn {
          max-width: 400px;
          margin-left: 20px; }
      .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product-detail-info-block-one-click__icon {
        display: none; }
      .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product-detail-info-block-basket .detail-basket-wrapper {
        margin-bottom: 0;
        margin-left: 20px;
        margin-right: 0; }
        .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product-detail-info-block-basket .detail-basket-wrapper .main_btn.sweep-to-right {
          min-width: 106px;
          max-width: 400px; }
      .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product-detail-info-block__buy {
        width: 100%;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
      .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product-detail-info-block-path-to-basket {
        padding: 0; }
      .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product-item-detail-buy-button {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 400px;
        width: auto;
        min-width: auto;
        margin: 0;
        padding: 0 8px; }
      .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product_detail_info_block_gift {
        width: auto;
        margin-left: 12px; } }

@media (max-width: 767px) {
  .product_detail_info__buy {
    margin: 0;
    padding: 15px; }
    .product_detail_info__buy .product_detail_info_block .product_detail_info_block_gift {
      width: 100%;
      margin-top: 20px; }
    .product_detail_info__buy .product_detail_info_block .product-detail-info-block-one-click-basket {
      width: 100%; }
      .product_detail_info__buy .product_detail_info_block .product-detail-info-block-one-click-basket .one_click_btn {
        max-width: 350px; }
    .product_detail_info__buy .product_detail_info_block .product-detail-info-block-path-to-basket {
      width: 100%;
      max-width: 290px;
      padding-right: 0; }
    .product_detail_info__buy .product_detail_info_block .product-detail-info-block-basket {
      width: 350px;
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-flex: initial;
         -moz-box-flex: initial;
          -ms-flex-positive: initial;
              flex-grow: initial;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: auto;
      margin-right: auto; }
    .product_detail_info__buy .product_detail_info_block .product-detail-info-block-basket .detail-basket-wrapper {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      margin-right: 0;
      margin-left: auto; }
      .product_detail_info__buy .product_detail_info_block .product-detail-info-block-basket .detail-basket-wrapper .main_btn.sweep-to-right {
        margin: 0;
        min-width: auto; }
    .product_detail_info__buy .product_detail_info_block_gift {
      -webkit-box-pack: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .product_detail_info__buy .product_detail_info__delivery-item {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
    .product_detail_info__buy .product_detail_info__delivery-more {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .product_detail_info__buy .product_detail_info__delivery-link {
      width: auto; }
      .product_detail_info__buy .product_detail_info__delivery-link.product_detail_info__delivery-link--btn {
        margin: 0;
        padding: 0; }
    .product_detail_info__buy .product_detail_info_block .product_card__block_buy_quantity {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      margin-right: 20px;
      margin-bottom: 0; }
    .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed {
      padding: 10px 16px;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product_detail_info_block_gift--gift {
        margin-left: 12px;
        padding-top: 2px; }
        .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product_detail_info_block_gift--gift.btnLoaderCustom > span {
          font-size: inherit; }
        .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product_detail_info_block_gift--gift .product_detail_info_block_gift__title {
          display: none; }
      .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product_detail_info_block_gift-icon {
        width: 18px;
        height: 18px;
        margin-right: 0; }
      .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product_card__block_buy_quantity {
        margin-bottom: 0;
        margin-right: 10px; }
      .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product-detail-info-block-basket .product_card__block_buy_quantity__input {
        width: 42px; }
      .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product-detail-info-block__buy {
        -webkit-box-flex: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product-detail-info-block__buy .loader-btn {
          display: none; }
        .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product-detail-info-block__buy .detail-basket-wrapper {
          -webkit-box-flex: 7;
             -moz-box-flex: 7;
              -ms-flex-positive: 7;
                  flex-grow: 7;
          margin: 0; }
          .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product-detail-info-block__buy .detail-basket-wrapper .main_btn {
            max-width: 360px; }
      .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product-detail-info-block-path-to-basket {
        padding: 0; }
      .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product-detail-info-block-basket {
        margin: 0;
        -webkit-box-flex: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 600px; }
      .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product-detail-info-block-one-click-basket {
        min-width: auto;
        padding: 0;
        position: relative;
        margin-left: 12px; }
      .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product-detail-info-block-one-click__icon {
        display: block;
        fill: var(--main-color);
        stroke: var(--main-color);
        margin: 0; }
      .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .product-detail-info-block-one-click__icon {
        top: calc(50% - 11px);
        left: calc(50% - 10px);
        position: relative; }
      .product_detail_info__buy .product_detail_info_block.product_detail_info_block--fixed .one_click_btn {
        display: none; } }

/*product-detail-share-block*/
.product-detail-share-block-button {
  border: 1px solid #ebebeb;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  margin-right: 1rem;
  cursor: pointer; }
  .product-detail-share-block-button .icon-share {
    font-weight: bold; }

.product-detail-share-block-comment {
  color: #979797; }

.product-detail-photo-block_inner .product-item-detail-slider-controls-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px; }

/*end product-detail-share-block*/
/*detail-product-advice*/
.detail-product-gift .product_card__block_item {
  width: auto; }

.detail-product-advice .product_card__block_item {
  width: auto; }

.detail-product-gift.owl-carousel .owl-item img,
.detail-product-advice.owl-carousel .owl-item img {
  display: inline-block;
  width: auto; }

/*end detail-product-advice*/
.product_set_item {
  position: relative; }
  .product_set_item::before {
    content: "";
    position: absolute;
    width: 54px;
    height: 54px;
    border-radius: 50px;
    border: 1px solid #ededed;
    background: #ffffff;
    right: -27px;
    top: 50%;
    margin-top: -77px;
    z-index: 5; }
  .product_set_item .d24 {
    background: #ededed;
    height: 26px;
    width: 2px;
    position: absolute;
    right: -1px;
    top: 50%;
    margin-top: -63px;
    z-index: 5; }
  .product_set_item .d24:after {
    content: "";
    height: 2px;
    width: 26px;
    background: #ededed;
    position: absolute;
    left: -12px;
    top: 12px; }
  .product_set_item:last-child .d24,
  .product_set_item:last-child .d24:after, .product_set_item:last-child::before {
    display: none; }

.product_set_block {
  margin-bottom: 2rem; }

.product_set_comment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.product_set_comment__price {
  padding-right: 2rem; }

.product_set_comment__old_price {
  text-decoration: line-through;
  color: #cbcbcb; }

.block-property-text-item.notallowed,
.block-property-color-item.notallowed {
  color: #313131;
  opacity: 0.3; }

.main_info_detail_product .product_card__block_saving {
  font-size: 0.78rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 10px; }
  .main_info_detail_product .product_card__block_saving .product_card__block_saving_title {
    padding: 0 0.67rem;
    color: #00b02a;
    border: 1px solid #00b02a;
    margin-left: 0.3rem; }

/*title and brand */
.product_detail_title_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4px; }
  .product_detail_title_wrapper .product_detail_title {
    padding: 0;
    margin-bottom: 10px; }
  .product_detail_title_wrapper .product_detail_brand {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 210px;
    margin-bottom: 10px; }
    .product_detail_title_wrapper .product_detail_brand img {
      height: 100%;
      max-width: 100%;
      max-height: 100%; }
  .product_detail_title_wrapper .product_detail_brand__link {
    display: block;
    height: 26px; }

/*end title and brand */
/* block_main_advantage_for_element */
.block_main_advantage_for_element {
  padding: 2rem 3rem;
  border: 1px solid #ededed;
  border-top: none; }

.product-detail-price-and-cheaper-list {
  margin-bottom: 20px; }

.product-detail-price-and-cheaper-list__title-price {
  font-size: 0.9rem;
  color: #808080; }

.product-detail-price-and-cheaper-list__price {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem; }

.product-detail-price-and-cheaper-list__price-other {
  font-size: 13px;
  color: var(--main-color); }
  .product-detail-price-and-cheaper-list__price-other:hover {
    color: var(--main-color-hover); }
    .product-detail-price-and-cheaper-list__price-other:hover .product-detail-price-and-cheaper-list__price-other-icon {
      fill: var(--main-color-hover); }

.product-detail-price-and-cheaper-list__price-other-icon {
  fill: var(--main-color); }

/*end block_main_advantage_for_element */
/* ___________ END DETAIL PRODUCT ______________ */
@media (max-width: 1299.98px) {
  .bx_filter .bx_filter_section {
    padding: 1rem; }
  .catalog_content__category_item {
    padding: 1rem; } }

@media (max-width: 1199.98px) {
  .catalog_section_block .product_card__block_item {
    width: 33.33%; } }

@media (max-width: 991.98px) {
  .catalog_content__category_item {
    padding: 1.5rem; }
  #loadMore,
  .catalog_content__category,
  .catalog_content__category_block_img {
    margin-bottom: 1rem; } }

@media (max-width: 1023px) {
  .catalog_content__category_item {
    width: 50%; }
  .catalog_content__sort_horizon {
    margin-bottom: 1rem; }
  .catalog_section_block .product_card__block_item {
    width: 50%; }
  .rating-block-title {
    display: none; }
  .product-detail-info-block-comment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1rem; }
  .product-detail-info-block-title {
    text-align: center; }
  .product-detail-photo-block .sticker_product,
  .product-detail-photo-block .product_card__block_icon {
    top: 1rem; }
  .product-detail-price-and-cheaper {
    text-align: center;
    padding: 2rem 1rem 0 1rem; }
    .product-detail-price-and-cheaper .product-detail-title-price {
      display: inline-block; }
    .product-detail-price-and-cheaper .product_card__block__new_price_product {
      padding-right: 0;
      padding-bottom: 0; }
    .product-detail-price-and-cheaper .product_card__block__old_price_product {
      display: block;
      font-size: 18px;
      margin: 0.3rem 0 0.5rem 0; }
    .product-detail-price-and-cheaper .product-detail-info-block-price {
      padding-bottom: 1rem; }
  .product-detail-info-block-brand {
    padding: 2.5rem 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    border-bottom: 1px solid #ededed; }
    .product-detail-info-block-brand .product-detail-info-block-brand-link {
      margin-bottom: 0; }
  .product-detail-info-block-main-property {
    text-align: center; }
  .product-detail-info-block .block-property-text-item {
    opacity: 0.5; }
  .product-detail-info-block .block-property-color-item.active,
  .product-detail-info-block .block-property-text-item.active {
    opacity: 1; }
  .product-detail-info-block .product-detail-info-block-size {
    display: none; }
  .product-detail-info-block .product-detail-info-block-basket {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 555;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-bottom: 0; }
    .product-detail-info-block .product-detail-info-block-basket .main_btn {
      width: 50%;
      padding: 0.8rem 0.8rem; }
    .product-detail-info-block .product-detail-info-block-basket .detail-basket-wrapper {
      width: 50%; }
    .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity {
      width: 50%;
      margin-left: 0; }
      .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__input,
      .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__minus,
      .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__plus {
        width: 33.33%;
        height: 100%;
        line-height: 3.2rem; }
  .product-detail-info-block .product-detail-info-block-one-click-basket .one_click_btn {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 0.8rem 0.5rem; }
  .product-detail-info-block .block-advantages-title {
    text-align: center;
    font-size: 1.5rem; }
  .product-detail-info-block .product-detail-info-block-advantages-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem; }
  .product-detail-info-block .product-detail-info-block-advantages-item img {
    max-width: 50px;
    margin-right: 0;
    margin-bottom: 1rem; }
  .product-detail-info-block .product-detail-info-block-advantages {
    border-bottom: 1px solid #ededed; }
  .product-detail-info-block-basic-property {
    display: none; }
  .product-detail-share-block-button {
    margin-right: 0;
    width: 100%;
    text-align: center;
    padding: 0.8rem 1.5rem; }
  .product-detail-info-block-one-click-basket {
    height: 40px;
    margin-bottom: 2rem;
    border-bottom: 1px solid #ededed; }
  .product_set_item::before {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-top: auto;
    margin-bottom: -27px;
    margin-right: -27px; }
  .product_set_item .d24 {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-top: auto;
    margin-bottom: -13px;
    margin-right: -2px; }
  .product_set_comment {
    padding-bottom: 2rem; }
  .puzzle_block .detail_product {
    border-bottom: 1px solid #ededed;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem; }
  .product_set_comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .product_set_comment__price {
    padding-right: 0;
    padding-bottom: 1rem; }
  .product-detail-info-block .product-detail-info-block-basket .main_btn {
    width: 100%;
    height: 100%;
    padding: 0.8rem 0.8rem; }
  .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity {
    width: 50%;
    margin-left: 0; } }

@media (max-width: 575.98px) {
  .catalog_content__category_item {
    width: 100%; }
  .product_card__block__article {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.product_detail_info_block .product-detail-info-block-basket .detail-basket-wrapper .main_btn {
  text-transform: none !important; }

.product_detail_info_block .product-detail-info-block-one-click-basket .one_click_btn {
  cursor: pointer; }

.product-detail-share {
  padding: 38px 0; }

.puzzle_block.advantage {
  padding: 25px 50px;
  border-top: 1px solid #ededed; }

.content {
  padding: 0 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out; }

.product-presence__offer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #ededed; }
  .product-presence__offer .product-detail-info-block-basket svg {
    display: block; }

.product-presence__offer-title {
  color: #a1a1a1;
  font-size: 13px;
  padding: 10px 0; }

.product-presence__offer.product-presence__offer-title .product-presence__img {
  height: auto;
  line-height: 13px; }

.product-presence__basket .product-detail-info-block-basket {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch; }

.product-presence__img {
  width: 80px;
  height: 80px;
  margin-left: auto;
  text-align: center;
  line-height: 78px;
  padding: 0 10px; }

.product-presence__img img {
  max-height: 100%;
  max-width: 100%; }

.product-presence__buttom {
  position: relative;
  background: #e8e6e6;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  margin: 0 10px 0 0; }

.product-presence__buttom-icon {
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 7px);
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.product-presence__buttom.active {
  background: var(--main-color); }
  .product-presence__buttom.active .product-presence__buttom-icon {
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
    top: calc(50% - 6px);
    fill: #fff; }

.product-presence__img_and_buttom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.product-presence__img_and_buttom {
  width: 125px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.product-presence__rest {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 0 0 10px;
  -webkit-box-align: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch; }

.product-presence__price {
  text-align: center;
  width: 15%; }

.product-presence__price .product-detail-title-price {
  color: #979797;
  font-size: 13px; }

.product-presence__price
.product_card__block__new_price_product {
  font-weight: 700; }

.product-presence__icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.fal.fa-chart-bar .fa-compare-icon {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  fill: #919191; }

.fal.fa-chart-bar:hover .fa-compare-icon {
  fill: var(--main-color); }

.fal.fa-chart-bar.active .fa-compare-icon {
  fill: #fff; }

.fal.fa-chart-bar.active:hover .fa-compare-icon {
  fill: var(--main-color); }

.fal.fa-heart .fa-heart-icon {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  fill: #919191; }

.fal.fa-heart:hover .fa-heart-icon {
  fill: var(--main-color); }

.fal.fa-heart.active .fa-heart-icon {
  fill: #fff; }

.fal.fa-heart.active:hover .fa-heart-icon {
  fill: var(--main-color); }

.product-presence__icons span {
  font-size: 20px;
  color: #919191;
  padding: 6px 6px 3px 6px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .product-presence__icons span.active {
    color: #fff;
    background-color: var(--main-color); }
    .product-presence__icons span.active .fa-heart-icon {
      fill: #fff; }
  .product-presence__icons span.active:hover {
    color: var(--main-color);
    background-color: #e8e6e6; }

.product-presence__icons .fa-chart-bar {
  margin-right: 10px; }

.product-presence__icons span:hover {
  /**/
  color: var(--main-color);
  /**/
  cursor: pointer; }

.product-presence__price
.product_card__other_prices_row {
  margin-bottom: 10px; }

.product-presence__name-block
.product_detail_info_block__article {
  color: #afafaf;
  font-size: 12px;
  padding-top: 10px; }

.product-presence__name-block {
  width: 15%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-right: 10px; }

.presence__property {
  font-size: 12px; }

.product-presence__basket .product_card__block_buy_quantity {
  padding: 0 10px; }

.product-presence__basket .main_btn {
  height: 100%;
  min-height: 35px;
  min-width: 95px;
  text-transform: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px 0 0;
  padding: 0; }

.product-presence__basket .one_click_btn {
  height: 100%;
  min-height: 35px;
  border: 1px solid var(--main-color);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--main-color);
  min-width: 135px;
  cursor: pointer; }
  .product-presence__basket .one_click_btn .loader-btn {
    fill: var(--main-color); }

.product_card__block_buy_quantity__minus .fa-minus,
.product_card__block_buy_quantity__plus .fa-plus {
  vertical-align: middle;
  font-size: 10px; }

.product-presence__name {
  color: #1d1d1d;
  font-size: 14px; }

.product-presence__address-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  margin: 0 50px;
  border-bottom: 1px solid #ededed;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.product-presence__address-item:last-child {
  padding: 20px 50px;
  margin: 0; }

.product-presence__address-img {
  width: 80px;
  height: 50px;
  text-align: center;
  line-height: 48px; }

.product-presence__address-img img {
  max-height: 100%;
  max-width: 100%;
  height: auto; }

.product-presence__address-rest {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 0 0 10px; }

.product-presence__address-name {
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 5px 0; }

.product-presence__address-name:before {
  /**/
  color: var(--main-color);
  /**/
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f3c5";
  font-size: 12px; }

.product-presence__address-name-block
.product_card__block__presence_product_value_many {
  font-size: 13px;
  padding: 0 0 0 15px;
  color: #414141; }

.product-presence__address-name-block
.product_card__block__presence_product_value_many {
  font-size: 13px;
  padding: 0 0 0 15px;
  color: #414141; }

.product-presence__address-time {
  text-align: left; }

.product-presence__address-phone {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.product-presence__address-rest {
  font-size: 12px; }

.product-presence__address-metro {
  /**/
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--main-color);
  /**/ }
  .product-presence__address-metro svg {
    width: 12px;
    height: 12px;
    fill: var(--main-color); }

.product-presence__basket
.product-item-detail-buy-button {
  padding: 0 15px; }

.product-presence__basket {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 340px; }

.product-presence__property-block {
  max-width: 300px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  overflow: hidden; }

.product-presence__offer-property.product-presence__property-block {
  padding-bottom: 0; }

.product-presence__property-name-mobile {
  display: none; }

.product-presence__property-btn {
  display: none; }

.product-presence__property-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  min-width: 300px; }

.product-presence__property {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  color: #060606; }

.product-presence__offer-name {
  width: 15%; }

.product-presence__price .product_card__block_saving {
  display: block; }

.product-presence__address {
  display: none; }

.main_info_detail_product-presence {
  padding: 0 0 40px 0; }

.product-presence__offer-title .product-presence__name {
  color: #a1a1a1;
  font-size: 13px; }

.product-presence__offer-property {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }

.product-presence__action {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.product-presence__offer-title .product-presence__basket {
  padding: 0; }

.product-presence__offer-title .product-presence__img_and_buttom {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.product-presence__offer-title .product-presence__property {
  color: #a1a1a1;
  font-size: 13px; }

.product-presence__offer .product_card__block_buy_quantity {
  margin-left: 0; }

.product-presence__offer .product-presence__icons {
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

@media (max-width: 1290px) {
  .product-detail-info-block-basket {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .product-detail-info-block-one-click-basket {
    width: 100%;
    margin-top: 15px; }
  .product-presence__basket .product_card__block_buy_quantity {
    padding: 0 10px 0 0; }
  .product-presence__basket .main_btn {
    margin: 0; }
  .product-presence__basket .detail-basket-wrapper {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .product-presence__action {
    width: calc(30% + 100px); }
  .product-presence__basket {
    width: auto; }
  .product-presence__address-item {
    margin: 0; }
  .product-presence__address-item:last-child {
    padding: 20px 0; }
  .product-presence__address-metro {
    display: none; }
  .product-presence__property-block {
    max-width: 220px; }
  .product-presence__property-wrapper {
    min-width: 220px; }
  .product-presence__property {
    font-size: 12px; } }

@media (max-width: 1023px) {
  .product-presence__offer.product-presence__offer-title .product-presence__property-block {
    display: none; }
  .product-presence__offer.product-presence__offer-title .product-presence__action {
    margin: 0; }
  .product-presence__offer-property {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .product-presence__name-block {
    width: 50%;
    padding-right: 30px; }
  .product-presence__property-block {
    width: 25%; }
  .product-presence__property-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: auto;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .product-presence__property-name-mobile {
    display: block;
    margin-right: 8px;
    font-size: 12px;
    color: #808080; }
    .product-presence__property-name-mobile + div {
      font-size: 13px;
      color: #000000;
      text-align: left; }
  .product-presence__property {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .product-presence__price {
    width: 25%; }
  .product-presence__name-block .product_card__block__presence_product_value_many {
    margin-top: 10px;
    font-size: 12px; }
  .product-presence__action {
    width: 100%;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .product-detail-info-block-one-click-basket {
    width: auto;
    margin: 0;
    border-bottom: none; }
  .product-presence__offer {
    padding: 30px 15px; }
    .product-presence__offer .product-presence__basket {
      padding-top: 0; }
    .product-presence__offer .product-detail-price-and-cheaper {
      padding-top: 0;
      margin-bottom: 0; }
    .product-presence__offer .product_card__other_prices_row {
      margin-bottom: 0; }
    .product-presence__offer .product-presence__action {
      margin-top: 28px; }
    .product-presence__offer .product-presence__icons {
      margin-right: 16px; }
    .product-presence__offer .product-presence__icons span {
      width: 34px;
      height: 34px; }
    .product-presence__offer .product-presence__icons span svg {
      left: calc(50% - 11px);
      top: calc(50% - 10px);
      width: 22px;
      height: 22px; }
    .product-presence__offer .product-presence__icons {
      width: 80px; }
  .product-detail-info-block-one-click-basket {
    min-width: 167px;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .product-presence__basket .detail-basket-wrapper {
    min-width: 167px;
    margin-right: 20px;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .product-presence__basket .product-detail-info-block-basket {
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .product-presence__img_and_buttom {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .product-presence__address-item {
    padding: 10px 0; }
  .product-presence__address-rest {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 15px; }
  .product-presence__address-name-block {
    -ms-flex-preferred-size: 167px;
        flex-basis: 167px;
    margin: 15px 0; }
  .product-presence__address-time {
    -ms-flex-preferred-size: 167px;
        flex-basis: 167px;
    margin: 15px 0; }
  .product-presence__address-metro {
    -ms-flex-preferred-size: 167px;
        flex-basis: 167px;
    margin: 15px 0; }
  .product-presence__address-city {
    -ms-flex-preferred-size: 167px;
        flex-basis: 167px;
    margin: 15px 0; }
  .product-presence__address-email {
    -ms-flex-preferred-size: 167px;
        flex-basis: 167px;
    margin: 15px 0; }
  .product-presence__address-phone {
    -ms-flex-preferred-size: 167px;
        flex-basis: 167px;
    margin: 15px 0; } }

@media (max-width: 991.98px) {
  .product-presence__offer-property {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .product-presence__basket {
    padding: 25px 0 0 0; }
  .product-presence__basket .product-detail-info-block-basket {
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .product-presence__basket .product-detail-info-block-basket-item {
    padding: 0;
    margin: 0 12px; }
  .product-presence__basket .product-detail-info-block-one-click-basket {
    margin: 0 0 0 12px; }
  .product-presence__basket .product_card__block_buy_quantity {
    margin: 0 12px 0 0; }
  .product-presence__basket .product_card__block_buy_quantity__input,
  .product-presence__basket .product_card__block_buy_quantity__minus,
  .product-presence__basket .product_card__block_buy_quantity__plus {
    width: 40px; }
  .product-presence__offer .product_card__block_buy_quantity.product-detail-info-block-basket-item {
    margin-right: 10px; }
  .product-presence__offer .detail-basket-wrapper.product-detail-info-block-basket-item {
    margin: 0 10px; }
  .product-presence__offer .product-detail-info-block-one-click-basket.product-detail-info-block-basket-item {
    margin-left: 10px; } }

#element_prices .row {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.element_prices__wrapper {
  width: 100%; }

@media (max-width: 767px) {
  .product-presence__offer.product-presence__offer-title {
    display: none; }
  .product-presence__offer-property {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .product-presence__name-block {
    width: 100%;
    min-height: 80px; }
  .product-presence__offer-property .product_card__block__presence_product_value_many {
    font-size: 12px;
    color: #808080; }
  .product-presence__property-block {
    width: calc(100% + 125px);
    margin-left: -125px;
    max-width: none;
    height: auto;
    margin-top: 10px; }
  .product-presence__property-btn {
    display: block;
    text-align: center;
    color: var(--main-color); }
    .product-presence__property-btn svg {
      fill: var(--main-color);
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .product-presence__property-btn.active svg {
      -webkit-transform: scaleY(-1);
              transform: scaleY(-1); }
  .product-presence__property-wrapper {
    display: none;
    height: auto;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px; }
  .product-presence__property {
    width: 100%;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product-presence__price {
    width: calc(100% + 125px);
    margin-left: -125px; }
  .product-presence__basket .product-detail-info-block-basket {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 350px; }
  .product-presence__offer .product-detail-price-and-cheaper {
    margin: 10px; }
  .product-presence__offer .product-presence__icons span {
    width: 30px;
    height: 30px; }
  .product-presence__offer .product-presence__icons span svg {
    left: calc(50% - 8px);
    top: calc(50% - 8px);
    width: 16px;
    height: 16px; }
  .product-presence__offer .product-presence__icons {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  .product-presence__offer .product-presence__action {
    width: calc(100% + 125px);
    margin-left: -125px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0; }
  .product-presence__offer .product_card__block_buy_quantity.product-detail-info-block-basket-item {
    margin-right: 10px; }
  .product-presence__offer .product-presence__basket {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product-presence__offer .product-detail-info-block-one-click-basket {
    min-width: auto; }
  .product-presence__offer .product-presence__basket .detail-basket-wrapper {
    min-width: auto;
    margin-right: 0; }
  .product-presence__offer .product-detail-info-block-one-click-basket.product-detail-info-block-basket-item {
    margin-left: 0; }
  .product-presence__basket .product-detail-info-block-basket {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product-presence__basket .product-detail-info-block-basket-item {
    width: 96px;
    margin: 0;
    max-width: none; }
  .product-presence__basket .product-detail-info-block-one-click-basket {
    width: 100%;
    max-width: none;
    margin-top: 20px; }
  .product-presence__action {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product-presence__address-name-block,
  .product-presence__address-time,
  .product-presence__address-metro,
  .product-presence__address-city,
  .product-presence__address-email,
  .product-presence__address-phone {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; } }

@media (max-width: 767.98px) {
  #main_info_detail_product-presence {
    display: none;
    cursor: pointer;
    padding: 0; } }

#element_advantages {
  width: 100%; }

@media (max-width: 1023px) {
  .main_info_detail_product .product-item-detail-slider-controls-block {
    display: none !important; }
  .main_info_detail_product .col-xl-6.col-lg-6.col-md-6.col-sm-12 {
    max-width: 100%;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .main_info_detail_product .product_card__other_prices_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .main_info_detail_product .product-detail-title-price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .main_info_detail_product.row {
    margin-bottom: 40px; }
  .main_info_detail_product .product_card__block_saving {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .main_info_detail_product .block-property-color {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .main_info_detail_product .col-md-9.col-sm-12 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
    .main_info_detail_product .col-md-9.col-sm-12 .product_detail_info_block {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 25px;
      padding-bottom: 24px; }
  .main_info_detail_product .product-detail-info-block-basket {
    width: auto;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .main_info_detail_product .product_detail_brand {
    padding-top: 0; }
  .main_info_detail_product .product-detail-info-block-one-click-basket {
    width: auto;
    margin: 0; }
    .main_info_detail_product .product-detail-info-block-one-click-basket .one_click_btn {
      font-size: 14px; }
  .main_info_detail_product .product_card__block_buy_quantity {
    -ms-flex-preferred-size: 130px;
        flex-basis: 130px; }
    .main_info_detail_product .product_card__block_buy_quantity span {
      -webkit-box-flex: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .main_info_detail_product .product_card__block_buy_quantity input {
      -webkit-box-flex: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  .main_info_detail_product .product_detail_info_block_gift-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: auto; }
  .main_info_detail_product .product-detail-info-block-message {
    width: 100%;
    text-align: center; }
  .main_info_detail_product .advantage {
    margin-bottom: 0;
    padding-top: 38px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ebedee; }
  .main_info_detail_product .block_main_advantage.main-container {
    padding-left: 0px;
    padding-right: 0px; } }

@media (max-width: 1023px) {
  .main_info_detail_product {
    border: none; }
    .main_info_detail_product .advantage.main-container {
      padding-left: 10px;
      padding-right: 10px; }
    .main_info_detail_product .col-xl-6.col-lg-12 {
      padding: 0 !important;
      border-bottom: 1px solid #EDEDED; }
  .product-detail-photo-block {
    border: 1px solid #ededed; }
  .product_detail_title_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 20px;
    padding-bottom: 0;
    border: 1px solid #ededed;
    border-top: none; }
    .product_detail_title_wrapper .product_detail_title {
      width: 100%;
      text-align: center;
      margin-bottom: 0;
      padding-bottom: 21px;
      border-bottom: 1px solid #ededed; }
    .product_detail_title_wrapper .product_detail_brand__link {
      width: 100%;
      height: 36px;
      text-align: center;
      padding: 7px 10px; }
      .product_detail_title_wrapper .product_detail_brand__link img {
        max-height: 30px;
        height: 100%;
        width: auto; }
    .product_detail_title_wrapper .product_detail_brand {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 62px; }
  .product-detail-info-block-main-property .block-property-color {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .product-detail-info-block-main-property .dropdown-props-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 290px;
    width: 100%; }
  .product_detail_info_block .product-detail-info-block-basket .detail-basket-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 145px;
        flex-basis: 145px;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 15px;
    margin-right: 0; }
    .product_detail_info_block .product-detail-info-block-basket .detail-basket-wrapper .main_btn.sweep-to-right {
      width: 100%;
      min-width: 145px;
      max-width: 400px; }
    .product_detail_info_block .product-detail-info-block-basket .detail-basket-wrapper span {
      display: none; }
  .product_detail_info_block .product_detail_info_block__line {
    margin-top: 12px;
    margin-bottom: 14px; }
    .product_detail_info_block .product_detail_info_block__line .fonts__middle_comment {
      font-size: 13px; }
  .product_detail_info_block .product_detail_info_block_gift__title {
    font-size: 12px; }
  .product_card__other_prices .fonts__middle_comment {
    font-size: 13px; }
  .product-detail-price-and-cheaper {
    padding-top: 20px;
    margin-bottom: 26px; }
    .product-detail-price-and-cheaper .product_card__block__old_price_product {
      font-size: 14px; }
    .product-detail-price-and-cheaper span {
      font-size: 12px; }
    .product-detail-price-and-cheaper .product_card__block_saving {
      font-size: 12px; }
    .product-detail-price-and-cheaper .product_card__block__new_price_product {
      font-size: 20px; }
  .block-property-text .block-property-text-item {
    min-width: 36px;
    min-height: 36px; }
  .product-detail-info-block-main-property .fonts__middle_comment {
    font-size: 12px; }
  .product-detail-info-block-main-property .product-detail-info-block-property-title {
    padding-bottom: 12px; }
  .product_detail_info_block_gift {
    font-size: 12px;
    margin-left: auto;
    margin-top: 0; }
  .product_detail_info_block .product-detail-info-block-basket .product_card__block_buy_quantity {
    margin-bottom: 15px;
    height: 40px; }
  .product_detail_info_block .product-detail-info-block-basket .detail-basket-wrapper {
    margin-bottom: 15px; }
  .product_detail_info_block .product-detail-info-block-basket .product-detail-info-block-one-click-basket {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 15px;
    border-bottom: none; }
    .product_detail_info_block .product-detail-info-block-basket .product-detail-info-block-one-click-basket span {
      max-width: 290px; }
  .product_detail_info_block .product-detail-info-block-basket .one_click_btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product_detail_info_block .product-detail-info-block-basket .product-item-detail-buy-button {
    margin-left: auto;
    margin-right: auto; }
  .product_detail_info_block .product-detail-info-block-basket .product-detail-info-block-message {
    padding: 0 15px; }
  .product-detail-share-block .product-detail-share-block-button {
    max-width: 290px; }
  .product-detail-share-block-button {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product-item-detail-slider-container .sticker_product {
    width: 70%;
    margin-left: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .product-item-detail-slider-container .sticker_product div {
      margin-right: 7px;
      margin-bottom: 7px; }
    .product-item-detail-slider-container .sticker_product .sticker_product__hit {
      height: 20px;
      padding: 0 0.5rem;
      line-height: 20px; }
    .product-item-detail-slider-container .sticker_product .sticker_product__discount {
      padding: 0 0.5rem;
      height: 20px;
      line-height: 20px; }
  .product_detail_info_block__count .product_card__block__presence_product_value_many {
    font-size: 13px; }
  .product-detail-info-block-path-to-basket {
    width: 100%; }
    .product-detail-info-block-path-to-basket .in_basket {
      max-width: 290px;
      margin-left: auto;
      margin-right: auto; }
  .product-detail-price-and-cheaper-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px;
    background-color: #FAFAFA; }
  .product_detail_info_block_cheaper {
    text-align: center; } }

@media (max-width: 768px) {
  .product-detail-share-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .product-detail-share-block-button {
    max-width: 290px;
    font-size: 14px;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .product-detail-share-block-comment {
    text-align: center;
    font-size: 13px; }
  .product-detail-info-block-basket svg {
    display: none; }
  .product-item-detail-slider-block {
    padding: 20px; } }

@media (min-width: 450px) and (max-width: 1023px) {
  .product_detail_info_block .product-detail-info-block-basket .detail-basket-wrapper {
    margin-left: 25px;
    margin-right: 25px;
    height: 40px; }
  .product_detail_info_block .product_detail_info_block__line {
    max-width: 295px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; } }

.small-product__tabs-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  position: relative; }
  .small-product__tabs-title .small-product__title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    cursor: pointer; }
    .small-product__tabs-title .small-product__title.active {
      color: var(--main-color);
      border-bottom: 1px solid var(--main-color); }
  .small-product__tabs-title .swiper-slide {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto; }

.reviews-product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.reviews-product__message {
  margin-bottom: 18px; }
  .reviews-product__message.reviews-product__message--review {
    padding-left: 46px; }

.reviews-product__message.reviews-product__message--review + .reviews-product__message.reviews-product__message--review {
  padding-left: 92px; }

.reviews-product__author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.reviews-product__avatar {
  width: 35px;
  height: 35px;
  margin-right: 12px;
  background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAQAAAC00HvSAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfjAwwRGDoIgY5IAAADNklEQVRIx32WPWiUQRCGn9kciqgQTxQ0mEPQRJsoRq2MMUIuFjaCWCjYCAZFrLSJYkgtFoIGoigiKqilaXKNUSws/CMqerGQRDQicgF/SAzkxuL72dnvTieQ+3Z29t15Z2dmV/qoKw0U2cEW1uhKWcgfvukneaFPpMR8YqJIai61MNokxzlEwWj8ggm9LYN8zsI0dGRRznFPdtNoAbw5jdLBMRp4RKB3AUQLzxiQRRGAGm8CWcQAz2ixKgvTqa+1PWVr/JAAUFFo5zWdfmku/dqpo9ZcAKpcY1QnpZldHMEF9BbIKJ08DkPczMcMQRjjAOWEkrRyj7aMRZW1TFpSI7hMBKbYRtmMy2xjysZKwTESx0ZR9Awbas79KHN2qOicHk3ilvzXDXpGUaQPlmlFsiBTrLZxSjyVL6yKxpL6JXmmHXBagl0BeKkkf8m5CQIvMSeoke40OBy9FkIiAmmghMBT9fmUmvTicnSR9wCpbK6hGet9OkjylafLUfQQEpMQpInu4Ewigt00xeTCzC46v28m+a9q1iGRq2aAxsFX2OyiStY0+SU2oSBPbZVT4KkWwq1SDoUceZ8JGdmu41xhhAp5itLLgsA18yt56fvB0ux69eHDZkmtJ/HMT8dsLYjdTwKdTwI1s8zmqLAiRI+nyozxK5qQCGcJbbTW84lKjglaLVNFoMwpHaYelb1ciBqWPV+ZcLzKnCq8oY1h6suwtvFWQ3t45Shldp2nO6ztzDZ/6JZq4klETEuOh1qxQdSb+lWz3TeUKW55TxQq8tBpVYaCy2L43+tTmwc+xAJDVJ3AeUtLvidNISwSxdTWtwD9fNREpzlruO7jvyIA+71velanNW3p70wbPcFlu1BNRQvASS6mk+91I/iW3kM1DfMl7rLuH86s5z4X08uwSk+kTmAm6TKJf4APXKOHxQZgCXu4znhCSAC6mIzj6J8C2imlpIrjRP/OGF/4zWJW6yZZHvg1RzG6ySHzotAW7ki7jUdQx/brOQcZ9yvDm3KcrdrPTG3/CdJxhn62WpB6D5NH3JBZmmn0TdvnkEzooByuTdGQlM+NBoq6Q7awhpWkry2eUNL5ep3yL2S8KJHCRba0AAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  overflow: hidden; }

.reviews-product__author-description {
  margin-bottom: 12px; }
  .reviews-product__author-description .reviews-product__author-name {
    margin-bottom: 4px;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 700; }
  .reviews-product__author-description .reviews-product__message-date {
    font-size: 12px;
    color: #717171; }

.reviews-product__content {
  margin-bottom: 15px; }
  .reviews-product__content .reviews-product__content-quote {
    position: relative;
    margin-bottom: 18px;
    padding: 8px 60px;
    font-size: 1rem;
    line-height: 31px;
    background-color: #fbfdff;
    border: 1px dashed #d7d8d9; }
    .reviews-product__content .reviews-product__content-quote::after {
      content: "";
      position: absolute;
      top: 12px;
      left: 32px;
      width: 20px;
      height: 20px;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAARpJREFUKJGF0k0rxFEUx/GPf4NkocRW5CVYyX4STbFQFnaUpTzMjg2lUPICkPK0tPHwBsZsJjvZWVgaGzvlIRZzpv5NM3+nTvfc8/2de899aCs9PEpZFzaxizfNbTp0F5CkQD/K+M0o3sIBruqJXIyduMMQtlsUr2Adi/ioJ+sdrGIEx3hvUjwYC7/iJA2SOM9yzA9b7L4WXZ7is3GBAvrwgqcmxe2Yi/imESYYj7gNt7jETMxhFD0RL6nd1QZ6qV3iSMCBcJjFERZSHKZiHA82lmC4Sdswj4kMPoD9HLpbCGDyH15I8JMh6MBXBm9PUMoQ3P/DSwmKUj8rZWWc4TziRvtAMUFF7amuUcUz9pDHd3geO8GqoR1F5Q9V0DdNc9CuogAAAABJRU5ErkJggg==");
      background-repeat: no-repeat;
      background-position: center; }
  .reviews-product__content .reviews-product__content-message {
    font-size: 1rem;
    line-height: 31px; }

.reviews-product__action-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.reviews-product__action-item {
  position: relative;
  padding: 0 17px;
  padding-left: 19px;
  font-size: 1rem;
  color: #717171; }
  .reviews-product__action-item:first-child {
    padding-left: 0;
    padding-right: 17px; }
  .reviews-product__action-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 2px;
    height: calc(100% - 6px);
    background-color: #717171; }
  .reviews-product__action-item a {
    color: #717171; }

.reviews-product__btn-more {
  width: 100%;
  padding: 14px;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #ededed; }
  .reviews-product__btn-more:hover {
    color: #000;
    background-color: #ededed; }
  .reviews-product__btn-more::after {
    content: "\f078";
    padding-left: 6px;
    font-family: "Font Awesome 5 Pro";
    font-size: 11px;
    font-weight: 400; }

.reviews-product__pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: 40px;
  margin-bottom: 40px; }
  .reviews-product__pagination li {
    width: 26px;
    height: 26px;
    padding: 0;
    margin: 0 13px; }

.reviews-product__pagination-action a {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  font-size: 0; }

.reviews-product__pagination-action a:hover::before {
  border-color: var(--main-color); }

.reviews-product__pagination-action a::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  border-left: 1px solid #000;
  border-top: 1px solid #000; }

.reviews-product__pagination-prev::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.reviews-product__pagination-next::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg); }

.reviews-product__pagination-page {
  text-align: center; }
  .reviews-product__pagination-page.active {
    border: 1px solid var(--main-color); }
  .reviews-product__pagination-page.active a:hover {
    color: #000; }
  .reviews-product__pagination-page a {
    display: block;
    font-size: 1rem;
    line-height: 24px; }

.reviews-product__pagination-more {
  padding: 0px 9px;
  text-align: center;
  font-size: 1.07rem; }

@media (max-width: 844px) {
  .reviews-product__message {
    margin-bottom: 32px;
    padding-bottom: 10px;
    margin-bottom: 39px;
    border-bottom: 1px solid #ebedee; }
    .reviews-product__message.reviews-product__message--review {
      padding-left: 0; }
  .reviews-product__message.reviews-product__message--review + .reviews-product__message.reviews-product__message--review {
    padding-left: 0; }
  .reviews-product__pagination {
    margin-bottom: 0; }
  .reviews-product__author-description {
    margin-bottom: 12px; }
    .reviews-product__author-description .reviews-product__author-name {
      padding-bottom: 0;
      font-size: 14px;
      font-weight: 700; }
    .reviews-product__author-description .reviews-product__message-date {
      padding-bottom: 0; }
  .reviews-product__content {
    padding-bottom: 0;
    margin-bottom: 28px; }
    .reviews-product__content .reviews-product__content-quote {
      padding: 8px 9px;
      line-height: 24px;
      text-indent: 25px; }
      .reviews-product__content .reviews-product__content-quote::after {
        content: "";
        position: absolute;
        top: 12px;
        left: 7px;
        width: 20px;
        height: 20px;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAARpJREFUKJGF0k0rxFEUx/GPf4NkocRW5CVYyX4STbFQFnaUpTzMjg2lUPICkPK0tPHwBsZsJjvZWVgaGzvlIRZzpv5NM3+nTvfc8/2de899aCs9PEpZFzaxizfNbTp0F5CkQD/K+M0o3sIBruqJXIyduMMQtlsUr2Adi/ioJ+sdrGIEx3hvUjwYC7/iJA2SOM9yzA9b7L4WXZ7is3GBAvrwgqcmxe2Yi/imESYYj7gNt7jETMxhFD0RL6nd1QZ6qV3iSMCBcJjFERZSHKZiHA82lmC4Sdswj4kMPoD9HLpbCGDyH15I8JMh6MBXBm9PUMoQ3P/DSwmKUj8rZWWc4TziRvtAMUFF7amuUcUz9pDHd3geO8GqoR1F5Q9V0DdNc9CuogAAAABJRU5ErkJggg==");
        background-repeat: no-repeat;
        background-position: center; }
    .reviews-product__content .reviews-product__content-message {
      padding-bottom: 0; }
  .reviews-product__action-list {
    margin-left: -19px; }
  .reviews-product__action-item {
    margin-bottom: 23px;
    padding-left: 19px;
    font-size: 14px; }
    .reviews-product__action-item:first-child {
      padding-left: 19px; }
  .reviews-product__btn-more {
    font-size: 14px; } }

@media (max-width: 575px) {
  .reviews-product__pagination li {
    margin: 0 7px; } }

.blog-comments .blog-comment-fields {
  padding: 34px 30px;
  background-color: #f7f7f7; }
  .blog-comments .blog-comment-fields input {
    padding: 0 15px;
    height: 40px;
    border: 1px solid #ededed; }
  .blog-comments .blog-comment-fields .blog-comment-field-text label {
    margin-bottom: 3px;
    font-size: 14px; }
  .blog-comments .blog-comment-fields .blog-comment-field.blog-comment-field-user {
    padding-bottom: 30px; }
  .blog-comments .blog-comment-fields .blog-comment-field.blog-comment-field-author {
    width: 344px; }
  .blog-comments .blog-comment-fields .blog-comment-field.blog-comment-field-email {
    width: 344px; }
  .blog-comments .blog-comment-fields .blog-comment-field-user-sep {
    width: 30px; }
  .blog-comments .blog-comment-fields .feed-add-post-text {
    padding: 0; }
  .blog-comments .blog-comment-fields .bxhtmled-toolbar-cnt {
    background-color: #f7f7f7;
    background-image: none;
    border: none; }
  .blog-comments .blog-comment-fields .bxhtmled-top-bar-wrap {
    margin-left: -7px; }
  .blog-comments .blog-comment-fields .bxhtmled-top-bar-btn {
    margin: 5px 3px 0; }
  .blog-comments .blog-comment-fields .blog-comment-field-captcha-label label {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 14px; }
  .blog-comments .blog-comment-fields .blog-comment-field-captcha-label input {
    float: left;
    margin-right: 15px; }
  .blog-comments .blog-comment-fields .blog-comment-field-captcha-label .blog-required-field {
    color: #000; }
  .blog-comments .blog-comment-fields .blog-comment-field-captcha-image {
    padding-top: 0; }
  .blog-comments .blog-comment-fields .blog-comment-buttons input {
    width: 135px;
    height: 40px;
    padding: 0 !important;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background-color: var(--main-color);
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out; }
    .blog-comments .blog-comment-fields .blog-comment-buttons input:hover {
      background-color: var(--main-color-hover); }

@media (max-width: 768px) {
  .blog-comments .blog-comment-fields {
    padding: 26px 10px;
    padding-bottom: 34px;
    margin: 0 -12px; }
    .blog-comments .blog-comment-fields .blog-comment-field.blog-comment-field-author {
      width: 100%; }
    .blog-comments .blog-comment-fields .blog-comment-field.blog-comment-field-email {
      width: 100%; }
    .blog-comments .blog-comment-fields .blog-comment-field-text label {
      margin-bottom: 3px;
      font-size: 12px; }
    .blog-comments .blog-comment-fields .blog-comment-field-user-sep {
      height: 15px; }
    .blog-comments .blog-comment-fields .blog-comment-field-user {
      padding-bottom: 21px !important; }
    .blog-comments .blog-comment-fields .blog-comment-field-captcha {
      padding-top: 8px; }
    .blog-comments .blog-comment-fields .blog-comment-field-captcha-label label {
      display: inline;
      padding-right: 6px;
      margin-top: 9px;
      margin-bottom: 18px;
      font-size: 14px; }
    .blog-comments .blog-comment-fields .blog-comment-field-captcha-label input {
      margin-top: 15px;
      float: none; }
    .blog-comments .blog-comment-fields .blog-comment-field-captcha-image {
      margin-top: 18px; }
    .blog-comments .blog-comment-fields .blog-comment-buttons input {
      width: 135px;
      height: 40px;
      padding: 0 !important;
      margin-top: 12px;
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      background-color: var(--main-color); } }

.review-auth__container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.review-auth__container .form-auth,
.review-auth__container .form-reg {
  -ms-flex-preferred-size: calc(50% - 15px);
      flex-basis: calc(50% - 15px); }

.review-auth__inner-container {
  padding: 30px;
  background-color: #F7F7F7;
  border-radius: 4px;
  margin-bottom: 30px; }
  .review-auth__inner-container h2 {
    padding-top: 0; }
  .review-auth__inner-container .main_btn {
    margin-top: 1rem; }

.review-auth__mobile-toggles {
  display: none; }

@media (max-width: 820px) {
  .review-auth__mobile-toggles {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .review-auth__mobile-toggles-btn {
    width: 50%;
    padding: 15px;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    line-height: 24px; }
  .review-auth__container .form-auth,
  .review-auth__container .form-reg {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    .review-auth__container .form-auth h2,
    .review-auth__container .form-reg h2 {
      display: none; }
  .review-auth {
    background-color: #F7F7F7; }
    .review-auth .form-auth {
      display: block; }
    .review-auth .form-reg {
      display: none; }
    .review-auth .review-auth__mobile-toggles-btn:first-child {
      background-color: transparent; }
    .review-auth .review-auth__mobile-toggles-btn:last-child {
      background-color: #EDEDED; }
    .review-auth.right-active .form-auth {
      display: none; }
    .review-auth.right-active .form-reg {
      display: block; }
    .review-auth.right-active .review-auth__mobile-toggles-btn:first-child {
      background-color: #ededed; }
    .review-auth.right-active .review-auth__mobile-toggles-btn:last-child {
      background-color: transparent; }
  .review-auth__inner-container {
    background-color: transparent; }
  .review-auth__inner-container {
    margin-bottom: 0; } }

.register_area {
  display: none; }

.product-article {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 298px; }

.product-article__wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 1px solid #EDEDED; }
  .product-article__wrapper:hover {
    color: #000; }
    .product-article__wrapper:hover p {
      color: #000;
      -webkit-transition: 0s;
      transition: 0s; }

.product-article-item__note {
  position: absolute;
  top: 10px;
  left: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  font-size: 13px;
  line-height: 20px;
  background: rgba(255, 255, 255, 0.5); }

.product-article-item__note-icon {
  margin-right: 10px; }

.product-article-item__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  padding-bottom: 0;
  background-color: #F7F7F7; }
  @media (max-width: 1343px) {
    .product-article-item__content {
      padding: 10px;
      padding-bottom: 0; } }
  .product-article-item__content .product-article-item__description {
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 20px;
    text-align: center;
    max-height: 60px;
    overflow: hidden; }
    @media (max-width: 1023px) {
      .product-article-item__content .product-article-item__description {
        font-size: 12px;
        line-height: 18px;
        max-height: 54px; } }
    @media (max-width: 767px) {
      .product-article-item__content .product-article-item__description {
        font-size: 11px;
        line-height: 17px;
        max-height: 51px; } }

.product-article-item__img-wrapper {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  width: 100%;
  background-color: #fff;
  overflow: hidden; }

.product-article-item__img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .product-article-item__img img {
    height: 200px;
    width: auto;
    max-width: 100%; }
  @media (max-width: 1343px) {
    .product-article-item__img img {
      height: 150px; } }
  @media (max-width: 1023px) {
    .product-article-item__img img {
      height: 146px; } }
  @media (max-width: 767px) {
    .product-article-item__img img {
      height: 132px; } }

.product-article-item__title {
  margin-bottom: 10px;
  padding: 0;
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  color: #212529; }
  @media (max-width: 1023px) {
    .product-article-item__title {
      font-size: 14px;
      line-height: 21px; } }
  @media (max-width: 767px) {
    .product-article-item__title {
      font-size: 13px;
      line-height: 20px; } }

.product-article-item__btn-wrapper {
  margin-top: auto; }

.product-article-item__btn {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 120px;
  min-height: 40px;
  margin-bottom: -20px;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  background-color: var(--main-color); }
  .product-article-item__btn:focus {
    color: #fff; }
  .product-article-item__btn:hover {
    color: #fff;
    background-color: var(--main-color-hover); }
  .product-article-item__btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    -webkit-box-shadow: 0px 2px 12px var(--main-color);
            box-shadow: 0px 2px 12px var(--main-color);
    opacity: 0.5; }

.product-article-item__btn-text {
  z-index: 1; }

.product-article-item__btn-icon {
  margin-right: 10px;
  fill: #fff;
  z-index: 1; }

.product-item-label-top {
  top: -5px; }

.product-item-label-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.product-item-label-center > div {
  text-align: center; }

.product-item-label-left {
  left: -5px; }

.product-item-label-left > div {
  text-align: left; }

.product-item-label-bottom {
  bottom: -5px; }

.product-item-label-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.product-item-label-right {
  right: -5px; }

.product-item-label-right > div {
  text-align: right; }

.product-item-label-center.product-item-label-middle {
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%); }

.product-detail-info-block-property .property-value a {
  color: var(--main-color); }
  .product-detail-info-block-property .property-value a:hover {
    color: var(--main-color-hover); }

.product-detail-info-block .product-detail-info-block-one-click-basket .one_click_btn {
  cursor: pointer; }

.detail-big-video {
  display: none; }

.detail-big-video.active {
  display: block; }

.detailed-tabs {
  margin-bottom: 60px;
  font-size: 13px; }
  .detailed-tabs p {
    font-size: 13px; }

.detailed-tabs__tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0; }

.detailed-tabs__tabs-btn {
  position: absolute;
  top: calc(50% - 10px);
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: -20px 0px 4px rgba(255, 255, 255, 0.5);
          box-shadow: -20px 0px 4px rgba(255, 255, 255, 0.5);
  cursor: pointer; }
  .detailed-tabs__tabs-btn.detailed-tabs__tabs-btn--next {
    right: 0; }
  .detailed-tabs__tabs-btn.detailed-tabs__tabs-btn--prev {
    left: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .detailed-tabs__tabs-btn.swiper-button-disabled {
    display: none; }

.detailed-tabs__tabs-btn-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #E8E6E6;
  border-radius: 50%; }
  .detailed-tabs__tabs-btn-icon svg {
    fill: none;
    stroke: #000; }

.detailed-tabs__tabs-content p {
  padding-bottom: 0; }

.detailed-tabs__tabs-item {
  position: relative;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0 20px;
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer; }
  .detailed-tabs__tabs-item p {
    padding-bottom: 12px;
    font-size: 15px;
    font-weight: 700; }
  .detailed-tabs__tabs-item.active {
    color: var(--main-color); }
    .detailed-tabs__tabs-item.active::after {
      content: "";
      position: absolute;
      height: 1px;
      width: 100%;
      bottom: -1px;
      left: 0;
      background-color: var(--main-color); }
  .detailed-tabs__tabs-item:hover {
    color: var(--main-color); }

.detailed-tabs__content {
  display: none;
  width: 100%;
  padding: 40px 45px;
  border: 1px solid #ededed; }
  .detailed-tabs__content.active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .detailed-tabs__content.detailed-tabs__options {
    padding-top: 36px; }

#rs_grupper a {
  -webkit-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  color: var(--main-color); }

#rs_grupper a:hover {
  color: var(--main-color-hover); }

.wd_propsorter {
  width: 100% !important; }
  .wd_propsorter table {
    width: 100% !important; }
  .wd_propsorter tr:not(.row_header) td {
    padding-left: 32px !important;
    padding-right: 32px !important; }
  .wd_propsorter tr:not([class]):nth-child(2n) {
    background-color: #f6f6f6 !important; }
  .wd_propsorter tr:not([class]) {
    border: 1px solid #f6f6f6 !important; }
  .wd_propsorter .row_header td {
    padding-bottom: 17px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 15px !important; }
  .wd_propsorter .cell_name {
    width: 735px !important;
    padding: 11px 0 !important;
    padding-bottom: 15px !important;
    font-size: 15px !important;
    line-height: 15px !important; }
  .wd_propsorter .cell_value {
    padding: 11px 0 !important;
    padding-bottom: 15px !important;
    font-size: 15px !important;
    line-height: 15px !important; }
  .wd_propsorter .row_empty td {
    padding-bottom: 36px !important; }

.detailed-tabs__description {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.detailed-tabs-list {
  border: 1px solid #f6f6f6; }

.detailed-tabs-list__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding: 9px 33px;
  background-color: #f6f6f6; }
  .detailed-tabs-list__item:nth-child(2n) {
    background-color: transparent; }
  .detailed-tabs-list__item p {
    font-size: 15px; }
    .detailed-tabs-list__item p > a {
      color: var(--main-color); }
    .detailed-tabs-list__item p > a:hover {
      color: var(--main-color-hover); }

.detailed-tabs-list__item-name {
  -ms-flex-preferred-size: 730px;
      flex-basis: 730px; }

.detailed-tabs-list__item-value {
  width: 350px; }

.detailed-tabs__content.detailed-tabs__options {
  padding-bottom: 31px; }

.detailed-tabs__options {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.detailed-tabs__options-sort {
  margin-bottom: 24px; }
  .detailed-tabs__options-sort:last-child {
    margin-bottom: 0; }
  .detailed-tabs__options-sort .detailed-tabs__options-sort-title {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px; }

.detailed-tabs__delivery-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.detailed-tabs__delivery {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.detailed-tabs__delivery-detail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 10px; }

.detailed-tabs__delivery-region {
  margin-bottom: 29px; }
  .detailed-tabs__delivery-region .detailed-tabs__delivery-title {
    margin-bottom: 9px;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px; }
  .detailed-tabs__delivery-region .detailed-tabs__delivery-description {
    margin-bottom: 2px;
    font-size: 14px; }
  .detailed-tabs__delivery-region .detailed-tabs__delivery-change {
    font-size: 12px;
    color: var(--main-color);
    text-decoration: underline; }

.detailed-tabs__delivery-pay {
  margin-bottom: 40px; }
  .detailed-tabs__delivery-pay .detailed-tabs__delivery-title {
    margin-bottom: 16px;
    font-size: 15px;
    font-weight: 700; }

.detailed-tabs__delivery-pay-img img {
  margin-right: 13px; }
  .detailed-tabs__delivery-pay-img img:last-child {
    margin-right: 0; }

.detailed-tabs__delivery-box {
  padding: 29px 20px;
  padding-bottom: 15px;
  background-color: #f7f7f7; }
  .detailed-tabs__delivery-box .detailed-tabs__delivery-title {
    position: relative;
    margin-bottom: 12px;
    padding-left: 31px;
    font-size: 15px;
    font-weight: 700; }
    .detailed-tabs__delivery-box .detailed-tabs__delivery-title::before {
      content: "";
      position: absolute;
      width: 21px;
      height: 22px;
      left: 0;
      top: 0;
      background: url("/local/templates/sotbit_origami/assets/img/tabs_detailed/box-delivery.png") no-repeat; }
  .detailed-tabs__delivery-box .detailed-tabs__delivery-box-item {
    margin-bottom: 13px;
    color: #717171; }
    .detailed-tabs__delivery-box .detailed-tabs__delivery-box-item span {
      color: #000;
      font-weight: 600; }

.detailed-tabs__delivery-way {
  margin-left: auto; }

.detailed-tabs__delivery-way-item {
  margin-bottom: 28px;
  padding-left: 0;
  padding-bottom: 22px;
  border-bottom: 1px solid #ededed; }

.delivery-way-item__img {
  width: 120px;
  height: 58px;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .delivery-way-item__img img {
    max-width: 100%;
    max-height: 100%; }
  @media (max-width: 1023px) {
    .delivery-way-item__img {
      width: 80px;
      height: 38px; } }

.delivery-way-item__description {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .delivery-way-item__description .delivery-way-item__title {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700; }
    @media (max-width: 767px) {
      .delivery-way-item__description .delivery-way-item__title {
        margin-bottom: 4px;
        padding-bottom: 0; } }
  .delivery-way-item__description .delivery-way-item__time {
    margin-bottom: 4px;
    font-size: 14px;
    color: #8a8989; }
    .delivery-way-item__description .delivery-way-item__time span {
      color: #000;
      font-weight: 600; }
  @media (max-width: 480px) {
    .delivery-way-item__description {
      -ms-flex-preferred-size: 80px;
          flex-basis: 80px; } }

.detailed-tabs__content.detailed-tabs__video {
  padding-bottom: 13px; }

.detailed-tabs__video-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  width: 100%; }

.detailed-tabs__video-item {
  width: calc(100% / 3 - 4px);
  padding-left: 0;
  margin: 0 2px; }
  .detailed-tabs__video-item img {
    display: block;
    width: 100%; }
  .detailed-tabs__video-item .detailed-tabs__video-item-name {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700; }
  .detailed-tabs__video-item .detailed-tabs__video-item-description {
    font-size: 13px;
    color: #8a8989; }

.detailed-tabs__video-item-video {
  margin-bottom: 13px; }
  .detailed-tabs__video-item-video iframe {
    width: 100%; }

.detailed-tabs__reviews {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.detailed-tabs__content.detailed-tabs__documents {
  padding-bottom: 0;
  margin-bottom: -11px; }

.detailed-tabs__documents-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0; }

.detailed-tabs__documents-item {
  width: 180px;
  margin-bottom: 50px;
  padding-left: 0; }

.detailed-tabs__documents-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.detailed-tabs__documents-img {
  margin-right: 17px; }

.detailed-tabs__documents-description .detailed-tabs__documents-name {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 14px; }

.detailed-tabs__documents-description .detailed-tabs__documents-size {
  font-size: 14px;
  line-height: 14px;
  color: #8a8989; }

.detailed-tabs__availability {
  padding: 0; }

.detailed-tabs__availability-list {
  width: 100%;
  margin-bottom: 0; }
  .detailed-tabs__availability-list .detailed-tabs__availability-map {
    margin-top: 30px; }
  @media (max-width: 768px) {
    .detailed-tabs__availability-list .detailed-tabs__availability-map {
      margin-top: 20px; } }

.detailed-tabs__content.detailed-tabs__availability {
  border: none; }

.availability-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  margin: 0;
  background-color: #FAFAFA;
  border: 1px solid #EDEDED;
  border-top: none; }

.availability-item__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.availability-item__img-wrapper {
  width: 60px;
  min-height: 44px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 20px;
  background-image: url("/local/templates/sotbit_origami/assets/img/svg/icon_no_photo.svg");
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F2F2F2; }
  .availability-item__img-wrapper img {
    max-width: 100%;
    max-height: 100%; }
  @media (max-width: 768px) {
    .availability-item__img-wrapper {
      width: 40px;
      min-height: 30px; } }

.availability-item__content-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.availability-item__amount,
.availability-item__metro,
.availability-item__contact,
.availability-item__time {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }

.availability-item__content-tile-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }
  .availability-item__content-tile-wrapper.availability-item__content-tile-wrapper--tablet {
    display: none; }
  .availability-item__content-tile-wrapper.availability-item__content-tile-wrapper--desk {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }

p.availability-item__content-title {
  margin-right: 10px;
  font-weight: bold;
  font-size: 17px;
  line-height: 25px; }

.availability-item__content-link-map {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 18px;
  color: var(--main-color);
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }
  .availability-item__content-link-map:hover {
    color: var(--main-color-hover); }
    .availability-item__content-link-map:hover .availability-item__content-link-icon {
      stroke: var(--main-color-hover); }

.availability-item__content-link-icon {
  margin-right: 4px;
  fill: none;
  stroke: var(--main-color);
  -webkit-transition: stroke 0.2s ease-out;
  transition: stroke 0.2s ease-out; }

p.availability-item__title {
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 18px;
  color: #808080; }
  @media (max-width: 768px) {
    p.availability-item__title {
      padding: 0; } }

p.availability-item__amount-content {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600; }
  @media (max-width: 768px) {
    p.availability-item__amount-content {
      padding: 0; } }

.availability-item__amount--lot .availability-item__amount-content-icon {
  fill: none;
  stroke: #00B02A;
  margin-right: 6px; }

.availability-item__amount--few .availability-item__amount-content-icon {
  fill: none;
  stroke: #FF0000;
  margin-right: 6px; }

p.detailed-tabs__availability-metro-name,
p.vailability-item__contact-phone-item,
p.detailed-tabs__availability-time-item {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600; }

.availability-item__email-name {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  color: var(--main-color); }
  .availability-item__email-name:hover {
    color: var(--main-color-hover); }

.availability-item__btn-more {
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  margin-bottom: -39px;
  width: 100%;
  -webkit-box-ordinal-group: 6;
     -moz-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  color: var(--main-color);
  background-color: #FAFAFA;
  cursor: pointer; }
  .availability-item__btn-more:hover {
    color: var(--main-color-hover); }
    .availability-item__btn-more:hover .availability-item__btn-more-icon {
      stroke: var(--main-color-hover); }

.availability-item__btn-more-icon {
  fill: none;
  stroke: var(--main-color); }

@media (max-width: 1023px) {
  .availability-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .availability-item__content-tile-wrapper.availability-item__content-tile-wrapper--tablet {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .availability-item__content-tile-wrapper.availability-item__content-tile-wrapper--tablet .availability-item__content-title {
      margin-bottom: 10px;
      padding: 0; }
  .availability-item__content-tile-wrapper.availability-item__content-tile-wrapper--desk {
    display: none; }
  .availability-item__content {
    width: 100%; }
  .availability-item__content-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out; }
    .availability-item__content-info .availability-item__btn-more-close {
      display: none; }
    .availability-item__content-info.show-btn {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 39px; }
      .availability-item__content-info.show-btn .availability-item__btn-more {
        display: inline; }
    .availability-item__content-info.open .availability-item__btn-more-close {
      display: inline; }
    .availability-item__content-info.open .availability-item__btn-more-open {
      display: none; }
    .availability-item__content-info.open .availability-item__btn-more-icon {
      -webkit-transform: scaleY(-1);
              transform: scaleY(-1); }
  .availability-item__amount {
    width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .availability-item__metro,
  .availability-item__contact,
  .availability-item__time {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-top: 20px; }
  .availability-item__metro {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .availability-item__time {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media (max-width: 768px) {
  .detailed-tabs__content.detailed-tabs__availability {
    padding: 0; }
  .availability-item {
    padding: 20px;
    border-left: none;
    border-right: none; }
  .availability-item__content {
    overflow: hidden; } }

@media (max-width: 480px) {
  .availability-item__metro,
  .availability-item__contact,
  .availability-item__time {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

.product-presence__icons span {
  position: relative;
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .product-presence__icons span svg {
    position: absolute;
    left: calc(50% - 8px);
    top: calc(50% - 8px);
    fill: #BDBDBD; }
  .product-presence__icons span:hover {
    background-color: #ededed;
    cursor: pointer; }
    .product-presence__icons span:hover svg {
      fill: var(--main-color); }
  .product-presence__icons span.active {
    background-color: var(--main-color); }
    .product-presence__icons span.active svg {
      fill: #fff; }
  .product-presence__icons span.active:hover {
    background-color: #ededed; }
    .product-presence__icons span.active:hover svg {
      fill: var(--main-color); }

.product-presence__icons-bar {
  margin-right: 10px; }

@media (max-width: 768px) {
  .detailed-tabs {
    padding: 0 0 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ebedee; }
  .detailed-tabs__tabs-content {
    border: none;
    overflow: hidden; }
  .detailed-tabs__tabs-item {
    position: relative;
    width: 100%;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .detailed-tabs__tabs-item.active {
      color: var(--main-color); }
    .detailed-tabs__tabs-item.active::after {
      display: none; }
    .detailed-tabs__tabs-item:last-child {
      border-bottom: none; }
  .detailed-tabs__reviews {
    width: 100%; }
  .detailed-tabs__availability {
    width: 100%; }
  .detailed-tabs__options {
    width: 100%; }
  .detailed-tabs__content {
    padding-left: 12px;
    padding-right: 12px;
    border-bottom: 1px solid #ededed; }
  .detailed-tabs__availability-phone {
    padding-left: 23px; }
  #DELIVERY_CONTENT .select-city__modal {
    visibility: visible; } }

@media (max-width: 575px) {
  .detailed-tabs-list {
    border: none; }
  .detailed-tabs-list__item {
    display: block;
    margin-bottom: 8px;
    padding: 0;
    padding-left: 12px;
    background-color: transparent !important; }
    .detailed-tabs-list__item .detailed-tabs-list__item-name {
      display: inline;
      padding-right: 9px;
      color: #717171; }
    .detailed-tabs-list__item .detailed-tabs-list__item-value {
      display: inline;
      font-weight: 600; }
  .detailed-tabs__options-sort {
    margin-bottom: 15px; }
    .detailed-tabs__options-sort:last-child {
      margin-bottom: 0; }
  .detailed-tabs__options-sort-title {
    padding-left: 12px;
    padding-right: 12px; }
  .detailed-tabs__content {
    padding: 30px 12px; }
    .detailed-tabs__content.detailed-tabs__options {
      width: 100%;
      padding: 23px 0 11px; }
      .detailed-tabs__content.detailed-tabs__options > div {
        padding: 0 15px; }
        .detailed-tabs__content.detailed-tabs__options > div span {
          padding-right: 7px; }
      .detailed-tabs__content.detailed-tabs__options strong {
        display: block;
        padding: 0 15px 10px; }
    .detailed-tabs__content .detailed-tabs__availability-img {
      width: 50px; }
      .detailed-tabs__content .detailed-tabs__availability-img img {
        width: 100%; }
    .detailed-tabs__content .detailed-tabs__availability-name {
      padding-left: 24px;
      margin-bottom: 0; }
      .detailed-tabs__content .detailed-tabs__availability-name::before {
        left: 10px; }
    .detailed-tabs__content.detailed-tabs__delivery {
      padding: 38px 0 2px; }
    .detailed-tabs__content.detailed-tabs__video {
      padding-top: 39px;
      padding-bottom: 5px; }
    .detailed-tabs__content.detailed-tabs__documents {
      padding-bottom: 11px; }
    .detailed-tabs__content p {
      font-size: 13px; }
  .delivery-way-item {
    display: block; }
  .detailed-tabs__delivery-way {
    padding-left: 12px;
    padding-right: 12px; }
  .delivery-way-item__img {
    width: 86px;
    margin-right: 13px;
    float: left;
    padding-bottom: 0; }
    .delivery-way-item__img img {
      width: 100%; }
  .delivery-way-item__message {
    margin-top: 17px; }
  .detailed-tabs__delivery-way-item {
    padding-bottom: 16px; }
    .detailed-tabs__delivery-way-item:last-child {
      border-bottom: none;
      margin-bottom: 0; }
  .detailed-tabs__video-list {
    margin-left: 0;
    margin-bottom: 0; }
  .detailed-tabs__video-item {
    margin-left: 0;
    margin-bottom: 15px; }
  .detailed-tabs__documents-item {
    margin-bottom: 30px; }
    .detailed-tabs__documents-item:last-child {
      margin-bottom: 0; }
  .wd_propsorter .row_header td {
    padding-left: 12px; }
  .wd_propsorter table tr {
    background-color: transparent !important; }
  .wd_propsorter tr:not([class]) {
    border: none; }
  .wd_propsorter tr:not(.row_header) .cell_name {
    width: auto;
    padding-left: 12px;
    padding-right: 0;
    font-size: 14px;
    color: #717171; }
  .wd_propsorter tr:not(.row_header) .cell_value {
    width: 100%;
    padding-left: 0;
    padding-right: 12px;
    font-size: 14px;
    font-weight: 600; }
  .detailed-tabs__availability {
    padding-bottom: 0; }
  .detailed-tabs__availability-content {
    position: relative; } }

@media (max-width: 768px) {
  .detailed-tabs {
    padding-bottom: 40px; } }

/* ___ product_card__block_buy_quantity product - card ________ */
.product_card__block_buy_quantity__input,
.product_card__block_buy_quantity__minus,
.product_card__block_buy_quantity__plus {
  color: #a1a1a1;
  border: 1px solid #e6e6e6;
  text-align: center;
  width: 30px;
  min-height: 35px;
  display: inline-block;
  line-height: 35px;
  height: 100%; }

.product_card__block_buy_quantity__input {
  border-left: none;
  border-right: none; }

.product_card__block_buy_quantity__minus {
  line-height: 35px; }

.product_card__block_buy_quantity__minus,
.product_card__block_buy_quantity__plus {
  width: 20px; }
  .product_card__block_buy_quantity__minus:hover,
  .product_card__block_buy_quantity__plus:hover {
    background: #f2f2f2;
    cursor: pointer; }

.product_card__block_buy_quantity__input {
  color: #000000; }

.product_card__block_buy_quantity {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 15px; }

.product_card__block_buy {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px; }

/* ___ end product_card__block_buy_quantity product - card ________ */
.comment-count {
  display: none !important; }

.product_detail__nav-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px; }
  @media (max-width: 1023px) {
    .product_detail__nav-items {
      margin-bottom: 30px; } }
  @media (max-width: 480px) {
    .product_detail__nav-items {
      display: none; } }

.product_detail_info-col_left,
.product_detail_info-col_right {
  -webkit-box-flex: 0;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }

.product_detail_info-col_left {
  padding-right: 15px; }

.product_detail_info-col_right {
  padding-left: 15px; }

.col-xl-6.main_info_detail_product_right-col {
  padding-right: 0; }

.product_detail__nav-prev {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #FFFFFF;
  border: 1px solid #EDEDED; }
  .product_detail__nav-prev:hover .product_detail__nav-icon {
    stroke: var(--main-color); }
  .product_detail__nav-prev:hover .product_detail__nav-item-name {
    color: var(--main-color); }

.product_detail__nav-next {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  border-left: 1px solid transparent; }
  .product_detail__nav-next:hover .product_detail__nav-icon {
    stroke: var(--main-color); }
  .product_detail__nav-next:hover .product_detail__nav-item-name {
    color: var(--main-color); }

.product_detail__nav-prev-arrow,
.product_detail__nav-next-arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  background-color: #F7F7F7; }

.product_detail__nav-prev-arrow {
  border-right: 1px solid #EDEDED; }

.product_detail__nav-next-arrow {
  border-left: 1px solid #EDEDED; }

.product_detail__nav-icon {
  fill: none;
  stroke: #BDBDBD;
  -webkit-transition: stroke 0.1s ease-in-out;
  transition: stroke 0.1s ease-in-out; }

.product_detail__nav-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px; }

.product_detail__nav-content--prev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .product_detail__nav-content--prev .product_detail__nav-img {
    padding-right: 10px; }

.product_detail__nav-content--next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .product_detail__nav-content--next .product_detail__nav-img {
    padding-left: 10px; }

.product_detail__nav-img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px; }
  .product_detail__nav-img img {
    max-width: 100%;
    max-height: 100%; }

.product_detail__nav-title-slide {
  padding: 0;
  font-size: 12px;
  line-height: 18px;
  color: #808080; }

.product_detail__nav-item-name {
  padding: 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.product_detail__nav-description {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.product-detail__nav-link--next {
  position: absolute;
  top: 50%;
  right: calc(0px - 131px / 2);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
  .product-detail__nav-link--next .product-detail__nav-link-icon {
    -webkit-transform: rotate(-90deg) translateY(5px);
            transform: rotate(-90deg) translateY(5px); }

.product-detail__nav-link--prev {
  position: absolute;
  top: 50%;
  left: calc(0px - 142px / 2);
  -webkit-transform: rotate(-90deg) translateY(5px);
          transform: rotate(-90deg) translateY(5px); }
  .product-detail__nav-link--prev .product-detail__nav-link-icon {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

@media (min-width: 481px) {
  .product-detail__nav-link {
    display: none; } }

.product-detail__nav-link a {
  position: relative;
  display: block;
  text-align: center;
  width: 136px;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7); }
  .product-detail__nav-link a:hover {
    color: #fff; }
    .product-detail__nav-link a:hover::after {
      border-color: transparent;
      border-top: 26px solid rgba(0, 0, 0, 0.7);
      border-left: 26px solid transparent; }
  .product-detail__nav-link a::before {
    content: "";
    right: -26px;
    top: 0;
    position: absolute;
    border-top: 26px solid rgba(0, 0, 0, 0.7);
    border-right: 26px solid transparent; }
  .product-detail__nav-link a::after {
    content: "";
    left: -26px;
    top: 0;
    position: absolute;
    border-top: 26px solid rgba(0, 0, 0, 0.7);
    border-left: 26px solid transparent; }

.product-detail__nav-link-icon {
  fill: none;
  stroke: #fff;
  z-index: 1; }

.product_card__block_icon {
  position: absolute;
  right: 1rem;
  font-size: 1.4rem;
  color: #c3c3c3;
  z-index: 99;
  -webkit-transition: 1s;
  transition: 1s; }
  .product_card__block_icon .fa-heart {
    margin-bottom: 14px; }
  .product_card__block_icon .fa-heart.active,
  .product_card__block_icon .fa-chart-bar.active {
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 1;
    background: var(--main-color); }
  .product_card__block_icon .fa-heart,
  .product_card__block_icon .fa-chart-bar {
    display: block;
    -webkit-transition: 1s;
    transition: 1s;
    opacity: 0;
    color: #c3c3c3;
    background: #ffffff;
    border-radius: 50%;
    padding: 6px;
    font-size: 15px; }
    .product_card__block_icon .fa-heart:hover,
    .product_card__block_icon .fa-chart-bar:hover {
      background: #ededed;
      color: var(--main-color);
      cursor: pointer;
      -webkit-transition: 1s;
      transition: 1s; }

.product_card__block__presence_product_value_no {
  display: inline-block;
  font-size: 0.78rem;
  white-space: nowrap; }
  .product_card__block__presence_product_value_no i {
    color: #ee0d0d; }

.product_card__block__presence_product_value_sufficient {
  display: inline-block;
  font-size: 0.78rem;
  white-space: nowrap; }
  .product_card__block__presence_product_value_sufficient svg {
    padding-top: 3px;
    fill: #ffad00; }

.product_card__block__presence_product_value_many {
  display: inline-block;
  font-size: 0.78rem;
  white-space: nowrap; }
  .product_card__block__presence_product_value_many .product-card_icon-check {
    padding-top: 3px;
    fill: #28b843; }
  .product_card__block__presence_product_value_many i {
    color: #28b843; }

.product_card__block__presence_product_value_sufficient {
  display: inline-block;
  font-size: 0.78rem;
  white-space: nowrap; }
  .product_card__block__presence_product_value_sufficient .product-card_icon-check {
    padding-top: 3px;
    fill: #ffb800; }

.sticker_product {
  position: absolute;
  left: 1rem;
  z-index: 82;
  text-align: left; }

.sticker_product__hit {
  padding: 0.1rem 0.5rem;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  margin-bottom: 0.1rem;
  background: #00b02a; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden; }

.reviews-body__questions {
  width: 100%; }

.reviews-body {
  width: 100%; }

@media (max-width: 1024px) {
  .product_detail_info-col_right {
    display: none; }
  .product_detail_info-col_left {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0; } }

@media (max-width: 768px) {
  .detailed-tabs__video-item {
    width: calc(50% - 4px);
    margin-bottom: 10px; } }

@media (max-width: 530px) {
  .detailed-tabs__video-item {
    width: calc(100% - 4px); } }

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/.default/style_prop.css?16599500233382*/

.product-presence__price .product_card__other_prices_row{
    margin-bottom: 0px;
}
.product-presence__price.w4a-offer-prices-total{
    width: 150px
}
.w4a-offer-prices-total .w4a-current-price{
    white-space: nowrap;
}

.detailed-tabs__content .title{
    font-size: 20px;
    padding-bottom: 10px;
}
.main_btn{
    border-radius: 5px;
}
.product_detail_info_block .product-detail-info-block-basket .detail-basket-wrapper .main_btn:hover,
.product_detail_info .main_btn:hover{
    background: #FFFF00;
    color: #000;
}
.product_detail_info_block .product-detail-info-block-basket .main_btn:hover svg {
    fill: #000;
}
.product_detail_info_block .product-detail-info-block-one-click-basket .one_click_btn{
    border-radius: 5px;
}
.product_detail_info_block .product-detail-info-block-one-click-basket .one_click_btn:hover{
    background: #FFFF00;
}
.block-addBasket{
    width: 100%;
}
.w4a-product_detail_info_block{
    flex-direction: row;
}
.w4a-product_detail_info_block .product-detail-price-and-cheaper{
    width: 50%;
}
.w4a-product_detail_info_block .product_detail_info_block-buy{
    width: 50%;
}
.w4a-product_detail_info_block .product_detail_info_block-buy .product-detail-info-block__buy{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.top-line{
    display: flex;
    padding: 10px;
}
.top-line .artnumber{
    padding: 0 200px;
}
.new-product_bottom{
    padding-top: 10px;
    width: 100%;
    justify-content: right;
    display: flex;
    padding-right: 16px;
}
.top-tabs{
    width:100%;
    padding-right: 15px;
    padding-left: 15px;
}
.div-delivery{
    width:100%;
    padding-right: 15px;
    padding-left: 15px;
    height: 60px;
    border: 1px solid;
}
.list-prop-product{
    width: 100%;
}
.item-prop .list-variant{
    display: flex;
}
.item-prop .list-variant .variant{
    padding: 2px 5px;
    border: 1px solid #E6E6E6;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
}

.item-prop .list-variant .variant:hover{
    border: 1px solid #E6E6E6;
    background: #FFFF00;
}
.item-prop .list-variant .variant.opacity
{
    opacity: 0.5;
}
.item-prop .list-variant .variant.active{
    border: 1px solid #000;
    background: #FFFF00;
    opacity: 1;
}

.new-product{
    display: none;
    padding-top: 10px;
}
.new-product .on-order{

}
.item-prop {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}
.show-all-prop{
    display: none;
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
}
.cont-variant{
    overflow: hidden;
    display: flex;
}

.pop-prop {
    width: 100%;
    max-width: 500px;
}

.pop-prop .title,
.pop-waiting-list .title{
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    padding: 16px 45px 17px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    transition: all 0.2s ease-in-out;
    position: relative;
    z-index: 2;
}

.pop-prop .item-prop .list-variant {
    flex-wrap: wrap;
}
.pop-list-prop-product{
    padding: 10px;
}
.button-bl{
    padding: 10px;
}

.pop-waiting-list{
    width: 100%;
    max-width: 400px;
}
.pop-waiting-list .bl-button{
    display: flex;
    padding: 20px;
    justify-content: space-around;
}

.pop-waiting-list .bl-button button{
    border-radius: 5px;
    cursor: pointer;
}
.pop-waiting-list .bl-button button:hover{
    background: #FFFF00;
    color: #000;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/iblock.vote/origami_stars/style.css?16599461921415*/
.bx_item_detail_rating{
	display: inline-flex!important;
	align-items: center;
}
.bx_item_detail_rating .bx_stars_container{
	position: relative;
	width: 76px;
	height: 14px;
	background: #dadada;
	background-size: 100% 100%;
	cursor: pointer;
}
.bx_item_detail_rating .bx_stars_bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
	background: url(/local/templates/.default/components/bitrix/iblock.vote/origami_stars/images/stars.png) no-repeat center;
}
.bx_item_detail_rating .bx_stars_progress{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #ffb800;
}
.bx_item_detail_rating .bx_stars_rating_votes{
	color: #8d8d8d;
	font-size: 11px;
	line-height: 11px;
	vertical-align: middle;
}

@media (max-width:530px){
	.bx-touch .bx_item_detail_rating .bx_stars_container{
		height: 14px;
		margin: 4px 0;
	}
	.bx_item_detail_rating .bx_stars_rating_votes{
		font-size: 7px;
		line-height: 7px;
	}
}

.rating-block-title{
	margin-right: 3px;
}
.product_card__block .rating-block-title{
	display: none;
}
.product_card__block .bx_item_detail_rating{
	justify-content: center;
}
.product_card__block .bx_item_detail_rating .bx_stars_container{
	cursor: default;
}

.product-preview-info-block .product_card__block__star,
.product-preview-info-block .rating-block {
    display: inline-block;
}

.product-preview-info-block .product_card__block__star:first-child,
.product-preview-info-block .rating-block:first-child {
    padding-right: 1rem;
}

/* End */


/* Start:/local/templates/.default/components/sotbit/reviews.statistics/.default/style.css?16599461927198*/
.product-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 4px;
  background-color: #F7F7F7; }

.product-rating__title {
  padding: 0;
  font-weight: bold;
  font-size: 28px;
  line-height: 34px; }

.product-rating__col {
  -ms-flex-preferred-size: calc(100% / 3 - 10px);
      flex-basis: calc(100% / 3 - 10px); }

.product-rating__stars-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0; }

.rating__button-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.main_btn.product-rating__write-review {
  white-space: nowrap !important;
  padding-left: 60px;
  padding-right: 65px; }

.review-line {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  line-height: 22px; }

.review-line__empty-line {
  position: relative;
  width: 100%;
  height: 10px;
  background-color: #E6E6E6;
  margin: 0 10px; }

.review-line__lines-container {
  width: 100%; }

.review-line__empty-line-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 22px; }

.review-line__filled-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

.review-line__text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.review-line__reviews-counter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.review-line__reviews-counter-item,
.review-line__text-item {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden; }

.rating__lines-col {
  color: #808080; }
  .rating__lines-col .review-line__empty-line-wrapper:nth-child(1) .review-line__filled-line {
    background-color: #1CBF60; }
  .rating__lines-col .review-line__empty-line-wrapper:nth-child(2) .review-line__filled-line {
    background-color: #99C21D; }
  .rating__lines-col .review-line__empty-line-wrapper:nth-child(3) .review-line__filled-line {
    background-color: #FFBF00; }
  .rating__lines-col .review-line__empty-line-wrapper:nth-child(4) .review-line__filled-line {
    background-color: #FF8D29; }
  .rating__lines-col .review-line__empty-line-wrapper:nth-child(5) .review-line__filled-line {
    background-color: #FF4C5B; }

.product-rating__icons-container {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative; }

.product-rating__icons-wrapper {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden; }
  .product-rating__icons-wrapper.product-rating__icons-wrapper_yellow {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }

.product-rating__icon {
  fill: #DADADA;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .product-rating__icon.product-rating__icon_yellow {
    fill: #FFB800; }

.add-reviews .spoiler {
  margin-top: 20px; }

.spoiler-input.main_btn {
  padding-left: 60px;
  padding-right: 60px; }

.reviews-container__recommendated {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #00B02A; }

.rating__stars-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.product-rating__middle {
  font-size: 24px;
  line-height: 29px;
  font-weight: bold; }

.product-rating__icons-container-resizer {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px; }

.reviews-share,
.quote {
  line-height: 26px; }

.reviews-container__footer-item {
  line-height: 26px; }
  .reviews-container__footer-item .spoiler:hover {
    color: var(--main-color); }
  .reviews-container__footer-item:hover {
    color: var(--main-color); }

.reviews-medium-rating {
  color: #4D4D4D; }

@media (max-width: 900px) {
  .product-rating__col {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px); }
  .product-rating__col.rating__button-col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 10px;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

@media (max-width: 768px) {
  .product-rating {
    padding: 20px; } }

@media (max-width: 560px) {
  .product-rating {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .product-rating__col {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product-rating__col.rating__button-col {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product-rating__stars-container {
    margin-top: 0; }
  .product-rating__title {
    text-align: center; }
  .product-rating__stars-container {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .reviews-medium-rating {
    text-align: center; } }

@media (max-width: 768px) {
  .product-rating {
    margin-bottom: 20px; } }

/* End */


/* Start:/local/templates/.default/components/bitrix/system.auth.form/.default/style.css?1659946192131*/
.review-auth__container .main-input-md__wrapper {
    display: block;
}

.anonym_registration_error {
    margin-bottom: 1.7rem;
}

/* End */


/* Start:/local/templates/sotbit_origami/components/bitrix/system.auth.registration/.default/style.css?1659946192283*/
.origami-auth__reviews .main-input-md__wrapper {
    margin-bottom: 1rem;
}

.origami-auth__captcha-field-reviews {
    display: flex;
}

.origami-auth__captcha-field-img {
    height: 50px;
}

.origami-auth__captcha-field-reviews .main-input-md__wrapper {
    margin-right: 10px;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.comments/origami_element_comments/style.css?165994619216293*/
.item_comments {
  display: block;
  padding-left: 0; }

.item_comments li {
  display: block;
  padding-bottom: 10px; }

.item_comments_username {
  display: inline-block;
  color: #5d90bd;
  font-size: 14px; }

.item_comments_date {
  display: inline-block;
  color: #b8b8b8;
  font-size: 14px;
  margin-left: 10px; }

.item_comments_container p {
  margin-top: 5px;
  color: #3f3f3f;
  font-size: 14px; }

div.blog-comment-form {
  width: 100% !important; }

div.blog-comment .blog-author {
  font-size: 0.85em; }

.blog-comment-content {
  font-size: 13px;
  overflow: hidden !important;
  padding-top: 0 !important; }

div.blog-comment-buttons input {
  font-size: 13px !important;
  padding: 0 3px !important; }

.blog-post-rating {
  padding: 10px 0 0 0; }

@media (max-width: 540px) {
  .bx_soc_comments_div .bx-catalog-tab-list li a {
    font-size: 11px; } }

.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button,
.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button_type_2 {
  padding: 0 13px;
  height: 25px;
  font-weight: bold;
  line-height: 25px; }

.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button {
  height: 27px;
  line-height: 27px; }

.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button_type_2 {
  font-weight: bold; }

.bx_soc_comments_div.bx_important .blog-comment-nav a,
.bx_soc_comments_div.bx_important .blog-comment-nav a:link,
.bx_soc_comments_div.bx_important .blog-comment-nav a:visited,
.bx_soc_comments_div.bx_important .blog-comment-info a,
.bx_soc_comments_div.bx_important .blog-comment-info a:link,
.bx_soc_comments_div.bx_important .blog-comment-info a:visited {
  text-decoration: none;
  color: #969696 !important; }

.bx_soc_comments_div.bx_important .blog-comment-nav a:hover,
.bx_soc_comments_div.bx_important .blog-comment-nav a:active,
.bx_soc_comments_div.bx_important .blog-comment-info a:hover,
.bx_soc_comments_div.bx_important .blog-comment-info a:active {
  text-decoration: underline;
  color: #969696 !important; }

.bx_soc_comments_div.bx_important .blog-comment-info a,
.bx_soc_comments_div.bx_important .blog-comment-info a:link,
.bx_soc_comments_div.bx_important .blog-comment-info a:visited {
  font-size: 0.85em; }

.bx_soc_comments_div.bx_important .blog-comment-info a:hover,
.bx_soc_comments_div.bx_important .blog-comment-info a:active {
  font-size: 0.85em; }

.bx_soc_comments_div .bx-catalog-tab-section-container {
  position: relative; }

.bx_soc_comments_div .bx-catalog-tab-list {
  border-bottom: 1px solid #d9e1e3;
  text-align: left;
  padding: 0;
  vertical-align: bottom;
  margin: 16px 0; }

.bx_soc_comments_div .bx-catalog-tab-list li {
  vertical-align: bottom;
  border: 1px solid #d9e1e3;
  border-bottom: none;
  display: inline-block;
  border-radius: 3px 3px 0 0;
  background: #f7f7f7;
  -webkit-box-shadow: inset 0 -10px 5px -10px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0 -10px 5px -10px rgba(0, 0, 0, 0.12); }

.bx_soc_comments_div .bx-catalog-tab-section-container .bx-catalog-tab-list li:before {
  content: none; }

.bx_soc_comments_div .bx-catalog-tab-list li a,
.bx_soc_comments_div .bx-catalog-tab-list li > span {
  display: block;
  cursor: pointer;
  line-height: 30px;
  height: 30px;
  color: #999;
  text-decoration: none;
  font-size: 13px;
  padding: 0 20px;
  -webkit-box-shadow: none;
          box-shadow: none; }

.bx_soc_comments_div .bx-catalog-tab-list li:hover,
.bx_soc_comments_div .bx-catalog-tab-list li.active {
  background: #fff; }

.bx_soc_comments_div .bx-catalog-tab-list li.active a,
.bx_soc_comments_div .bx-catalog-tab-list li.active > span {
  background: #fff;
  line-height: 35px;
  height: 35px;
  color: #3f3f3f;
  position: relative;
  bottom: -2px; }

.bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container > div.tab-off {
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container > div {
  opacity: 1;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  padding: 0; }

.bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container .hidden {
  display: none; }

.reviews-product table.blogquote td, .reviews-product table.blogcode td {
  padding: 0; }

.reviews-product div.blog-post-quote table.blogquote {
  border: none;
  background: none;
  color: inherit; }

.reviews-product .reviews-product__avatar-img {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }

.reviews-product__pagination-action.hidden-nav {
  opacity: 0; }

.reviews-product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .reviews-product .blog-add-comment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .reviews-product .bx-catalog-tab-list {
    margin-bottom: 20px; }

.bx-catalog-tab-list {
  display: none; }

.comments-tab {
  margin-bottom: 10px; }

.reviews-product__message {
  margin-bottom: 18px; }
  .reviews-product__message.reviews-product__message--review {
    padding-left: 46px; }
  .reviews-product__message .blog-comment-cont-white,
  .reviews-product__message div.blog-comment-hidden .blog-comment-cont-white {
    background-color: #fff; }

.reviews-product__message.reviews-product__message--review + .reviews-product__message.reviews-product__message--review {
  padding-left: 92px; }

.reviews-product__author {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.reviews-product__avatar {
  width: 35px;
  height: 35px;
  margin-right: 12px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAWCAYAAADAQbwGAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEISURBVHgB1VTBEYIwEFzUAuhAStAKpAPtQJ8+7UA7QCvQEvz6UiugBLACffrTHC7CZEgIyMedWUhy2c2RhAPsWCieFV+ktOdoAV8z0nnmHGdsKUwUJxT7zDhhLHI1C0qZBIb4nfGhHuxVCKZ8HxTTiriMHdmeuRj6JaEJqTbXanjjO4QZI83YClk138ORwcy2x5WIKJDNn9MkUNygOJA1GiKC+R7uTaK+xfCEYj+f5EVxqbjD38LT+iE+F9v1P30oXlFc9C8C2ItBHRN6ZBlKNjEHZEUpDCncINoVtaIZgwP5Ko1KUunr8gqU3c2YnQnaI8yT8tgQePgNmU8PHaNzwwHcT7QOqTzeWwRZYgx23I8AAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F2F2F2;
  border-radius: 50%;
  overflow: hidden; }

.reviews-product__author-description {
  margin-bottom: 12px; }
  .reviews-product__author-description .reviews-product__author-name {
    margin-bottom: 4px;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 700; }
  .reviews-product__author-description .reviews-product__message-date {
    font-size: 12px;
    color: #808080; }

.reviews-product__content {
  margin-bottom: 15px; }
  .reviews-product__content .reviews-product__content-quote {
    position: relative;
    margin-bottom: 18px;
    padding: 8px 60px;
    font-size: 1rem;
    line-height: 31px;
    background-color: #fbfdff;
    border: 1px dashed #d7d8d9; }
    .reviews-product__content .reviews-product__content-quote::after {
      content: "";
      position: absolute;
      top: 12px;
      left: 32px;
      width: 20px;
      height: 20px;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAARpJREFUKJGF0k0rxFEUx/GPf4NkocRW5CVYyX4STbFQFnaUpTzMjg2lUPICkPK0tPHwBsZsJjvZWVgaGzvlIRZzpv5NM3+nTvfc8/2de899aCs9PEpZFzaxizfNbTp0F5CkQD/K+M0o3sIBruqJXIyduMMQtlsUr2Adi/ioJ+sdrGIEx3hvUjwYC7/iJA2SOM9yzA9b7L4WXZ7is3GBAvrwgqcmxe2Yi/imESYYj7gNt7jETMxhFD0RL6nd1QZ6qV3iSMCBcJjFERZSHKZiHA82lmC4Sdswj4kMPoD9HLpbCGDyH15I8JMh6MBXBm9PUMoQ3P/DSwmKUj8rZWWc4TziRvtAMUFF7amuUcUz9pDHd3geO8GqoR1F5Q9V0DdNc9CuogAAAABJRU5ErkJggg==");
      background-repeat: no-repeat;
      background-position: center; }
  .reviews-product__content .reviews-product__content-message {
    font-size: 1rem;
    line-height: 31px; }
  .reviews-product__content .blog-post-quote,
  .reviews-product__content .blog-post-code {
    margin-bottom: 20px;
    padding: 20px 30px;
    background-color: #F7F7F7;
    border: 1px dotted #BDBDBD;
    overflow: hidden; }

.reviews-product__action-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.reviews-product__action-item {
  position: relative;
  padding: 0 10px;
  padding-left: 10px;
  font-size: 1rem;
  color: #808080; }
  .reviews-product__action-item:first-child {
    padding-left: 0;
    padding-right: 10px; }
  .reviews-product__action-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 2px;
    height: calc(100% - 6px);
    background-color: #808080; }
  .reviews-product__action-item a {
    color: #808080; }

.reviews-product__btn-more {
  width: 100%;
  padding: 14px;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #ededed; }
  .reviews-product__btn-more:hover {
    color: #000;
    background-color: #ededed; }
  .reviews-product__btn-more::after {
    content: "\f078";
    padding-left: 6px;
    font-family: "Font Awesome 5 Pro";
    font-size: 11px;
    font-weight: 400; }

.reviews-product__pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-top: 40px;
  margin-bottom: 40px; }
  .reviews-product__pagination li {
    width: 26px;
    height: 26px;
    padding: 0;
    margin: 0 13px; }

.reviews-product__pagination-action a {
  position: relative;
  display: block;
  width: 26px;
  height: 26px;
  font-size: 0; }

.reviews-product__pagination-action a:hover::before {
  border-color: var(--main-color); }

.reviews-product__pagination-action a::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  border-left: 1px solid #000;
  border-top: 1px solid #000; }

.reviews-product__pagination-prev::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.reviews-product__pagination-next::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg); }

.reviews-product__pagination-page {
  text-align: center; }
  .reviews-product__pagination-page.active {
    border: 1px solid var(--main-color); }
  .reviews-product__pagination-page.active a:hover {
    color: #000; }
  .reviews-product__pagination-page a {
    display: block;
    font-size: 1rem;
    line-height: 24px; }

.reviews-product__pagination-more {
  padding: 0px 9px;
  text-align: center;
  font-size: 1.07rem; }

[id^="form_comment_"] {
  -webkit-box-ordinal-group: 3;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.bx_soc_comments_div.bx_important .bx_bt_button {
  border: 1px solid var(--main-color);
  background: var(--main-color); }
  .bx_soc_comments_div.bx_important .bx_bt_button:hover {
    background: var(--main-color-hover); }

.bx_soc_comments_div.bx_important .bx_bt_button b {
  font-weight: 400;
  text-transform: initial; }

.comment-count {
  background-color: var(--main-color);
  position: absolute;
  top: 3px;
  right: -25px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 21px;
  min-width: 21px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff; }

@media (max-width: 575px) {
  .reviews-product__pagination li {
    margin: 0 7px; } }

.blog-comments .blog-comment-fields {
  padding: 34px 30px;
  background-color: #f7f7f7; }
  .blog-comments .blog-comment-fields input {
    padding: 0 15px;
    height: 40px;
    border: 1px solid #ededed; }
  .blog-comments .blog-comment-fields .blog-comment-field-text label {
    margin-bottom: 3px;
    font-size: 14px; }
  .blog-comments .blog-comment-fields .blog-comment-field.blog-comment-field-user {
    padding-bottom: 30px; }
  .blog-comments .blog-comment-fields .blog-comment-field.blog-comment-field-author {
    width: 344px; }
  .blog-comments .blog-comment-fields .blog-comment-field.blog-comment-field-email {
    width: 344px; }
  .blog-comments .blog-comment-fields .blog-comment-field-user-sep {
    width: 30px; }
  .blog-comments .blog-comment-fields .feed-add-post-text {
    padding: 0; }
  .blog-comments .blog-comment-fields .bxhtmled-toolbar-cnt {
    background-color: #f7f7f7;
    background-image: none;
    border: none; }
  .blog-comments .blog-comment-fields .bxhtmled-top-bar-wrap {
    margin-left: -7px; }
  .blog-comments .blog-comment-fields .bxhtmled-top-bar-btn {
    margin: 5px 3px 0; }
  .blog-comments .blog-comment-fields .blog-comment-field-captcha-label label {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 14px; }
  .blog-comments .blog-comment-fields .blog-comment-field-captcha-label input {
    float: left;
    margin-right: 15px; }
  .blog-comments .blog-comment-fields .blog-comment-field-captcha-label .blog-required-field {
    color: #000; }
  .blog-comments .blog-comment-fields .blog-comment-field-captcha-image {
    padding-top: 0; }
  .blog-comments .blog-comment-fields .blog-comment-buttons input {
    width: 135px;
    height: 40px;
    padding: 0 !important;
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    background-color: var(--main-color);
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out; }
    .blog-comments .blog-comment-fields .blog-comment-buttons input:hover {
      background-color: var(--main-color-hover); }

@media (max-width: 768px) {
  .blog-comments .blog-comment-fields {
    padding: 26px 10px;
    padding-bottom: 34px;
    margin: 0 -12px; }
    .blog-comments .blog-comment-fields .blog-comment-field.blog-comment-field-author {
      width: 100%; }
    .blog-comments .blog-comment-fields .blog-comment-field.blog-comment-field-email {
      width: 100%; }
    .blog-comments .blog-comment-fields .blog-comment-field-text label {
      margin-bottom: 3px;
      font-size: 12px; }
    .blog-comments .blog-comment-fields .blog-comment-field-user-sep {
      height: 15px; }
    .blog-comments .blog-comment-fields .blog-comment-field-user {
      padding-bottom: 21px !important; }
    .blog-comments .blog-comment-fields .blog-comment-field-captcha {
      padding-top: 8px; }
    .blog-comments .blog-comment-fields .blog-comment-field-captcha-label label {
      display: inline;
      padding-right: 6px;
      margin-top: 9px;
      margin-bottom: 18px;
      font-size: 14px; }
    .blog-comments .blog-comment-fields .blog-comment-field-captcha-label input {
      margin-top: 15px;
      float: none; }
    .blog-comments .blog-comment-fields .blog-comment-field-captcha-image {
      margin-top: 18px; }
    .blog-comments .blog-comment-fields .blog-comment-buttons input {
      width: 135px;
      height: 40px;
      padding: 0 !important;
      margin-top: 12px;
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      background-color: var(--main-color); }
  .reviews-product__message {
    border: none; } }

/* End */


/* Start:/bitrix/components/bitrix/blog/templates/.default/style.css?166474271533777*/
/*blog*/
.blog-posts {display:inline; float:left; margin-right:1%; overflow:hidden; width:79%;}

/*post*/
.blog-post {margin:0; padding-bottom: 2.5em; padding-right:0.8em;}
.blog-post-title {font-size: 1.65em; font-weight:var(--ui-font-weight-bold); line-height: 1.3em; margin:0 0 0 0; padding:0.2em; padding-left: 0.6em; font-family: Arial;}
.blog-post-title a {text-decoration: none !important;}
.blog-post-title a :hover{text-decoration: underline !important;}
.blog-post-info {padding:0.2em 0.6em 0.2em}
.blog-post-info-back {}
.blog-post-content {padding: 0.4em 0.6em 0.4em; overflow: hidden; border-bottom: 1px dotted; line-height: 1.4em;}

.blog-post-meta { font-size:0.85em; line-height:1.4em; margin:0; padding:0; padding-top:0.3em; padding-bottom:0.3em; padding-left: 0.6em;}
.blog-post-date {margin:0.1em 0; padding:0 0 0 0.3em; line-height: 1.4em; display:inline;}
.blog-post-current .blog-post {padding-right: 0;}

.blog-post-edit-link, .blog-post-delete-link, .blog-post-comments-link, .blog-post-views-link, .blog-post-publish-link, .blog-post-hide-link, .blog-post-show-link {background-repeat: no-repeat; padding-left: 18px; height: 16px; display:inline-block; padding-right: 0.5em; font-size: 1.2em;}
.blog-post-comments-link {padding-left: 15px;}
.blog-post-show-link {padding-left: 19px;}

.blog-post-tag {padding-top: 0.4em;}
.blog-post-tag a {text-decoration: none !important;}
.blog-post-tag a:hover {text-decoration: underline !important;}
.blog-post-avatar img {float:right;}
.blog-post-avatar {padding: 0.1em 0.3em 0.3em 0.3em;}
.blog-post-content div[align="left"],
.blog-post-content div[align="right"],
.blog-post-content div[align="center"],
.blog-post-content div[align="justify"]{min-height:1em;}

/*post form*/
div.blog-post-field-text textarea {width: 100%;}
div.blog-post-field-text {padding-bottom: 0.2em;}
div.blog-post-fields {}
div.blog-post-field {}
div.blog-post-field-title input, div.blog-post-field-category input  { width: 100%;}
div.blog-post-field-code input  { width: 40%;}
div.blog-post-field-user {width: 100%; /*IE Fix or zoom:1 */}
div.blog-post-field-title, div.blog-post-field-category, div.blog-post-field-favorite, div.blog-post-field-date, div.blog-post-field-enable-comments { width:100%; }
div.blog-post-field-access, div.blog-post-field-seo, div.blog-post-field-category { padding-top: 10px}

div.blog-post-field-date {padding-top: 0.5em;}
div.blog-post-field-favorite div, div.blog-post-field-enable-comments div{display:inline;}
div.blog-post-field-favorite, div.blog-post-field-enable-comments {padding-bottom: 0.4em;}
div.blog-post-field-sep { width:2%; float: left;}
div.blog-post-image-item {float:left; padding-right: 1em; padding-bottom: 2em; height:150px;}
div.blog-post-image-item-border {border: 1px solid; height:100px; text-align: center; vertical-align: middle; width:100px;}
div.blog-post-image-item-input {padding-top: 0.5em;}
div.blog-post-image-item-input input {width: 100px;}
div.blog-post-buttons {padding-top:1em; padding-bottom: 0.4em;}
div.blog-post-field-category div.blog-post-field-text label, div.blog-post-field-access-title, div.blog-post-field-code div.blog-post-field-text label, div.blog-post-field-seo label {font-weight: var(--ui-font-weight-bold); font-size: 1.1em;}

div.blog-post-bbcode-line {padding-top:0.2em;}
.blog-group-edit {background-repeat: no-repeat; width:16px; height:16px; display:inline-block;}
.blog-group-delete {background-repeat: no-repeat; width:16px; height:16px; display:inline-block;}
.blog-group, .blog-group-label{ }

div.blog-post-edit-form{width: 97%; padding: 0.8em;}
div.blog-buttons {padding-top: 1em;}


/*comment*/
.blog-comment {margin:0; padding-top: 0.7em;}
.blog-comment-cont{}
.blog-comment-info {display:block;}
.blog-comment-content {display:block; overflow: hidden; padding-top: 0.5em;}
.blog-comment-meta {font-size:0.85em; padding-top: 0.5em; padding-bottom: 0.5em;}
.blog-comment-date {font-size:0.85em; display:inline;}
.blog-comment-author-info {display:inline;}
.blog-comment-avatar {float:left; margin-right: 0.5em; width: 30px; height: 30px; border:1px solid #c4c4c4; background-color: #eceaec;}
.blog-comment-avatar img{}
.blog-comment-meta a { text-decoration: none !important;}
.blog-comment-meta a:hover {text-decoration: underline !important;}
.blog-comment-link, .blog-comment-delete, .blog-comment-parent, .blog-comment-answer, .blog-comment-edit, .blog-comment-show, .blog-comment-hide {display:inline-block;}
.blog-add-comment {text-align:center; padding-top: 0em; padding-bottom: 1.5em;}
.blog-comment-nav {padding-bottom: 0.6em; /*padding-left: 0.7em;*/}

/*comment-form*/
div.blog-comment-form { margin-bottom:0.7em; margin-top:0.7em; width:80%;}
div.blog-comment-field-text  {width: 100%;}
div.blog-comment-field-text textarea { width: 99.9%; }
.blog-comment-field-subject {  margin-bottom:15px;}
div.blog-comment-field-tags { display: none; }
div.blog-comment-field-tags input { width:80%; }
div.blog-comment-field-captcha input { width: 180px;}
div.blog-comment-field-settings input { width:1.55em; height:1.55em; margin:0 0 0 -0.25em; vertical-align: middle; font-size:1em; }
div.blog-comment-field-settings label { vertical-align: middle; }
div.blog-comment-fields { padding:0.8em; zoom:1;}
div.blog-comment-field {}
div.blog-comment-field-title input, div.blog-comment-field-desc input { width: 80%;}
div.blog-comment-field-user {width: 100%; padding-bottom: 5px; }
div.blog-comment-field-author, div.blog-comment-field-email { float:left; width:47%;}
div.blog-comment-field-text {padding-bottom: 0.2em;}
div.blog-comment-field-user-sep { width:5%; float: left; }
div.blog-comment-field-author input, div.blog-comment-field-email input { width:100%; }
div.blog-comment-field-bbcode {padding-top: 0.7em;}
div.blog-comment-field-captcha-image{padding-top: 0.4em;}
div.blog-comment-buttons { margin-top: 1em; padding-bottom: 0.4em;}
div.blog-comment-buttons input { padding:0 0.5em; font-size:1.184em;}


/*menu*/
div.blog-menu-box {margin-bottom: 1em; padding-bottom:0.5em; line-height: 1.5em; zoom: 1;}
div.blog-menu-box span { white-space:nowrap; display: inline-block;}
div.blog-settings-menu-box {margin-bottom: 1em; padding-bottom:0.5em; line-height: 1.5em; zoom: 1; }
div.blog-settings-menu-box span{ white-space:nowrap; display: inline-block;}


/*sidebar*/
.blog-sidebar { display:inline; float:right; overflow:hidden; width:20%;}
.blog-sidebar ul,.blog-sidebar ul li ul {margin:0;padding:0; list-style:none !important;}
.blog-sidebar ul li {margin:0;padding:0px; list-style:none !important; text-align:left;}
.blog-sidebar h3 { font-size: 1em; font-weight: var(--ui-font-weight-bold); letter-spacing: 1px; border-bottom: 1px solid; padding:0; padding-bottom: 0.6em; margin: 0;}
.blog-sidebar li ul li {margin:0;padding:0; border:0;}
.blog-sidebar ul li ul li {text-align:left; margin:0; padding: 0;}
.blog-sidebar ul li ul li a {text-decoration: none; outline: 0;}
.blog-sidebar ul li ul li a:hover {text-decoration: underline;}
.blog-sidebar ul {padding: 1em; }
.blog-sidebar ul  li ul{padding-top: 0.4em; }
.blog-sidebar-title a {text-decoration: none;}
.blog-sidebar-avatar {text-align: center;}


/*general*/
div.blog-errors {border-width:1px; border: 1px solid; margin: 1.117em; padding: 0.4em 1.117em;}
div.blog-errors ul {padding:0.3em 0 0.3em 2em; margin:0;}
div.blog-errors ul li {margin:0; padding:0;}

div.blog-notes {border-width:1px; border: 1px solid; margin: 1.117em; padding: 0.4em 1.117em;}
div.blog-notes ul {padding:0.3em 0 0.3em 2em; margin:0;}
div.blog-notes ul li {margin:0; padding:0;}

div.blog-textinfo {border: 1px solid ; margin: 1.117em; padding: 0.4em 1.117em;}
div.blog-textinfo ul {padding:0.3em 0 0.3em 2em; margin:0;}
div.blog-textinfo ul li {margin:0; padding:0;}

div.blog-clear-float {clear: both;}

table.blog-table-header-left, table.blog-table-header-top {border-collapse:collapse; border: none;}
table.blog-table-header-left th, table.blog-table-header-left td, table.blog-table-header-top th, table.blog-table-header-top td {padding:0.5em; vertical-align:top; border-top: 1px solid;}
table.blog-table-header-left th {text-align:right;}
table.blog-table-header-top th {text-align:center;}

table.blog-edit-perms-table  {border: none;}
table.blog-edit-perms-table th, table.blog-edit-perms-table td {padding:0.2em; vertical-align:top; border: none; border-top: 0px;}
table.blog-edit-perms-table  th {text-align:center;}

div.blog-line {background-repeat: no-repeat; height:3px; width:100%;}
.blog-author {margin:0; padding:0; display:inline; font-weight: var(--ui-font-weight-bold);}
.blog-author-icon {width:16px; height:16px; display:block; float:left; background-repeat: no-repeat; padding-right:0.2em; line-height: 1em;}

/*bbcode line*/
div.blog-bbcode-line {margin-right: 3px; float: left;}
div.blog-smiles-line, div.blog-more-smiles {float: left; white-space:nowrap; margin-left: 5px; font-size: 0.95em;}
div.blog-bbcode-closeall {float: right;}
div.blog-bbcode-line img, div.blog-smiles-line img { border: 0;}
div.blog-bbcode-line a, div.blog-smiles-line a {vertical-align: middle;}
div.blog-bbcode-line a {width: 20px; height: 20px; float: left; margin-right: 0.2em; background-position: center center;  background-repeat:no-repeat; display: block;}
div.blog-bbcode-line a, div.blog-bbcode-line img, div.blog-smiles-line a, div.blog-smiles-line img { outline: none; }
div.blog-bbcode-line select { float: left; margin-left:3px; padding:0px; height:20px;}
div.blog-bbcode-closeall a{padding-left: 1em; vertical-align: middle; float: left;}

/*BBCode Icons*/
a.blog-bbcode-bold {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_bold.gif);}
a.blog-bbcode-italic {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_italic.gif);}
a.blog-bbcode-color {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_color.gif);}
a.blog-bbcode-underline{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_underline.gif);}
a.blog-bbcode-strike{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_strike.gif);}
a.blog-bbcode-url{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_link.gif);}
a.blog-bbcode-img-upload{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_image.gif);}
a.blog-bbcode-img{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_image_upload.gif);}
a.blog-bbcode-video{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_video.gif);}
a.blog-bbcode-code{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_code.gif);}
a.blog-bbcode-quote{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_quote.gif);}
a.blog-bbcode-video{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_video.gif);}
a.blog-bbcode-list{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_list.gif);}
a.blog-bbcode-cut{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/cut.gif);}


/*main page*/

div.blog-mainpage {width: 100%;}
div.blog-mainpage-side-left {float:left; width:52%; padding-right: 0.5em; }
div.blog-mainpage-side-right {float:right; width:46%; }

.blog-mainpage-item {margin:0; padding-bottom: 0.6em; padding-top: 0.5em;}
.blog-mainpage-title{margin:0; padding-bottom: 0.5em; padding-top: 0.4em; font-weight:var(--ui-font-weight-bold); }
.blog-mainpage-content {line-height:1.4em; font-size:0.95em; display:block;}
.blog-mainpage-meta {font-size:0.89em; line-height:1.4em; margin:0; padding:0; padding-top: 0.4em;}
.blog-mainpage-meta a {text-decoration: none !important;}
.blog-mainpage-meta a:hover {text-decoration: underline !important;}

div.blog-mainpage-comment .blog-mainpage-meta {display:inline; padding-left: 0.4em; font-size: 0.89em;}
div.blog-mainpage-comment .blog-mainpage-content {padding-top: 0.4em;}
div.blog-mainpage-comment .blog-mainpage-content a {text-decoration: none !important;}
div.blog-mainpage-comment .blog-mainpage-content a:hover {text-decoration: underline !important;}
div.blog-mainpage-item .blog-author {font-weight: normal;}
div.blog-mainpage-comment .blog-mainpage-title {font-weight: normal;}


div.blog-mainpage-blogs .blog-mainpage-content a {text-decoration: none;}
div.blog-mainpage-blogs .blog-mainpage-content a:hover {text-decoration: none;}

.blog-tab { padding:0; margin:0; min-height:31px; height:100%; width:96%; line-height: 2.35em; display:block;}
.blog-tab-left {background-repeat: no-repeat; padding:0; margin:0; width: 3px; height: 31px; float:left;}
.blog-tab-right {background-repeat: no-repeat;  padding:0; margin:0; width: 3px; height: 31px; float:right;}

.blog-tab-container {width: 100%; display: block;}

.blog-tab-items {float: right;  font-size: 0.95em; padding-right: 0.6em; display:inline; white-space: nowrap;}
.blog-tab-items a {text-decoration: none !important; padding-left: 0.6em;}
.blog-tab-items a:hover {text-decoration: underline !important;}
.blog-tab-title {font-weight: var(--ui-font-weight-bold); padding-left: 0.5em; float: left; display:inline; overflow:hidden;}
.blog-tab-title a {text-decoration: none !important;}
.blog-tab-title a:hover {text-decoration: underline !important;}


div.blog-tab-content {padding-top:0.2em; padding-left: 0.6em; padding-right: 0.6em; padding-bottom: 1.7em;}
div.blog-mainpage-search-cloud {padding-top: 0.4em;}


.blog-calendar  {text-align:center;}
.blog-calendar table th {font-weight:normal;}

.blog-rss div {padding-top: 0.6em;}
.blog-rss-icon {background-repeat: no-repeat; width:17px; height:17px; display:block; line-height: 1em;}

.blog-group-icon {width:16px; height:16px; display:block; float:left; background-repeat: no-repeat; padding-right:0.2em; line-height: 1em;}

.blog-search-form {padding-top: 0.6em;}
.blog-search-form div{padding-bottom: 0.4em;}

.blog-mainpage-create-blog {padding-bottom: 1em; padding-left: 0.6em}

.blog-rss-subscribe {padding-bottom: 1.5em;}
.blog-rss-subscribe .blog-tab-items {padding-top: 0.55em;}
.blog-group-rss {padding-top: 1em;}

table.blogquote, table.blogcode { font-size:1em; margin:0.5em 1em; width:80%; border:1px solid;}
table.blogquote td, table.blogcode td { padding:0.95em 1.5em; }
table.blogcode td {font-family:"Courier New"; white-space:pre-wrap;}
table.blogcode pre {font-family:"Courier New"; font-size: 12px; margin: 0; line-height: 15px; white-space:pre-wrap;}

div.blog-post-quote, div.blog-post-code {padding-top: 0.6em; padding-bottom: 0.6em;}
div.blog-post-quote span, div.blog-post-code span {padding-left:0.6em;}
div.blog-post-quote table.blogquote, div.blog-post-code table.blogcode {margin: 0;}

/*page navigation*/
div.blog-page-navigation  {padding-bottom: 0.8em;}
div.blog-page-navigation a, span.blog-page-current, span.blog-page-dots {padding-left:0.75em;	padding-right: 0.5em; text-decoration: none;}

div.blog-page-navigation a.blog-page-first, div.blog-page-navigation span.blog-page-first { padding-left: 0.5em; }
span.blog-page-current { font-weight: var(--ui-font-weight-bold); }

/*blog navigation*/
ul.blog-navigation {list-style-position:outside; list-style-type:none; padding: 0; margin: 0; padding-bottom: 1em; }
ul.blog-navigation li {display:inline;}

/*color*/
.blog-post-content {border-bottom-color: #CCCCCC;}

.blog-post-meta, .blog-comment-meta, .blog-comment-nav  {color: #969696;}
.blog-post-tag a, .blog-comment-meta a , .blog-mainpage-meta a {color:#969696 !important;}

.blog-post-date, .blog-comment-date {color: #767676;}
div.blog-post-date span.blog-post-time, div.blog-post-date span.blog-post-day {display:none;}
div.blog-post-edit-form, div.blog-comment-fields {background-color: #f1f1f1;}
div.blog-post-image-item-border {border-color:#D8D8D8;}
.blog-sidebar {background-color: #f5f5f5;}
.blog-sidebar h3 {border-bottom-color: #dadada;}
.blog-bottombar h3 {color: #333333;}
.blog-sidebar-title {color: #000 !important;}
.blog-sidebar-title a {color: #000 !important;}

div.blog-errors {border: solid 1px #DFBDAC; background: #F6DBCE;}
div.blog-notes {border: solid 1px #DAD7A7; background: #F6F9D3;}
div.blog-textinfo {border: solid 1px #D5D5D5; background: #F6F6F6;}

.blog-required-field {color: red;}
table.blog-table-header-left th, table.blog-table-header-left td, table.blog-table-header-top th, table.blog-table-header-top td {border-top-color: #D5D5D5;}

div.blog-post-quote > span, div.blog-post-code > span {color: #7d7d7d; display: none;}
div.blog-post-code table.blogcode { border-color: #E8E8E8; color: #7D7D7D; background-color: #F7F7F7;}
div.blog-post-quote table.blogquote { border-color: #E8E8E8; color: #555; background: url(/bitrix/components/bitrix/blog/templates/.default/images/quote-gray.png) no-repeat scroll left top #f7f7f7;}

div.blog-mainpage-comment .blog-mainpage-content a, div.blog-mainpage-blogs .blog-mainpage-content a:hover, div.blog-mainpage-blogs .blog-mainpage-content a, div.blog-mainpage-comment .blog-mainpage-content a:hover {color: #333;}

.blog-tab, .blog-tab-container {background-color: #ededed;}
.blog-tab-items {color: #767676;}
.blog-tab-items a {color:#767676 !important;}
.blog-tab-title a {color: #000 !important;}
.blog-comment-cont-white {background-color: #fff; padding: 1px;}

/*images*/
div.blog-tab-left {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/plashka_start.gif);}
div.blog-tab-right {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/plashka_end.gif);}
div.blog-line {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/line_gradient.gif);}
.blog-rss-icon {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/rss_icon.gif);}

div.blog-comment-new .blog-comment-date {background-color: #FFF4CA; padding-top: 2px;padding-bottom: 3px;padding-left: 4px;padding-right: 4px;}
div.blog-comment-hidden .blog-comment-cont-white, div.blog-comment-hidden .blog-comment-date {background-color: #ededed;}

div#special_perms {padding-top: 0.5em;}

div.blog-post-meta div.blog-post-info-bottom {display:none;}

.blog-post-meta span.blog-post-link-counter, .blog-post-meta span.microblog-post-link-counter {padding: 0 0 0 0.3em;}
div.blog-post-rating {float: right;}
div.blog-post-share {position:relative; float: right;}

img.linked {
    border: none;
    cursor: pointer;
    height: 21px;
    left: 2px;
    position: relative;
    top: 6px;
    width: 11px;
}

div.blog-edit-field-code label.blog-edit-field-caption {font-weight:var(--ui-font-weight-bold);}
span#post-code-input {display:none;}
a#post-code-text {
	background-color: #fff4ca;
	border-bottom: dashed 1px;
	text-decoration: none;
	}
div.blog-post-field-code {padding-top: 0.5em;}

div.blog-tags-cloud {text-align:center;}

div.blog-comment-preview div.blog-comment-cont-white{border-top: 1px solid red; border-bottom: 1px solid red;}

div.blog-post-edit-micro #lhe_btn_sourcebb, div.blog-post-edit-micro #blog-post-image{display: none;}
/*div.blog-post-edit-micro div.blog-comment-field-bbcode{padding:0.2em;}*/
div.blog-post-edit-micro {margin-bottom: 2em; width: 78%;}
div.blog-post-edit-micro #blogpost-length {font-weight:var(--ui-font-weight-bold); display:inline;}

div.blog-post-edit-micro div.blog-post-edit-form {padding: 0; background-color: white; width: 100%;}
div.blog-post-edit-micro div.blog-post-buttons{text-align:left; padding-top:0.7em; padding-bottom:0.1em;}
div.blog-post-edit-micro #edit-post-text {padding: 0; border: 1px solid #C2C2C2; border-radius: 2px;}
div.blog-post-edit-micro .lhe-stat-toolbar-cont, div.blog-post-edit-micro .lhe-button , div.blog-post-edit-micro div.lhe-tlbr-smile-cont {border: 0;}
div.blog-post-edit-micro #blog-post-micro-lhe-hide{display: inline-block; float:right;}
div.blog-post-edit-micro .lhe-button-cont{padding-left:3px;}
div.blog-post-edit-micro #blog-post-micro-lhe-but {display: inline-block; padding-top: 3px;}

div.blog-post-edit-micro .lhe-button-cont #lhe_btn_image {
	background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/icon_image.gif) !important;
	background-position: 3px 2px !important;
	background-repeat: no-repeat;
	cursor: pointer;
}
div.blog-post-edit-micro .lhe-button-cont #lhe_btn_createlink {
	background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/icon_link.gif) !important;
	background-position: 2px 2px !important;
	background-repeat: no-repeat;
	cursor: pointer;
}
div.blog-post-edit-micro .lhe-button-cont #lhe_btn_bloginputvideo {
	width: 17px;
	height: 15px;
	padding-top: 2px;
	cursor: pointer;
}
div.blog-post-edit-micro .lhe-button-over {
	background-color: #fff;
}
div.blog-post-edit-micro .blog-post-group-text{color:#999;}

div.blog-post-edit-micro #blog-post-micro-lhe-hide{
	position: absolute;
	top: 2px;
	right: 2px;
}
div.blog-post-edit-micro #blog-post-micro-lhe-hide div {
	display: inline-block;
	cursor: pointer;
	width: 17px;
	height: 17px;
	vertical-align: middle;
	background: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/icon_close.gif) no-repeat;
}

div.blog-post-edit-micro .blog-post-field-bbcode {position: relative;}
div.blog-comment .blog-author {line-height: 30px;}

div.microblog-post .blog-post-avatar  {float:left; margin-right: 0.5em; width: 30px; height: 30px; border:1px solid #c4c4c4; background-color: #eceaec; padding: 0px;}
div.microblog-post .blog-post-avatar img{}
div.microblog-post .blog-post-info {background: none; padding: 0;}
div.microblog-post .blog-author {line-height: 30px;}
div.microblog-post div.blog-post-content {border: none; padding: 0; padding-top: 0.5em;}
div.microblog-post { border-bottom: 1px solid #E5E5E5; padding:1px; margin-bottom: 1.5em;}

div.microblog-post div.blog-post-meta {padding-top: 0.5em; padding-bottom: 0.5em; font-size:0.85em; padding-left:0px;}

div.microblog-post div.blog-post-meta a {color: #969696 !important; text-decoration: none !important;}
div.microblog-post div.blog-post-meta a:hover {text-decoration: underline !important;}

div.microblog-post .blog-post-date {font-size:0.85em; color: #969696;}
/*div.blog-post-edit-micro  td.lhe-resize-row, div.blog-post-edit-micro  td.lhe-resize-row img {height: 1px !important;}*/


div.blog-comment-line {background-color: #ededed; height:1px; background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/line-start.gif); background-repeat: no-repeat; background-position: left;}

span.blog-vert-separator {height: 7px; width:1px; margin-left: 0.2em; margin-right: 0.2em; background-color: #e0e0e0; display: inline-block;}
div.blog-post-meta-util span {display: inline-block;}
div.blog-post-meta-util * {text-decoration: none !important;}

div.microblog-post div.blog-post-date a {color: #969696 !important; text-decoration: none !important;}
div.microblog-post div.blog-post-meta-util a {color: #969696 !important; text-decoration: none !important;}

.blog-post-meta .bx-rating span, .blog-post-meta-util.bx-rating a {  font-size: 13px;}
.blog-post-current-micro .bx-rating span, .blog-post-current-micro .bx-rating a {  font-size: 11px;}
.blog-mainpage-meta .bx-rating span { color:#969696 }

.blog-mainpage-meta span.ilike-light-blog-post *, .blog-mainpage-meta span.ilike-light-microblog * {color:#969696 !important; text-decoration: none !important; font-size: 1em;}
.blog-post-meta-util a span {cursor:pointer;}

.blog-post-meta-util  .ilike-light .bx-ilike-right { font-size: 1.2em;}
.blog-post-meta-util  .ilike-light .bx-ilike-text {	padding: 0; font-size: 1.2em;}
.microblog-post .blog-post-meta-util .ilike-light .bx-ilike-right {font-size: 11px}
.microblog-post .blog-post-meta-util .ilike-light .bx-ilike-text {font-size: 11px}


.blog-comment-nav-item{cursor: pointer;}
div.blog-comments .blog-comment-nav a.blog-comment-nav-item-sel {font-weight:var(--ui-font-weight-bold); text-decoration:none; color: #969696; cursor: default;}
.blog-comment-nav-item {}

/* autosave */
a.blogPostAutoSave {
	float: right;
	display:block;
	width:18px;
	height:18px;
	margin:3px 3px 0 0;
	position:relative;
	z-index:2;
}

.blog-post-edit-micro a.blogPostAutoSave {margin-right: 10px; margin-left: -12px; margin-top: 2px;}

.blog-notify-bar {
	width: 100%;
	height: 2.5em;
	line-height: 2.5em;
	background: url("/bitrix/js/main/core/images/panel/sprite03.png") repeat-x scroll 0 -1178px #FFEB8D !important;
	position:relative;
}
.blog-micro-notify-bar {
	width: 100%;
	height: 3em;
	line-height: 1.5em;
	background: url("/bitrix/js/main/core/images/panel/sprite03.png") repeat-x scroll 0 -1178px #FFEB8D !important;
	position:relative;
}
.blog-notify-close {
    display: block !important;
    height: 12px !important;
    margin: 3px 6px 0 0;
    padding: 0 !important;
    position: absolute !important;
    right: 5px !important;
    top: 5px !important;
    width: 12px !important;
}
.blog-notify-close a {
    background: url("/bitrix/js/main/core/images/panel/sprite03.png") no-repeat scroll -268px -243px transparent !important;
    display: block !important;
    height: 12px !important;
    width: 12px !important;
	cursor:pointer;
}
.blog-notify-text {
    color: #000000 !important;
    margin: 0 !important;
    text-align: center !important;
}
.blog-notify-text a.blogPostAutoRestore {
	position:relative;
    color: #ff0000;
	cursor:pointer;
	text-decoration:underline;
    margin-right: 9px;
    margin-top: 5px;
	z-index:2;
}



span.blog-post-group-value {
	margin-left:0.5em;
	border-bottom: dashed 1px;
	overflow: hidden;
	white-space: nowrap;
	max-width: 300px;
	}
span.blog-post-group-delete1 {
	background: url("/bitrix/js/main/core/images/controls-sprite.png") no-repeat scroll -21px 8px transparent;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	width: 15px;
	vertical-align: top;
	margin-left: 2px;
}
#blog-post-group-selector {display:inline-block; cursor: pointer; }

.blog-post-sonet-group {padding-bottom: 0.5em;}
.blog-post-edit-micro #blog-post-group-selector{
	display: inline-block;
	float:right;
	font-family: Arial;
	color: #b2b2b2;
	padding-right: 5px;
}
span.blog-post-group-delete {
	display: inline-block;
	cursor: pointer;
	width: 13px;
	height: 16px;
	vertical-align: top;
	background: url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat 0 -282px;
}

div.blog-post-group-selector-text
{
	display: inline-block;
	float:right;
	font-family: Arial;
	color: #b2b2b2;
	padding-right: 5px;
	overflow: hidden;
	width: 350px;
	white-space: nowrap;
	text-align: right;
}
/* buttons */
.blog-small-button, .blog-small-button-left, .blog-small-button-icon, .blog-small-button-right, .blog-small-button-text {
	display: inline-block; vertical-align: top; height:27px;
	cursor:pointer; text-decoration:none !important; outline:none;
}

.blog-small-button { margin: 0; background: url(/bitrix/js/main/core/images/controls-sprite.png) repeat-x 0 -551px;}
.blog-small-button-left { width:4px; background: url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat -15px -493px; margin-right: 8px; }
.blog-small-button-text { font: normal normal normal 13px/24px var(--ui-font-family-primary, var(--ui-font-family-helvetica)); color: #4f4f4f;}
.blog-small-button-right { width:6px; background: url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat -22px -493px; margin-left: 8px;}

.blog-small-button:hover { background: url(/bitrix/js/main/core/images/controls-sprite.png) repeat-x 0 -985px; }
.blog-small-button:hover .blog-small-button-left { background: url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat -15px -927px; }
.blog-small-button:hover .blog-small-button-right { background: url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat -22px -927px; }

.blog-arrow{
	width: 30px;
	height: 17px;
	background: url("/bitrix/components/bitrix/blog/templates/.default/images/arrow.png") no-repeat 5px 5px;
	display: inline-block;
}

.feed-com-files {padding-top:10px;}
.feed-com-files-title {color:#5c6470; font-size:12px; font-weight:var(--ui-font-weight-bold); float:left; min-width:50px;}
.feed-com-files-cont {overflow:hidden; padding:1px 0 1px 10px; zoom:1;}
.feed-com-file-wrap {cursor:pointer; display:inline-block; font-size:12px; line-height:14px; margin:0 12px 12px 0; vertical-align:middle;}
.feed-com-file-wrap:hover .feed-com-file-name {text-decoration:underline;}
.feed-con-file-icon {background:url("/bitrix/components/bitrix/blog/templates/.default/images/live_feed_sprite.png") no-repeat -55px -220px; display:inline-block; margin-right:5px; height:16px; vertical-align:middle; width:16px;}
.feed-com-file-name {color:#2067b0; display:inline-block; font-weight:var(--ui-font-weight-bold); margin-right:4px; max-width:120px; vertical-align:top; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.feed-com-file-size {color:#5c6470; display:inline-block; font-size:12px; vertical-align:top;}
.feed-com-files-photo {
    border:1px solid #eeeeee;
    border-radius:1px;
    box-shadow: 0 0 1px #eee, inset 0 0 1px #eee;
    display:inline-block;
    height:48px;
    margin:0 8px 8px 0;
    padding:3px;
    width:48px;
}

.feed-com-files-cont .feed-com-files-photo {height:69px; width:69px;}
.feed-file-icon-bmp {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;}
.feed-file-icon-css {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;}
.feed-file-icon-csv {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -224px !important;}
.feed-file-icon-dib {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;}
.feed-file-icon-doc {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -288px !important;}
.feed-file-icon-docp {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -288px !important;}
.feed-file-icon-docx {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -288px !important;}
.feed-file-icon-gif {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;}
.feed-file-icon-htm {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;}
.feed-file-icon-html {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;}
.feed-file-icon-jfif {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;}
.feed-file-icon-jpe {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;}
.feed-file-icon-jpeg {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;}
.feed-file-icon-jpg {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;}
.feed-file-icon-js {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;}
.feed-file-icon-pdf {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -415px !important;}
.feed-file-icon-php {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;}
.feed-file-icon-png {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;}
.feed-file-icon-ppt {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -256px !important;}
.feed-file-icon-pptp {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -256px !important;}
.feed-file-icon-pptx {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -256px !important;}
.feed-file-icon-rar {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -96px !important;}
.feed-file-icon-rtf {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -288px !important;}
.feed-file-icon-swf {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;}
.feed-file-icon-tif {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;}
.feed-file-icon-tiff {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;}
.feed-file-icon-txt {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -192px !important;}
.feed-file-icon-xls {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -224px !important;}
.feed-file-icon-xlsp {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -224px !important;}
.feed-file-icon-xlsx {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -224px !important;}
.feed-file-icon-xml {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;}
.feed-file-icon-zip {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -96px !important;}

.feed-add-photo-block-wrap {margin-top:-17px;}
.feed-add-photo-block {display:inline-block; margin:17px 17px 0 0; min-height:92px; width:102px; padding-right:21px; position:relative; vertical-align:top;}
.feed-add-photo-block .feed-add-post-del-but {background-position:6px -19px; background-color:#fff; height:22px; top:1px; z-index:0;}
.feed-add-img-wrap {
    background:#fff;
    border:1px solid #e2e6e6;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
    box-shadow: 0 0 2px rgba(137,137,137,0.3);
    display:block;
    text-align:center;
    padding:4px;
    position:relative;
    z-index:2;
}
.feed-add-img-title {color:#2067b0; display:block; font-weight:var(--ui-font-weight-bold); font-size:12px; margin-top:3px; overflow: hidden;}
.feed-add-photo-block .feed-add-close-icon {background-color:#fff; background-position:8px -19px; height:22px; top:1px; right:1px; width:22px;}
.feed-add-photo-block .feed-add-close-icon:hover {background-position:-57px -60px;}
.feed-add-post-del-but {
	background: url("/bitrix/components/bitrix/blog/templates/.default/images/live_feed_sprite.png") no-repeat;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 20px;
	position: absolute;
	width: 20px;
}
.feed-add-photo-block .feed-add-post-del-but {
background-position: 6px -19px;
background-color: white;
height: 22px;
top: 1px;
z-index: 0;
}

#blog-upload-file, #blog-show-seo {color: #2067B0; border-bottom: dashed 1px #2067B0; text-decoration: none;}
#blog-post-user-fields-UF_BLOG_POST_DOC .file-selectdialog-switcher {display: none;}

/*for neweditor */
/*.feed-add-post .file-selectdialog-switcher,*/
/*.feed-add-post .wduf-selectdialog-switcher,*/
/*.feed-add-post .diskuf-selectdialog-switcher {display: block !important; margin-top: 0.46em; position: relative;}*/
/*.feed-add-post .file-selectdialog-switcher span,*/
/*.feed-add-post .wduf-selectdialog-switcher span,*/
/*.feed-add-post .diskuf-selectdialog-switcher span {display:block !important;}*/

.blg-cancel-com,
.blg-cancel-com:link,
.blg-cancel-com:visited,
.blg-cancel-com:active {color:#5c6470 !important; font-size: 12px; text-decoration:none; padding-left: 15px;}
.blg-cancel-com:hover {text-decoration:underline;}

#blog-show-seo-fields input, textarea {width: 100%}
/* End */


/* Start:/bitrix/components/bitrix/blog/templates/.default/themes/green/style.css?16333605951140*/
/*color*/
.body-blog a:link, .body-blog a:visited, .body-blog a:active, .blog-navigation-box li a {color:#33882a;}
.body-blog a:hover {color:#d04747;}

.blog-post-title {background-color: #e7efd3;}
.blog-post-title span, .blog-post-title a:link, .blog-post-title a:visited, .blog-post-title a:active {color: #42783d !important;}

/*images*/
.blog-group-icon {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/green/images/user_group.gif);}
.blog-author-icon {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/green/images/user.gif);}
.blog-group-edit, .blog-post-edit-link {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/green/images/icon_edit.gif);}
.blog-group-delete, .blog-post-delete-link {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/green/images/icon_delete.gif);}
.blog-post-comments-link {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/green/images/icon_comment.gif);}
.blog-post-views-link {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/green/images/icon_view.gif); }
.blog-post-publish-link {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/green/images/icon_publish.gif);}
.blog-post-show-link {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/green/images/icon_show.gif);}
.blog-post-hide-link {background-image: url(/bitrix/components/bitrix/blog/templates/.default/themes/green/images/icon_hide.gif);}

.blog-comment-cont{}
.blog-comment-info {}
.blog-post-info-back {}
.blog-post-info {background-color: #f5f5f5; border-top: 1px solid #fff;}

/* End */


/* Start:/local/templates/.default/components/sotbit/reviews.reviews.filter/.default/style.css?16599461923837*/
.reviews-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  font-size: 14px; }
  .reviews-filter .reviews-filter__rating-stars-icon {
    fill: #FFB800; }
    .reviews-filter .reviews-filter__rating-stars-icon.reviews-filter__rating-stars-icon_empty {
      fill: #DADADA; }
  .reviews-filter .reviews-filter__filter-sort-orop {
    white-space: nowrap; }
    .reviews-filter .reviews-filter__filter-sort-orop:hover {
      color: var(--main-color); }
      .reviews-filter .reviews-filter__filter-sort-orop:hover .toggle-icon::before {
        border-color: var(--main-color); }
  .reviews-filter .reviews-filter__filter-rating {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .reviews-filter .reviews-filter__filter-sort-by {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .reviews-filter .reviews-filter__filter-sort-by .filter-sort-text {
      margin-right: 10px; }
  .reviews-filter .rating-select {
    border: 1px solid #E4E4E4;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }
  .reviews-filter .rating-select__item {
    padding: 0.5rem 1rem;
    margin: 0;
    cursor: pointer;
    list-style-type: none; }
    .reviews-filter .rating-select__item:not(:first-child) {
      border-top: 1px solid #E4E4E4; }
  .reviews-filter .reviews-filter__title,
  .reviews-filter .filter-photo {
    margin-right: 25px;
    float: left; }
  .reviews-filter .checkbox-group {
    float: left; }
  .reviews-filter #select-rating {
    float: left;
    margin-right: 25px; }
  .reviews-filter .sort-group {
    float: right;
    margin-right: 25px; }
  .reviews-filter #select-sort {
    float: right; }
  .reviews-filter .filter-photo {
    color: #6c727d;
    margin-right: 5px; }
  .reviews-filter #current-option-select-rating,
  .reviews-filter #current-option-select-sort {
    width: 100%;
    height: 26px;
    cursor: pointer; }
  .reviews-filter .reviews-filter__rating-select {
    display: none;
    width: 200px;
    padding: 0 20px;
    background: #FFF;
    position: absolute;
    margin: 0.7rem 0 0;
    z-index: 100; }
    .reviews-filter .reviews-filter__rating-select::before {
      content: '';
      bottom: 100%;
      left: 1.5rem;
      width: 1rem;
      height: 1rem;
      margin-bottom: -.45rem;
      border-top: 1px solid #ced2d5;
      border-left: 1px solid #ced2d5;
      background: #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute; }
  .reviews-filter .filter-photo {
    color: #6c727d !important;
    margin-right: 5px;
    font-family: "ProximaNovaLight", Arial, sans-serif; }
  .reviews-filter .toggle-icon {
    position: relative;
    margin-left: 15px; }
    .reviews-filter .toggle-icon::before {
      content: '';
      position: absolute;
      top: calc(50% - 4px);
      right: 4px;
      width: 6px;
      height: 6px;
      margin-top: 0;
      border-bottom: 1px solid #000;
      border-right: 1px solid #000;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .reviews-filter .select-rating-open .toggle-icon::before {
    top: 50%;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg); }

@media (max-width: 650px) {
  .reviews-filter__title,
  .filter-sort-text {
    display: none; } }

/* End */


/* Start:/local/templates/.default/components/sotbit/reviews.reviews.list/.default/style.css?16599461926240*/
.reviews-container__avatar-container {
  position: relative;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  margin-right: 15px; }

.reviews-container__iframe-container {
  display: inline-block;
  width: 100%;
  max-width: 600px; }

.reviews-container__iframe {
  position: relative;
  width: 100%;
  padding-bottom: 50%; }
  .reviews-container__iframe > iframe {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.reviews-container__avatar-overflow-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #F2F2F2;
  overflow: hidden; }
  .reviews-container__avatar-overflow-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.reviews-container__avatar-no-image {
  fill: none;
  stroke: #000000; }

.reviews-container__ban-user {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffffff; }

.reviews-container__ban-user-icon {
  fill: #BDBDBD; }

.reviews-container__user-name {
  display: inline-block;
  margin-right: 20px;
  font-weight: bold; }

.reviews-container__rating-stars {
  display: inline-flex;
  margin-right: 10px; }

.reviews-container__date {
  display: inline-block;
  color: #808080; }

.reviews-container__rating-stars-icon.reviews-container__rating-stars-icon_full {
  fill: #FFB800; }

.reviews-container__rating-stars-icon.reviews-container__rating-stars-icon_empty {
  fill: #DADADA; }

.ban-menu .message {
  display: none; }

.reviews-container__user-info-container {
  flex-grow: 1; }

.reviews-container__header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  clear: both;
  margin-bottom: 20px; }

.reviews-container__footer {
  display: flex;
  margin-top: 25px; }

.reviews-container__item:not(:first-child) {
  padding: 20px 0; }

.review-likes {
  white-space: nowrap; }

.review-likes__like {
  fill: none;
  stroke: #DADADA;
  margin: 0 5px; }
  .review-likes__like.review-likes__like_dislike {
    transform: rotate(180deg); }

.reviews-container__likes-number {
  margin: 0 5px; }

.review-likes__vote {
  display: inline-flex;
  align-items: center;
  cursor: pointer; }
  .review-likes__vote .review-likes__like {
    fill: var(--main-color);
    stroke: var(--main-color); }
  .review-likes__vote.review-likes__vote_send-yes .review-likes__like, .review-likes__vote.review-likes__vote_send-no .review-likes__like {
    fill: none;
    stroke: var(--main-color); }

.reviews-container__footer-item {
  padding-right: 10px;
  cursor: pointer; }
  .reviews-container__footer-item:not(:first-child) {
    border-left: 1px solid #C4C4C4;
    padding: 0 10px; }
  .reviews-container__footer-item .spoiler:hover {
    color: var(--main-color); }
  .reviews-container__footer-item:hover {
    color: var(--main-color); }

.reviews-container__footer-item_quote {
  padding-right: 10px; }

.revirew-body blockquote {
  margin: 20px 0;
  padding: 20px 30px;
  background-color: #F7F7F7;
  border: 1px dashed #BDBDBD; }
  .revirew-body blockquote::before {
    display: none; }

.revirew-body__title {
  margin-bottom: 20px;
  font-weight: 600; }

.reviews-container__answer {
  padding-left: 40px;
  margin-top: 40px;
  border-left: 4px solid #EDEDED; }

.revirew-body__images-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px; }

.revirew-body__image-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-right: 20px; }

.revirew-body__image {
  width: 100%;
  height: 100%;
  object-fit: contain; }

.filter-pagination {
  display: flex;
  justify-content: center; }
  .filter-pagination .right-arrows,
  .filter-pagination .left-arrows {
    display: flex; }
  .filter-pagination .first,
  .filter-pagination .next,
  .filter-pagination .prev,
  .filter-pagination .last {
    position: relative;
    display: block;
    width: 20px;
    height: 100%;
    border: 0;
    background-color: transparent;
    cursor: pointer; }
  .filter-pagination .first {
    display: flex;
    align-items: center;
    width: 27px; }
    .filter-pagination .first::before {
      content: '';
      display: block;
      width: 6px;
      height: 6px;
      border-bottom: 1px solid var(--main-color);
      border-left: 1px solid var(--main-color);
      transform: rotate(45deg); }
    .filter-pagination .first::after {
      content: '';
      display: block;
      width: 6px;
      height: 6px;
      border-bottom: 1px solid var(--main-color);
      border-left: 1px solid var(--main-color);
      transform: rotate(45deg); }
  .filter-pagination .prev::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid var(--main-color);
    border-left: 1px solid var(--main-color);
    transform: rotate(45deg); }
  .filter-pagination .next::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid var(--main-color);
    border-left: 1px solid var(--main-color);
    transform: rotate(-135deg); }
  .filter-pagination .last {
    display: flex;
    align-items: center;
    width: 27px; }
    .filter-pagination .last::before {
      content: '';
      display: block;
      width: 6px;
      height: 6px;
      border-bottom: 1px solid var(--main-color);
      border-left: 1px solid var(--main-color);
      transform: rotate(-135deg); }
    .filter-pagination .last::after {
      content: '';
      display: block;
      width: 6px;
      height: 6px;
      border-bottom: 1px solid var(--main-color);
      border-left: 1px solid var(--main-color);
      transform: rotate(-135deg); }

.filter-pagination__page-button {
  margin: 0 10px;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer; }
  .filter-pagination__page-button[data-active] {
    border: 1px solid var(--main-color); }

@media (max-width: 768px) {
  .reviews-container {
    padding: 20px; } }

@media (max-width: 450px) {
  .reviews-container {
    padding: 10px; } }

/* End */


/* Start:/local/templates/.default/components/sotbit/reviews.reviews.list/.default/css/colorbox.css?16599461924516*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/local/templates/.default/components/sotbit/reviews.reviews.list/.default/css/../images/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(/local/templates/.default/components/sotbit/reviews.reviews.list/.default/css/../images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(/local/templates/.default/components/sotbit/reviews.reviews.list/.default/css/../images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/local/templates/.default/components/sotbit/reviews.reviews.list/.default/css/../images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(/local/templates/.default/components/sotbit/reviews.reviews.list/.default/css/../images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(/local/templates/.default/components/sotbit/reviews.reviews.list/.default/css/../images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/local/templates/.default/components/sotbit/reviews.reviews.list/.default/css/../images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/local/templates/.default/components/sotbit/reviews.reviews.list/.default/css/../images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/local/templates/.default/components/sotbit/reviews.reviews.list/.default/css/../images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(/local/templates/.default/components/sotbit/reviews.reviews.list/.default/css/../images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/local/templates/.default/components/sotbit/reviews.reviews.list/.default/css/../images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(/local/templates/.default/components/sotbit/reviews.reviews.list/.default/css/../images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/local/templates/.default/components/sotbit/reviews.reviews.list/.default/css/../images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/local/templates/.default/components/sotbit/reviews.reviews.list/.default/css/../images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
/* End */


/* Start:/local/templates/.default/components/sotbit/reviews.questions.list/.default/style.css?1659946192211*/
.questions-list__item:not(:first-child) {
    margin-top: 40px;
}

.shopanswer {
    margin-top: 40px;
    padding-left: 30px;
    border-left: 4px solid #EDEDED;
}

.questions-list {
    margin-bottom: 40px;
}

/* End */


/* Start:/local/templates/.default/components/sotbit/reviews.questions.add/.default/style.css?16599461926244*/
.add-questions .spoiler {
    display: flex;
    justify-content: center;
}

.add-questions__btn.add-questions {
    margin: 0;
}

.add-questions__btn.add-questions .main_btn {
    padding-left: 30px;
    padding-right: 30px;
}

.add-questions {
    margin: 20px 0;
}

.spoiler-questions-body {
    display: none;
    padding-top: 40px;
}

.spoiler_links {
    cursor: pointer;
}

.forms-auth-questions {
    display: flex;
    justify-content: space-between;
}

.forms-auth-questions .main-input-md__wrapper {
    display: block;
}

.forms-auth-questions .form-auth {
    width: calc(100% - 10px);
    padding: 30px;
    background-color: #F7F7F7;
}

.forms-auth-questions .form-reg {
    width: calc(100% - 10px);
    padding: 30px;
    background-color: #F7F7F7;
}

.add-questions .spoiler-input {
    padding: 5px 40px;
    color: #FFF;
    background: #dbbfb9 url(/local/templates/.default/components/sotbit/reviews.questions.add/.default/images/button.jpg);
    text-decoration: none;
    font-family: "PG Isadora Cyr Pro", Arial, regular;
    font-size: 18px;
    min-height: 30px;
    line-height: 20px;
    cursor: pointer;
}


#questions-body .title {
    width: 50%;
}

#questions-body .success {
    color: green;
    font-size: 14px;
    font-family: "ProximaNova", Arial, sans-serif;
    margin-top: 10px;
}

#questions-body .spoiler_body p.add-check-error {
    color: red;
}

#questions-body .spoiler_body p.registration-check-error {
    color: red;
}

.tabs a.spoiler {
    display: inline-block;
    padding: 10px;
    color: #FFF;
    background: #603a2f;
    text-transform: uppercase;
    text-decoration: none;
}

.auth-error {
    font-size: 18px;
    color: #994d4d;
    font-family: "ProximaNova", Arial, sans-serif;
    text-align: left;
    margin-bottom: 20px;
}

#auth-title, #register-title {
    color: #000000;
    font-size: 14px;
    font-family: "ProximaNova", Arial, sans-serif;
    text-align: left;
}


#auth-check-error, #registration-check-error {
    color: #994d4d;
    text-align: left;
}


#add_question {
    text-align: left;
}


#add_question #recaptcha-question-0 {
    margin-top: 20px;
}

#add_question p {
    color: #6c727d;
    font-size: 14px;
    font-family: "ProximaNova", Arial, sans-serif;
}

#add_question p.example {
    color: #b0b3bb;
    font-size: 14px;
    font-family: "ProximaNova", Arial, sans-serif;
}

#add_question p.count {
    font-style: italic;
    color: #c2c6cb;
    font-size: 14px;
    font-family: "ProximaNova", Arial, sans-serif;
    margin-bottom: 20px;
}

#add_question input[type="text"] {
    border: 1px solid #e2e5e9;
    height: 34px;
    width: 100%;
    margin-bottom: 20px;
    padding: 5px;
    font-family: "ProximaNovaLight", Arial, sans-serif;
    color: #000000;
    font-size: 13px;
}

#add_question textarea {
    border: 1px solid #e2e5e9;
    width: 100%;
    padding: 5px;
    font-family: "ProximaNovaLight", Arial, sans-serif;
    color: #000000;
    font-size: 13px;
    height: 190px;
}

#add_question input[type="radio"] {
    margin-right: 7px;
    float: left;
}

#add_question span.radio-label {
    margin-right: 15px;
    font-family: "ProximaNovaLight", Arial, sans-serif;
    color: #000000;
    font-size: 13px;
}

#add_question span.radio-label {
    margin-right: 15px;
    font-family: "ProximaNovaLight", Arial, sans-serif;
    color: #000000;
    font-size: 13px;
}

#add_question .radio {
    float: none;
    line-height: 14px;
    display: inline-block;
    margin-bottom: 20px;
}

#add_question input[type="submit"] {
    background: #FFF;
    color: #767676;
    font-size: 14px;
    font-family: "ProximaNovaLight", Arial, sans-serif;
    width: 170px;
    border-radius: 5px;
    border: 1px solid #c8c8c8;
    box-shadow: 1px 2px 2px 1px #dedede;
    margin-top: 20px;
}

.spoiler-questions-body .add-check-error {
    text-align: left;
    color: #994d4d;
    font-size: 14px;
    font-family: "ProximaNova", Arial, sans-serif;
}

#auth_question-check-error, #registration_question-check-error {
    color: #994d4d;
    text-align: left;
}

#add_question .bxhtmled-top-bar-wrap .bxhtmled-button-bold {
    display: inline-block;
}

#add_question .bxhtmled-top-bar-wrap .bxhtmled-button-italic {
    display: inline-block;
}

#add_question .bxhtmled-top-bar-wrap .bxhtmled-button-underline {
    display: inline-block;
}

#add_question .bxhtmled-top-bar-wrap .bxhtmled-button-strike {
    display: inline-block;
}

#add_question .bxhtmled-top-bar-wrap .bxhtmled-button-remove-format {
    display: inline-block;
}

#add_question .bxhtmled-top-bar-wrap .bxhtmled-top-bar-color {
    display: inline-block;
}

#add_question .bxhtmled-top-bar-wrap .bxhtmled-button-ordered-list {
    display: inline-block;
}

#add_question .bxhtmled-top-bar-wrap .bxhtmled-button-unordered-list {
    display: inline-block;
}

#add_question .bxhtmled-top-bar-wrap .bxhtmled-button-align-left {
    display: inline-block;
}

#add_question .bxhtmled-top-bar-wrap .bxhtmled-button-quote {
    display: inline-block;
}

#add_question .bxhtmled-iframe-cnt {
    overflow: hidden !important;
}

#add_question .feed-add-post-text {
    padding: 0;
}

#add_question #question-editor {
    display: block;
}

.spoiler-questions-body .reason-title {
    font-family: "ProximaNova", Arial, sans-serif;
    color: #303030;
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
}

.spoiler-questions-body .reason-text {
    font-family: "ProximaNova", Arial, sans-serif;
    color: #303030;
    font-size: 14px;
    margin-bottom: 8px;
    text-align: center;
}

.spoiler-questions-body .not-ban-error {
    font-size: 18px;
    font-family: "ProximaNova", Arial, sans-serif;
    color: #994d4d;
    text-align: center;
}

.main_btn.add-questions__form-btn {
    display: inline-flex;
    margin-bottom: 10px;
}

.main_btn.add-questions__form-btn_reset {
    display: inline-flex;
    background-color: transparent;
    text-decoration: none;
    color: var(--main-color);
    margin-bottom: 10px;
    margin-left: 1rem;
}

.main_btn.add-questions__form-btn_reset:hover {
    color: var(--main-color-hover);
    background-color: transparent;
    border-color: var(--main-color-hover);
}

.questions-popup__question-editor {
    margin-bottom: 20px;
}

.questions-list__reply .spoiler {
    display: none;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/sale.products.gift/origami_default/style.css?1659946192422*/
.tabs_block__product_card.detail-product-gift .product_card__block_item_inner .product_card__block {
    margin: 0;
}

.tabs_block__product_card.detail-product-gift .product_card__block__hidden {
     position: initial;
     opacity: 1;
     visibility: visible;
     height: auto;
        width: 100%;
}


.detail-product-gift .product_card__inner  {
    width: 100%;
}

.gift_detail_product {
    margin-bottom: 60px;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/origami_preview/style.css?165994619238525*/
.popup .product-item-preview-slider-container {
  padding: 0; }

.product-item-preview-slider-container {
  border: 1px solid #ebedee;
  padding: 40px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 1s;
  transition: 1s;
  position: relative; }
  .product-item-preview-slider-container.swiper-container {
    z-index: auto; }

.product-item-preview-slider-container .product-preview-title-price {
  display: none; }

.product-item-preview-slider-container .product-tem-zoom {
  z-index: 99;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2rem;
  margin-top: -2rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50px;
  text-align: center;
  background-color: var(--main-color); }

.product-preview-photo-block {
  position: relative; }

.product-preview-photo-block .product_card__block_icon,
.product-preview-photo-block .sticker_product {
  top: 2rem; }

.product-preview-photo-block .product_card__block_icon {
  opacity: 1; }

.product-item-preview-slider-container .product-tem-zoom i {
  font-size: 2rem;
  color: #fff;
  line-height: 4rem; }

.product-item-preview-slider-container:hover .product-tem-zoom {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  cursor: pointer; }

.product-preview-info-block .product-preview-info-block-price {
  padding-bottom: 0.5rem; }

.product-preview-info-block .product-preview-info-block-price .product_card__block__old_new_price {
  margin-bottom: 0; }

.product-preview-info-block .product-preview-info-block-basic-property .product-preview-info-block-property,
.product-preview-info-block .product-preview-info-block-basic-property .basic-property-title {
  margin-bottom: 1rem; }

.product-preview-info-block .product-preview-info-block-main-property {
  margin-bottom: 1.5rem; }

.product-preview-info-block .product-preview-info-block-property-title {
  padding-bottom: 0.5rem; }

.product-preview-info-block .product-preview-info-block-basket {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1rem; }

.product-preview-info-block .product-preview-info-block-basket .product_card__block_buy_quantity {
  padding: 0;
  margin-left: 1rem; }

.product-preview-info-block .product-preview-info-block-basket .main_btn {
  min-width: 150px; }

.product-preview-info-block .product-preview-info-block-one-click-basket .one_click_btn {
  display: inline-block;
  text-align: center;
  min-width: 150px;
  padding: 0.5rem; }

.product-preview-info-block .product-preview-info-block-one-click-basket .one_click_btn {
  cursor: pointer; }

.product-preview-info-block .product-preview-info-block-basic-property {
  margin-bottom: 2rem; }

.product-preview-info-block .product-preview-info-block-basic-property .block-basic-property-link {
  color: #979797;
  border-bottom: 1px dotted #979797; }

.bx-no-retina .product-item-preview-slider-controls-image.active {
  outline-width: 2px; }

.product-preview-price-and-cheaper .product_preview__block__new_price_product {
  margin-right: 10px;
  font-size: 28px; }

.product-preview-price-and-cheaper .product_preview__block__old_price_product {
  font-size: 18px; }

.product-preview-price-and-cheaper .product_preview__block_saving {
  font-size: 12px; }

.product-preview-price-and-cheaper {
  margin-bottom: 30px; }

.product-preview-photo-block .popup .product-item-preview-slider-image img {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  cursor: default; }

.product-item-preview-slider-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear; }

.product-item-preview-slider-image.active {
  z-index: 10;
  opacity: 1; }

.product-item-preview-slider-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  outline: 1px solid transparent;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
  transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%); }

.product-item-preview-slider-controls-image.swiper-slide {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 80px;
  height: 80px;
  outline: 1px solid var(--main-color);
  background-color: #fff;
  text-align: center;
  cursor: pointer; }
  .product-item-preview-slider-controls-image.swiper-slide::after {
    content: '';
    display: block;
    padding-bottom: 100%; }
  .product-item-preview-slider-controls-image.swiper-slide img {
    position: absolute;
    max-width: 66px;
    max-height: 66px;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    top: calc(50% - 33px);
    left: calc(50% - 33px); }
  .product-item-preview-slider-controls-image.swiper-slide.swiper-slide-thumb-active {
    border: 2px solid var(--main-color); }
  .product-item-preview-slider-controls-image.swiper-slide:hover:not(.swiper-slide-thumb-active) {
    border: 2px solid #ededed; }

.product-item-preview-slider-controls-block:not(.swiper-container-initialized) .swiper-slide {
  border: 2px solid var(--main-color); }
  .product-item-preview-slider-controls-block:not(.swiper-container-initialized) .swiper-slide:hover {
    border: 2px solid var(--main-color); }

.bx-retina .product-item-preview-slider-controls-image {
  outline-width: .5px; }

.bx-no-retina .product-item-preview-slider-controls-image.active {
  outline-width: 2px; }

.bx-retina .product-item-preview-slider-controls-image.active {
  outline-width: 1px; }

.product-preview-photo-block .popup .product-item-preview-slider-close {
  position: absolute;
  top: 4px;
  right: 110px;
  bottom: 0;
  z-index: 150;
  display: block;
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  opacity: .27;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease; }

.product-preview-photo-block .popup .product-item-preview-slider-close:hover {
  opacity: 1; }

.product-preview-photo-block .popup .product-item-preview-slider-right {
  right: 105px; }

.product-item-preview-slider-container.magnified .product-item-preview-slider-image {
  z-index: 100; }

.product-item-preview-slider-container.magnified .product-item-preview-slider-image img {
  outline-color: #ddd; }

.product-item-preview-slider-container.magnified .product-item-preview-slider-left,
.product-item-preview-slider-container.magnified .product-item-preview-slider-right {
  z-index: 50; }

.product-item-preview-slider-container.magnified .product-item-label-text,
.product-item-preview-slider-container.magnified .product-item-label-ring {
  opacity: 0; }

.product-preview-photo-block .popup .product-item-preview-slider-controls-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 20px;
  border-left: 1px solid #d3d3d3;
  background-color: #fff; }

.product-preview-photo-block-wrapper {
  height: 100%; }

.product-preview-photo-block .popup .product-item-preview-slider-controls-image {
  display: block;
  margin-bottom: 20px; }

.product-item-preview-slider-container {
  position: relative;
  max-width: 100%;
  background: transparent;
  -webkit-transition: background 800ms ease;
  transition: background 800ms ease; }

.product-item-preview-slider-block {
  position: relative;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* padding-top: 56.25%; */
  height: 100%; }

.product_preview_description {
  width: 100%; }
  .product_preview_description .block-property-color {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .product_preview_description .block-property-color-item {
    width: 36px;
    height: 36px;
    border: 2px solid #ededed;
    padding: 2px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2px; }
    .product_preview_description .block-property-color-item:hover {
      cursor: pointer;
      border: 2px solid #a7a6a6; }
  .product_preview_description .block-property-color-item.color_image img {
    max-width: 100%;
    max-height: 100%; }
  .product_preview_description .block-property-color-item.offer_image {
    position: relative;
    width: 36px;
    height: 36px; }
  .product_preview_description .block-property-color-item.offer_image img {
    max-width: 100%;
    max-height: 100%; }
  .product_preview_description .block-property-text-item.active,
  .product_preview_description .block-property-color-item.active {
    border-color: var(--main-color); }
  .product_preview_description .block-property-color-item.active {
    position: relative;
    border: 2px solid var(--main-color); }
    .product_preview_description .block-property-color-item.active .icon-tick {
      display: inline-block;
      position: absolute;
      text-align: center;
      top: 50%;
      right: 7px;
      margin-top: -7px;
      color: var(--main-color);
      font-weight: 700; }

.block-property-text-item.notallowed,
.block-property-color-item.notallowed {
  color: #313131;
  opacity: 0.3; }

.block-property-color-item.active,
.block-property-text-item.active {
  opacity: 1; }

.quick-view {
  width: 960px;
  max-height: 98vh;
  height: 100%;
  background-color: #fff; }
  .quick-view > div {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .quick-view .main_info_preview_product {
    height: 100%;
    max-width: none;
    max-height: none; }
  .quick-view .product-item-preview-slider-container {
    height: 400px;
    border: none; }
  .quick-view .product-preview-info-block-path-to-basket {
    display: none;
    width: 100%;
    padding-bottom: 17px; }
  .quick-view .product-preview-info-block-path-to-basket .in_basket {
    background: #00b02a;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
    font-weight: bold;
    color: #fefcfc;
    height: 37px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .quick-view .product-preview-info-block-path-to-basket .in_basket span {
    width: 18px;
    height: 14px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAYAAAAi2ky3AAAA4UlEQVQokaXSoUpEQRQG4LMqBoMmTQaDTTZbTNoMgsHkAwg+weYtazYIG4w20/Y1+QIGm8EgiJg0GAT5DN6BcbjX63IPDMzM+edjGKaH6FCnEbEaEcOFDsggIkZpMdfhJqNs/RyYdZz4XQPErMgxvjJkmHopsIN+C3JUIGd5P7CPT7z9gR1UmVQXZSZwngVesFmE9gpkjF4dtITbLPiI9Sqwi4+sd4X5ulunyQrusgP3OMR7tnfdhORQYA0P6muCxSakhAIbeCqQaRtSBwW28FohN37esPWPNTW2cYnl/yCIb4hEjr8+hxV0AAAAAElFTkSuQmCC);
    margin-right: 5px; }

.product-item-preview-slider-container .product-tem-zoom svg {
  position: absolute;
  left: calc(50% - 14px);
  top: calc(50% - 14px);
  fill: #fff; }

.product-item-preview-slider-container .product_card__block_icon span {
  position: relative;
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .product-item-preview-slider-container .product_card__block_icon span svg {
    position: absolute;
    left: calc(50% - 8px);
    top: calc(50% - 8px);
    fill: #BDBDBD; }
  .product-item-preview-slider-container .product_card__block_icon span:hover {
    background-color: #ededed;
    cursor: pointer; }
    .product-item-preview-slider-container .product_card__block_icon span:hover svg {
      fill: var(--main-color); }
  .product-item-preview-slider-container .product_card__block_icon span.active {
    background-color: var(--main-color); }
    .product-item-preview-slider-container .product_card__block_icon span.active svg {
      fill: #fff; }
  .product-item-preview-slider-container .product_card__block_icon span.active:hover {
    background-color: #ededed; }
    .product-item-preview-slider-container .product_card__block_icon span.active:hover svg {
      fill: var(--main-color); }

.product-item-preview-slider-container .product_card__block_icon-heart {
  margin-bottom: 10px; }

.product_preview_title {
  padding: 18px 20px;
  font-weight: bold;
  font-size: 17px;
  line-height: 25px;
  border-bottom: 1px solid #EDEDED; }

.product_preview_info_block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  padding-top: 16px; }

.product_preview_info_block-description {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .product_preview_info_block-description .product_preview_info_block_cheaper-icon {
    position: relative;
    top: 1px;
    left: 0;
    margin-right: 5px;
    fill: #808080; }

.right_preview_card__stars {
  margin-right: 10px; }

.product-preview-photo-block-wrapper {
  width: 600px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-right: 1px solid #EDEDED; }

.product_preview-btn-block {
  height: 175px;
  padding: 0 19px;
  border-top: 1px solid #EDEDED; }
  .product_preview-btn-block .product_preview_info_block_gift-icon {
    position: relative;
    top: 2px;
    left: 0;
    margin-right: 3px;
    fill: #808080; }

.product-preview-info-block-property-title {
  margin-bottom: 4px; }

.main_info_preview_product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .main_info_preview_product .product-item-preview-slider-image {
    opacity: 1; }
  .main_info_preview_product .product-item-preview-slider-image {
    width: 500px; }
  .main_info_preview_product .product_preview__block__new_price_product {
    font-size: 18px;
    line-height: 25px; }
  .main_info_preview_product .product-preview-price-and-cheaper {
    margin-top: 24px;
    margin-bottom: 22px; }
    .main_info_preview_product .product-preview-price-and-cheaper .product_preview__block_saving {
      -webkit-box-pack: left;
         -moz-box-pack: left;
          -ms-flex-pack: left;
              justify-content: left;
      -webkit-box-align: baseline;
         -moz-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      font-size: 0.78rem;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 15px;
      padding-bottom: 10px; }
      .main_info_preview_product .product-preview-price-and-cheaper .product_preview__block_saving .product_preview__block_saving_title {
        padding: 2px 0.67rem;
        color: #00b02a;
        border: 1px solid #00b02a;
        margin-left: 0.3rem; }
  .main_info_preview_product .product-preview-info-block-main-property {
    padding-bottom: 10px; }
  .main_info_preview_product .product-preview-info-block-main-property::first-letter {
    text-transform: uppercase; }
  .main_info_preview_product .product_preview_info_block_cheaper {
    display: inline-block;
    margin-top: 10px;
    cursor: pointer; }
    .main_info_preview_product .product_preview_info_block_cheaper:hover .product_preview_info_block_cheaper__title {
      color: var(--main-color);
      border-color: var(--main-color); }
    .main_info_preview_product .product_preview_info_block_cheaper:hover .product_preview_info_block_cheaper-icon {
      fill: var(--main-color); }
    .main_info_preview_product .product_preview_info_block_cheaper.btnLoaderCustom {
      color: transparent;
      position: relative; }
      .main_info_preview_product .product_preview_info_block_cheaper.btnLoaderCustom .product_preview_info_block_cheaper__title {
        color: transparent;
        border-color: transparent; }
      .main_info_preview_product .product_preview_info_block_cheaper.btnLoaderCustom .loader-btn {
        fill: var(--main-color);
        top: calc(50% - 10px);
        left: calc(50% - 10px); }
  .main_info_preview_product .product_preview_info_block_cheaper__title {
    font-size: 0.9rem;
    color: #808080;
    border-bottom: 1px dotted #888888;
    cursor: pointer; }
  .main_info_preview_product .block-property-color {
    margin-bottom: 16px;
    margin-left: -1px; }
  .main_info_preview_product .block-property-text-item {
    display: inline-block;
    padding: 0.5rem 0.7rem;
    border: 1px solid transparent;
    margin-bottom: 0.3rem;
    min-width: 36px;
    text-align: center; }
    .main_info_preview_product .block-property-text-item:hover {
      opacity: 1; }
  .main_info_preview_product .block-property-text-item:hover {
    cursor: pointer;
    border-color: #EDEDED; }
  .main_info_preview_product .product_preview_description-content {
    height: 100%; }
  .main_info_preview_product .product_preview_info {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .main_info_preview_product .product_previev_info-content {
    max-height: 345px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .main_info_preview_product .product_preview__block__old_new_price {
    padding-top: 7px; }

.product-preview-photo-block .product-item-preview-slider-controls-image {
  outline: none !important; }

.product-preview-photo-block .sticker_product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 400px;
  top: 18px;
  line-height: 18px; }
  .product-preview-photo-block .sticker_product > div {
    margin-right: 5px; }

.product-item-preview-slider-controls-block.swiper-container {
  margin: 10px 15px; }

.product_preview_description .product_preview_info_block__article .product_preview_info_block__title {
  color: #808080; }

.product_preview_description .product_preview_info_block__count .product_preview_info_block__title {
  display: none; }

.product_preview_description .product_card__block__presence_product_value_many {
  color: #808080; }

.product_preview_description .product_preview__block__old_price_product {
  text-decoration: line-through;
  font-size: 14px;
  color: #808080; }

.product_preview_description .rating-block-title {
  display: none; }

.product_preview_description .product_card__block_buy_quantity {
  height: 40px;
  margin: 0;
  padding-right: 20px; }
  .product_preview_description .product_card__block_buy_quantity > span {
    width: 25px; }

.product_preview_description .preview-basket-wrapper {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .product_preview_description .preview-basket-wrapper svg {
    fill: #fff;
    width: 18px;
    height: 18px;
    margin-right: 10px; }

.product_preview_description .product-preview-info-block-basket {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  .product_preview_description .product-preview-info-block-basket .product_preview_info_block_gift .product_preview_info_block_gift__title.product_preview_info--availability {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 39px;
    font-size: 14px;
    font-weight: 700;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .product_preview_description .product-preview-info-block-basket .product_preview_info_block_gift .product_preview_info_block_gift__title.product_preview_info--availability:hover {
      color: var(--main-color-hover);
      border-color: var(--main-color-hover); }

.product_preview_description .product-preview-info-block-message {
  display: none;
  width: 100%; }

.product_preview_description .product-preview-info-block-one-click-basket {
  display: inline-block;
  padding-top: 20px;
  width: 100%; }
  .product_preview_description .product-preview-info-block-one-click-basket .one_click_btn {
    display: inline-block;
    height: 100%;
    width: 100%;
    line-height: 38px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    text-align: center;
    min-width: 150px;
    padding: 0;
    cursor: pointer; }
    .product_preview_description .product-preview-info-block-one-click-basket .one_click_btn:hover {
      color: var(--main-color-hover); }
  .product_preview_description .product-preview-info-block-one-click-basket.btnLoaderCustom {
    position: relative; }
    .product_preview_description .product-preview-info-block-one-click-basket.btnLoaderCustom .one_click_btn {
      color: transparent !important;
      font-size: 0; }
    .product_preview_description .product-preview-info-block-one-click-basket.btnLoaderCustom .loader-btn {
      top: 50%;
      left: calc(50% - 10px); }
      .product_preview_description .product-preview-info-block-one-click-basket.btnLoaderCustom .loader-btn svg {
        fill: var(--main-color); }

.product_preview_description .product_preview_info_block_gift {
  margin-top: 17px;
  cursor: pointer; }
  .product_preview_description .product_preview_info_block_gift:hover .product_preview_info_block_gift__title {
    color: var(--main-color);
    border-color: var(--main-color); }
  .product_preview_description .product_preview_info_block_gift:hover .product_preview_info_block_gift-icon {
    fill: var(--main-color); }
  .product_preview_description .product_preview_info_block_gift.btnLoaderCustom {
    color: transparent;
    position: relative; }
    .product_preview_description .product_preview_info_block_gift.btnLoaderCustom .product_preview_info_block_gift__title {
      color: transparent;
      border-color: transparent; }
    .product_preview_description .product_preview_info_block_gift.btnLoaderCustom .product_preview_info_block_gift__title.product_preview_info--availability {
      color: transparent;
      font-size: 0; }
    .product_preview_description .product_preview_info_block_gift.btnLoaderCustom .loader-btn {
      fill: var(--main-color);
      top: calc(50% - 10px);
      left: calc(50% - 10px); }

.product_preview_description .product_preview_info_block_gift__title {
  font-size: 0.9rem;
  color: #808080;
  border-bottom: 1px dotted #808080; }

.product_preview_description .product-preview-info-block-message {
  display: none; }

.product_preview_description .product-item-detail-buy-button {
  width: 100%; }

.product_preview_description .product_preview_info_block_gift-wrapper {
  width: 100%; }

.product-item-preview-slider-images-container .swiper-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.product-item-preview-slider-images-container img {
  max-width: 100%; }

.preview-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
     -moz-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 20px; }

.preview-info .rating-block {
  margin-right: 30px; }

.product_preview__main-price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.product_preview__btn-show-otherPrices {
  position: relative;
  top: 6px;
  left: 0;
  display: block;
  width: 19px;
  height: 15px;
  margin-right: 5px;
  border: 1px solid #EDEDED;
  border-radius: 4px; }
  .product_preview__btn-show-otherPrices::before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 2px);
    width: 6px;
    height: 6px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg); }
  .product_preview__btn-show-otherPrices.show {
    border-color: var(--main-color); }
    .product_preview__btn-show-otherPrices.show::before {
      top: calc(50% - 2px);
      border-color: var(--main-color);
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }

.product_preview__other_prices {
  display: none;
  padding: 10px;
  background-color: #F7F7F7; }
  .product_preview__other_prices.show {
    display: block; }

.product_preview__props {
  margin-top: 20px; }

.product_preview__props-title {
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  color: #000; }

.product-detail-info-block-property:not(:first-child) {
  margin-top: 7px; }

.property-title {
  padding-right: 10px;
  font-size: 13px;
  line-height: 20px;
  color: #808080; }

.property-value a {
  color: var(--main-color); }

.property-value a:hover {
  color: var(--main-color-hover); }

.product-preview-photo-block .popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  background: #fff;
  -webkit-animation-name: imgPopupShow;
          animation-name: imgPopupShow;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms; }

.product-preview-photo-block .popup .product-item-preview-slider-images-container {
  right: 105px; }

.product-preview-photo-block .popup .product-item-preview-slider-block {
  padding-top: 0;
  height: 100vh; }

.product-preview-photo-block .popup .product-item-preview-slider-image {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100vh;
  width: calc(100% - 150px);
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%); }

@-webkit-keyframes imgPopupShow {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes imgPopupShow {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.product-preview-photo-block .popup .sticker_product,
.product-preview-photo-block .popup .product_card__block_icon,
.product-preview-photo-block .popup .product-tem-zoom {
  display: none; }

@media (max-width: 767px) {
  .product-preview-photo-block .popup .product-item-preview-slider-images-container {
    right: 0; }
  .product-preview-photo-block .popup .product-item-preview-slider-block {
    padding-top: 0;
    height: calc(100vh - 111px); }
  .product-preview-photo-block .popup .product-item-preview-slider-image {
    width: 90%; }
  .product-preview-photo-block .popup .product-item-preview-slider-image img {
    max-width: 100%;
    max-height: calc(100vh - 115px);
    width: auto;
    cursor: default; }
  .product-preview-photo-block .popup .product-item-preview-slider-controls-block {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: auto;
    max-height: 111px;
    border-top: 1px solid #d3d3d3;
    border-left: none;
    white-space: nowrap; }
  .product-preview-photo-block .popup .product-item-preview-slider-controls-image {
    display: inline-block;
    margin-bottom: 0; }
  .product-preview-photo-block .popup .product-item-preview-slider-close {
    right: 10px;
    z-index: 200; }
  .product-item-preview-slider-left,
  .product-item-preview-slider-right {
    max-width: 75px; }
  .product-preview-photo-block .popup .product-item-preview-slider-right {
    right: 0; } }

.product-item-label-top {
  top: -5px; }

.product-item-label-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.product-item-label-center > div {
  text-align: center; }

.product-item-label-left {
  left: -5px; }

.product-item-label-left > div {
  text-align: left; }

.product-item-label-bottom {
  bottom: -5px; }

.product-item-label-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.product-item-label-right {
  right: -5px; }

.product-item-label-right > div {
  text-align: right; }

.product-item-label-center.product-item-label-middle {
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%); }

.product_card__block_buy_quantity__input,
.product_card__block_buy_quantity__minus,
.product_card__block_buy_quantity__plus {
  color: #a1a1a1;
  border: 1px solid #e6e6e6;
  text-align: center;
  width: 30px;
  min-height: 35px;
  display: inline-block;
  line-height: 35px;
  height: 100%; }

.product_card__block_buy_quantity__input {
  border-left: none;
  border-right: none; }

.product_card__block_buy_quantity__minus {
  line-height: 35px; }

.product_card__block_buy_quantity__minus,
.product_card__block_buy_quantity__plus {
  width: 20px; }
  .product_card__block_buy_quantity__minus:hover,
  .product_card__block_buy_quantity__plus:hover {
    background: #f2f2f2;
    cursor: pointer; }

.product_card__block_buy_quantity__input {
  color: #000000; }

.product_card__block_buy_quantity {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 15px; }

.product_card__block_buy {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px; }

.product_preview__nav-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 480px) {
    .product_preview__nav-items {
      display: none; } }

.product_preview__nav-prev {
  position: absolute;
  top: 50%;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 100; }
  .product_preview__nav-prev:hover .product_preview__nav-wrapper {
    width: 100%; }
  .product_preview__nav-prev:hover .product_preview__nav-content {
    border: 1px solid #EDEDED; }
  .product_preview__nav-prev:hover .product_preview__nav-icon {
    stroke: var(--main-color); }
  .product_preview__nav-prev:hover .product_preview__nav-item-name {
    color: var(--main-color); }

.product_preview__nav-next {
  position: absolute;
  top: 50%;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  background: #FFFFFF;
  z-index: 100; }
  .product_preview__nav-next:hover .product_preview__nav-wrapper {
    width: 100%; }
  .product_preview__nav-next:hover .product_preview__nav-content {
    border: 1px solid #EDEDED; }
  .product_preview__nav-next:hover .product_preview__nav-content--next {
    width: 100%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  .product_preview__nav-next:hover .product_preview__nav-icon {
    stroke: var(--main-color); }
  .product_preview__nav-next:hover .product_preview__nav-item-name {
    color: var(--main-color); }

.product_preview__nav-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  overflow: hidden;
  background: #FFFFFF;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out; }

.product_preview__nav-wrapper--next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.product_preview__nav-prev-arrow,
.product_preview__nav-next-arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  background-color: #F7F7F7;
  z-index: 10; }

.product_preview__nav-prev-arrow {
  border: 1px solid #EDEDED; }

.product_preview__nav-next-arrow {
  border: 1px solid #EDEDED; }

.product_preview__nav-icon {
  fill: none;
  stroke: #BDBDBD;
  -webkit-transition: stroke 0.1s ease-in-out;
  transition: stroke 0.1s ease-in-out; }

.product_preview__nav-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: width 0.3s ease-out, padding 0.3s ease-out;
  transition: width 0.3s ease-out, padding 0.3s ease-out; }

.product_preview__nav-content--prev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-left-color: transparent; }
  .product_preview__nav-content--prev .product_preview__nav-img {
    padding-left: 10px; }

.product_preview__nav-content--next {
  border-right-color: transparent; }
  .product_preview__nav-content--next .product_preview__nav-img {
    padding-left: 10px; }

.product_preview__nav-img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px; }
  .product_preview__nav-img img {
    max-width: 100%;
    max-height: 100%; }

.product_preview__nav-title-slide {
  padding: 0;
  font-size: 12px;
  line-height: 18px;
  color: #808080;
  white-space: nowrap; }

.product_preview__nav-item-name {
  padding: 0;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  white-space: nowrap;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.product_preview__nav-description {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.product_card__block_icon {
  position: absolute;
  right: 1rem;
  font-size: 1.4rem;
  color: #c3c3c3;
  z-index: 99;
  -webkit-transition: 1s;
  transition: 1s; }

.product_card__block__presence_product_value_no {
  display: inline-block;
  font-size: 0.78rem;
  white-space: nowrap; }
  .product_card__block__presence_product_value_no i {
    color: #ee0d0d; }

.product_card__block__presence_product_value_sufficient {
  display: inline-block;
  font-size: 0.78rem;
  white-space: nowrap; }
  .product_card__block__presence_product_value_sufficient i {
    color: #fcd85d; }

.product_card__block__presence_product_value_many {
  display: inline-block;
  font-size: 0.78rem;
  white-space: nowrap; }
  .product_card__block__presence_product_value_many .product-card_icon-check {
    padding-top: 3px;
    fill: #28b843; }
  .product_card__block__presence_product_value_many i {
    color: #28b843; }

.sticker_product {
  position: absolute;
  left: 1rem;
  z-index: 82;
  text-align: left; }

.sticker_product__hit {
  padding: 0.1rem 0.5rem;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  margin-bottom: 0.1rem;
  background: #00b02a; }

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.item/item_gift/style.css?165994619288218*/
.product_card__inner {
  position: relative;
  height: 100%;
  width: 270px;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ededed;
  cursor: pointer; }
  .product_card__inner p {
    padding-bottom: 0; }
  .product_card__inner:hover {
    z-index: 100;
    -webkit-box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.15); }
  .product_card__inner:hover .product-card-inner__img-view {
    display: block; }
  .product_card__inner:hover .product-card-inner__title-link {
    color: var(--main-color); }
  .product_card__inner:hover .product-card-inner__icon::before {
    color: #807f7f; }

.product-card-inner__stickers {
  position: absolute !important;
  top: 16px;
  left: 13px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 50px;
  z-index: 53; }
  .product-card-inner__stickers .timer {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .product-card-inner__stickers .timer .timer-wrapper {
      position: relative;
      top: 0;
      left: 0; }

.product-card-inner__sticker {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 2px 10px;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  background-color: var(--main-color); }

.product-card-inner__icons {
  position: absolute;
  right: 16px;
  top: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25px;
  margin-bottom: 15px;
  z-index: 53; }

@media (min-width: 768px) {
  .product-card-inner__icon {
    position: relative;
    width: 26px;
    height: 26px;
    margin-bottom: 8px;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .product-card-inner__icon:hover {
      background-color: #ededed; }
      .product-card-inner__icon:hover svg {
        fill: var(--main-color); }
    .product-card-inner__icon svg {
      position: absolute;
      top: calc(50% - 8px);
      left: calc(50% - 8px);
      fill: #BDBDBD; }
    .product-card-inner__icon.active {
      background-color: var(--main-color); }
      .product-card-inner__icon.active svg {
        fill: #fff; }
      .product-card-inner__icon.active:hover {
        background-color: #ededed !important; }
        .product-card-inner__icon.active:hover svg {
          fill: var(--main-color); } }

@media (max-width: 768px) {
  .product-card-inner__icon {
    position: relative;
    width: 26px;
    height: 26px;
    margin-bottom: 8px;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .product-card-inner__icon svg {
      position: absolute;
      top: calc(50% - 8px);
      left: calc(50% - 8px);
      fill: #BDBDBD; }
    .product-card-inner__icon.active {
      background-color: var(--main-color); }
      .product-card-inner__icon.active svg {
        fill: #fff; } }

.product-card-inner__img-wrapper {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 150px;
  margin-bottom: 11px;
  overflow: hidden; }

.product-card-inner__img-view {
  position: absolute;
  top: 80px;
  left: calc(50% - 70px);
  display: none;
  width: 140px;
  padding: 6px 9px;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  background-color: rgba(54, 53, 53, 0.7);
  z-index: 53; }

.product-card-inner__img-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 15px;
  width: 100%;
  height: 100%;
  position: relative; }

.product_card__inner .product-card-inner__img-wrapper .product-card-inner__img-link > img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain; }

.product-card-inner__title {
  margin-bottom: 13px;
  text-align: center;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  color: #000; }

.product-card-inner__title-link {
  display: block;
  min-height: 39px;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px; }

.product-card-inner__title-link:hover {
  color: var(--main-color); }

.product-card-inner__rating-block {
  height: 14px;
  margin-bottom: 17px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .product-card-inner__rating-block .rating-block-title {
    display: none; }

.product-card-inner__info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 180px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 14px; }
  .product-card-inner__info > div {
    margin: 0 auto;
    padding: 0 3px; }
  .product-card-inner__info > .product-card-inner__vendor-code {
    margin: 0 auto;
    padding: 0 3px; }

.product-card-inner__quantity {
  display: block;
  position: relative;
  margin: 0;
  padding-left: 15px;
  font-size: 11px;
  color: #000; }

.product-card-inner__quantity--lot::before {
  content: url("data:image/svg+xml, %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='11px' height='11px' viewBox='0 0 78.369 78.369' style='enable-background:new 0 0 78.369 78.369;' xml:space='preserve' fill='%2300b02a'%3E%3Cg%3E%3Cpath d='M78.049,19.015L29.458,67.606c-0.428,0.428-1.121,0.428-1.548,0L0.32,40.015c-0.427-0.426-0.427-1.119,0-1.547l6.704-6.704 c0.428-0.427,1.121-0.427,1.548,0l20.113,20.112l41.113-41.113c0.429-0.427,1.12-0.427,1.548,0l6.703,6.704 C78.477,17.894,78.477,18.586,78.049,19.015z'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 2px;
  left: 0; }

.product-card-inner__quantity--few::before {
  content: url("data:image/svg+xml, %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='11px' height='11px' viewBox='0 0 78.369 78.369' style='enable-background:new 0 0 78.369 78.369;' xml:space='preserve' fill='%23ffd876'%3E%3Cg%3E%3Cpath d='M78.049,19.015L29.458,67.606c-0.428,0.428-1.121,0.428-1.548,0L0.32,40.015c-0.427-0.426-0.427-1.119,0-1.547l6.704-6.704 c0.428-0.427,1.121-0.427,1.548,0l20.113,20.112l41.113-41.113c0.429-0.427,1.12-0.427,1.548,0l6.703,6.704 C78.477,17.894,78.477,18.586,78.049,19.015z'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 2px;
  left: 0; }

.product-card-inner__quantity--enough::before {
  content: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAJCAMAAAA8eE0hAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAeFBMVEX////JASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASnJASkAAABW4CSsAAAAJ3RSTlMAQ94K2iQLhIIVgYUihtmwVnt5sUe/ZGNIzyxQTecPHx0MauTg42iJdFSmAAAAAWJLR0QnLQ+oIwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB+MDDAogAMlhp5AAAABMSURBVAjXHcZHAkAwAADBJSFC9N67/z8RmdMAOK7rYAnpedK3VYHWYfTPSBErkZivaUZekJVQ1dC0UHf0A4wTDD3zAusG+8xxXtb9vHWvBEG36StCAAAAAElFTkSuQmCC");
  position: absolute;
  top: 1px;
  left: 0; }

.product-card-inner__quantity--none::before {
  content: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAALVBMVEX////QIEPQIEPQIEPQIEPQIEPQIEPQIEPQIEPQIEPQIEPQIEPQIEPQIEMAAAAVbAepAAAADnRSTlMAT8H2ifuaTlOX/Ehp/ouaMcMAAAABYktHRA5vvTBPAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH4wMMCiUSR68inQAAAEJJREFUCNdjYBAyVmRgYAmrmOXAILqB4exCBjUGnjuTGMwZzh5oZrDgucNQzKB59gBDEoPUHQbuQAaWle2pDgxgXQDQ4g9peIy43QAAAABJRU5ErkJggg==");
  position: absolute;
  top: 1px;
  left: 0; }

.product-card-inner__vendor-code {
  margin: 0;
  font-size: 11px;
  color: #807f7f; }

.product-card-inner__price {
  margin-bottom: 10px; }

.product-card-inner__action-price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
     -moz-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3px;
  max-width: 188px; }

.product-card-inner__old-price {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0 4px;
  font-size: 14px;
  color: #cbcbcb; }
  .product-card-inner__old-price::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -2px;
    height: 1px;
    width: 100%;
    background-color: #cbcbcb; }

.product-card-inner__new-price {
  margin: 0 auto;
  padding: 0 4px;
  font-size: 18px;
  color: #000;
  font-weight: 700; }
  .product-card-inner__new-price span {
    font-size: 14px;
    font-weight: 700; }

.product-card-inner__saving {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.product-card-inner__saving-title {
  margin: 0;
  font-size: 11px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.product-card-inner__saving-value {
  margin-left: 3px;
  padding: 0 6px;
  color: #00b02a;
  border: 1px solid #00b02a; }

.product-card-inner__option-price-retail {
  margin-bottom: 5px;
  text-align: center; }

.product-card-inner__option-price-gross {
  text-align: center; }

.product-card-inner__option-price-title {
  margin: 0;
  margin-bottom: -3px;
  font-size: 12px;
  color: #989898; }

.product-card-inner__option-price-value {
  margin: 0;
  font-size: 18px;
  font-weight: 700; }

.product-card-inner__form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .product-card-inner__form .product-card-inner__buttons-block {
    margin-top: auto; }

.product-card-inner__option {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.product-card-inner__option-color {
  margin-bottom: 13px;
  -webkit-box-ordinal-group: 0;
     -moz-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.product-card-inner__option-memory {
  padding-bottom: 13px; }

.product-card-inner__option-title {
  margin: 0;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 700;
  text-align: center; }

.product-card-inner__option-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px; }

.product-card-inner__option-color .product-card-inner__option-item {
  width: 38px;
  height: 38px; }
  .product-card-inner__option-color .product-card-inner__option-item img {
    max-width: 100%;
    max-height: 100%; }
  .product-card-inner__option-color .product-card-inner__option-item.disabled .product-card-inner__option-item-content {
    position: relative; }
    .product-card-inner__option-color .product-card-inner__option-item.disabled .product-card-inner__option-item-content::before {
      position: absolute;
      content: "";
      top: 50%;
      left: 0;
      width: 30px;
      height: 1px;
      background-color: #7c7b7a;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .product-card-inner__option-color .product-card-inner__option-item.disabled .product-card-inner__option-item-content::after {
      position: absolute;
      content: "";
      top: 50%;
      left: 0;
      width: 30px;
      height: 1px;
      background-color: #7c7b7a;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.product-card-inner__option-item {
  height: 38px;
  min-width: 38px;
  margin: 2px;
  padding: 3px;
  border: 1px solid #e9e9e9;
  cursor: pointer; }
  .product-card-inner__option-item:hover {
    border-color: #e9e9e9;
    -webkit-box-shadow: 0 0 1px 0 #bfbdbd;
            box-shadow: 0 0 1px 0 #bfbdbd; }
  .product-card-inner__option-item.checked {
    border-color: var(--main-color); }
  .product-card-inner__option-item.checked:hover {
    border-color: var(--main-color); }
  .product-card-inner__option-item.checked p {
    font-weight: 700; }
  .product-card-inner__option-item input {
    display: none; }
  .product-card-inner__option-item img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    border: 1px solid #e9e9e9;
    overflow: hidden; }
  .product-card-inner__option-item p {
    margin: 0;
    font-size: 14px;
    text-align: center;
    vertical-align: middle; }
  .product-card-inner__option-item.disabled p {
    color: #bcbcbc; }

.product-card-inner__option-item-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .product-card-inner__option-item-content span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 2px; }

.product-card-inner__buy {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 235px;
  padding: 0;
  margin-left: auto;
  margin-right: auto; }
  .product-card-inner__buy .btnLoaderCustom {
    position: relative;
    font-size: inherit !important; }
    .product-card-inner__buy .btnLoaderCustom .product-card-inner__in-basket {
      color: transparent; }
    .product-card-inner__buy .btnLoaderCustom .loader-btn {
      top: calc(50% - 10px);
      left: calc(50% - 10px); }
  .product-card-inner__buy > div {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 13px; }

.product-card-inner__counter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto; }
  .product-card-inner__counter input {
    width: 34px;
    padding: 9px 3px;
    height: 40px;
    font-weight: 700;
    text-align: center;
    border-left: none;
    border-right: none;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }

.product-card-inner__counter-btn {
  margin: 0;
  padding: 0 8px;
  height: 40px;
  background-color: transparent;
  border: 1px solid #e6e6e6;
  cursor: pointer; }
  .product-card-inner__counter-btn:hover {
    background-color: #f2f2f2; }

.product-card-inner__in-basket {
  height: 40px;
  width: 100%;
  margin-left: auto;
  padding: 0 16px;
  color: #fff;
  font-weight: 700;
  background-color: var(--main-color);
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .product-card-inner__in-basket:hover {
    background-color: var(--main-color-hover); }

.product-card-inner__product-basket {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  padding-top: 13px; }

.product-card-inner__product-basket-btn {
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  height: 40px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  background-color: #00b02a; }
  .product-card-inner__product-basket-btn:hover, .product-card-inner__product-basket-btn:focus {
    color: #fff;
    background-color: #007d1e; }
  .product-card-inner__product-basket-btn::before {
    content: url("data:image/svg+xml, %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='18px' height='18px' viewBox='0 0 78.369 78.369' style='enable-background:new 0 0 78.369 78.369;' xml:space='preserve' fill='%23fff'%3E%3Cg%3E%3Cpath d='M78.049,19.015L29.458,67.606c-0.428,0.428-1.121,0.428-1.548,0L0.32,40.015c-0.427-0.426-0.427-1.119,0-1.547l6.704-6.704 c0.428-0.427,1.121-0.427,1.548,0l20.113,20.112l41.113-41.113c0.429-0.427,1.12-0.427,1.548,0l6.703,6.704 C78.477,17.894,78.477,18.586,78.049,19.015z'/%3E%3C/g%3E%3C/svg%3E");
    position: relative;
    top: 3px;
    padding-right: 5px; }

.product-card-inner__subscribe {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px; }

.product-card-inner__product-subscribe-btn {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
  height: 40px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  background-color: var(--main-color);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .product-card-inner__product-subscribe-btn:hover {
    color: #fff;
    background-color: var(--main-color-hover); }
  .product-card-inner__product-subscribe-btn::before {
    content: url("data:image/svg+xml, %3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='18px' height='18px' viewBox='0 0 78.369 78.369' style='enable-background:new 0 0 78.369 78.369;' xml:space='preserve' fill='%23fff'%3E%3Cg%3E%3Cpath d='M78.049,19.015L29.458,67.606c-0.428,0.428-1.121,0.428-1.548,0L0.32,40.015c-0.427-0.426-0.427-1.119,0-1.547l6.704-6.704 c0.428-0.427,1.121-0.427,1.548,0l20.113,20.112l41.113-41.113c0.429-0.427,1.12-0.427,1.548,0l6.703,6.704 C78.477,17.894,78.477,18.586,78.049,19.015z'/%3E%3C/g%3E%3C/svg%3E");
    position: relative;
    top: 3px;
    padding-right: 5px; }
  .product-card-inner__product-subscribe-btn.product-card-inner__product-subscribe-btn--active {
    background-color: #00b02a; }
    .product-card-inner__product-subscribe-btn.product-card-inner__product-subscribe-btn--active:hover {
      background-color: #007d1e; }

@media (max-width: 768px) {
  .product_card__inner {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .product_card__inner:hover .product_card__inner-wrapper {
      position: relative;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .product_card__inner:hover .product-card-inner__img-view {
      display: none; }
  .product-card-inner__buttons-block {
    display: block; }
  .product_card__inner.product_card__inner--min {
    height: auto;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .product_card__inner.product_card__inner--min:hover .product_card__inner-wrapper {
      position: static;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .product_card__inner.product_card__inner--min .product_card__inner-wrapper {
      padding: 0; }
    .product_card__inner.product_card__inner--min .product-card-inner__rating-block {
      display: none; }
    .product_card__inner.product_card__inner--min .product-card-inner__info {
      display: none; }
    .product_card__inner.product_card__inner--min .product-card-inner__form {
      display: none; }
    .product_card__inner.product_card__inner--min .product-card-inner__saving {
      display: none; }
    .product_card__inner.product_card__inner--min .product-card-inner__title {
      margin-bottom: 0; }
    .product_card__inner.product_card__inner--min .product-card-inner__price {
      margin-bottom: 0; }
    .product_card__inner.product_card__inner--min .product-card-inner__title-link {
      max-height: 42px;
      min-height: auto;
      font-size: 14px;
      line-height: 21px;
      font-weight: 400;
      overflow: hidden; }
    .product_card__inner.product_card__inner--min .product-card-inner__new-price {
      font-weight: 700;
      font-size: 14px;
      line-height: 21px; }
    .product_card__inner.product_card__inner--min .product-card-inner__img-link {
      padding: 10px;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid #EDEDED;
      border-radius: 4px; }
    .product_card__inner.product_card__inner--min .product-card-inner__stickers {
      top: 0;
      left: 0;
      height: 150px;
      -ms-flex-line-pack: end;
          align-content: flex-end; }
    .product_card__inner.product_card__inner--min .product-card-inner__sticker {
      border-top-left-radius: 4px;
      border-bottom-right-radius: 4px; }
    .product_card__inner.product_card__inner--min .product-card-inner__old-price ~ .product-card-inner__new-price {
      color: var(--main-color); }
    .product_card__inner.product_card__inner--min .product-card-inner__icons {
      top: 4px;
      right: 4px; }
    .product_card__inner.product_card__inner--min .product-card-inner__icon {
      background-color: #EDEDED;
      opacity: 0.5;
      width: 24px;
      height: 24px;
      margin-bottom: 4px; }
      .product_card__inner.product_card__inner--min .product-card-inner__icon.active {
        opacity: 1; }
        .product_card__inner.product_card__inner--min .product-card-inner__icon.active svg {
          fill: #fff; }
      .product_card__inner.product_card__inner--min .product-card-inner__icon svg {
        fill: #000; }
    .product_card__inner.product_card__inner--min .product-card-inner__action-price {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
         -moz-box-orient: horizontal;
         -moz-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  @media (max-width: 768px) and (max-width: 640px) {
    .product_card__inner.product_card__inner--min .product-card-inner__title-link {
      max-height: 34px;
      font-size: 11px;
      line-height: 17px;
      font-weight: 400; } }
  @media (max-width: 768px) and (max-width: 480px) {
    .product_card__inner.product_card__inner--min .product-card-inner__old-price {
      font-size: 12px;
      line-height: 18px; }
    .product_card__inner.product_card__inner--min .product-card-inner__new-price {
      font-size: 11px;
      line-height: 17px; }
    .product_card__inner.product_card__inner--min .product-card-inner__old-price::before {
      top: 9px; } }

.product_card__inner-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100%;
  position: relative;
  top: 0;
  left: 0;
  padding: 16px;
  background-color: #fff; }

.product-card-inner__buttons-block.product-mode-N .product-card-inner__buttom-more-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 40px;
  font-weight: 700;
  font-size: 14px;
  color: #fff; }

.product_card__inner.product_card__inner--two {
  padding: 0;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .product_card__inner.product_card__inner--two .product-card-inner__form {
    display: none; }
  .product_card__inner.product_card__inner--two .product-card-inner__buttons-block {
    padding-top: 0; }
  .product_card__inner.product_card__inner--two .product_card__inner-wrapper {
    width: 100%;
    min-height: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 16px;
    background-color: #fff; }
  .product_card__inner.product_card__inner--two .product-card-inner__rating-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product_card__inner.product_card__inner--two:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .product_card__inner.product_card__inner--two:hover .product_card__inner-wrapper {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    border: 1px solid #ededed;
    -webkit-box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.15); }
  .product_card__inner.product_card__inner--two:hover .product-card-inner__form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .product_card__inner.product_card__inner--two .product-card-inner__buttom-more-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 40px;
    font-weight: 700;
    font-size: 14px;
    color: #fff; }

@media (max-width: 768px) {
  .product_card__inner.product_card__inner--two .product-card-inner__form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .product_card__inner.product_card__inner--two:hover .product_card__inner-wrapper {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .product_card__inner.product_card__inner--two.product_card__inner--two-min {
    height: auto;
    border: none; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min:hover .product_card__inner-wrapper {
      border: none; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product_card__inner-wrapper {
      padding: 0; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__rating-block {
      display: none; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__info {
      display: none; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__form {
      display: none; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__saving {
      display: none; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__title {
      margin-bottom: 0; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__price {
      margin-bottom: 0; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__title-link {
      max-height: 42px;
      min-height: auto;
      overflow: hidden;
      font-size: 14px;
      line-height: 21px;
      font-weight: 400; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__new-price {
      font-weight: 700;
      font-size: 14px;
      line-height: 21px; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__img-link {
      padding: 10px;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid #EDEDED;
      border-radius: 4px; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__stickers {
      top: 0;
      left: 0;
      height: 150px;
      -ms-flex-line-pack: end;
          align-content: flex-end; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__sticker {
      border-top-left-radius: 4px;
      border-bottom-right-radius: 4px; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__old-price ~ .product-card-inner__new-price {
      color: var(--main-color); }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__icons {
      top: 4px;
      right: 4px; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__icon {
      width: 24px;
      height: 24px;
      margin-bottom: 4px;
      background-color: #EDEDED;
      opacity: 0.5; }
      .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__icon.active {
        opacity: 1; }
        .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__icon.active svg {
          fill: #fff; }
      .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__icon svg {
        fill: #000; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__action-price {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
         -moz-box-orient: horizontal;
         -moz-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  @media (max-width: 768px) and (max-width: 640px) {
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__title-link {
      max-height: 34px;
      font-size: 11px;
      line-height: 17px;
      font-weight: 400; } }
  @media (max-width: 768px) and (max-width: 480px) {
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__old-price {
      font-size: 12px;
      line-height: 18px; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__new-price {
      font-size: 11px;
      line-height: 17px; }
    .product_card__inner.product_card__inner--two.product_card__inner--two-min .product-card-inner__old-price::before {
      top: 9px; } }

.product_card__inner.product_card__inner--three {
  padding: 0; }
  .product_card__inner.product_card__inner--three .product-card-inner__buttons-block {
    display: none; }
  .product_card__inner.product_card__inner--three .product_card__inner-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    min-height: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 16px;
    background-color: #fff; }
  .product_card__inner.product_card__inner--three .product-card-inner__rating-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product_card__inner.product_card__inner--three .product-card-inner__form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .product_card__inner.product_card__inner--three .product-card-inner__buttons-block {
    padding-top: 0;
    margin-top: auto; }
  .product_card__inner.product_card__inner--three:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .product_card__inner.product_card__inner--three:hover .product_card__inner-wrapper {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    border: 1px solid #ededed;
    -webkit-box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.15); }
  .product_card__inner.product_card__inner--three:hover .product-card-inner__buttons-block {
    display: block; }

@media (max-width: 768px) {
  .product_card__inner.product_card__inner--three {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .product_card__inner.product_card__inner--three .product-card-inner__form {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .product_card__inner.product_card__inner--three:hover .product_card__inner-wrapper {
      position: relative;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .product_card__inner.product_card__inner--three .product-card-inner__buttons-block {
      display: block; }
  .product_card__inner.product_card__inner--three.product_card__inner--three-min {
    height: auto;
    border: none; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min:hover .product_card__inner-wrapper {
      position: static;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product_card__inner-wrapper {
      padding: 0; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__rating-block {
      display: none; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__info {
      display: none; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__form {
      display: none; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__saving {
      display: none; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__title {
      margin-bottom: 0; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__price {
      margin-bottom: 0; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__title-link {
      max-height: 42px;
      min-height: auto;
      overflow: hidden;
      font-size: 14px;
      line-height: 21px;
      font-weight: 400; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__new-price {
      font-weight: 700;
      font-size: 14px;
      line-height: 21px; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__img-link {
      padding: 10px;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid #EDEDED;
      border-radius: 4px; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__stickers {
      top: 0;
      left: 0;
      height: 150px;
      -ms-flex-line-pack: end;
          align-content: flex-end; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__sticker {
      border-top-left-radius: 4px;
      border-bottom-right-radius: 4px; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__old-price ~ .product-card-inner__new-price {
      color: var(--main-color); }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__icons {
      top: 4px;
      right: 4px; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__icon {
      width: 24px;
      height: 24px;
      margin-bottom: 4px;
      background-color: #EDEDED;
      opacity: 0.5; }
      .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__icon.active {
        opacity: 1; }
        .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__icon.active svg {
          fill: #fff; }
      .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__icon svg {
        fill: #000; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__action-price {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
         -moz-box-orient: horizontal;
         -moz-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  @media (max-width: 768px) and (max-width: 640px) {
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__title-link {
      max-height: 34px;
      font-size: 11px;
      line-height: 17px;
      font-weight: 400; } }
  @media (max-width: 768px) and (max-width: 480px) {
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__old-price {
      font-size: 11px;
      line-height: 17px; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__new-price {
      font-size: 11px;
      line-height: 17px; }
    .product_card__inner.product_card__inner--three.product_card__inner--three-min .product-card-inner__old-price::before {
      top: 9px; } }

.product_card__inner.product_card__inner--four {
  padding: 0; }
  .product_card__inner.product_card__inner--four .product-card-inner__option {
    display: none; }
  .product_card__inner.product_card__inner--four .product-card-inner__buy {
    display: none; }
  .product_card__inner.product_card__inner--four .product-card-inner__subscribe {
    display: block; }
  .product_card__inner.product_card__inner--four .product-card-inner__buttom-more {
    padding-top: 13px; }
  .product_card__inner.product_card__inner--four .product-card-inner__buttom-more-btn {
    display: block;
    position: relative;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 100%;
    height: 40px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    background-color: var(--main-color);
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .product_card__inner.product_card__inner--four .product-card-inner__buttom-more-btn:hover {
      background-color: var(--main-color-hover); }
  .product_card__inner.product_card__inner--four .product_card__inner-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    min-height: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 16px;
    padding-bottom: 24px;
    background-color: #fff; }
  .product_card__inner.product_card__inner--four .product-card-inner__rating-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product_card__inner.product_card__inner--four:hover {
    z-index: 10; }

@media (max-width: 768px) {
  .product_card__inner.product_card__inner--four {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .product_card__inner.product_card__inner--four .product-card-inner__form {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .product_card__inner.product_card__inner--four:hover {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .product_card__inner.product_card__inner--four:hover .product_card__inner-wrapper {
      position: relative;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .product_card__inner.product_card__inner--four .product-card-inner__buttons-block {
      display: block; }
  .product_card__inner.product_card__inner--four.product_card__inner--four-min {
    height: auto;
    border: none; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min:hover .product_card__inner-wrapper {
      position: static;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product_card__inner-wrapper {
      padding: 0; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__rating-block {
      display: none; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__info {
      display: none; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__form {
      display: none; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__saving {
      display: none; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__title {
      margin-bottom: 0; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__price {
      margin-bottom: 0; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__title-link {
      max-height: 42px;
      min-height: auto;
      overflow: hidden;
      font-size: 14px;
      line-height: 21px;
      font-weight: 400; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__new-price {
      font-weight: 700;
      font-size: 14px;
      line-height: 21px; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__img-link {
      padding: 10px;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid #EDEDED;
      border-radius: 4px; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__stickers {
      top: 0;
      left: 0;
      height: 150px;
      -ms-flex-line-pack: end;
          align-content: flex-end; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__sticker {
      border-top-left-radius: 4px;
      border-bottom-right-radius: 4px; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__old-price ~ .product-card-inner__new-price {
      color: var(--main-color); }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__icons {
      top: 4px;
      right: 4px; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__icon {
      width: 24px;
      height: 24px;
      margin-bottom: 4px;
      background-color: #EDEDED;
      opacity: 0.5; }
      .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__icon.active {
        opacity: 1; }
        .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__icon.active svg {
          fill: #fff; }
      .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__icon svg {
        fill: #000; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__action-price {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
         -moz-box-orient: horizontal;
         -moz-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  @media (max-width: 768px) and (max-width: 640px) {
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__title-link {
      max-height: 34px;
      font-size: 11px;
      line-height: 17px;
      font-weight: 400; } }
  @media (max-width: 768px) and (max-width: 480px) {
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__old-price {
      font-size: 11px;
      line-height: 17px; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__new-price {
      font-size: 11px;
      line-height: 17px; }
    .product_card__inner.product_card__inner--four.product_card__inner--four-min .product-card-inner__old-price::before {
      top: 9px; } }

.product_card__block_item_inner-wrapper {
  height: 100%; }

.product_card__inner.product_card__inner--five {
  padding: 0; }
  .product_card__inner.product_card__inner--five .product-card-inner__buttons-block {
    display: none; }
  .product_card__inner.product_card__inner--five .product-card-inner__buy {
    display: none; }
  .product_card__inner.product_card__inner--five .product-card-inner__subscribe {
    display: block; }
  .product_card__inner.product_card__inner--five .product-card-inner__buttom-more {
    padding-top: 13px; }
  .product_card__inner.product_card__inner--five .product-card-inner__buttom-more-btn {
    display: block;
    position: relative;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    width: 100%;
    height: 40px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    background-color: var(--main-color);
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .product_card__inner.product_card__inner--five .product-card-inner__buttom-more-btn:hover {
      background-color: var(--main-color-hover); }
  .product_card__inner.product_card__inner--five .product_card__inner-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    min-height: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 16px;
    padding-bottom: 24px;
    background-color: #fff; }
  .product_card__inner.product_card__inner--five .product-card-inner__rating-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product_card__inner.product_card__inner--five:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .product_card__inner.product_card__inner--five:hover .product_card__inner-wrapper {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    border: 1px solid #ededed;
    -webkit-box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.15); }
  .product_card__inner.product_card__inner--five:hover .product-card-inner__form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .product_card__inner.product_card__inner--five:hover .product-card-inner__buttons-block {
    display: block; }

@media (max-width: 768px) {
  .product_card__inner.product_card__inner--five {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .product_card__inner.product_card__inner--five .product-card-inner__form {
      display: block; }
    .product_card__inner.product_card__inner--five .product-card-inner__buttons-block {
      display: block; }
    .product_card__inner.product_card__inner--five .product-card-inner__form {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .product_card__inner.product_card__inner--five:hover {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .product_card__inner.product_card__inner--five:hover .product_card__inner-wrapper {
      position: relative;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .product_card__inner.product_card__inner--five.product_card__inner--five-min {
    height: auto;
    border: none; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min:hover .product_card__inner-wrapper {
      position: static;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product_card__inner-wrapper {
      padding: 0; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__rating-block {
      display: none; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__info {
      display: none; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__form {
      display: none; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__saving {
      display: none; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__title {
      margin-bottom: 0; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__price {
      margin-bottom: 0; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__title-link {
      max-height: 42px;
      min-height: auto;
      overflow: hidden;
      font-size: 14px;
      line-height: 21px;
      font-weight: 400; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__new-price {
      font-weight: 700;
      font-size: 14px;
      line-height: 21px; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__img-link {
      padding: 10px;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid #EDEDED;
      border-radius: 4px; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__stickers {
      top: 0;
      left: 0;
      height: 150px;
      -ms-flex-line-pack: end;
          align-content: flex-end; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__sticker {
      border-top-left-radius: 4px;
      border-bottom-right-radius: 4px; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__old-price ~ .product-card-inner__new-price {
      color: var(--main-color); }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__icons {
      top: 4px;
      right: 4px; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__icon {
      width: 24px;
      height: 24px;
      margin-bottom: 4px;
      background-color: #EDEDED;
      opacity: 0.5; }
      .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__icon.active {
        opacity: 1; }
        .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__icon.active svg {
          fill: #fff; }
      .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__icon svg {
        fill: #000; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__action-price {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
         -moz-box-orient: horizontal;
         -moz-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  @media (max-width: 768px) and (max-width: 640px) {
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__title-link {
      max-height: 34px;
      font-size: 11px;
      line-height: 17px;
      font-weight: 400; } }
  @media (max-width: 768px) and (max-width: 480px) {
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__old-price {
      font-size: 11px;
      line-height: 17px; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__new-price {
      font-size: 11px;
      line-height: 17px; }
    .product_card__inner.product_card__inner--five.product_card__inner--five-min .product-card-inner__old-price::before {
      top: 8px; } }

.product_card__block_item_inner-wrapper {
  height: 100%; }
  .product_card__block_item_inner-wrapper.swiper-slide {
    height: auto;
    width: calc((100% + 20px) / 5 - 20px); }
    @media (max-width: 1100px) {
      .product_card__block_item_inner-wrapper.swiper-slide {
        width: calc((100% + 20px) / 4 - 20px); } }
    @media (max-width: 900px) {
      .product_card__block_item_inner-wrapper.swiper-slide {
        width: calc((100% + 20px) / 3 - 20px); } }
    @media (max-width: 600px) {
      .product_card__block_item_inner-wrapper.swiper-slide {
        width: 290px; } }
    @media (max-width: 540px) {
      .product_card__block_item_inner-wrapper.swiper-slide {
        width: 270px; } }

.product_card__block_item_inner {
  height: 100%; }

@media (max-width: 768px) {
  .product_card__block_item_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; } }

.product_card__inner.product_card__inner--row {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  min-height: 240px; }
  .product_card__inner.product_card__inner--row .product_card__inner-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 11px 20px;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .product_card__inner.product_card__inner--row .product-card-inner__img-wrapper {
    position: relative;
    width: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 30px; }
  .product_card__inner.product_card__inner--row .product-card-inner__img-view {
    text-align: center; }
  .product_card__inner.product_card__inner--row .product-card-inner__stickers {
    left: 0; }
  .product_card__inner.product_card__inner--row .product-card-inner__icons {
    top: 2px;
    right: 17px; }
  .product_card__inner.product_card__inner--row .product-card-inner__description-wrapper {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 10px; }
  .product_card__inner.product_card__inner--row .product-card-inner__title {
    margin-bottom: 11px;
    text-align: left; }
  .product_card__inner.product_card__inner--row .product-card-inner__title-link {
    min-height: auto;
    font-size: 17px;
    line-height: 25px; }
  .product_card__inner.product_card__inner--row .product-card-inner__info-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 23px; }
  .product_card__inner.product_card__inner--row .product-card-inner__info {
    width: auto;
    max-width: none;
    margin-bottom: 0; }
    .product_card__inner.product_card__inner--row .product-card-inner__info > div {
      margin-left: 0; }
  .product_card__inner.product_card__inner--row .product-card-inner__vendor-code {
    margin-right: 20px;
    margin-left: 0;
    color: #808080;
    font-size: 1rem;
    -webkit-box-ordinal-group: 0;
       -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
    .product_card__inner.product_card__inner--row .product-card-inner__vendor-code span {
      color: #000; }
  .product_card__inner.product_card__inner--row .product-card-inner__quantity {
    font-size: 1rem; }
  .product_card__inner.product_card__inner--row .product-card-inner__rating-block {
    width: 100%;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 18px;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .product_card__inner.product_card__inner--row .bx_item_detail_rating {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .product_card__inner.product_card__inner--row .product-card-inner__quantity--lot::before {
    top: 0; }
  .product_card__inner.product_card__inner--row .product-card-inner__option-list {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .product_card__inner.product_card__inner--row .product-card-inner__option-color {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px; }
    .product_card__inner.product_card__inner--row .product-card-inner__option-color .product-card-inner__option-item {
      height: 30px;
      width: 30px; }
    .product_card__inner.product_card__inner--row .product-card-inner__option-color .product-card-inner__option-item.disabled .product-card-inner__option-item-content::after {
      left: -3px;
      width: 29px; }
    .product_card__inner.product_card__inner--row .product-card-inner__option-color .product-card-inner__option-item.disabled .product-card-inner__option-item-content::before {
      left: -3px;
      width: 29px; }
  .product_card__inner.product_card__inner--row .product-card-inner__option-title {
    color: #808080;
    font-weight: 400;
    text-align: left; }
  .product_card__inner.product_card__inner--row .product-card-inner__option-item {
    width: auto;
    height: 30px;
    min-width: 30px; }
  .product_card__inner.product_card__inner--row .product-card-inner__option-memory {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
  .product_card__inner.product_card__inner--row .product-card-inner__buy-wrapper {
    position: relative;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 250px;
    padding-left: 20px;
    margin: 5px 0;
    border-left: 1px solid #EDEDED;
    border-top: none; }
  .product_card__inner.product_card__inner--row .product-card-inner__option-price-retail {
    margin-bottom: 8px;
    text-align: left; }
    .product_card__inner.product_card__inner--row .product-card-inner__option-price-retail:last-of-type {
      margin-bottom: 0; }
  .product_card__inner.product_card__inner--row .product-card-inner__option-price-title {
    padding-bottom: 7px;
    line-height: 12px; }
  .product_card__inner.product_card__inner--row .product-card-inner__price {
    margin-bottom: 11px; }
  .product_card__inner.product_card__inner--row .product-card-inner__action-price {
    margin: 0;
    margin-bottom: 10px;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: none; }
  .product_card__inner.product_card__inner--row .product-card-inner__saving {
    margin-bottom: 20px;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .product_card__inner.product_card__inner--row .product-card-inner__old-price {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0; }
  .product_card__inner.product_card__inner--row .product-card-inner__new-price {
    margin: 0;
    margin-right: 10px;
    line-height: 18px; }
  .product_card__inner.product_card__inner--row .product-card-inner__buy {
    margin-left: 0;
    margin-right: 0; }
    .product_card__inner.product_card__inner--row .product-card-inner__buy > div {
      padding-top: 0;
      margin-left: 0;
      margin-right: 0; }
    .product_card__inner.product_card__inner--row .product-card-inner__buy div[id$="_basket_actions"] {
      max-width: 130px;
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .product_card__inner.product_card__inner--row .product-card-inner__buy .product-card-inner__in-basket {
      width: 100%;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
  .product_card__inner.product_card__inner--row .product-card-inner__counter input {
    width: 29px; }
  .product_card__inner.product_card__inner--row .product-card-inner__product-basket {
    padding: 0; }
  .product_card__inner.product_card__inner--row .product-card-inner__one-click-basket {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 40px;
    width: 100%;
    margin-top: 20px;
    border: 1px solid var(--main-color);
    cursor: pointer; }
    .product_card__inner.product_card__inner--row .product-card-inner__one-click-basket:hover {
      border-color: var(--main-color-hover); }
      .product_card__inner.product_card__inner--row .product-card-inner__one-click-basket:hover .product-card-inner__one-click-text {
        color: var(--main-color-hover); }
    .product_card__inner.product_card__inner--row .product-card-inner__one-click-basket.btnLoaderCustom span {
      font-size: 0; }
    .product_card__inner.product_card__inner--row .product-card-inner__one-click-basket.btnLoaderCustom .loader-btn {
      fill: var(--main-color);
      left: calc(50% - 10px); }
  .product_card__inner.product_card__inner--row .product-card-inner__one-click-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: var(--main-color);
    text-align: center; }
  .product_card__inner.product_card__inner--row .product-card-inner__subscribe {
    padding: 0; }
  .product_card__inner.product_card__inner--row .product-card-inner__buttom-more + .product-card-inner__subscribe {
    margin-top: 12px; }
  .product_card__inner.product_card__inner--row .product-card-inner__product-subscribe-btn::before {
    content: none; }
  .product_card__inner.product_card__inner--row .product-card-inner__buttom-more-btn {
    display: none;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 40px;
    font-weight: 700;
    font-size: 14px;
    color: #fff; }
  .product_card__inner.product_card__inner--row .product-card-inner__buttons-block.product-mode-N .product-card-inner__buttom-more-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 40px;
    font-weight: 700;
    font-size: 14px;
    color: #fff; }
  .product_card__inner.product_card__inner--row .product-card-inner__buttons-block {
    padding-bottom: 3px; }
  .product_card__inner.product_card__inner--row .product-card-inner__info-more {
    display: none; }

@media (max-width: 768px) {
  .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min {
    height: auto; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min:nth-child(2n) .product_card__inner.product_card__inner--row {
      border-right: none; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min:nth-child(2n + 1) .product_card__inner.product_card__inner--row {
      border-left: none; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product_card__inner--row:hover {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product_card__inner-wrapper {
      display: block; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__img-wrapper {
      float: left;
      height: 70px;
      margin-bottom: 0; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__description-wrapper {
      padding-left: 100px; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__form {
      display: none; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__info {
      display: none; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__buy-wrapper {
      padding-top: 0;
      padding-left: 100px;
      margin: 0;
      border: none; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__saving {
      display: none; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__action-price {
      -webkit-box-pack: start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product_card__inner.product_card__inner--row {
      min-height: auto; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__title-link {
      max-height: 40px;
      overflow: hidden;
      font-size: 13px;
      line-height: 20px;
      font-weight: 400; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__action-price {
      font-size: 14px;
      line-height: 21px; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__new-price {
      padding-left: 0;
      font-weight: 700;
      font-size: 14px;
      line-height: 21px; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__old-price {
      font-size: 12px; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__title {
      margin: 0;
      margin-bottom: 2px; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__info-wrapper {
      margin: 0; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__icons {
      top: 4px;
      right: 4px; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__icon {
      width: 24px;
      height: 24px;
      margin-bottom: 4px;
      background-color: #EDEDED;
      opacity: 0.5; }
      .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__icon.active {
        opacity: 1; }
        .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__icon.active svg {
          fill: #fff; }
      .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__icon svg {
        fill: #000; }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__old-price ~ .product-card-inner__new-price {
      color: var(--main-color); }
    .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product-card-inner__img-link {
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 0; } }

@media (max-width: 480px) {
  .product_card__block_item.product_card__block_item--row.product_card__block_item--row-min .product_card__inner.product_card__inner--row {
    border-left: none;
    border-right: none; } }

@media (max-width: 1024px) {
  .product_card__inner.product_card__inner--row .product-card-inner__img-wrapper {
    width: 246px;
    margin-right: 20px; }
  .product_card__inner.product_card__inner--row .product-card-inner__rating-block {
    margin-bottom: 0; }
  .product_card__inner.product_card__inner--row .product-card-inner__vendor-code {
    margin-left: 0; }
  .product_card__inner.product_card__inner--row .product-card-inner__info > div {
    margin-left: 0; }
  .product_card__inner.product_card__inner--row .product-card-inner__buy-wrapper {
    max-width: 230px; }
  .product_card__inner.product_card__inner--row .product-card-inner__buy div[id$="_basket_actions"] {
    max-width: 108px; }
  .product_card__inner.product_card__inner--row .product-card-inner__info {
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .product_card__inner.product_card__inner--row .product-card-inner__info > div {
      margin: 0; }
  .product_card__inner.product_card__inner--row .product-card-inner__quantity {
    font-size: 13px;
    margin-top: 6px; } }

@media (max-width: 767px) {
  .product_card__inner--row:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .product_card__inner.product_card__inner--row .product_card__inner-wrapper {
    padding: 10px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .product_card__inner.product_card__inner--row .product-card-inner__img-wrapper {
    width: 90px;
    height: 110px;
    margin-right: 10px;
    padding-right: 10px;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .product_card__inner.product_card__inner--row .product-card-inner__icons {
    right: 2px; }
  .product_card__inner.product_card__inner--row .product-card-inner__description-wrapper {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px; }
  .product_card__inner.product_card__inner--row .product-card-inner__stickers {
    display: none; }
  .product_card__inner.product_card__inner--row .product-card-inner__title-link {
    font-size: 14px;
    font-weight: normal; }
  .product_card__inner.product_card__inner--row .product-card-inner__option {
    display: none; }
  .product_card__inner.product_card__inner--row .product-card-inner__rating-block {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-bottom: 2px; }
  .product_card__inner.product_card__inner--row .product-card-inner__info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    margin-bottom: 10px; }
  .product_card__inner.product_card__inner--row .product-card-inner__vendor-code {
    display: none; }
  .product_card__inner.product_card__inner--row .product-card-inner__info {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .product_card__inner.product_card__inner--row .product-card-inner__quantity.product-card-inner__quantity--lot {
    margin-top: 0; }
  .product_card__inner.product_card__inner--row .product-card-inner__quantity {
    margin-top: 7px; }
  .product_card__inner.product_card__inner--row .product-card-inner__info-more {
    display: block;
    margin-top: 8px;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    .product_card__inner.product_card__inner--row .product-card-inner__info-more a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: var(--main-color); }
  .product_card__inner.product_card__inner--row .product-card-inner__info-more-icon {
    margin-left: 6px;
    fill: var(--main-color); }
  .product_card__inner.product_card__inner--row .product-card-inner__buy-wrapper {
    padding: 0;
    padding-top: 13px;
    width: 100%;
    max-width: none;
    border-left: none;
    border-top: 1px solid #EDEDED; }
  .product_card__inner.product_card__inner--row .product-card-inner__old-price {
    margin: 0; }
  .product_card__inner.product_card__inner--row .product-card-inner__new-price {
    margin: 0; }
    .product_card__inner.product_card__inner--row .product-card-inner__new-price span {
      font-size: 18px; }
  .product_card__inner.product_card__inner--row .product-card-inner__action-price {
    max-width: none;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product_card__inner.product_card__inner--row .product-card-inner__saving {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product_card__inner.product_card__inner--row .product-card-inner__option-price-retail {
    text-align: center; }
  .product_card__inner.product_card__inner--row .product-card-inner__buy {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
    .product_card__inner.product_card__inner--row .product-card-inner__buy div[id$="_basket_actions"] {
      max-width: none;
      margin-left: 20px; }
  .product_card__inner.product_card__inner--row .product-card-inner__product-basket {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
  .product_card__inner.product_card__inner--row .product-card-inner__product-subscribe-btn {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
  .product_card__inner.product_card__inner--row .product-card-inner__counter-btn {
    width: 40px; }
  .product_card__inner.product_card__inner--row .product-card-inner__counter input {
    width: 40px; }
  .product_card__inner.product_card__inner--row .product-card-inner__one-click-basket {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
  .product_card__inner.product_card__inner--row .product-card-inner__buttom-more-btn {
    display: block;
    position: relative;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    max-width: 350px;
    width: 100%;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    background-color: var(--main-color);
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .product_card__inner.product_card__inner--row .product-card-inner__buttom-more-btn:hover {
      background-color: var(--main-color-hover); }
  .product_card__inner.product_card__inner--row .product-card-inner__buttons-block.offer .product-card-inner__product-basket,
  .product_card__inner.product_card__inner--row .product-card-inner__buttons-block.offer .product-card-inner__one-click-basket,
  .product_card__inner.product_card__inner--row .product-card-inner__buttons-block.offer .product-card-inner__buy {
    display: none !important; }
  .product-card-inner__icon.active:hover {
    background-color: initial; } }

@media (max-width: 768px) {
  .product_card__block_item--row-min .product_card__inner--row .product_card__inner-wrapper {
    padding: 10px 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__img-wrapper {
    width: 90px;
    height: 110px;
    margin-right: 10px;
    padding-right: 10px;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__icons {
    right: 2px; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__description-wrapper {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__stickers {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    top: 0; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__sticker {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__sticker:not([id$="_dsc_perc"]) {
    display: none; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__title-link {
    font-size: 14px;
    font-weight: normal; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__option {
    display: none; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__rating-block {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-bottom: 2px; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    margin-bottom: 10px; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__vendor-code {
    display: none; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__info {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__quantity.product-card-inner__quantity--lot {
    margin-top: 0; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__quantity {
    margin-top: 7px; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__info-more {
    display: block;
    margin-top: 8px;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__info-more a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: var(--main-color); }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__info-more-icon {
    margin-left: 6px;
    fill: var(--main-color); }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__buy-wrapper {
    padding: 0;
    padding-top: 13px;
    width: 100%;
    max-width: none;
    border-left: none;
    border-top: 1px solid #EDEDED; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__old-price {
    margin: 0; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__new-price {
    margin: 0; }
    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__new-price span {
      font-size: 18px; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__action-price {
    max-width: none;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__saving {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__option-price-retail {
    text-align: center; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__buy {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__buy div[id$="_basket_actions"] {
      max-width: none;
      margin-left: 20px; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__product-basket {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__product-subscribe-btn {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__counter-btn {
    width: 40px; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__counter input {
    width: 40px; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__one-click-basket {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__buttom-more-btn {
    display: block;
    position: relative;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    max-width: 350px;
    width: 100%;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    background-color: var(--main-color);
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .product_card__block_item--row-min .product_card__inner--row .product-card-inner__buttom-more-btn:hover {
      background-color: var(--main-color-hover); }
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__buttons-block.offer .product-card-inner__product-basket,
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__buttons-block.offer .product-card-inner__one-click-basket,
  .product_card__block_item--row-min .product_card__inner--row .product-card-inner__buttons-block.offer .product-card-inner__buy {
    display: none !important; }
  .product-card-inner__icon.active:hover {
    background-color: initial; } }

@media (min-width: 768px) and (max-width: 1200px) {
  .product_card__inner.product_card__inner--row .product-card-inner__option-color {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .product_card__inner.product_card__inner--row .product-card-inner__option-memory {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .product_card__inner.product_card__inner--row .product-card-inner__option-title {
    margin-right: 5px; }
  .product_card__inner.product_card__inner--row .product-card-inner__option-list {
    margin: 0;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

.product_card__block__presence_product_value_many {
  display: inline-block;
  font-size: 0.78rem;
  white-space: nowrap; }
  .product_card__block__presence_product_value_many .product-card_icon-check {
    padding-top: 3px;
    fill: #28b843; }
  .product_card__block__presence_product_value_many i {
    color: #28b843; }

/* End */


/* Start:/bitrix/components/bitrix/catalog.item/templates/.default/style.css?169847955125496*/

.product-item-container { position: relative; }

.product-item-container.hover { z-index: 17; }

.product-item {
	display: block;
	box-sizing: border-box;
	padding: 15px 0 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
}

.product-item-line-card .product-item {
	width: auto !important;
	border-bottom: 1px solid #dadada;
}

@media (max-width: 991px) {
	.product-item-line-card .product-item .col-sm-6:nth-child(2n) { clear: both; }
}

.bx-retina .product-item { border-width: .5px; }

.product-item * { transition: opacity 300ms ease; }

@media (max-width: 767px) {
	.product-item { padding: 15px 5px 5px }

	.product-item-line-card .product-item .col-xs-12:nth-child(2n) { clear: both; }
}

.bx-no-touch .product-item-container.hover .product-item {
	position: absolute;
	right: -15px;
	left: -15px;
	padding: 15px 15px 0;
	width: auto;
	border: 1px solid transparent;
	background: #fff;
	box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
}

.bx-touch .product-item {
	padding: 15px 0 0;
	width: auto;
	background: #fff;
}

.bx-no-touch .product-item-container.hover .product-item { -webkit-animation: product-item-hover 300ms 1 ease; }

@-webkit-keyframes product-item-hover {
	0% {
		position: absolute;
		left: -15px;
		right: -15px;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
	}
}

/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
	transition: all 300ms ease;
}

.product-item-image-wrapper:hover { }

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 54%; }

.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}

.product-item-image-original { z-index: 11; }

.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original { opacity: 0; }

.bx-no-touch .product-item-container.hover .product-item-image-alternative { opacity: 1; }

.product-item-big-card .product-item-image-wrapper { margin-bottom: 25px; }

/*Image Slider*/
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	background-color: #f42c2c;
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
	padding: 5px 12px;
	font-size: 16px;
	line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
	padding: 5px 17px;
	font-size: 22px;
	line-height: 33px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
	width: 100px;
	height: 100px;
	font-size: 30px;
	line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
	width: 120px;
	height: 120px;
	font-size: 42px;
	line-height: 120px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		--product-item-label-ring-size: 40px;
		width: var(--product-item-label-ring-size);
		height: var(--product-item-label-ring-size);
		line-height: var(--product-item-label-ring-size);
		font-size: 14px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
	left: 50%;
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle { top: 50%;
	transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle {
	transform: translateY(-50%) translateX(-50%);
}

/*Title*/
.product-item-title {
	overflow: hidden;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bx-touch .product-item-title,
.product-item-container.hover .product-item-title {
	overflow: auto;
	white-space: normal;
}

.product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	font-size: 13px;
}

.product-item-big-card .product-item-title a { font-size: 21px; }

.product-item-line-card .product-item-title a { font-size: 20px; }

/*Price*/
.product-item-price-container { margin: 5px 0 10px; }

.product-item-price-current {
	color: #3f3f3f;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px;
}

.product-item-price-old {
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
	vertical-align: middle;
	line-height: 20px;
}

.product-item-big-card .product-item-price-container { margin: 0 0 10px; }

.product-item-big-card .product-item-price-current { font-size: 18px; }

.product-item-big-card .product-item-price-old { font-size: 15px; }

/*Info*/
.product-item-line-card .product-item-info-container { text-align: center; }

.product-item-info-container { margin-bottom: 8px; }

.product-item-info-container-title {
	color: #000;
	font-weight: bold;
	font-size: 13px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden { display: none !important }

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.product-item-amount-description-container {
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
	display: block;
}

.product-item-big-card .product-item-amount-field-container { text-align: left; }

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity {
	color: #333;
	font-weight: normal;
	font-size: 12px;
}

/*Properties */
.product-item-properties {
	display: block;
	overflow: hidden;
	margin: 0;
	color: #a5a5a5;
	font-size: 12px;
}

.product-item-properties dl { clear: both; }

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
}

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	color: #000;
}

/*Compare*/
.product-item-compare-container {
	position: relative;
	display: none;
	margin: 0 -15px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e6e6e6;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}

.bx-touch .product-item-compare-container { display: none; }

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container { display: block; }

.product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}

/* SCU */
.product-item-scu-container { padding: 0 0 2px; }

.product-item-scu-container-title {
	color: #333;
	font-size: 12px;
}

.product-item-scu-block { }

.product-item-scu-list { margin: 0; }

.product-item-scu-item-list {
	overflow: hidden;
	margin: 0 0 0 -2px;
	padding: 0;
	list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
	/* float: left; */
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 3px;
	max-width: 100%;
}

.product-item-scu-item-text-container { min-width: 32px; }

.product-item-scu-item-color-container {
	max-width: 38px;
	width: 25%;
}

.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
	transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block { outline-width: .5px; }

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block { outline-width: 1px; }

.product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
	position: relative;
	padding: 0 5px;
	outline: 1px solid #c0cfda;
	cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
	transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block { outline-width: .5px; }

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block { outline-width: 2px; }

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block { outline-width: 1px; }

.product-item-scu-item-text {
	overflow: hidden;
	max-width: 100%;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 11px;
	line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
	position: relative;
	outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size: 80% 80%;
	content: "";
}

@media (max-width: 991px) {
	.product-item-line-card .product-item-scu-container-title { text-align: center; }

	.product-item-line-card .product-item-scu-item-list { text-align: center; }

	.product-item-line-card .product-item-scu-item-color-container,
	.product-item-line-card .product-item-scu-item-text-container {
		display: inline-block;
		float: none;
	}
}

/*Description*/
.product-item-description-container { }

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/*Buttons*/
.product-item-button-container { text-align: center; }

.product-item-button-container .btn { margin-bottom: 2px; }

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round { display: none; }

/*More*/
.product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more { opacity: 1; }

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/sotbit_origami/assets/plugin/swiper5.2.0/css/swiper.min.css?165994619213666*/
/**
 * Swiper 5.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2019
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */


/* Start:/local/templates/sotbit_origami/assets/css/style-swiper-custom.css?16599461924422*/
.swiper-container .btn-slider-main {
  display: none; }

.swiper-container:hover .btn-slider-main {
  display: block; }

.swiper-container > .slider-pagination.swiper-pagination-bullets {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }
  .swiper-container > .slider-pagination.swiper-pagination-bullets span {
    width: 14px;
    height: 14px;
    border: 3px solid #FFFFFF;
    margin: 0 0.65rem;
    background: #CCCCCC;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .swiper-container > .slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 42px;
    background-color: var(--main-color);
    border-radius: 50px; }

.btn-slider-main {
  position: absolute;
  top: calc(50% - 32px);
  width: 32px;
  height: 64px;
  margin: 0;
  padding: 0;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  z-index: 10;
  cursor: pointer; }
  .btn-slider-main::before {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .btn-slider-main.btn-slider-main--prev {
    left: 0; }
  .btn-slider-main.btn-slider-main--next {
    right: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .btn-slider-main.btn-slider-main--disabled.swiper-button-disabled {
    display: none !important; }

.btn-slider-main.btn-slider-main--one {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out; }
  .btn-slider-main.btn-slider-main--one:hover {
    background-color: var(--main-color); }
  .btn-slider-main.btn-slider-main--one:active {
    background-color: var(--main-color-hover); }
  .btn-slider-main.btn-slider-main--one::before {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 8px);
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff; }
  .btn-slider-main.btn-slider-main--one.btn-slider-main--prev {
    left: 10px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .btn-slider-main.btn-slider-main--one.btn-slider-main--next {
    right: 10px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

.btn-slider-main.btn-slider-main--two {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out; }
  .btn-slider-main.btn-slider-main--two:hover {
    background-color: var(--main-color); }
  .btn-slider-main.btn-slider-main--two:active {
    background-color: var(--main-color-hover); }
  .btn-slider-main.btn-slider-main--two::before {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    left: calc(50% - 8px);
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff; }
  .btn-slider-main.btn-slider-main--two.btn-slider-main--prev {
    left: 10px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .btn-slider-main.btn-slider-main--two.btn-slider-main--next {
    right: 10px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

@media (max-width: 768px) {
  .swiper-container .btn-slider-main {
    display: none; }
  .swiper-container:hover .btn-slider-main {
    display: none !important; } }

/* End */


/* Start:/local/templates/.default/components/bitrix/sale.gift.main.products/origami_default/style.css?1659946192663*/
.bx_item_list_title {
    font-weight: bold;
    color: #000;
    background: #ebf4f8;
    vertical-align: middle;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
}
.bx_sale_gift_main_products.bx_wood .bx_item_list_title{background:#ebf4f8;}
.bx_sale_gift_main_products.bx_red .bx_item_list_title{background:#FBF1F0}
.bx_sale_gift_main_products.bx_green .bx_item_list_title{background:#F2FBEA}
.bx_sale_gift_main_products.bx_blue .bx_item_list_title{background:#ebf4f8}
.bx_sale_gift_main_products.bx_black .bx_item_list_title{background:#f1f4f7;}
.bx_sale_gift_main_products.bx_yellow .bx_item_list_title{background:#FBF7DB}
/* End */


/* Start:/local/templates/sotbit_origami/assets/fonts/share/share.css?16599461921109*/
@font-face {
  font-family: 'share';
  src:  url('/local/templates/sotbit_origami/assets/fonts/share/share.eot');
  src:  url('/local/templates/sotbit_origami/assets/fonts/share/share.eot') format('embedded-opentype'),
    url('/local/templates/sotbit_origami/assets/fonts/share/share.ttf') format('truetype'),
    url('/local/templates/sotbit_origami/assets/fonts/share/share.woff') format('woff'),
    url('/local/templates/sotbit_origami/assets/fonts/share/share.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="share-"], [class*=" share-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'share' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.share-fb:before {
  content: "\e900";
}
.share-ok:before {
  content: "\e901";
}
.share-telega:before {
  content: "\e902";
}
.share-vk:before {
  content: "\e903";
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/origami_advantages_simple/style.css?16599461923978*/
.advantage {
  margin-left: auto;
  margin-right: auto; }
  .advantage .block_main_advantage_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .advantage .block_main_advantage_icons {
    margin-right: 1rem; }
  .advantage .block_main_advantage_icons img {
    width: 4.2rem; }
  .advantage .block_main_advantage__one {
    width: calc(25% - 30px); }
  .advantage .block_main_advantage_item_link {
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .advantage .block_main_advantage_item_link .block_main_advantage_icons svg {
      fill: #000;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .advantage .block_main_advantage_item_link:hover {
      color: var(--main-color);
      cursor: pointer; }
    .advantage .block_main_advantage_item_link:hover .block_main_advantage_icons svg {
      fill: var(--main-color); }
  .advantage .block_main_advantage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .advantage .block_main_advantage_variant__item_link {
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .advantage .block_main_advantage_variant__item_link svg {
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .advantage .block_main_advantage_variant__item_link .block_main_advantage_variant__comment {
      color: #000; }
    .advantage .block_main_advantage_variant__item_link:hover {
      color: var(--main-color); }
      .advantage .block_main_advantage_variant__item_link:hover svg {
        fill: var(--main-color); }
  .advantage .block_main_advantage_variant_one {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto; }
  .advantage .block_main_advantage_variant {
    width: 25%;
    padding-left: 1rem; }
    .advantage .block_main_advantage_variant:first-child {
      padding-left: 0; }
  .advantage .fonts__small_weight_title {
    font-weight: 700;
    font-size: 1.2rem; }
  .advantage .block_main_advantage_variant__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .advantage .block_main_advantage_variant__content {
    padding-left: 1rem; }
  .advantage .block_main_advantage_variant__icons img {
    width: 4.2rem; }
  .advantage .block_main_advantage_variant__comment {
    padding-bottom: 0; }
  .advantage .block_main_advantage_variant__title.main_color {
    color: var(--main-color); }

@media (max-width: 1400px) {
  .advantage .block_main_advantage {
    padding: 0 15px; }
  .advantage .block_main_advantage__one {
    padding: 0 1rem 0 0; } }

@media (max-width: 992px) {
  .advantage .block_main_advantage__one {
    width: 50%;
    margin-bottom: 1.5rem;
    padding-left: 0; }
  .advantage .block_main_advantage__one:last-child {
    margin-bottom: 0; }
  .advantage .block_main_advantage {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (max-width: 768px) {
  .advantage .block_main_advantage {
    padding: 0 15px; }
  .advantage .block_main_advantage_icons img {
    width: 60px; }
  .advantage .block_main_advantage__one {
    margin-bottom: 30px; } }

@media (max-width: 576px) {
  .advantage .block_main_advantage__one {
    width: 100%; }
  .advantage .block_main_advantage {
    padding: 0 15px; } }

/* End */


/* Start:/local/templates/.default/components/sotbit/crosssell.crosssell.list/origami_default/style.css?165994619240817*/
/* ___________ tabs_sale_block __________________ */
/* ___________ tabs_sale_block __________________ */
section .tabs_sale_block__caption {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
  margin: -1px 0 0.5rem -1px; }

section .tabs_sale_block__caption li:first-child {
  border-left: 1px solid #fff; }

section .tabs_sale_block__caption li:last-child:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: -2px;
  z-index: -1;
  height: 5px; }

section .tabs_sale_block__caption li:before {
  display: none; }

section .tabs_sale_block__caption:after {
  content: '';
  display: table;
  clear: both; }

section .tabs_sale_block__caption li {
  padding: 1rem 1rem;
  min-width: 120px;
  font-size: 1.12rem;
  cursor: pointer;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #ededed;
  font-weight: bold;
  -webkit-transition: background ease 0.2s, color 0.2s;
  transition: background ease 0.2s, color 0.2s;
  text-align: center; }
  section .tabs_sale_block__caption li:hover {
    color: var(--main-color); }

section .tabs_sale_block__caption li:not(.active) {
  cursor: pointer; }

section .tabs_sale_block__caption li.active {
  color: var(--main-color);
  background: transparent;
  border-bottom: 1px solid var(--main-color); }

section .tabs_sale_block__content {
  display: none; }

section .tabs_sale_block__content.active {
  display: block; }

section .tabs_sale_block__content {
  -webkit-box-ordinal-group: 100;
     -moz-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  display: none;
  background: #fff; }

section .tabs_product_detail_card .tabs_sale_block__content_property {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }

section .tabs_product_detail_card .tabs_sale_block__content_property:before {
  content: "";
  height: 1px;
  width: 100%;
  border-bottom: 1px dotted #979797;
  position: absolute;
  bottom: 11px; }

section .tabs_product_detail_card .tabs_sale_block__content_property .tabs_sale_block__content_property_value, section .tabs_product_detail_card .tabs_sale_block__content_property .tabs_sale_block__content_property_title {
  background: #fff;
  padding: 0.5rem 1rem;
  z-index: 2; }

section .tabs_product_detail_card input[type="radio"]:checked + label {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #7fffd4;
  color: #fb0040; }

section .tabs_product_detail_card .tabs_sale_block__label {
  margin-bottom: 2rem; }

section .tabs_product_detail_card .tabs_sale_block__content_existence_text {
  width: 70%; }

section .tabs_product_detail_card .rating-block {
  width: calc(30% - 70px);
  text-align: right; }

section .tabs_product_detail_card .tabs_sale_block__content_existence {
  border-top: 1px dotted #ededed;
  padding: 2rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

section .tabs_product_detail_card .tabs_sale_block__content_existence:last-child {
  border-bottom: 1px dotted #ededed; }

section .tabs_product_detail_card .tabs_sale_block__content_existence_photo {
  margin-right: 1.5rem; }

section .tabs_product_detail_card .tabs_sale_block__content_existence_photo img {
  max-width: 70px; }

section .tabs_product_detail_card .tabs_sale_block__name_marker {
  font-weight: 700; }

section .tabs_product_detail_card .tabs_sale_block__name_marker span {
  font-weight: 400;
  opacity: 0.5; }

section .tabs_product_detail_card .tabs_sale_block__content_service {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

section .tabs_product_detail_card .tabs_sale_block__content_service__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ededed;
  width: 50%;
  padding: 2.5rem 1rem 2.5rem 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

section .tabs_product_detail_card .tabs_sale_block__content_service__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

section .tabs_product_detail_card .tabs_sale_block__content_service__photo {
  width: 9rem;
  padding-right: 1rem; }

section .tabs_product_detail_card .tabs_sale_block__content_service__photo img {
  width: 100%; }

section .tabs_product_detail_card .tabs_sale_block__content_service__text {
  width: calc(100% - 9rem);
  margin-bottom: 3rem; }

section .tabs_product_detail_card .tabs_sale_block__content_service__buy {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

@media (max-width: 767.98px) {
  .tabs_product_detail_card {
    padding-bottom: 3rem;
    border-bottom: 1px solid #ededed; }
    .tabs_product_detail_card .tabs_sale_block__label {
      width: 100%;
      margin-bottom: 0; }
    .tabs_product_detail_card .tabs_sale_block__label {
      border: 1px solid #ced2d5;
      margin-top: -1px;
      position: relative; }
      .tabs_product_detail_card .tabs_sale_block__label:before {
        position: absolute;
        display: block;
        content: '';
        right: 1.5rem;
        top: 50%;
        width: 0.5rem;
        height: 0.5rem;
        margin-top: -5px;
        border-top: 1px solid #000000;
        border-left: 1px solid #000000;
        background: #fff;
        -webkit-transform: rotate(225deg);
                transform: rotate(225deg);
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out; }
    .tabs_product_detail_card input[type="radio"]:checked + label {
      border: 1px solid #ced2d5;
      position: relative; }
      .tabs_product_detail_card input[type="radio"]:checked + label:before {
        position: absolute;
        display: block;
        content: '';
        right: 1.5rem;
        top: 50%;
        width: 0.5rem;
        height: 0.5rem;
        margin-top: 0px;
        border-top: 1px solid #000000;
        border-left: 1px solid #000000;
        background: #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out; }
    .tabs_product_detail_card .tabs_sale_block__content_service__content {
      width: 100%;
      padding: 1rem; }
    .tabs_product_detail_card .tabs_sale_block__content_service__photo {
      width: 4rem; }
    .tabs_product_detail_card .tabs_sale_block__content_service__text {
      width: calc(100% - 4rem); }
    .tabs_product_detail_card .tabs_sale_block__content {
      padding: 1rem 0; }
    .tabs_product_detail_card .tabs_sale_block__content_existence {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .tabs_product_detail_card .rating-block {
      width: 100%; }
  .tabs_product_detail_card.tabs_sale_block {
    display: block; }
  .tabs_block__product_card {
    border-bottom: 1px solid #ededed; } }

/* ___________ tabs_sale_block __________________ */
/* ___________ tabs_sale_block __________________ */
.tabs_sale_block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.tabs_sale_block__label {
  -webkit-box-ordinal-group: 2;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
  padding: 1rem 1rem;
  min-width: 120px;
  cursor: pointer;
  border-bottom: 1px solid #ededed;
  font-weight: bold;
  -webkit-transition: background ease 0.2s;
  transition: background ease 0.2s;
  text-align: center; }

.tabs_sale_block__content {
  -webkit-box-ordinal-group: 100;
     -moz-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  display: none;
  background: #fff; }

.tabs_sale_block input[type="radio"] {
  display: none; }

.tabs_sale_block input[type="radio"]:checked + label {
  background: #fff;
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ffffff; }

.tabs_sale_block input[type="radio"]:checked + label + .tabs_sale_block__content {
  display: block; }

/**************************************/
.tabs_product_detail_card .tabs_sale_block__content_property {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }
  .tabs_product_detail_card .tabs_sale_block__content_property:before {
    content: "";
    height: 1px;
    width: 100%;
    border-bottom: 1px dotted #979797;
    position: absolute;
    bottom: 11px; }
  .tabs_product_detail_card .tabs_sale_block__content_property .tabs_sale_block__content_property_value,
  .tabs_product_detail_card .tabs_sale_block__content_property .tabs_sale_block__content_property_title {
    background: #ffffff;
    padding: 0.5rem 1rem;
    z-index: 2; }

.tabs_product_detail_card input[type="radio"]:checked + label {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid var(--main-color);
  color: var(--main-color); }

.tabs_product_detail_card .tabs_sale_block__label {
  margin-bottom: 0; }

.tabs_product_detail_card .tabs_sale_block__content_existence_text {
  width: 70%; }

.tabs_product_detail_card .rating-block {
  width: calc(30% - 70px);
  text-align: right; }

.tabs_product_detail_card .tabs_sale_block__content_existence {
  border-top: 1px dotted #ededed;
  padding: 2rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .tabs_product_detail_card .tabs_sale_block__content_existence:last-child {
    border-bottom: 1px dotted #ededed; }

.tabs_product_detail_card .tabs_sale_block__content_existence_photo {
  margin-right: 1.5rem; }
  .tabs_product_detail_card .tabs_sale_block__content_existence_photo img {
    max-width: 70px; }

.tabs_product_detail_card .tabs_sale_block__name_marker {
  font-weight: 700; }
  .tabs_product_detail_card .tabs_sale_block__name_marker span {
    font-weight: 400;
    opacity: 0.5; }

.tabs_product_detail_card .tabs_sale_block__content_service {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.tabs_product_detail_card .tabs_sale_block__content_service__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ededed;
  width: 50%;
  padding: 2.5rem 1rem 2.5rem 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.tabs_product_detail_card .tabs_sale_block__content_service__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.tabs_product_detail_card .tabs_sale_block__content_service__photo {
  width: 9rem;
  padding-right: 1rem; }
  .tabs_product_detail_card .tabs_sale_block__content_service__photo img {
    width: 100%; }

.tabs_product_detail_card .tabs_sale_block__content_service__text {
  width: calc(100% - 9rem);
  margin-bottom: 3rem; }

.tabs_product_detail_card .tabs_sale_block__content_service__buy {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.tabs-sale-block {
  width: 100%; }
  .tabs-sale-block .tabs_sale_block__content {
    max-width: 1344px; }

/* ___________ catalog canvas __________________ */
.catalog_content__canvas {
  margin-bottom: 2rem; }

.catalog_content__canvas_img {
  width: 100%; }

@media (max-width: 576px) {
  .catalog_content__canvas {
    display: none; } }

/* ___________ end catalog canvas __________________ */
/* ___________ catalog category __________________ */
#loadMore,
.catalog_content__category_block_img {
  margin-bottom: 2rem; }

.catalog_content__category {
  margin-bottom: 20px; }

.catalog_content__category {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.catalog_content__category_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #ebedee;
  margin-top: -1px;
  margin-left: -1px;
  padding: 1rem;
  text-align: center;
  width: 20%;
  position: relative; }
  .catalog_content__category_item:hover {
    -webkit-box-shadow: 0px 5px 9.7px 0.3px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 9.7px 0.3px rgba(0, 0, 0, 0.15); }

@media (max-width: 768px) {
  .catalog_content__category_item {
    width: calc(50% + 1px); } }

.catalog_content__category_block_img {
  height: 110px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (max-width: 460px) {
  .catalog_content__category_block_img {
    height: 85px;
    margin-bottom: 7px; } }

.catalog_content__category_img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

#loadMore {
  cursor: pointer;
  text-align: center;
  color: #949393; }
  #loadMore .icon-nav_button {
    display: inline; }
  #loadMore .icon-nav_button::before {
    top: -1px;
    position: relative; }

.catalog_content__category_comment {
  margin-bottom: 2rem; }
  .catalog_content__category_comment img {
    max-width: 100%;
    max-height: 100%; }

/* ___________ end catalog category __________________ */
/* ___________ catalog filter __________________ */
.block_main_left_menu__filter {
  border: 1px solid #ced2d5;
  padding: 2rem; }

.block_main_left_menu__filter_item__title,
.block_main_left_menu__title,
.block_main_left_menu__filter_item {
  margin-bottom: 1rem; }

.block_main_left_menu__min_price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.block_main_left_menu__input {
  width: 40%;
  height: 2rem;
  border: 1px solid #e4e4e4;
  color: #000000;
  text-align: center; }

.catalog_content__filter_horizon_title,
.catalog_content__filter_horizon_item {
  display: inline-block; }

.catalog_content__filter_horizon_item {
  margin-left: 1.5rem; }

.catalog_content__filter_horizon_item_wrapper {
  position: absolute;
  width: 260px;
  z-index: 350;
  background: #ffffff;
  display: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .catalog_content__filter_horizon_item_wrapper:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 100%;
    left: 1.5rem;
    width: 1rem;
    height: 1rem;
    margin-bottom: -1.5rem;
    border-top: 1px solid #ededed;
    border-left: 1px solid #ededed;
    background: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner {
  background: #fff;
  border: 1px solid #ededed;
  width: 100%;
  margin: 1rem 0 0 !important;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15); }
  .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .radio_container_wrapper {
    margin: 25px 20px; }
  .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .bx-filter-select-container {
    margin: 25px 20px; }
  .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .blank_ul_wrapper {
    padding: 20px 0 0 20px;
    margin: 12px 0 0 0; }
  .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper {
    margin: 25px 20px 0 20px; }
    .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value {
      color: black;
      border: 1px solid #e4e4e4;
      padding-left: 0.5rem;
      height: 40px;
      width: 100%;
      margin-bottom: 0.5rem; }
      .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.5); }
      .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::-moz-placeholder {
        color: rgba(0, 0, 0, 0.5); }
      .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.5); }
      .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.5); }
      .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_value_wrapper .find_property_value::placeholder {
        color: rgba(0, 0, 0, 0.5); }
  .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_all_check {
    margin: 0 20px;
    font-size: 0.8rem;
    color: black;
    border-bottom: 1px dotted black;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .find_property_all_check:hover {
      color: var(--main-color);
      border-bottom: 1px dotted var(--main-color); }
  .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .bx_filter_search_reset {
    margin: 20px 0;
    margin-left: 4%;
    max-width: 45%;
    width: 100%; }
  .catalog_content__filter_horizon .catalog_content__filter_horizon_item_inner .bx_filter_search_button {
    margin: 20px 0;
    margin-right: 4%;
    max-width: 45%;
    width: 100%; }

.catalog_content__filter_horizon #style-overflow-search {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 15rem;
  cursor: pointer; }
  .catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
    border-radius: 10px; }
  .catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar-track {
    border-radius: 10px;
    background: transparent; }
  .catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ced2d5;
    border: 1px solid #ced2d5; }
    .catalog_content__filter_horizon #style-overflow-search::-webkit-scrollbar-thumb:hover {
      background: #ced2d5; }

.catalog_content__filter_horizon .blank_ul_wrapper > ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.catalog_content__filter_horizon .blank_ul_wrapper {
  padding: 1rem 0;
  margin: 1rem 0 1.5rem 0;
  border-bottom: 1px solid #ededed;
  border-top: 1px solid #ededed; }

.catalog_content__filter_horizon .button_filter_block {
  cursor: pointer;
  outline: none;
  line-height: 39px;
  display: inline-block;
  height: 40px;
  padding: 0 0.5rem;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid var(--main-color);
  background: var(--main-color); }

.catalog_content__filter_horizon_item_name {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .catalog_content__filter_horizon_item_name:hover {
    color: var(--main-color); }

.catalog_content__filter_horizon {
  margin-bottom: 0rem; }

.select_block {
  position: relative;
  width: 100%;
  font-size: 0.9rem;
  color: #8b8b8b;
  /*padding: 0 1rem;*/ }

.catalog_content__sort_horizon_property
.select_block {
  padding: 0; }

.select_block select {
  height: 3rem;
  line-height: 3rem;
  padding: 0 15px 0 1rem;
  background: transparent;
  appearance: none;
  /* remove arrow        */
  -webkit-appearance: none;
  /* remove arrow Chrome */
  -moz-appearance: none;
  /* remove arrow FF     */
  border: 1px solid #ededed; }

.select_block select::-ms-expand {
  display: none;
  /* remove arrow IE     */ }

.select_block select option {
  border: 1px solid #000;
  /*background: #eeeeee;*/
  line-height: 20px;
  color: #8b8b8b; }

.select_block select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select_block .select-side {
  pointer-events: none;
  width: 40px;
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  cursor: pointer; }

.select_block .select-side:before {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  right: 1rem;
  margin-top: -3px;
  border-bottom: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0; }

/* ___________ end catalog filter __________________ */
/* ___________ end catalog filter __________________ */
.catalog_content__sort_horizon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  margin-bottom: 10px; }
  .catalog_content__sort_horizon .select_block {
    margin-bottom: 0; }
    .catalog_content__sort_horizon .select_block select {
      border: none; }
  .catalog_content__sort_horizon .custom-select-trigger {
    border: none;
    padding: 0 2rem 0 1rem;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .catalog_content__sort_horizon .custom-select-trigger:hover:after {
      border-bottom: 1px solid var(--main-color);
      border-right: 1px solid var(--main-color); }
    .catalog_content__sort_horizon .custom-select-trigger:after {
      width: 6px;
      height: 6px;
      border-bottom: 1px solid #000000;
      border-right: 1px solid #000000;
      margin-top: 0; }
  .catalog_content__sort_horizon .custom-options {
    min-width: 12rem;
    color: #000000;
    margin-top: 0.7rem; }
    .catalog_content__sort_horizon .custom-options:before {
      position: absolute;
      display: block;
      content: '';
      bottom: 100%;
      left: 1.5rem;
      width: 1rem;
      height: 1rem;
      margin-bottom: -0.45rem;
      border-top: 1px solid #ced2d5;
      border-left: 1px solid #ced2d5;
      background: #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out; }
  .catalog_content__sort_horizon .custom-option {
    border-bottom: 1px solid #f0f1f2;
    line-height: 2.3rem; }
    .catalog_content__sort_horizon .custom-option:last-child {
      border-bottom: none; }
    .catalog_content__sort_horizon .custom-option:hover {
      color: var(--main-color); }
    .catalog_content__sort_horizon .custom-option:active {
      color: var(--main-color); }
  .catalog_content__sort_horizon form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 100px; }
  .catalog_content__sort_horizon .catalog_content__sort_horizon_btn-block {
    top: calc(50% - 1.15rem);
    position: absolute;
    right: 0; }
  .catalog_content__sort_horizon .catalog_content__sort_horizon_btn {
    margin-left: 10px; }
  .catalog_content__sort_horizon span.catalog_content__sort_horizon_btn {
    fill: var(--main-color); }
  .catalog_content__sort_horizon a.catalog_content__sort_horizon_btn {
    fill: var(--main-color); }

.catalog_content__sort_horizon_view_card {
  float: right; }
  .catalog_content__sort_horizon_view_card .sort_horizon_view_card {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    opacity: 0.5;
    margin: 0 0.5rem; }
  .catalog_content__sort_horizon_view_card .sort_horizon_view_card.active {
    opacity: 1; }

/* ___________ end catalog filter __________________ */
/* ___________ catalog pagination __________________ */
.show_more_block {
  position: relative;
  border: 1px solid var(--main-color);
  text-align: center;
  padding: 1rem 0;
  color: var(--main-color);
  cursor: pointer;
  margin-bottom: 2.5rem; }
  .show_more_block .icon-nav_button {
    display: inline-block;
    position: relative;
    top: -1px; }
  .show_more_block:hover {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: #fff; }
    .show_more_block:hover.btnLoaderCustom > .loader-btn {
      fill: #fff; }
  .show_more_block:hover .sk-wave .sk-rect {
    color: #fff;
    background-color: #fff; }
  .show_more_block.btnLoaderCustom > .loader-btn {
    left: calc(50% - 10px);
    top: calc(50% - 10px);
    fill: var(--main-color); }

.show_more_block.fonts__main_comment.loaderBtns {
  color: transparent; }
  .show_more_block.fonts__main_comment.loaderBtns i {
    color: transparent; }
  .show_more_block.fonts__main_comment.loaderBtns .sk-wave {
    display: block; }

.block_page_navigation {
  text-align: center;
  margin-bottom: 2.5rem; }
  .block_page_navigation > span, .block_page_navigation > a {
    padding: 0.3rem 0.7rem;
    margin: 0 0.5rem; }

@media (max-width: 768px) {
  .block_page_previous,
  .block_page_next {
    display: none; } }

.block_page_current {
  border: 1px solid var(--main-color); }

/* ___________ end catalog pagination __________________ */
/* ___________ catalog_section __________________ */
.catalog_section_block {
  padding-left: 15px;
  padding-right: 15px; }
  .catalog_section_block .product_card__block_item {
    width: 25%;
    margin-bottom: -1px; }
  .catalog_section_block .product_card__block_item-4 {
    width: 25%; }
  .catalog_section_block .catalog_section_block .product_card__block_item-5 {
    width: 20%; }
  .catalog_section_block .catalog_section_block .product_card__block_item-3 {
    width: 33.3333333%; }
  .catalog_section_block.catalog_section_block_bestsellers {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 32px; }

@media (max-width: 768px) {
  .catalog_section_block {
    padding-left: 15px;
    padding-right: 0; } }

.catalog_content__category_img_title {
  font-size: 0.9rem; }

.product_card__block_item > div {
  height: 100%; }

.tabs_block__product_card,
.block__product_cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch; }
  .tabs_block__product_card .product_card__inner,
  .block__product_cards .product_card__inner {
    -ms-flex-preferred-size: 270px;
        flex-basis: 270px;
    width: auto;
    margin-left: -1px; }
  .tabs_block__product_card .product_card__inner.product_card__inner--row,
  .block__product_cards .product_card__inner.product_card__inner--row {
    width: 100%;
    -ms-flex-preferred-size: none;
        flex-basis: none; }

.block__product_cards {
  margin-bottom: 37px; }

/* ___________ end catalog_section __________________ */
/* ------------catalog_section_page----------*/
.catalog_section_page {
  border-top: 1px solid #eeeeee;
  padding: 2rem 0 3rem 0;
  position: relative; }
  .catalog_section_page .popular_category_block_variant__canvas {
    margin-bottom: 3rem; }
  .catalog_section_page .catalog_content__sort_horizon_view_card {
    position: absolute;
    top: -2.5rem;
    right: 0; }

/* ------------end catalog_section_page----------*/
@media (max-width: 1199.98px) {
  div.catalog_section_block
.product_card__block_item {
    width: 25%; }
  div.catalog_section_block
.product_card__block_item.product_card__block_item--row {
    width: 100%; } }

@media (max-width: 991.98px) {
  div.catalog_section_block
.product_card__block_item {
    width: calc(100% / 3); }
  div.catalog_section_block
.product_card__block_item.product_card__block_item--row {
    width: 100%; } }

@media (max-width: 767.98px) {
  div.catalog_section_block
.product_card__block_item {
    width: 50%;
    height: 100%; }
  div.catalog_section_block
.product_card__block_item.product_card__block_item--row {
    width: 100%; }
  .catalog_content__sort_horizon {
    display: initial; }
    .catalog_content__sort_horizon form {
      display: initial; }
  .catalog_content__sort_horizon_btn-block {
    display: none; } }

@media (max-width: 576px) {
  .catalog_content__canvas {
    display: none; }
  .catalog_content__canvas.catalog_content__canvas--display {
    display: block; }
  div.catalog_section_block
.product_card__block_item {
    width: 100%;
    height: 100%; } }

.catalog-wrapper {
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 576px) {
  .catalog-wrapper {
    padding-left: 15px;
    padding-right: 15px; }
    .catalog-wrapper .block_main_left_menu__content.no-padding {
      padding: 0 !important; }
  .catalog_content__sort_horizon form {
    padding-right: 0; } }

.catalog_section_block_bestsellers .product_card__block_item {
  width: 100%; }

.block__product_cards.block__product_cards--row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.product_card__block_item.product_card__block_item--row {
  width: 100%;
  margin-bottom: -1px; }

.catalog_section_block_tabs .product_card__inner {
  -ms-flex-preferred-size: 270px;
      flex-basis: 270px;
  width: auto; }

.catalog_section_block_tabs .product_card__block_item_inner {
  margin-left: -1px; }

.catalog_section_block_tabs {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

@media (max-width: 1299.98px) {
  .bx_filter .bx_filter_section {
    padding: 1rem; }
  .catalog_content__category_item {
    padding: 1rem; } }

@media (max-width: 1199.98px) {
  div.catalog_section_block .product_card__block_item {
    width: 33.33%; } }

@media (max-width: 991.98px) {
  .catalog_content__category_item {
    padding: 1.5rem; }
  #loadMore,
  .catalog_content__category,
  .catalog_content__category_block_img {
    margin-bottom: 1rem; } }

@media (max-width: 767.98px) {
  .catalog_section_block {
    padding-left: 15px;
    padding-right: 15px; }
  .catalog_content__category_item {
    width: 50%; }
  .catalog_content__sort_horizon {
    margin-bottom: 1rem; }
  div.catalog_section_block .product_card__block_item {
    width: 50%; }
  .rating-block-title {
    display: none; }
  .product-detail-info-block-comment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1rem; }
  .product-detail-info-block-title {
    text-align: center; }
  .product-detail-photo-block .sticker_product,
  .product-detail-photo-block .product_card__block_icon {
    top: 1rem; }
  .product-presence .product-detail-price-and-cheaper {
    margin-top: 10px;
    background-color: transparent; }
  .product-presence .product_card__other_prices_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .product-presence .product-detail-title-price {
    margin-right: 10px;
    font-size: 13px; }
  .product-presence .product_card__block__new_price_product {
    font-size: 14px;
    font-weight: 700; }
  .product-presence .product-presence__property-block {
    padding-bottom: 0; }
  .product-detail-price-and-cheaper {
    background: #f7f7f7;
    text-align: center;
    padding: 2rem 1rem 0 1rem; }
    .product-detail-price-and-cheaper .product-detail-title-price {
      display: inline-block; }
    .product-detail-price-and-cheaper .product_card__block__new_price_product {
      padding-right: 0;
      padding-bottom: 0; }
    .product-detail-price-and-cheaper .product_card__block__old_price_product {
      display: block;
      font-size: 0.8rem;
      margin: 0.3rem 0 0.5rem 0; }
    .product-detail-price-and-cheaper .product-detail-info-block-price {
      padding-bottom: 1rem; }
  .product-detail-info-block-brand {
    padding: 2.5rem 1rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    border-bottom: 1px solid #ededed; }
    .product-detail-info-block-brand .product-detail-info-block-brand-link {
      margin-bottom: 0; }
  .product-detail-info-block-main-property {
    text-align: center; }
  .product-detail-info-block .block-property-text-item {
    opacity: 0.5; }
  .product-detail-info-block .block-property-color-item.active,
  .product-detail-info-block .block-property-text-item.active {
    opacity: 1; }
  .product-detail-info-block .product-detail-info-block-size {
    display: none; }
  .product-detail-info-block .product-detail-info-block-basket {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 555;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-bottom: 0; }
    .product-detail-info-block .product-detail-info-block-basket .main_btn {
      width: 50%;
      padding: 0.8rem 0.8rem; }
    .product-detail-info-block .product-detail-info-block-basket .detail-basket-wrapper {
      width: 50%; }
    .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity {
      width: 50%;
      margin-left: 0; }
      .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__input,
      .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__minus,
      .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity .product_card__block_buy_quantity__plus {
        width: 33.33%;
        height: 100%;
        line-height: 3.2rem; }
  .product-detail-info-block .product-detail-info-block-one-click-basket .one_click_btn {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 0.8rem 0.5rem; }
  .product-detail-info-block .block-advantages-title {
    text-align: center;
    font-size: 1.5rem; }
  .product-detail-info-block .product-detail-info-block-advantages-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2rem; }
  .product-detail-info-block .product-detail-info-block-advantages-item img {
    max-width: 50px;
    margin-right: 0;
    margin-bottom: 1rem; }
  .product-detail-info-block .product-detail-info-block-advantages {
    border-bottom: 1px solid #ededed; }
  .product-detail-info-block-basic-property,
  .product-detail-share-block-comment {
    display: none; }
  .product-detail-share-block-button {
    margin-right: 0;
    width: 100%;
    text-align: center;
    padding: 0.8rem 1.5rem; }
  .product-detail-info-block-one-click-basket {
    margin-bottom: 2rem;
    border-bottom: 1px solid #ededed; }
  .product_card__block_item {
    width: 100%; }
  .detail-product-advice.owl-carousel .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #ededed;
    border-radius: 50px;
    margin-right: 1.333rem; }
  .detail-product-advice.owl-carousel .owl-dot.active span {
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid var(--main-color);
    background: var(--main-color);
    border-radius: 50px;
    margin-right: 1.333rem; }
  .detail-product-advice.owl-carousel .owl-dots {
    display: block;
    text-align: center;
    margin-top: 1rem;
    padding-bottom: 2rem; }
  .tabs_block__product_card {
    padding-right: 0; }
  .detail-product-advice.owl-carousel .product_card__block {
    padding: 2rem 0; }
  .product_set_item::before {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-top: auto;
    margin-bottom: -27px;
    margin-right: -27px; }
  .product_set_item .d24 {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-top: auto;
    margin-bottom: -13px;
    margin-right: -2px; }
  .product_set_comment {
    padding-bottom: 2rem; }
  .puzzle_block .detail_product {
    border-bottom: 1px solid #ededed;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem; }
  .product_set_comment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .product_set_comment__price {
    padding-right: 0;
    padding-bottom: 1rem; }
  .product-detail-info-block .product-detail-info-block-basket .main_btn {
    width: 100%;
    height: 100%;
    padding: 0.8rem 0.8rem; }
  .product-detail-info-block .product-detail-info-block-basket .product_card__block_buy_quantity {
    width: 50%;
    margin-left: 0; } }

@media (max-width: 575.98px) {
  div.catalog_section_block .product_card__block_item {
    width: 100%; }
  .catalog_content__category_item {
    width: 100%; }
  .product_card__block__article {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .block_page_navigation > span,
  .block_page_navigation > a {
    padding: 0.3rem 0.7rem;
    margin: 0 0.3rem; }
  .catalog_content__sort_horizon_property {
    display: block; } }

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/origami_section_small/style.css?1659946192970*/
.small-product__product-wrapper .swiper-button-disabled {
  display: none; }

.small-product__product-wrapper:hover .small-product__slider-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.small-product__product-wrapper:hover .swiper-button-disabled {
  display: none; }

.small-product__product-wrapper.swiper-container {
  margin: -5px;
  padding: 5px; }
  @media (max-width: 1344px) {
    .small-product__product-wrapper.swiper-container {
      margin: -5px 0 -5px -5px;
      padding: 5px 0 5px 5px; } }

.small-product__product-wrapper .swiper-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: auto; }
  .small-product__product-wrapper .swiper-slide > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  @media (max-width: 1344px) {
    .small-product__product-wrapper .swiper-slide {
      width: 321px; } }

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.item/origami_item_small/style.css?16599461923905*/
.small-product__product-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.small-product-block-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.small-product {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .small-product {
      margin-bottom: 30px; } }

.small-product-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 314px;
  padding: 15px 20px;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 4px; }
  .small-product-block:hover {
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.07);
            box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.07);
    border-color: transparent; }
  @media (max-width: 1023px) {
    .small-product-block {
      width: 300px; } }

.small-product-block__img-block {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px; }

.small-product-block__img-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.small-product-block__sticker {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 4px;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  color: #fff;
  border-radius: 4px 0px;
  background-color: #fb0040;
  z-index: 100; }

.small-product-block__img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto; }

.small-product-block__info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }

.small-product-block__name-product {
  margin-bottom: 4px;
  padding: 0;
  font-size: 13px;
  line-height: 20px; }

.small-product-block__detail-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2px; }
  .small-product-block__detail-wrapper .rating-block-title {
    display: none; }
  .small-product-block__detail-wrapper .product-card-inner__quantity {
    font-size: 12px;
    line-height: 18px;
    color: #808080; }
  .small-product-block__detail-wrapper .product-card-inner__quantity-icon {
    fill: none;
    stroke: #00B02A; }

.small-product-block__price-block div:nth-last-child(2) {
  color: var(--main-color); }

.small-product-block__price-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.small-product-block__price-main {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px; }

.small-product-block__price-old {
  margin-left: 4px;
  color: #808080;
  font-size: 12px;
  line-height: 18px;
  text-decoration: line-through; }

.product_card__block_item_inner .small-product-block__name-product:hover {
  color: var(--main-color); }

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.products.viewed/origami_products_viewed/style.css?16599461922857*/
.small-product__product-wrapper .swiper-button-disabled {
  display: none; }

.small-product__product-wrapper:hover .small-product__slider-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.small-product__product-wrapper:hover .swiper-button-disabled {
  display: none; }

.small-product__product-wrapper.swiper-container {
  margin: -5px;
  padding: 5px; }
  @media (max-width: 1344px) {
    .small-product__product-wrapper.swiper-container {
      margin: -5px 0 -5px -5px;
      padding: 5px 0 5px 5px; } }

.small-product__product-wrapper .swiper-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: 314px; }
  .small-product__product-wrapper .swiper-slide > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  @media (max-width: 1344px) {
    .small-product__product-wrapper .swiper-slide {
      width: 321px; } }
  @media (max-width: 1023px) {
    .small-product__product-wrapper .swiper-slide {
      width: 300px; } }

.small-product__slider-button {
  position: absolute;
  top: calc(50% - 32px);
  width: 32px;
  height: 64px;
  display: none;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAUCAYAAABbLMdoAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAL5JREFUKJGNkjsKAjEUAGfXOwki2lhoYSEWHsRGCy0UFLRQEFvBu1h6A08gdp5gLMyCLOsmgQf5zCMvb5KpJIwpcM8TwBnwAm6odbFQJ8W6Dlyp49+9KihTN+qwfFYF7tVB1W1l8KD2/pVWTBrqSe3WPbgAz2o70hlQd2ozBqrkwANopWjMgQvwDkqjMMAVeALzWrpU10Rdxlr3GyN1nQoTVG+DqCiM2g/qsxSYoP5YJERFqJ3wFRrfjPhoA3wAHg3mZFfHGbMAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-position: 5px center;
  border: none;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  z-index: 10;
  cursor: pointer; }

.small-product__slider-button--prev {
  left: 0; }

.small-product__slider-button--next {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.swiper-button-icon {
  fill: none;
  stroke: #000; }

.swiper-button-lock {
  display: none !important; }

/* End */
/* /local/templates/.default/components/bitrix/catalog/sotbit_origami_catalog/style.css?165994619215744 */
/* /local/templates/.default/components/bitrix/catalog/sotbit_origami_catalog/bitrix/catalog.compare.list/.default/style.css?16599461921267 */
/* /local/templates/.default/components/bitrix/breadcrumb/origami_default/style.css?16599461921393 */
/* /local/templates/.default/components/bitrix/catalog.element/.default/style.css?1659946192180818 */
/* /local/templates/.default/components/bitrix/catalog.element/.default/style_prop.css?16599500233382 */
/* /local/templates/.default/components/bitrix/iblock.vote/origami_stars/style.css?16599461921415 */
/* /local/templates/.default/components/sotbit/reviews.statistics/.default/style.css?16599461927198 */
/* /local/templates/.default/components/bitrix/system.auth.form/.default/style.css?1659946192131 */
/* /local/templates/sotbit_origami/components/bitrix/system.auth.registration/.default/style.css?1659946192283 */
/* /local/templates/.default/components/bitrix/catalog.comments/origami_element_comments/style.css?165994619216293 */
/* /bitrix/components/bitrix/blog/templates/.default/style.css?166474271533777 */
/* /bitrix/components/bitrix/blog/templates/.default/themes/green/style.css?16333605951140 */
/* /local/templates/.default/components/sotbit/reviews.reviews.filter/.default/style.css?16599461923837 */
/* /local/templates/.default/components/sotbit/reviews.reviews.list/.default/style.css?16599461926240 */
/* /local/templates/.default/components/sotbit/reviews.reviews.list/.default/css/colorbox.css?16599461924516 */
/* /local/templates/.default/components/sotbit/reviews.questions.list/.default/style.css?1659946192211 */
/* /local/templates/.default/components/sotbit/reviews.questions.add/.default/style.css?16599461926244 */
/* /local/templates/.default/components/bitrix/sale.products.gift/origami_default/style.css?1659946192422 */
/* /local/templates/.default/components/bitrix/catalog.element/origami_preview/style.css?165994619238525 */
/* /local/templates/.default/components/bitrix/catalog.item/item_gift/style.css?165994619288218 */
/* /bitrix/components/bitrix/catalog.item/templates/.default/style.css?169847955125496 */
/* /local/templates/sotbit_origami/assets/plugin/swiper5.2.0/css/swiper.min.css?165994619213666 */
/* /local/templates/sotbit_origami/assets/css/style-swiper-custom.css?16599461924422 */
/* /local/templates/.default/components/bitrix/sale.gift.main.products/origami_default/style.css?1659946192663 */
/* /local/templates/sotbit_origami/assets/fonts/share/share.css?16599461921109 */
/* /local/templates/.default/components/bitrix/news.list/origami_advantages_simple/style.css?16599461923978 */
/* /local/templates/.default/components/sotbit/crosssell.crosssell.list/origami_default/style.css?165994619240817 */
/* /local/templates/.default/components/bitrix/catalog.section/origami_section_small/style.css?1659946192970 */
/* /local/templates/.default/components/bitrix/catalog.item/origami_item_small/style.css?16599461923905 */
/* /local/templates/.default/components/bitrix/catalog.products.viewed/origami_products_viewed/style.css?16599461922857 */
