

/* Start:/local/templates/.default/components/bitrix/catalog/sotbit_origami_services/style.css?175165504812824*/
body h1:not([class]) {
  padding-bottom: 30px;
  font-size: 31px;
}

.block_main_left_menu__content {
  width: 100%;
}

.services-section-main .select_block {
  margin-bottom: 0;
}
.services-section-main .custom-select-trigger {
  height: auto;
  font-size: 14px;
  line-height: inherit;
}
.services-section-main .custom-select-trigger:after {
  right: 0;
  width: 7px;
  height: 7px;
}
.services-section-main .fonts__main_comment {
  font-size: 14px;
}
.services-section-main .catalog_content__sort_horizon {
  margin-bottom: 20px;
}
.services-section-main .catalog_content__sort_horizon > form {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.services-section-main .custom-select-block {
  margin-right: 10px;
}
.services-section-main .custom-option {
  padding: 0.3rem 1rem;
  line-height: inherit;
}
.services-section-main .services-detail-description__wrapper {
  overflow: hidden;
}
.services-section-main .custom-options {
  padding: 0;
}

.services-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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 65px;
}
.services-detail-wrapper .services-detail-description__show-more {
  display: none;
}
.services-detail-wrapper .service-detail-item-wrapper {
  position: relative;
  width: calc(50% - 20px);
  margin: 10px;
}
.services-detail-wrapper .service-detail-item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  background-color: #ffffff;
}
.services-detail-wrapper .service-detail-item:hover {
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
}
.services-detail-wrapper .service-detail-item__image-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 80px;
  width: 80px;
  margin-right: 20px;
  overflow: hidden;
}
.services-detail-wrapper .service-detail-item__image-wrapper > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.services-detail-wrapper .service-detail-item__title {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  overflow: hidden;
}
.services-detail-wrapper .service-detail-item__prices .service-detail-item__prices-price {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}
.services-detail-wrapper .service-detail-item__prices .service-detail-item__prices-discount {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  line-height: 21px;
  text-decoration: line-through;
  color: #808080;
}
.services-detail-wrapper .service-detail-item__economy {
  margin-top: 10px;
}
.services-detail-wrapper .service-detail-item__economy .service-detail-item__economy-title {
  font-size: 11px;
  line-height: 17px;
  color: #808080;
}
.services-detail-wrapper .service-detail-item__economy .service-detail-item__economy-amount {
  padding: 0 5px;
  font-size: 11px;
  line-height: 17px;
  color: #00B02A;
  border: 1px solid;
}
.services-detail-wrapper .service-detail-item__content-hidden-wrapper {
  height: 0;
  overflow: hidden;
}
.services-detail-wrapper .service-detail-item__content-hidden {
  padding-top: 10px;
}
.services-detail-wrapper .service-detail-item__content-hidden .service-detail-item__content-hidden-button {
  height: 40px;
  min-width: 170px;
  margin-top: 10px;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.services-detail-wrapper .main-color_btn {
  background-color: var(--main-color);
}
.services-detail-wrapper .main-color_btn:hover {
  background-color: var(--main-color-hover);
}
.services-detail-wrapper .service-detail-item__content-hidden-counter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-right: 20px;
  margin-top: 10px;
}
.services-detail-wrapper .service-detail-item__content-hidden-counter-btn {
  height: 100%;
  background: 0;
  border: 1px solid #ededed;
}
.services-detail-wrapper .service-detail-item__content-hidden-counter-input {
  width: 36px;
  text-align: center;
  border: 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.services-detail-wrapper .service-detail-item__content-hidden-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.services-detail-banner {
  min-height: 180px;
  margin-bottom: 30px;
  padding: 40px 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(rgba(255, 255, 255, 0.95))), -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0))), url("/local/templates/.default/components/bitrix/catalog/sotbit_origami_services/./banner_bg.png");
  background-image: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.95) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 100%), url("/local/templates/.default/components/bitrix/catalog/sotbit_origami_services/./banner_bg.png");
  background-position: 0, 360px 0, center;
  background-size: 360px 100%, 260px 100%, cover;
  background-repeat: no-repeat;
  border: 1px solid #EDEDED;
}
.services-detail-banner .services-detail-banner__text {
  display: block;
  max-width: 447px;
  font-size: 15px;
  line-height: 24px;
}

