

/* Start:/local/templates/sotbit_origami/components/bitrix/news/mebelson_sotbit_origami_ideas/style.css?17194889501616*/
.tags_wrapper {
    margin-bottom: 38px;
}

.tags__title {
    color: #0f0f0f;
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 20px;
    font-weight: bold;
}

.tags .tag {
    background: #f7f7f7;
    color: #3f3f3f;
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}

.detail_blog__banner {
    margin-bottom: 45px;
}

.detail_blog__banner img {
    max-width: 100%;
}

.detail_blog__banner a {
    position: relative;
    display: inline-block;
}

.detail_blog__banner .banner_button {
    position: absolute;
    bottom: 35px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.block_main_left_menu__container .tags .tag.active {
    color: #ffffff;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}

.tags .tag:hover {
    color: #ffffff;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
}

.block_main_left__feedback .footer-block__follow_input_email {
    border: 1px solid #ededed;
    width: calc(100% - 60px);
    max-width: 200px;
}

.block_main_left__feedback .footer-block__follow_input_submit {
    min-width: 66px;
    color: #ffffff;
}

.block_main_left__feedback .footer-block__follow_input_submit .footer-block__follow_input_icon {
    fill: #fff;
    padding-top: 5px;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/search.tags.cloud/origami_tags_default/style.css?16944236382316*/
.blog__sidebar-item {
  margin-bottom: 30px;
}

.blog__sidebar-item-title {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 17px;
}

.blog__sidebar-item-tags-wrapper {
  overflow: hidden;
  font-size: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog__sidebar-item-tags {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  font-size: 0;
}

.blog__sidebar-tag {
  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;
  height: 20px;
  padding: 0 10px;
  margin-bottom: 5px;
  margin-right: 5px;
  -webkit-box-ordinal-group: 2;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 11px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  background-color: #ededed;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.blog__sidebar-tag span {
  text-overflow: ellipsis;
  overflow: hidden;
}
.blog__sidebar-tag:not([tabindex]):hover {
  color: #ffffff !important;
}
.blog__sidebar-tag[data-active=true]:not([tabindex]) {
  -webkit-box-ordinal-group: 1;
     -moz-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  color: #ffffff;
  background-color: var(--main-color);
}
.blog__sidebar-tag[data-active=true]:not([tabindex]) .icon_cancel_filter_small {
  display: inline;
}

.icon_cancel_filter_small {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 5px;
  stroke: #ffffff;
  fill: #ffffff;
}

.blog__sidebar-items-tags-show-all {
  display: none;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  font-size: 12px;
  color: #808080;
  cursor: pointer;
}

.blog-subscribe__types-size-wrapper {
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
  overflow: hidden;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/origami/style.css?16944236391467*/
/* ___________ 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-top: 2.5rem;
  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 __________________ */
/* End */


/* Start:/local/templates/sotbit_origami/components/bitrix/news/mebelson_sotbit_origami_ideas/bitrix/news.list/news_slider/style.css?17198169732603*/
.news-slider__slider a:hover {
    color: inherit;
}

.news-slider .news-slider__slide {
    margin-right: 30px;
}

@media screen and (max-width: 1200px) {
    .news-slider .news-slider__slide {
        margin-right: 20px !important;
    }
}

.news-slider__slider .mb-slider__wrapper {
    align-items: flex-start;
}

.news-slider .news-slider__buttons-block {
    display: flex;
    gap: 12px;
    align-items: center;
}

.news-slider .news-slider__show-all-btn {
    padding: 0 18px;
    opacity: .5;
    transition: ease-in .1s;
}

.news-slider .news-slider__show-all-btn:hover {
    color: #000000;
    opacity: 1;
}

.news-slider .news-slider-header {
    display: flex;
    flex-direction: column;
}

.news-slider .mb-slider-block__header {
    align-items: flex-end;
}

.news-slider .news-slider-about {
    margin-top: var(--space-m);
    font-size: var(--size-m);
    line-height: var(--lh-m);
}

.news-slider .news-slider-about a:hover {
    color: #000;
}

.news-slider .news-slider__slide {
    min-width: 300px;
    vertical-align: top;
    width: 33.33%;
    max-width: 100%;
    align-self: normal;
    height: 100%;
}

.news-slider .news-slider__slide  .news-slider__slide__content {

}

.news-slider .news-slider__slide .news-slider__slide-img {
    width: 100%;
}

.news-slider  .news-slider__slide .news-slider__slide__title {
    padding: 0;
    margin: 24px 0 16px 0;
    font-size: 20px;
}

.news-slider  .news-slider__slide .news-slider__slide__description {
    font-size: 16px;
    color: #797979;
    white-space: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

@media (max-width: 768px) {
    .news-slider .news-slider__show-all-btn {
        padding: 0;
    }
}

@media (max-width: 520px) {
    .news-slider .news-slider__slide {
        margin: 0 auto;
        border: 1px solid #e6e6e6;
        border-radius: 8px;
        min-width: 234px;
        padding-bottom: 20px;
    }

    .news-slider .news-slider__slide .news-slider__slide__title {
        padding: 0 20px;
        margin: 20px 0 8px 0;
        font-size: 16px;
    }

    .news-slider .news-slider__slide .news-slider__slide__description {
        padding: 0 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .news-slider .news-slider__slide  .news-slider__slide-img-wrapper {
        border-radius: 8px 8px 0 0;
    }

    .news-slider .news-slider__slide  .news-slider__slide__content {
        height: 204px;
        overflow: hidden;
    }
}

/* End */


/* Start:/include/idea/design_solution/style.css?1719816973584*/
.design_solution {
    width: 100%;
    margin-top: 30px;
}

.design_solution .design_solution__container {
    width: 100%;
    padding: 0 70px;
}

.design_solution .design_solution__link,
.design_solution .design_solution__picture,
.design_solution .design_solution__picture .design_solution__picture__img {
    width: 100%;
}

@media (max-width: 1440px) {
    .design_solution .design_solution__container {
        padding: 0 40px;
    }
}

@media (max-width: 1023px) {
    .design_solution .design_solution__container {
        padding: 0 15px;
    }
}

/* End */


/* Start:/local/templates/sotbit_origami/components/bitrix/catalog.section.list/mebelson_idea_for_home_small/style.css?172321038014733*/
/*idea on home*/
.wrapper_idea--home {
    margin-bottom: 30px;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
}

.mb-slider-block .idea--home_toy {
    width: 100%;
}

.idea--home_toy--items {
    position: relative;
    width: 100%;
}

.idea--home_toy--items:nth-child(8n-1) .idea--home_toy--items_container, .idea--home_toy--items:nth-child(8n-2) .idea--home_toy--items_container,
.idea--home_toy--items:nth-child(8n-4) .idea--home_toy--items_container, .idea--home_toy--items:nth-child(8n-6) .idea--home_toy--items_container,
.idea--home_toy--items:nth-child(8n-7) .idea--home_toy--items_container, .idea--home_toy--items:nth-child(8n) .idea--home_toy--items_container {
    box-sizing: border-box;
    height: auto;
    position: relative;
}

.idea--home_toy--items:nth-child(8n-3) .idea--home_toy--items_container, .idea--home_toy--items:nth-child(8n-5) .idea--home_toy--items_container {
    box-sizing: border-box;
    height: auto;
    position: relative;
}


.idea--home_toy--items:nth-child(8n-1) .idea--home_toy--items_container::before,
.idea--home_toy--items:nth-child(8n-2) .idea--home_toy--items_container::before,
.idea--home_toy--items:nth-child(8n-4) .idea--home_toy--items_container::before,
.idea--home_toy--items:nth-child(8n-6) .idea--home_toy--items_container::before,
.idea--home_toy--items:nth-child(8n-7) .idea--home_toy--items_container::before,
.idea--home_toy--items:nth-child(8n) .idea--home_toy--items_container::before {
    box-sizing: border-box;
    content: "";
    display: block;
    padding-top: 68.80207935173152%;
    position: relative;
}

.idea--home_toy--items_container img {
    color: var(--bg-color);
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    vertical-align: bottom;
    width: 100%;
}

.still {
    position: absolute;
}

.still_pointer {
    background: #fff;
    border: 11px solid #c4c4c4;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    height: 34px;
    transition: border .2s;
    width: 34px;
}

.idea--home_toy--items:nth-child(8n-3) .idea--home_toy--items_container::before,
.idea--home_toy--items:nth-child(8n-5) .idea--home_toy--items_container::before {
    box-sizing: border-box;
    content: "";
    display: block;
    padding-top: 141.02162331557506%;
    position: relative;
}

.idea--home_toy--items:nth-child(8n-1) .idea--home_toy--items_container > *,
.idea--home_toy--items:nth-child(8n-2) .idea--home_toy--items_container > *,
.idea--home_toy--items:nth-child(8n-4) .idea--home_toy--items_container > *,
.idea--home_toy--items:nth-child(8n-6) .idea--home_toy--items_container > *,
.idea--home_toy--items:nth-child(8n-7) .idea--home_toy--items_container > *,
.idea--home_toy--items:nth-child(8n) .idea--home_toy--items_container > * {
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.idea--home_toy--items_container > * {
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.idea--home_toy--items:nth-child(8n-1) .idea--home_toy--items_container, .idea--home_toy--items:nth-child(8n-5) .idea--home_toy--items_container {
    box-sizing: border-box;
    position: relative;
}

.still_pointer:hover {
    border: 5px solid #c4c4c4;
}

.still_pointer_popup--wrapper.active ~ .still_pointer {
    border: 5px solid #c4c4c4;
}

.still.toy1 {
    top: 70%;
    left: 60%;
}

.still.toy2 {
    top: 61%;
    left: 43%;
}

.still.toy3 {
    top: 70%;
    left: 30%;
}

.still.toy4 {
    top: 70%;
    left: 30%;
}

.still.toy5 {
    top: 30%;
    left: 80%;
}

.still.toy6 {
    top: 75%;
    left: 85%;
}

.still.toy7 {
    top: 35%;
    left: 60%;
}

.still.toy8 {
    top: 91%;
    left: 18%;
}

.still_pointer_popup--wrapper {
    display: none;
}

.still_pointer_popup--wrapper.active {
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-sizing: border-box;
    display: flex;
    padding: 20px 30px 30px;
    z-index: 1;
    bottom: calc(34px + 20px);
    position: absolute;
    transform: translateX(calc(-50% + 17px));
    width: 289px;
}

.still_pointer_popup--container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.still_pointer_popup_sales_block {
    align-items: center;
    display: flex;
    font-weight: 400;
    font-size: 16px;
    font-family: CeraPro, sans-serif;
    line-height: 24px;
}

.still_pointer_popup__title {
    color: #000;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.still_pointer_popup_prise {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.still_pointer_popup_prise_old {
    color: #989898;
    text-decoration: line-through;
    margin-left: 10px;
}

.still_pointer_popup_prise_old_container {
    background-image: url("/local/templates/sotbit_origami/assets/img/svg/mebelson/discount_small.svg");
    font-size: 14px;
    height: 22px;
    line-height: 18px;
    width: 50px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    color: #989898;
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.still_pointer_popup_prise_old_sales {
    color: #989898;
}

.still_pointer_popup_sales_more_details {
    display: inline-block;
    margin-top: 15px;
    width: fit-content;
}

.still_pointer_popup_sales_more_details_link {
    background-image: linear-gradient(#989898, #989898);
    background-position: left 0 bottom calc(16% - 3px);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    padding-bottom: 1px;
    color: #989898;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    transition: color .2s ease-in-out;
}

.still_pointer_popup_sales_more_details_link:hover {
    background-image: none;
    color: #989898;
}

.still_pointer_popup--wrapper_mobile {
    display: none;
}

@media (max-width: 767px) {
    .still_pointer_popup--wrapper_mobile {
        background-color: rgba(0, 0, 0, .3);
        bottom: 0;
        left: 0;
        overflow: hidden;
        position: fixed;
        right: 0;
        top: 0;
        transition: opacity .4s ease-in-out;
        width: 100%;
        z-index: 1000;
        display: none;
    }

    .still_pointer_popup--container_mobile {
        transform: translateZ(0);
        align-items: flex-end;
        height: 100%;
        justify-content: center;
        overflow: hidden;
        padding-bottom: 0;
        padding-top: 0;
        transition: height .2s linear, transform .4s ease-in-out;
        box-sizing: border-box;
        display: flex;
    }

    .still_pointer_popup--mobile_object {
        max-height: 100%;
        overflow: auto;
        width: 100%;
        box-shadow: 0 0 20px rgba(0, 0, 0, .2);
        position: relative;
    }

    .still_pointer_popup--wrapper_mobile.active {
        display: block;
    }

    .still_pointer_popup--mobile_object--background {
        background-color: #fff;
        box-sizing: border-box;
        padding: 15px;
        width: 100%;
    }

    .still_pointer_popup--mobile_object--background--close {
        display: flex;
        justify-content: flex-end;
    }

    .still_pointer_popup--mobile_object--background--body {
        display: flex;
        flex-direction: column;
        margin-top: 15px;
        width: 100%;
    }

    .mobile_object--background--close_svg {
        cursor: pointer;
        transition: transform .4s;
    }

    .mobile_object--background--close_svg:hover {
        cursor: pointer;
        transform: rotate(1turn);
    }

    .mobile_close_svg {
        height: 25px;
        width: 25px;
        color: #404040;
        display: block;
        cursor: pointer;
    }

    .mobile_object--background--body_images {
        position: relative;
    }

    .mobile_object--background--body_title {
        color: #000;
        margin-bottom: 5px;
        margin-top: 10px;
    }

    .background--body_images_like {
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 2;
        stroke: #404040;
        background-color: transparent;
        background-color: initial;
        cursor: pointer;
        height: 22px;
        transition: opacity .2s ease-in-out;
        width: 23px;
    }

    .background--body_images_like:hover {
        opacity: .5;
    }

    .background--body_images_like_img {
        background-position: 50%;
        background-size: cover;
        padding-bottom: 59.12%;
        background-color: var(--bg-color);
        height: 100%;
        position: relative;
    }

    .background--body_images_like_img .like_img_container {
        font-family: "object-fit:contain";
        object-fit: contain;
        font-family: "object-fit:cover";
        height: inherit;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        vertical-align: bottom;
        width: 100%;
    }

    .mobile_object--still_pointer_popup_sales_block {
        align-items: center;
        display: flex;
    }

    .mobile_object--still_pointer_popup_sales_block .still_pointer_popup_prise {
        color: #000;
        font-size: 18px;
        font-weight: 500;
    }

    .mobile_object--still_pointer_popup_sales_block .still_pointer_popup_prise_old_container {
        background-image: url("/local/templates/sotbit_origami/assets/img/svg/mebelson/discount_medium.svg");
        height: 31px;
        width: 67px;
        align-items: center;
        background-repeat: no-repeat;
        background-size: contain;
        display: flex;
        justify-content: flex-end;
    }

    .mobile_object--still_pointer_popup_sales_block .still_pointer_popup_prise_old_sales {
        display: flex;
        justify-content: center;
        padding-bottom: 1px;
        width: 87%;
    }

    .mobile_object--still_pointer_popup_sales_more_details {
        display: inline-block;
        margin: 25px auto 0;
        width: fit-content;
    }

    .mobile_object--still_pointer_popup_sales_block .still_pointer_popup_sales_more_details_link {
        color: #989898;
        display: inline-block;
        cursor: pointer;
        text-decoration: none;
    }
}

@media (max-width: 768px) {
    .idea--home_toy {
        grid-template-columns: 1fr;
    }
}

div[data-wnfgr=markers] .tooltipe-item_-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

div[data-wnfgr=markers] .tooltipe-item_-wrapper .button_add2cart {
    background: #da0916;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    div[data-wnfgr=markers] .visual .tooltipe > div {
        padding: 5px !important;
        width: 135px !important;
    }

    .tooltipe-info .tooltipe-name a {
        font-size: 11px !important;
    }

    div[data-wnfgr="markers"] .visual .tooltipe .tooltipe-item {
        font-size: 17px !important;
    }

    div[data-wnfgr=markers] .visual {
        overflow: visible;
    }

    div[data-wnfgr=markers] .visual .tooltipe .tooltipe-name {
        padding: 0 !important;
    }

    div[data-wnfgr="markers"] .tooltipe-item_-wrapper .button_add2cart {
        transform: scale(0.6);
    }
}

.tooltipe-info .tooltipe-name a {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
    transition: 0.2s;
}

.tooltipe-info .tooltipe-name:hover a {
    color: #da0916;
}

.tooltipe-item .discount_price__wrapper {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.tooltipe-item .discount_price__wrapper span {
    color: #979797;
    line-height: 17px;
    font-size: 14px;
    font-weight: 300;
    text-decoration-line: line-through;
}

div[data-wnfgr=markers],
div[data-wnfgr=markers] .visual,
div[data-wnfgr=markers] .visual-wrapper,
div[data-wnfgr=markers] .visual-wrapper .main-image,
div[data-wnfgr=markers] .main-image img {
    height: 100% !important;
}

div[data-wnfgr=markers] .visual .tooltipe .tooltipe-item, .infograd-modal-content .tooltipe-item {
    flex-direction: column;
    row-gap: 7px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #000;
}

div[data-wnfgr=markers] .tooltipe-item .discount_price__wrapper .percent__wrapper {
    background: #FFE34F;
    width: max-content;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    line-height: 16px;
    font-size: 12px;
    font-weight: 600;
    height: 20px;
    text-decoration-line: none;
}


.wrapper_idea--home.mb-slider-block {
    margin-top: 30px;
}

.wrapper_idea--home.mb-slider-block .mb-slider__slide {
    max-width: 100%;
    width: 33%;
    min-width: 340px;
}

.wrapper_idea--home.mb-slider-block .mb-slider__slide .product-marker {
    width: 100%!important;
}

.wrapper_idea--home.mb-slider-block .ideas-slider__buttons-block {
    display: flex;
    align-items: center;
    gap: 16px;
}

.wrapper_idea--home.mb-slider-block .ideas-slider__show-all-btn {
    padding: 0 18px;
    opacity: .5;
    transition: ease-in .1s;
}

.wrapper_idea--home.mb-slider-block .ideas-slider__show-all-btn:hover {
    opacity: 1;
    color: #000;
}

.ideas-slider__slider__slide_number {
    text-align: right;
    padding: 0 20px;
    margin-top: 16px;
    display: none;
}

@media (max-width: 991px) {
    .wrapper_idea--home.mb-slider-block .mb-slider__slide {
        width: 33%;
        min-width: 290px;
    }
}

@media (max-width: 768px) {
    .wrapper_idea--home.mb-slider-block .mb-slider__slide {
        width: 50%;
        min-width: 334px;
    }

    .ideas-slider__slider__slide_number {
        display: block;
    }

    .wrapper_idea--home.mb-slider-block .ideas-slider__show-all-btn {
        padding: 0;
    }
}

@media (max-width: 520px) {
    .wrapper_idea--home.mb-slider-block .mb-slider__slide {
        width: 100%;
        min-width: 100%;
    }
}

/*idea on home end*/
/* End */


/* Start:/local/templates/sotbit_origami/components/infograd/markers/mebelson_markers/style.css?17232103802798*/
div[data-wnfgr=markers] .tooltipe-item_-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
div[data-wnfgr=markers]{
    width: 100%;
}


div[data-wnfgr=markers] .tooltipe-item_-wrapper .button_add2cart {
    background: #da0916;
    background: hsla(0, 0%, 25%, 1);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tooltipe-info .tooltipe-name a {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
    transition: 0.2s;
}

.tooltipe-info .tooltipe-name:hover a {
    color: #da0916;
}

.tooltipe-item .discount_price__wrapper {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.tooltipe-item .discount_price__wrapper span {
    color: #979797;
    line-height: 17px;
    font-size: 14px;
    font-weight: 300;
    text-decoration-line: line-through;
}

div[data-wnfgr=markers] .visual .tooltipe .tooltipe-item, .infograd-modal-content .tooltipe-item {
    flex-direction: column;
    row-gap: 7px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #000;
}

div[data-wnfgr=markers] .tooltipe-item .discount_price__wrapper .percent__wrapper {
    background: #FFE34F;
    width: max-content;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    line-height: 16px;
    font-size: 12px;
    font-weight: 600;
    height: 20px;
    text-decoration-line: none;
}

/*---loading----*/


[data-lauding-block="true"]{
    width: 100%;
    height: 100%;
    position: relative;
}

[data-lauding-block="true"] .content-lauding{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    background-color: var(--bg-color);
    display: flex;
    justify-content: center;
    align-items: center;

}
[data-lauding-block="true"] ~ *{
    display: none;
}
[data-lauding-block="false"]{
    display: none;
}
[data-lauding-block="true"] .spinner {
    animation: rotate 2s linear infinite;
    width: 50px;
    height: 50px;
}

[data-lauding-block="true"] .spinner >.path {
    stroke:#E31E24;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}


/*---loading----*/
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/origami_both/style.css?1694423639962*/
.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;
}
/* End */


/* Start:/local/templates/sotbit_origami/components/bitrix/catalog.section/default_crossel/style.css?17232103802535*/
.product-card-inner__icon {
    cursor: pointer;
}

.product-card-inner__icons.active svg path {
    fill: #404040;
    stroke: #404040;
}

.product-card-inner__icon path {
    transition: 0.3s;
    stroke: #404040;
    fill: none;
}

.product-card-inner__icon:hover path {
    stroke: #989898;
}

.product-card-inner__icons {
    position: absolute;
    right: 16px;
    top: 19px;
    border-radius: 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;
    width: 25px;
    margin-bottom: 15px;
    z-index: 2;
}

.bestsellers_info_desc {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}

/*.bestsellers_info__container {*/
/*    text-align: left;*/
/*    max-width: 1200px;*/
/*}*/
.bestsellers_info_title {
    font-weight: 500;
    font-size: 35px;
    line-height: 49px;
    margin-bottom: 25px;
}

.bestsellers_info__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 70px;
}

@media (max-width: 1440px) {
    .bestsellers_info__container {
        padding: 0 40px;
    }
}

@media (max-width: 1023px) {
    .bestsellers_info__container {
        padding: 0 15px;
    }
}

.mb-slider__image-container img {
    background: var(--bg-color);
}

.product__price-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

@media (max-width: 330px) {
    .product__price-container {
        column-gap: unset;
        justify-content: space-between;
    }
}

.product__price {
    margin-right: 16px;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
}

.product__price-discount {
    margin-right: 16px;
    color: #989898;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: line-through;
}

.product__discount-container {
    position: relative;
    width: 68px;
    height: 32px;
    background-image: url("/local/templates/sotbit_origami/assets/img/svg/mebelson/discount_medium.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.product__discount {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -50%);
    line-height: 29px;
    color: #989898;
    user-select: none;
}
/* End */


/* Start:/local/templates/sotbit_origami/components/bitrix/news.list/youtube_slider/style.css?17201630862604*/
.youtube_slider {
    margin-top: 30px;
}

.youtube_slider__slider a:hover {
    color: inherit;
}

.youtube_slider__slider .mb-slider__wrapper {
    align-items: flex-start;
}

.youtube_slider .youtube_slider__buttons-block {
    display: flex;
    gap: 12px;
    align-items: center;
}

.youtube_slider .youtube_slider__show-all-btn {
    padding: 0 18px;
    opacity: .5;
    transition: ease-in .1s;
}

.youtube_slider .youtube_slider__show-all-btn:hover {
    color: #000000;
    opacity: 1;
}

.youtube_slider .youtube_slider-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.youtube_slider .mb-slider-block__header {
    align-items: flex-end;
}

.youtube_slider .youtube_slider-about {
    margin-top: var(--space-m);
    font-size: var(--size-m);
    line-height: var(--lh-m);
}

.youtube_slider .youtube_slider-about a:hover {
    color: #000;
}

.youtube_slider .youtube_slider__slide {
    min-width: 300px;
    vertical-align: top;
    width: 33.33%;
    align-self: normal;
    height: 100%;
    cursor: pointer;
}

.youtube_slider .youtube_slider__slide  .youtube_slider__slide__content {

}

.youtube_slider .youtube_slider__slide .youtube_slider__slide-img {
    width: 100%;
}

.youtube_slider  .youtube_slider__slide .youtube_slider__slide__title {
    padding: 0;
    margin: 24px 0 16px 0;
    font-size: 20px;
}

.youtube_slider  .youtube_slider__slide .youtube_slider__slide__description {
    font-size: 16px;
    color: #797979;
    white-space: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

@media (max-width: 768px) {
    .youtube_slider .youtube_slider__show-all-btn {
        padding: 0;
    }
}

@media (max-width: 520px) {
    .youtube_slider .youtube_slider__slide {
        border: 1px solid #e6e6e6;
        border-radius: 8px;
        min-width: 234px;
        padding-bottom: 20px;
    }

    .youtube_slider .youtube_slider__slide .youtube_slider__slide__title {
        padding: 0 20px;
        margin: 20px 0 8px 0;
        font-size: 16px;
    }

    .youtube_slider .youtube_slider__slide .youtube_slider__slide__description {
        padding: 0 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .youtube_slider .youtube_slider__slide  .youtube_slider__slide-img-wrapper {
        border-radius: 8px 8px 0 0;
    }

    .youtube_slider .youtube_slider__slide  .youtube_slider__slide__content {
        height: 204px;
        overflow: hidden;
    }
}

/* End */
/* /local/templates/sotbit_origami/components/bitrix/news/mebelson_sotbit_origami_ideas/style.css?17194889501616 */
/* /local/templates/.default/components/bitrix/search.tags.cloud/origami_tags_default/style.css?16944236382316 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/origami/style.css?16944236391467 */
/* /local/templates/sotbit_origami/components/bitrix/news/mebelson_sotbit_origami_ideas/bitrix/news.list/news_slider/style.css?17198169732603 */
/* /include/idea/design_solution/style.css?1719816973584 */
/* /local/templates/sotbit_origami/components/bitrix/catalog.section.list/mebelson_idea_for_home_small/style.css?172321038014733 */
/* /local/templates/sotbit_origami/components/infograd/markers/mebelson_markers/style.css?17232103802798 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/origami_both/style.css?1694423639962 */
/* /local/templates/sotbit_origami/components/bitrix/catalog.section/default_crossel/style.css?17232103802535 */
/* /local/templates/sotbit_origami/components/bitrix/news.list/youtube_slider/style.css?17201630862604 */
