

/* Start:/local/templates/svetzavod/components/bitrix/catalog/catalog/style.css?17592066953182*/
.bx-breadcrumb2 {
    position: relative;
    margin: 20px 0px 0px 0px;
}

.bx-breadcrumb2 i {
    color: #b5bdc2;
    margin-right: 5px;
}

@media (max-width: 992px) {
    .bx-breadcrumb2 i {
        display: none;
    }
}

.bx-breadcrumb2 .bx-breadcrumb-item {
    float: left;
    margin-bottom: 10px;
    white-space: nowrap;
    line-height: 13px;
    vertical-align: middle;
    margin-right: 10px;
    text-transform: lowercase;
}

@media (max-width: 992px) {
    .bx-breadcrumb2 .bx-breadcrumb-item {
        background: #fff;
        border: 1px #ddd solid;
        padding: 3px 5px;
        margin: 0px 5px 5px 0px;
        font-size: 12px;
        border-radius: 4px;
    }
}

.bx-breadcrumb2.bx-breadcrumb-item span {
    white-space: normal;
}

.bx-breadcrumb2 .bx-breadcrumb-item a {
    border-bottom: none;
    color: #A81E68;
}

.pseudo_nav_chain {
    position: relative;
}

.pseudo_nav_chain_list {
    position: absolute;
    top: 16px;
    left: 15px;
    z-index: 10000;
    display: none;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    transition: all .25s ease-out;
}

.pseudo_nav_chain_list a {
    display: block;
    padding: 3px 15px;
    width: 300px;
    font-size: 14px;
    color: #b1579d !important;
    background: #fff;
    text-transform: lowercase;
}

.pseudo_nav_chain_list a:hover {
    color: #333333;
    text-decoration: underline;
}

.pseudo_nav_chain_list a:nth-child(1) {
    padding-top: 15px;
}

.pseudo_nav_chain_list a:last-child {
    padding-bottom: 15px;
}

.pseudo_nav_chain_list a:last-child span {
    display: none;
}

.pseudo_nav_chain:hover .pseudo_nav_chain_list {
    display: block;
    box-shadow: 0px 1px 13px #999;
}

.pseudo_nav_chain:last-child a span i {
    display: none;
}

.catalog_aside_info {
    margin-top: 30px;
    padding: 25px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.04827);
}

.catalog_aside_info strong {
    display: block;
}

@media (max-width: 992px) {
    .catalog_aside_info {
        display: none;
    }
}

.section_before_txt {
    padding: 0px 0px 15px 0px;
    height: 50px;
    overflow: hidden;
    transition: all .25s ease-out;
}

.section_before_show {
    height: auto;
}

.section_before_txt_show {
    text-align: center;
    border-radius: 10px;
    display: block;
    width: 170px;
    background: #fff;
    font-size: 13px;
    cursor: pointer;
    color: #b1579d;
    margin: 20px auto 30px auto;
}

.section_before_txt_show u, .section_before_txt_show i {
    text-decoration: none;
    font-style: normal !important;
}

.section_before_txt_show i {
    display: none;
}

.section_before_txt_show:hover {
    color: #e58dd1;
}

.section_before_txt_show_dn u {
    display: none;
}

.section_before_txt_show_dn i {
    display: block;
}

@media (max-width: 992px) {
    .section_after_txt table {
        display: block;
    }

    .section_after_txt table tbody {
        display: block;
    }

    .section_after_txt table tbody tr {
        display: flex;
        flex-wrap: wrap;
    }

    .section_after_txt table tbody td {
        width: 100%;
    }
}

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

/* End */