.services-detail-description {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.services-detail-description .services-detail-description__text {
  font-size: 14px;
  line-height: 21px;
  text-align: left;
}
.services-detail-description .services-detail-description__popular {
  padding: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30%;
  margin-left: 30px;
  border-left: 2px solid var(--main-color);
  background-color: #fafafa;
}
.services-detail-description .services-detail-description__popular-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
}
.services-detail-description .services-detail-description__popular-link {
  display: block;
  font-size: 14px;
  line-height: 21px;
}
.services-detail-description .services-detail-description__popular-link + .services-detail-description__popular-link {
  margin-top: 15px;
}

.catalog_content__sort_horizon > form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog_content__sort_horizon > form .catalog_content__sort_horizon_btn-block {
  display: none;
}
.catalog_content__sort_horizon > form .custom-select-trigger {
  border: 0;
}

@media (max-width: 1024px) {
  body h1:not([class]) {
    font-size: 28px;
  }

  .services-detail-banner {
    background-position: 0, 330px 0, center;
    background-size: 330px 100%, 180px 100%, cover;
  }
  .services-detail-banner .services-detail-banner__text {
    font-size: 14px;
    line-height: 21px;
  }

  .services-detail-wrapper .service-detail-item {
    padding: 15px;
  }
  .services-detail-wrapper .service-detail-item__content-hidden .service-detail-item__content-hidden-button {
    min-width: 135px;
  }
}
@media (max-width: 768px) {
  .services-detail-description {
    margin-bottom: 20px;
  }

  .services-section-main .catalog_content__sort_horizon {
    margin-bottom: 10px;
  }

  .services-detail-description__popular {
    display: none;
  }

  .services-detail-wrapper {
    margin-bottom: 40px;
  }

  .services-detail-description .services-detail-description__text {
    font-size: 13px;
    line-height: 20px;
  }

  .services-detail-banner .services-detail-banner__text {
    max-width: 335px;
    font-size: 13px;
    line-height: 20px;
  }

  .services-detail-banner {
    padding: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 620px) {
  body h1:not([class]) {
    padding-bottom: 20px;
    font-size: 24px;
  }

  .services-detail-banner {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0))), url("/local/templates/.default/components/bitrix/catalog/sotbit_origami_services/./banner_bg.png");
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 100%), url("/local/templates/.default/components/bitrix/catalog/sotbit_origami_services/./banner_bg.png");
    background-position: 0 100%, center;
    background-size: 100% 200px, cover;
  }

  .services-detail-wrapper .service-detail-item__content-hidden {
    display: none;
  }
  .services-detail-wrapper .service-detail-item-wrapper {
    width: 100%;
    margin: 5px 10px;
  }

  .services-detail-banner {
    padding: 75px 10px 20px;
    margin-bottom: 20px;
  }

  .services-section-main .catalog_content__sort_horizon {
    margin-bottom: 15px;
  }

  .services-section-main .catalog_content__sort_horizon_property:hover {
    fill: var(--main-color);
    background: var(--main-color);
  }
  .services-section-main .custom-select-trigger_sorting_text {
    display: none;
  }
  .services-section-main .custom-select-trigger:after {
    display: none;
  }
  .services-section-main .custom-select-block {
    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: 0;
    border: 1px solid #ededed;
  }
  .services-section-main .custom-select-trigger {
    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: 44px;
    width: 44px;
  }
  .services-section-main .mobile_sorting_svg_icons {
    display: inline-block;
  }
  .services-section-main .catalog_content__sort_horizon_title {
    display: none;
  }
  .services-section-main form[name=sort] {
    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;
  }
  .services-section-main .custom-options {
    right: 0;
    left: auto;
    min-width: 150px;
    margin-top: 10px;
  }
  .services-section-main .custom-options:before {
    content: "";
    position: absolute;
    right: 13px;
    left: auto;
    bottom: 100%;
    display: block;
    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 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
@media (max-width: 575px) {
  .custom-select-trigger_sorting_text {
    display: none;
  }

  body .mobile_filter_icon_sorting_mobile,
body .mobile_filter_icon_list_mobile {
    position: initial;
  }

  .select_block {
    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;
  }

  body .catalog_content__sort_horizon .custom-select-trigger:hover:after {
    border-color: #000000 !important;
  }
}
@media (max-width: 470px) {
  .services-detail-wrapper .service-detail-item__image-wrapper {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }

  .services-detail-wrapper .service-detail-item {
    padding: 10px;
  }

  .services-detail-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .services-detail-description__show-more {
    margin-top: 10px;
    cursor: pointer;
  }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/origami_filter/style.css?17516550525255*/
.block_main_left_menu__link {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 56px;
    padding: 10px;
}

.block_main_left_menu__link-wrapper {
    width: 50px;
    padding-right: 12px;
}

.block_main_left_menu__link-img {
    max-width: 42px;
    max-height: 42px;
}

.block_main_left_menu__link-arrow {
    transform: rotate(270deg);
}

.block_main_left_menu__list_item {
    position: relative;
    border: 1px solid #ededed;
    display: block;
    min-height: 58px;
}

.block_main_left_menu__list_item:not(:last-child) {
    border-bottom: 0;
}

.block_main_left_menu__list_item::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    left: 0;
}

.block_main_left_menu__list_item > div {
    color: var(--main-color);
    font-weight: 700;
}

.block_main_left_menu__list_item .block_main_left_menu__link > span {
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.4rem;
}

.block_main_left_menu__list_item.active::after {
    background-color: var(--main-color);
}

.block_main_left_menu__list_item.current > a,
.block_main_left_menu__list_item.current > span {
    color: var(--main-color);
}

.block_main_left_menu__list_item:hover::after {
    background-color: var(--main-color);
}

.block_main_left_menu__list_item:hover > .block_main_left_menu__link .block_main_left_menu__link-arrow {
    fill: var(--main-color);
}

.block_main_left_menu__list_child {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    width: 265px;
    padding: 0;
    margin-left: 0;
    margin-top: -1px;
    background-color: #fff;
    list-style-type: none;
    -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);
    z-index: 101;
}

