

/* Start:/local/templates/.default/components/bitrix/catalog/sotbit_origami_services/style.css?166888256012670*/
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 .4s ease-in-out;
      transition: all .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/breadcrumb/origami_default/style.css?16688825591393*/
.breadcrumb_block {
    padding: 23px 0;
}

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

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

.breadcrumb_block__item_no_link {
    color: #8b8b8b;
}

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

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

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

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

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

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

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

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

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

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/origami_service_v1/style.css?166888256013665*/
body h1:not([class]) {
  display: none;
  padding-bottom: 20px;
  font-size: 31px; }

.service-order .service-order__detail-description-show-more {
  display: none; }

.service-order .service-detail-item__content-hidden-counter {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
  margin-right: 20px;
  margin-top: 10px; }

.service-order .service-order__detail-description-text-wrapper {
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.service-order .service-detail-item__content-hidden-counter-btn {
  height: 100%;
  background: 0;
  border: 1px solid #ededed; }

.service-order .service-detail-item__content-hidden-counter-input {
  width: 36px;
  text-align: center;
  border: 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed; }

.service-order .service-order__banner-buttons-byu-in-click-icon {
  fill: #ffffff;
  stroke: var(--main-color);
  display: none; }

.service-order .in_basket.main_btn-white {
  margin-top: 10px; }

.service-order .service-order__banner {
  margin-bottom: 30px;
  padding: 30px 40px;
  border: 1px solid #EDEDED;
  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.element/origami_service_v1/./banner_bg_5.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.element/origami_service_v1/./banner_bg_5.png");
  background-position: 0, 470px 0, center;
  background-size: 470px 100%, 335px 100%, cover;
  background-repeat: no-repeat; }
  .service-order .service-order__banner .service-order__banner-content-mobile-banner {
    display: none; }
  .service-order .service-order__banner .service-order__banner-content {
    max-width: 620px; }
  .service-order .service-order__banner .service-order__banner-title {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 31px;
    line-height: 37px; }
  .service-order .service-order__banner .service-order__banner-description {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px; }
  .service-order .service-order__banner .service-order__banner-price-title {
    font-size: 12px;
    line-height: 18px;
    color: #808080; }
  .service-order .service-order__banner .service-order__banner-price-wrapper {
    margin-bottom: 15px; }
  .service-order .service-order__banner .service-order__banner-amount {
    display: inline-block;
    margin-right: 20px;
    font-weight: bold;
    font-size: 28px;
    line-height: 34px; }
  .service-order .service-order__banner .service-order__banner-discount {
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    text-decoration: line-through;
    color: #808080; }
  .service-order .service-order__banner .service-order__banner-economy {
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 17px; }
  .service-order .service-order__banner .service-order__banner-economy-title {
    display: inline-block;
    margin-right: 5px;
    color: #808080; }
  .service-order .service-order__banner .service-order__banner-buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .service-order .service-order__banner .service-order__banner-economy-amount {
    display: inline-block;
    padding: 0 5px;
    color: #00B02A;
    border: 1px solid; }
  .service-order .service-order__banner .service-order__banner-buttons-add-wrapper {
    display: inline-block; }
  .service-order .service-order__banner .service-order__banner-buttons-add {
    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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 160px;
    height: 40px;
    margin-right: 20px;
    margin-top: 10px;
    font-weight: bold;
    color: #ffffff;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .service-order .service-order__banner .service-order__banner-buttons-add:hover {
      background-color: var(--main-color-hover); }
  .service-order .service-order__banner .service-order__banner-buttons-byu-in-click {
    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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 160px;
    height: 40px;
    margin-top: 10px;
    color: var(--main-color);
    background: none;
    border: 1px solid var(--main-color);
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .service-order .service-order__banner .service-order__banner-buttons-byu-in-click.btnLoaderCustom {
      color: transparent !important; }
    .service-order .service-order__banner .service-order__banner-buttons-byu-in-click:hover {
      color: var(--main-color-hover);
      border-color: var(--main-color-hover); }
    .service-order .service-order__banner .service-order__banner-buttons-byu-in-click .loader-btn svg {
      fill: var(--main-color); }

.service-order .service-order__detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px; }
  .service-order .service-order__detail .service-order__detail-description-title {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px; }
  .service-order .service-order__detail .service-order__detail-description-text {
    text-align: justify;
    line-height: 20px; }
    .service-order .service-order__detail .service-order__detail-description-text ul li {
      margin-bottom: 15px;
      color: var(--main-color); }
    .service-order .service-order__detail .service-order__detail-description-text ul span {
      color: #000000; }
  .service-order .service-order__detail .service-order__detail-params {
    width: 430px;
    padding: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 30px;
    background-color: #fafafa; }
  .service-order .service-order__detail .service-order__detail-params-item + .service-order__detail-params-item {
    margin-top: 20px; }
  .service-order .service-order__detail .service-order__detail-params-title {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #808080; }
  .service-order .service-order__detail .service-order__detail-params-data {
    font-weight: bold;
    font-size: 14px;
    line-height: 21px; }
    .service-order .service-order__detail .service-order__detail-params-data + .service-order__detail-params-title {
      margin-top: 15px; }

@media (max-width: 1024px) {
  body h1:not([class]) {
    font-size: 28px; }
  .service-order .service-order__banner .service-order__banner-price-wrapper {
    margin-bottom: 10px; }
  .service-order .service-order__banner {
    padding: 30px;
    background-position: 0, 358px 0, center;
    background-size: 358px 100%, 256px 100%, cover; }
    .service-order .service-order__banner .service-order__banner-title {
      font-size: 28px;
      line-height: 34px; }
    .service-order .service-order__banner .service-order__banner-content {
      max-width: 467px; }
    .service-order .service-order__banner .service-order__banner-description {
      margin-bottom: 15px; }
    .service-order .service-order__banner .service-order__banner-economy {
      margin-bottom: 10px; }
  .service-order .service-order__detail .service-order__detail-params {
    width: 321px;
    padding: 20px; }
  .service-order .service-detail-item__content-hidden-counter {
    margin-right: 15px; }
  .service-order .service-order__banner .service-order__banner-buttons-add {
    margin-right: 15px; } }

@media (max-width: 768px) {
  .service-order .service-order__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px; }
    .service-order .service-order__detail .service-order__detail-description-text {
      font-size: 13px; }
    .service-order .service-order__detail .service-order__detail-params {
      width: 100%;
      margin-left: 0; }
    .service-order .service-order__detail .service-order__detail-params-title {
      width: 50%; }
    .service-order .service-order__detail .service-order__detail-params-item + .service-order__detail-params-item {
      margin-top: 10px; }
  .service-order .service-order__banner {
    padding: 20px;
    background-position: 0, 436px 0, center;
    background-size: 436px 100%, 182px 100%, cover; }
    .service-order .service-order__banner .service-order__banner-amount {
      margin-right: 10px;
      font-size: 24px;
      line-height: 29px; }
  .service-order__detail-params-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .service-order__detail-description {
    margin-bottom: 5px; } }

@media (max-width: 600px) {
  body h1:not([class]) {
    padding-bottom: 20px;
    font-size: 24px; }
  .service-order .service-order__banner {
    padding: 0;
    background: none; }
    .service-order .service-order__banner .service-order__banner-content {
      max-width: none; }
    .service-order .service-order__banner .service-order__banner-content-mobile-banner {
      display: block;
      width: 100%;
      height: 80px;
      overflow: hidden; }
      .service-order .service-order__banner .service-order__banner-content-mobile-banner img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  .service-order .service-order__detail .service-order__detail-description-title {
    font-size: 17px; }
  .service-order .service-order__banner .service-order__banner-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 29px; }
  .service-order__banner-content-padding-mobile {
    padding: 10px; }
  .service-order .service-order__detail .service-order__detail-params {
    padding: 10px; } }

@media (max-width: 470px) {
  .service-order__banner-buttons-add {
    padding: 0 10px; }
  .product-detail-info-block-basket {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
  .service-order__banner-buttons-add-wrapper {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .service-order .service-order__banner .service-order__banner-buttons-add {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    min-width: 0;
    margin-right: 10px; }
  .service-order .service-order__banner .service-order__banner-buttons-byu-in-click {
    min-width: 0;
    border-color: transparent !important; }
    .service-order .service-order__banner .service-order__banner-buttons-byu-in-click:hover {
      border-color: transparent !important; }
    .service-order .service-order__banner .service-order__banner-buttons-byu-in-click span {
      display: none; }
    .service-order .service-order__banner .service-order__banner-buttons-byu-in-click .service-order__banner-buttons-byu-in-click-icon {
      display: block; }
  .service-order .service-order__banner {
    margin-bottom: 20px; }
  .service-order .service-order__banner .service-order__banner-title {
    margin-bottom: 5px; }
  .service-order .service-order__banner .service-order__banner-description {
    margin-bottom: 10px;
    font-size: 12px; }
  .service-order .service-order__banner .service-order__banner-amount {
    font-size: 20px;
    line-height: 26px; }
  .service-order .service-order__banner .service-order__banner-discount {
    font-size: 14px;
    line-height: 21px; }
  .service-order .service-order__detail .service-order__detail-description-title {
    margin-bottom: 10px; }
  .service-order .service-order__detail-description-show-more {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    color: var(--main-color);
    cursor: pointer; }
  .service-order__banner-buttons {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 102;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 15px 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.15);
            box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.15); }
  .service-order .service-order__detail .service-order__detail-params-title {
    width: 100%;
    margin-bottom: 0; }
  .service-order .service-order__detail .service-order__detail-params-item + .service-order__detail-params-item {
    margin-top: 15px; } }

@media (max-width: 430px) {
  .service-order__detail-params-item {
    display: block; } }

/* End */


/* Start:/local/templates/sotbit_origami/assets/fonts/share/share.css?16688825641109*/
@font-face {
  font-family: 'share';
  src:  url('/local/templates/sotbit_origami/assets/fonts/share/share.eot');
  src:  url('/local/templates/sotbit_origami/assets/fonts/share/share.eot') format('embedded-opentype'),
    url('/local/templates/sotbit_origami/assets/fonts/share/share.ttf') format('truetype'),
    url('/local/templates/sotbit_origami/assets/fonts/share/share.woff') format('woff'),
    url('/local/templates/sotbit_origami/assets/fonts/share/share.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="share-"], [class*=" share-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'share' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.share-fb:before {
  content: "\e900";
}
.share-ok:before {
  content: "\e901";
}
.share-telega:before {
  content: "\e902";
}
.share-vk:before {
  content: "\e903";
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/origami_advantages_simple/style.css?16688825603978*/
.advantage {
  margin-left: auto;
  margin-right: auto; }
  .advantage .block_main_advantage_item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .advantage .block_main_advantage_icons {
    margin-right: 1rem; }
  .advantage .block_main_advantage_icons img {
    width: 4.2rem; }
  .advantage .block_main_advantage__one {
    width: calc(25% - 30px); }
  .advantage .block_main_advantage_item_link {
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .advantage .block_main_advantage_item_link .block_main_advantage_icons svg {
      fill: #000;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .advantage .block_main_advantage_item_link:hover {
      color: var(--main-color);
      cursor: pointer; }
    .advantage .block_main_advantage_item_link:hover .block_main_advantage_icons svg {
      fill: var(--main-color); }
  .advantage .block_main_advantage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .advantage .block_main_advantage_variant__item_link {
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .advantage .block_main_advantage_variant__item_link svg {
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .advantage .block_main_advantage_variant__item_link .block_main_advantage_variant__comment {
      color: #000; }
    .advantage .block_main_advantage_variant__item_link:hover {
      color: var(--main-color); }
      .advantage .block_main_advantage_variant__item_link:hover svg {
        fill: var(--main-color); }
  .advantage .block_main_advantage_variant_one {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto; }
  .advantage .block_main_advantage_variant {
    width: 25%;
    padding-left: 1rem; }
    .advantage .block_main_advantage_variant:first-child {
      padding-left: 0; }
  .advantage .fonts__small_weight_title {
    font-weight: 700;
    font-size: 1.2rem; }
  .advantage .block_main_advantage_variant__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .advantage .block_main_advantage_variant__content {
    padding-left: 1rem; }
  .advantage .block_main_advantage_variant__icons img {
    width: 4.2rem; }
  .advantage .block_main_advantage_variant__comment {
    padding-bottom: 0; }
  .advantage .block_main_advantage_variant__title.main_color {
    color: var(--main-color); }

@media (max-width: 1400px) {
  .advantage .block_main_advantage {
    padding: 0 15px; }
  .advantage .block_main_advantage__one {
    padding: 0 1rem 0 0; } }

@media (max-width: 992px) {
  .advantage .block_main_advantage__one {
    width: 50%;
    margin-bottom: 1.5rem;
    padding-left: 0; }
  .advantage .block_main_advantage__one:last-child {
    margin-bottom: 0; }
  .advantage .block_main_advantage {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (max-width: 768px) {
  .advantage .block_main_advantage {
    padding: 0 15px; }
  .advantage .block_main_advantage_icons img {
    width: 60px; }
  .advantage .block_main_advantage__one {
    margin-bottom: 30px; } }

@media (max-width: 576px) {
  .advantage .block_main_advantage__one {
    width: 100%; }
  .advantage .block_main_advantage {
    padding: 0 15px; } }

/* End */
/* /local/templates/.default/components/bitrix/catalog/sotbit_origami_services/style.css?166888256012670 */
/* /local/templates/.default/components/bitrix/breadcrumb/origami_default/style.css?16688825591393 */
/* /local/templates/.default/components/bitrix/catalog.element/origami_service_v1/style.css?166888256013665 */
/* /local/templates/sotbit_origami/assets/fonts/share/share.css?16688825641109 */
/* /local/templates/.default/components/bitrix/news.list/origami_advantages_simple/style.css?16688825603978 */