/* Start:/local/templates/svetzavod/components/bitrix/catalog.section.list/sections_blocks_main/style.css?16552901511063*/
.sections_main_catalog {
  display: flex;
  margin: 0px -15px;
  flex-wrap: wrap; }
  .sections_main_catalog_item {
    padding: 0px 15px;
    margin-bottom: 30px;
    width: 33.333333333%; }
    .sections_main_catalog_item a {
      display: block;
      height: 250px;
      border-radius: 16px;
      width: 100%;
      position: relative;
      overflow: hidden; }
      .sections_main_catalog_item a:hover span {
        background: rgba(0, 0, 0, 0.7); }
      .sections_main_catalog_item a span {
        display: block;
        transition: all .25s ease-out;
        position: absolute;
        text-shadow: 0px 2px 8px #000000;
        padding: 40px 30px;
        color: #ffffff;
        width: 100%;
        bottom: 0;
        font-size: 21px;
        background: rgba(0, 0, 0, 0.3); }

@media (max-width: 992px) {
  .sections_main_catalog_item {
    width: 50%; } }
@media (max-width: 500px) {
  .sections_main_catalog_item {
    width: 100%; }
    .sections_main_catalog_item span {
      padding: 20px 20px; } }

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

/* End */


/* Start:/local/templates/svetzavod/components/bitrix/catalog.section/section/style.css?1701271065912*/
.sect_sort_panel {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between; }
  .sect_sort_panel span {
    display: inline-block;
    padding: 1px 15px;
    background: #fff;
    border: 1px #ddd solid;
       color: #b1579d;
    border-radius: 20px;
    font-size: 13px;
    margin-right: 4px;
    cursor: pointer;
    transition: all .25s ease-out;
text-transform: lowercase;
	}
    @media (max-width: 992px) {
      .sect_sort_panel span {
        margin-bottom: 2px; } }
    .sect_sort_panel span:hover {
      color: #e58dd1; }
    .sect_sort_panel span.this_sort {
      background: #ee9200;
      color: #ffffff; }
  @media (max-width: 1200px) {
    .sect_sort_panel .top_pager {
      display: none; } }
  .sect_sort_panel .top_pager .bx-pagination-container {
    margin-top: 0; }
  .sect_sort_panel .top_pager .bx-blue {
    margin: 0px 0px; }

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

/* End */


/* Start:/local/templates/svetzavod/components/bitrix/catalog.item/item/style.css?17592056055986*/
.no_hover_it {
    height: auto !important;
}

.section_item {
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    transition: all .25s ease-out;
}

.section_item:hover {
    box-shadow: 0px 1px 13px #999;
}

@media (max-width: 575px) {
    .section_item {
        height: auto;
    }
}

.section_item .bazarow_add_favor {
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    background: none;
    color: #b1579d;
    font-size: 22px;
    z-index: 20;
}

.section_item_link {
    display: block;
    color: #333333;
}

.section_item_link:hover {
    text-decoration: none;
}

.section_item_link_img {
    width: 100%;
    height: 300px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    display: block;
    
}
@media (max-width: 500px) {
    .section_item_link_img {
        width: 100%;
        height: 200px;
    }
}
.section_item_link_img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.section_item_link_perc {
    width: 60px;
    height: 60px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 59px;
    border-radius: 50%;
    background: #FF7C40;
    top: 10px;
    left: 10px;
    position: absolute;
}

.section_item_link_prop {
    display: block;
    font-size: 13px;
    color: #777777;
    padding: 10px 0px 5px 0px;
}

.section_item_link_title {
    display: block;
    height: 60px;
    overflow: hidden;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
}

.section_item_link:hover {
    color: #b1579d;
}

@media (max-width: 575px) {
    .section_item_link_title {
        height: auto;
        margin-bottom: 15px;
    }
}

.section_item_quantity {
    background: #ee9200;
    color: #fff;
    font-size: 14px;
    padding: 1px 8px 4px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 25px;
    text-transform: lowercase;
    font-weight: bold;
    line-height: normal;
}

.section_item_calculated_result {
    display: inline-block;
    float: inline-end;
    margin-top: 25px;
    font-size: 13px;
    border-radius: 4px;
    border: 1px solid black;
    padding: 1px 8px 3px;
    color: black;
    line-height: normal;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section_item_calculated_result {
        float: none;
        margin-top: 15px;
    }
}

@media (max-width: 768px) and (min-width: 575px) {
    .section_item_calculated_result {
        float: none;
        margin-top: 15px;
    }
}

.section_item_sku {
    width: 100%;
}

.section_item_sku i {
    font-style: normal;
    color: #777777;
    display: block;
    font-size: 12px;
}

.section_item_sku ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section_item_sku li {
    display: inline-block;
    border: 2px transparent solid;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    overflow: hidden;
}

.section_item_sku li.selected {
    border: 2px #00749A solid;
}

.section_item_sku span {
    width: 30px;
    border-radius: 3px;
    height: 30px;
    display: block;
    overflow: hidden;
}

.section_item_price {
    display: block;
    height: 70px;
    width: 100%;
    margin-top: 10px;
}

.section_item_price_old {
    display: block;
    height: 25px;
}

.section_item_price_old del {
    text-decoration: line-through;
    text-decoration-color: red;
    color: #777777;
}

.section_item_price_current {
    color: #333333;
    font-size: 20px;
    font-weight: 800;
}

.section_item_price_quant {
    display: block;
    color: #3dac2d;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.section_item_bottom {
    display: flex;
    flex-wrap: wrap;
}

.section_item_quant {
    width: 96px;
    display: flex;
    background: #b1579d;
    padding: 3px;
    border-radius: 10px 0px 0px 10px;
    transition: all .25s ease-out;
}

@media (max-width: 575px) {
    .section_item_quant {
        display: flex;
    }
}

.section_item_quant_plus {
    width: 30px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    border-radius: 7px 0px 0px 7px;
    background: #fff;
    cursor: pointer;
}

.section_item_quant_input {
    width: 30px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    border: none;
}

.section_item_quant_minus {
    cursor: pointer;
    width: 30px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    border-radius: 0px 7px 7px 0px;
    background: #fff;
}

.section_item_button {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 96px);
    background: #b1579d;
    border-radius: 0px 10px 10px 0px;
    padding: 3px;
    transition: all .25s ease-out;
}

@media (max-width: 575px) {
    .section_item_button {
        display: block;
    }
}

.section_item_button span {
    width: 100%;
    cursor: pointer;
    display: block;
    height: 40px;
    text-align: center;
    color: #ffffff;
    line-height: 40px;
    font-size: 16px;
    border-radius: 7px;
    transition: all .25s ease-out;
    text-transform: uppercase;
    font-weight: bold;
}

.section_item_button span:hover {
    background: #e58cd1;
    color: #ffffff;
    text-decoration: none;
}

.section_item_button_add {
    width: 100%;
}

.section_item_nat_avail {
    background: #eee;
    color: #666666;
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 10px;
}

.more_layzy_botton {
    display: inline-block;
    height: 45px;
    line-height: 44px;
    border: none;
    border-radius: 10px;
    padding: 0px 30px;
    text-align: center;
    background: #b1579d;
    transition: all .25s ease-out;
    color: #b1579d;
    display: block;
    border: 2px #b1579d solid;
    background: #fff;
    margin: 10px auto 0px auto;
    cursor: pointer;
    transition: all .25s ease-out;
    width: 200px;
    text-transform: uppercase;
}

.more_layzy_botton:hover {
    color: #b1579d;
    background: #fff;
}


/* End */


/* Start:/local/templates/svetzavod/components/bitrix/catalog.section/section/themes/blue/style.css?1655290150825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */
/* /local/templates/svetzavod/components/bitrix/catalog/catalog/style.css?17592066953182 */
/* /local/templates/svetzavod/components/bitrix/catalog.section.list/sections_blocks_main/style.css?16552901511063 */
/* /local/templates/svetzavod/components/bitrix/catalog.section/section/style.css?1701271065912 */
/* /local/templates/svetzavod/components/bitrix/catalog.item/item/style.css?17592056055986 */
/* /local/templates/svetzavod/components/bitrix/catalog.section/section/themes/blue/style.css?1655290150825 */