.block_main_left_menu__list_child > .active::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    left: 0;
    background-color: var(--main-color);
}

.block_main_left_menu__list_child > .current > a,
.block_main_left_menu__list_child > .current > span {
    color: var(--main-color);
}

.block_main_left_menu__list_child li {
    border: 1px solid #ededed;
    padding: 0;
    margin: 0;
    position: relative;
}

.block_main_left_menu__list_child li:before {
    content: unset;
}

.block_main_left_menu__list_child > li {
    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;
    background: #ffffff;
    min-height: 58px;
    margin-bottom: -1px;
}

.block_main_left_menu__list_child > li::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    left: 0;
}

.block_main_left_menu__list_child > li:hover::after {
    background-color: var(--main-color);
}

.block_main_left_menu__list_child > li:hover > .block_main_left_menu__list_child {
    display: block;
}

.block_main_left_menu__list_child > li:hover > .block_main_left_menu__list_child_link .block_main_left_menu__link-arrow {
    fill: var(--main-color);
}

.block_main_left_menu__list_child > li > div {
    color: var(--main-color);
    font-weight: 700;
}

.block_main_left_menu__list_child_link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 7px 15px;
    padding-right: 35px;
    min-height: 56px;
}

.block_main_left_menu__list_child_link > span {
    color: #000;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.4rem;
}


.block_main_left_menu__list .current::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    left: 0;
    background-color: var(--main-color);
}

.block_main_left_menu__list_item {
    position: relative;
    margin-bottom: -1px;
}

.block_main_left_menu__list_item::before {
    content: unset;
}

.block_main_left_menu__list_item:hover > .block_main_left_menu__list_child {
    display: block;
}


.block_main_left_menu__list,
.block_main_left_menu__list_item {
    padding: 0;
    margin: 0;
    list-style-type: none;
    background: #ffffff;
}

.block_main_left_menu__list {
    margin-bottom: 3rem;
}

.block_main_left_menu__list .bx-inclinkspersonal-selected {
    position: relative;
    background-color: var(--main-color);
}

.block_main_left_menu__list .bx-inclinkspersonal-selected::after {
    position: absolute;
    top: 50%;
    right: 15px;
    left: auto;
    margin-top: -5px;
    font-size: 11px;
    content: "\e90b";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #fff;
}

.block_main_left_menu__list .bx-inclinkspersonal-selected span {
    color: #fff;
}

@media (max-width: 991px) {
    .block_main_left_menu__list {
        display: none;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/origami_filter_services/style.css?17516550524854*/
.block_main_left_menu__link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 7px 35px 7px 15px;
    min-height: 56px;
}

.block_main_left_menu__link-wrapper {
    width: 50px;
    padding-right: 12px;
}

.block_main_left_menu__link-img {
    max-width: 42px;
    max-height: 42px;
}

.block_main_left_menu__link-arrow {
    transform: rotate(270deg);
}

.block_main_left_menu__list_item {
    position: relative;
    border: 1px solid #ededed;
    display: block;
    min-height: 58px;
}

.block_main_left_menu__list_item::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    left: 0;
}

.block_main_left_menu__list_item > div {
    color: var(--main-color);
    font-weight: 700;
}

.block_main_left_menu__list_item .block_main_left_menu__link > span {
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.4rem;
}

.block_main_left_menu__list_item.active::after {
    background-color: var(--main-color);
}

.block_main_left_menu__list_item.current > a,
.block_main_left_menu__list_item.current > span {
    color: var(--main-color);
}

.block_main_left_menu__list_item:hover::after {
    background-color: var(--main-color);
}

.block_main_left_menu__list_item:hover > .block_main_left_menu__link .block_main_left_menu__link-arrow {
    fill: var(--main-color);
}

.block_main_left_menu__list_child {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    width: 265px;
    padding: 0;
    margin-left: 0;
    margin-top: -1px;
    background-color: #fff;
    list-style-type: none;
    -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);
    z-index: 101;
}

.block_main_left_menu__list_child > .active::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    left: 0;
    background-color: var(--main-color);
}

.block_main_left_menu__list_child > .current > a,
.block_main_left_menu__list_child > .current > span {
    color: var(--main-color);
}

.block_main_left_menu__list_child li {
    border: 1px solid #ededed;
    padding: 0;
    margin: 0;
    position: relative;
}

.block_main_left_menu__list_child li:before {
    content: unset;
}

.block_main_left_menu__list_child > li {
    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;
    background: #ffffff;
    min-height: 58px;
    margin-bottom: -1px;
}

.block_main_left_menu__list_child > li::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    left: 0;
}

.block_main_left_menu__list_child > li:hover::after {
    background-color: var(--main-color);
}

.block_main_left_menu__list_child > li:hover > .block_main_left_menu__list_child {
    display: block;
}

.block_main_left_menu__list_child > li:hover > .block_main_left_menu__list_child_link .block_main_left_menu__link-arrow {
    fill: var(--main-color);
}

.block_main_left_menu__list_child > li > div {
    color: var(--main-color);
    font-weight: 700;
}

.block_main_left_menu__list_child_link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 7px 15px;
    padding-right: 35px;
    min-height: 56px;
}

.block_main_left_menu__list_child_link > span {
    color: #000;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.4rem;
}

.block_main_left_menu__list .current::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    left: 0;
    background-color: var(--main-color);
}

.block_main_left_menu__list_item {
    position: relative;
    margin-bottom: -1px;
}

.block_main_left_menu__list_item::before {
    content: unset;
}

.block_main_left_menu__list_item:hover > .block_main_left_menu__list_child {
    display: block;
}

.block_main_left_menu__list,
.block_main_left_menu__list_item {
    padding: 0;
    margin: 0;
    list-style-type: none;
    background: #ffffff;
}

.block_main_left_menu__list {
    margin-bottom: 3rem;
}

.block_main_left_menu__list .bx-inclinkspersonal-selected {
    position: relative;
    background-color: var(--main-color);
}

.block_main_left_menu__list .bx-inclinkspersonal-selected::after {
    position: absolute;
    top: 50%;
    right: 15px;
    left: auto;
    margin-top: -5px;
    font-size: 11px;
    content: "\e90b";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #fff;
}

.block_main_left_menu__list .bx-inclinkspersonal-selected span {
    color: #fff;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/origami_default/style.css?17516550341393*/
.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.section.list/origami_service_parent/style.css?1751655044297*/
#loadMore {
  margin-bottom: 2rem;
  text-align: center;
  color: #949393;
  cursor: pointer;
}
#loadMore .icon-nav_button {
  display: inline;
}
#loadMore .icon-nav_button::before {
  top: -1px;
  position: relative;
}

.catalog_content__category_block_img {
  overflow: hidden;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/origami/style.css?17516550661467*/
/* ___________ 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/.default/components/bitrix/catalog.section/origami_service/style.css?17516550443845*/
.recommended-products {
  margin-bottom: 60px;
}

.recommended-products__slider.owl-carousel {
  width: calc(100% + 20px);
  margin-left: -10px;
}

.recommended-products__slider .product_card__inner {
  width: 100%;
}

.recommended-products__slider .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.recommended-products__slider.owl-carousel .owl-nav .owl-prev {
  left: 10px;
}

.recommended-products__slider.owl-carousel .owl-nav .owl-next {
  right: 10px;
}

.recommended-products__slider .owl-item {
  position: relative;
}

.recommended-products__slider .owl-item > div,
.recommended-products__slider .owl-item .product_card__block_item_inner-wrapper {
  height: 100%;
}

.recommended-products__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recommended-products__row.recommended-products__row--5 > div {
  width: 20%;
}
.recommended-products__row.recommended-products__row--5 .product_card__inner {
  width: 100%;
}
.recommended-products__row.recommended-products__row--5 .product-card-inner__buy {
  margin-left: auto;
  margin-right: auto;
}
.recommended-products__row.recommended-products__row--4 > div {
  width: 25%;
}
.recommended-products__row.recommended-products__row--4 .product_card__inner {
  width: 100%;
}
.recommended-products__row.recommended-products__row--4 .product-card-inner__buy {
  margin-left: auto;
  margin-right: auto;
}
.recommended-products__row.recommended-products__row--3 > div {
  width: 33%;
}
.recommended-products__row.recommended-products__row--3 .product_card__inner {
  width: 100%;
}
.recommended-products__row.recommended-products__row--3 .product-card-inner__buy {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1200px) {
  .recommended-products__row.recommended-products__row--5 > div {
    width: 33%;
  }
  .recommended-products__row.recommended-products__row--4 > div {
    width: 33%;
  }
  .recommended-products__row.recommended-products__row--3 > div {
    width: 33%;
  }
  .recommended-products__row .product_card__block_item_inner-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .recommended-products__row.recommended-products__row--5 > div {
    width: 50%;
  }
  .recommended-products__row.recommended-products__row--4 > div {
    width: 50%;
  }
  .recommended-products__row.recommended-products__row--3 > div {
    width: 50%;
  }
}
@media (max-width: 520px) {
  .recommended-products__row.recommended-products__row--5 > div {
    width: 100%;
  }
  .recommended-products__row.recommended-products__row--4 > div {
    width: 100%;
  }
  .recommended-products__row.recommended-products__row--3 > div {
    width: 100%;
  }
}
.recommended-products__slider {
  display: none;
}
.recommended-products__slider .slick-initialized {
  display: block;
}
.recommended-products__slider .slick-list {
  padding-left: 3px;
  margin-right: -7px;
}
.recommended-products__slider .slick-slide {
  margin-left: -1px;
}
.recommended-products__slider .slick-slide.slick-active .product_card__inner {
  border-color: #ededed;
}
.recommended-products__slider .slick-slide .product_card__inner {
  border-color: transparent;
}

@media (max-width: 1200px) {
  .recommended-products__slider {
    display: none;
  }
  .recommended-products__slider .slick-list {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .recommended-products__slider .slick-slide .product_card__inner {
    border-color: #ededed;
  }
}
[id^=blocks_main_] .catalog_section_block {
  margin-bottom: 0;
}
[id^=blocks_main_] .recommended-products {
  margin-bottom: 0;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/origami_preview/style.css?175165503640146*/
.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-item-preview-slider-container.hide-photoSwipe-icon .product-tem-zoom {
  display: none;
}

.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-block .product-item-detail-slider-controls-video {
  border: 2px solid transparent;
}
.product-item-preview-slider-controls-block .swiper-slide {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 80px;
  height: 80px;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}
.product-item-preview-slider-controls-block .swiper-slide::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.product-item-preview-slider-controls-block .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-block .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid var(--main-color);
}
.product-item-preview-slider-controls-block .swiper-slide:hover:not(.swiper-slide-thumb-active) {
  border: 2px solid #ededed;
}
.product-item-preview-slider-controls-block .swiper-slide .video-slider-control {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-item-preview-slider-controls-block .swiper-slide .video-slider-control iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 80px;
  max-width: 80px;
}
.product-item-preview-slider-controls-block .swiper-slide .video-slider-control-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.product-item-preview-slider-controls-block .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid var(--main-color);
}
.product-item-preview-slider-controls-block .swiper-slide.swiper-slide-thumb-active:hover {
  border: 2px solid var(--main-color);
}
.product-item-preview-slider-controls-block .swiper-slide:hover {
  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: 0.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: 0.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/origami_item_service/style.css?175165504013106*/
body h1:not([class]) {
  padding-bottom: 30px;
  font-size: 31px;
}

.services-section-main .product-card-inner__product-basket-btn.main_btn-white {
  margin-top: 10px;
}
.services-section-main .select_block {
  margin-bottom: 0;
}
.services-section-main .custom-select-trigger {
  height: auto;
  font-size: 14px;
  line-height: inherit;
}
.services-section-main .custom-select-trigger:after {
  right: 0;
  width: 7px;
  height: 7px;
}
.services-section-main .fonts__main_comment {
  font-size: 14px;
}
.services-section-main .catalog_content__sort_horizon {
  margin-bottom: 20px;
}
.services-section-main .catalog_content__sort_horizon > form {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.services-section-main .custom-select-block {
  margin-right: 10px;
}
.services-section-main .custom-option {
  padding: 0.3rem 1rem;
  line-height: inherit;
}
.services-section-main .services-detail-description__wrapper {
  overflow: hidden;
}
.services-section-main .custom-options {
  padding: 0;
}

.services-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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 65px;
}
.services-detail-wrapper .services-detail-description__show-more {
  display: none;
}
.services-detail-wrapper .service-detail-item-wrapper {
  position: relative;
  width: calc(50% - 20px);
  margin: 10px;
}
.services-detail-wrapper .service-detail-item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  background-color: #ffffff;
}
.services-detail-wrapper .service-detail-item:hover {
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
}
.services-detail-wrapper .service-detail-item__image-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 80px;
  width: 80px;
  margin-right: 20px;
  overflow: hidden;
}
.services-detail-wrapper .service-detail-item__image-wrapper > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.services-detail-wrapper .service-detail-item__title {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  overflow: hidden;
}
.services-detail-wrapper .service-detail-item__prices .service-detail-item__prices-price {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
}
.services-detail-wrapper .service-detail-item__prices .service-detail-item__prices-discount {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  line-height: 21px;
  text-decoration: line-through;
  color: #808080;
}
.services-detail-wrapper .service-detail-item__economy {
  margin-top: 10px;
}
.services-detail-wrapper .service-detail-item__economy .service-detail-item__economy-title {
  font-size: 11px;
  line-height: 17px;
  color: #808080;
}
.services-detail-wrapper .service-detail-item__economy .service-detail-item__economy-amount {
  padding: 0 5px;
  font-size: 11px;
  line-height: 17px;
  color: #00B02A;
  border: 1px solid;
}
.services-detail-wrapper .service-detail-item__content-hidden-wrapper {
  height: 0;
  overflow: hidden;
}
.services-detail-wrapper .service-detail-item__content-hidden {
  padding-top: 10px;
}
.services-detail-wrapper .service-detail-item__content-hidden .service-detail-item__content-hidden-button {
  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: 40px;
  min-width: 170px;
  margin-top: 10px;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.services-detail-wrapper .main-color_btn {
  background-color: var(--main-color);
}
.services-detail-wrapper .main-color_btn:hover {
  background-color: var(--main-color-hover);
}
.services-detail-wrapper .service-detail-item__content-hidden-counter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-right: 20px;
  margin-top: 10px;
}
.services-detail-wrapper .service-detail-item__content-hidden-counter-btn {
  height: 100%;
  padding: 0 8px;
  background: 0;
  border: 1px solid #ededed;
  cursor: pointer;
}
.services-detail-wrapper .service-detail-item__content-hidden-counter-btn:hover {
  background-color: #f2f2f2;
}
.services-detail-wrapper .service-detail-item__content-hidden-counter-input {
  width: 36px;
  text-align: center;
  border: 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.services-detail-wrapper .service-detail-item__content-hidden-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-detail-item__content-hidden-form__at_basket {
  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%;
  max-width: 170px;
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background-color: #00b02a;
}
.service-detail-item__content-hidden-form__at_basket:hover {
  color: #ffffff;
}

.services-detail-banner {
  margin-bottom: 30px;
  padding: 40px 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(rgba(255, 255, 255, 0.95))), -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0))), url("/local/templates/.default/components/bitrix/catalog.item/origami_item_service/./banner_bg.png");
  background-image: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.95) 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 100%), url("/local/templates/.default/components/bitrix/catalog.item/origami_item_service/./banner_bg.png");
  background-position: 0, 360px 0, center;
  background-size: 360px 100%, 260px 100%, cover;
  background-repeat: no-repeat;
  border: 1px solid #EDEDED;
}
.services-detail-banner .services-detail-banner__text {
  display: block;
  max-width: 447px;
  font-size: 15px;
  line-height: 24px;
}

.services-detail-description {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.services-detail-description .services-detail-description__text {
  font-size: 14px;
  line-height: 21px;
  text-align: justify;
}
.services-detail-description .services-detail-description__popular {
  padding: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30%;
  margin-left: 30px;
  border-left: 2px solid var(--main-color);
  background-color: #fafafa;
}
.services-detail-description .services-detail-description__popular-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
}
.services-detail-description .services-detail-description__popular-link {
  display: block;
  font-size: 14px;
  line-height: 21px;
}
.services-detail-description .services-detail-description__popular-link + .services-detail-description__popular-link {
  margin-top: 15px;
}

.catalog_content__sort_horizon > form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.catalog_content__sort_horizon > form .catalog_content__sort_horizon_btn-block {
  display: none;
}
.catalog_content__sort_horizon > form .custom-select-trigger {
  border: 0;
}

@media (max-width: 1024px) {
  body h1:not([class]) {
    font-size: 28px;
  }

  .services-detail-banner {
    background-position: 0, 330px 0, center;
    background-size: 330px 100%, 180px 100%, cover;
  }
  .services-detail-banner .services-detail-banner__text {
    font-size: 14px;
    line-height: 21px;
  }

  .services-detail-wrapper .service-detail-item {
    padding: 15px;
  }
  .services-detail-wrapper .service-detail-item__content-hidden .service-detail-item__content-hidden-button {
    min-width: 135px;
  }
}
@media (max-width: 768px) {
  .services-detail-description {
    margin-bottom: 20px;
  }

  .services-section-main .catalog_content__sort_horizon {
    margin-bottom: 10px;
  }

  .services-detail-description__popular {
    display: none;
  }

  .services-detail-wrapper {
    margin-bottom: 40px;
  }

  .services-detail-description .services-detail-description__text {
    font-size: 13px;
    line-height: 20px;
  }

  .services-detail-banner .services-detail-banner__text {
    max-width: 335px;
    font-size: 13px;
    line-height: 20px;
  }

  .services-detail-banner {
    padding: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 620px) {
  body h1:not([class]) {
    padding-bottom: 20px;
    font-size: 24px;
  }

  .services-detail-banner {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0))), url("/local/templates/.default/components/bitrix/catalog.item/origami_item_service/./banner_bg.png");
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0) 100%), url("/local/templates/.default/components/bitrix/catalog.item/origami_item_service/./banner_bg.png");
    background-position: 0 100%, center;
    background-size: 100% 200px, cover;
  }

  .services-detail-wrapper .service-detail-item__content-hidden {
    display: none;
  }
  .services-detail-wrapper .service-detail-item-wrapper {
    width: 100%;
    margin: 5px 10px;
  }

  .services-detail-banner {
    padding: 75px 10px 20px;
    margin-bottom: 20px;
  }

  .services-section-main .catalog_content__sort_horizon {
    margin-bottom: 15px;
  }

  .services-section-main .custom-select-trigger_sorting_text {
    display: none;
  }
  .services-section-main .custom-select-trigger:after {
    display: none;
  }
  .services-section-main .custom-select-block {
    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: 0;
    border: 1px solid #ededed;
  }
  .services-section-main .custom-select-trigger {
    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: 44px;
    width: 44px;
  }
  .services-section-main .mobile_sorting_svg_icons {
    display: inline-block;
  }
  .services-section-main .catalog_content__sort_horizon_title {
    display: none;
  }
  .services-section-main form[name=sort] {
    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;
  }
  .services-section-main .custom-options {
    right: 0;
    left: auto;
    min-width: 150px;
    margin-top: 10px;
  }
  .services-section-main .custom-options:before {
    content: "";
    position: absolute;
    right: 13px;
    left: auto;
    bottom: 100%;
    display: block;
    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 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
@media (max-width: 470px) {
  .services-detail-wrapper .service-detail-item__image-wrapper {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }

  .services-detail-wrapper .service-detail-item {
    padding: 10px;
  }

  .services-detail-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .services-detail-description__show-more {
    margin-top: 10px;
    cursor: pointer;
  }
}
/* End */
/* /local/templates/.default/components/bitrix/catalog/sotbit_origami_services/style.css?175165504812824 */
/* /local/templates/.default/components/bitrix/menu/origami_filter/style.css?17516550525255 */
/* /local/templates/.default/components/bitrix/menu/origami_filter_services/style.css?17516550524854 */
/* /local/templates/.default/components/bitrix/breadcrumb/origami_default/style.css?17516550341393 */
/* /local/templates/.default/components/bitrix/catalog.section.list/origami_service_parent/style.css?1751655044297 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/origami/style.css?17516550661467 */
/* /local/templates/.default/components/bitrix/catalog.section/origami_service/style.css?17516550443845 */
/* /local/templates/.default/components/bitrix/catalog.element/origami_preview/style.css?175165503640146 */
/* /local/templates/.default/components/bitrix/catalog.item/origami_item_service/style.css?175165504013106 */
