

/* Start:/bitrix/templates/sigma_ua/template_styles.css?166746161549020*/
.payparts-block{border: 1px solid #FDD847;border-width:1px 0px;padding:10px 0px;justify-content: space-between;margin-bottom: 20px;display: flex;}
#part-count,#part-result{font-size: 13px;padding-top: 12px;}
#part-result {display: flex;font-weight: bold;}
.payment .payparts-block {display: none;}
.parts-checked .payparts-block {display: flex;}

.product-cell .thumbnail>a:first-of-type{height:137px;line-height:137px;font-size:0;text-align:center;display:block;margin-bottom:17px}.product-cell .thumbnail>a:first-of-type>img{margin:0;width:auto;height:auto;min-height:0;min-width:0;display:inline-block;max-height:100%;max-width:100%;vertical-align:middle}.load--wrap{margin-top:38px}.catalog_block .item .img-rounded{height:188px;line-height:188px;font-size:0;text-align:center;display:block}.catalog_block .item .img-rounded>img{margin:0;width:auto;height:auto;min-height:0;min-width:0;display:inline-block;max-height:100%;max-width:100%;vertical-align:middle}/*# sourceMappingURL=all.css.map */

.thumbnails_bottom_block .thumbnail>a:first-of-type{height:137px;line-height:137px;font-size:0;text-align:center;display:block;margin-bottom:17px}.thumbnails_bottom_block .thumbnail>a:first-of-type>img{margin:0;width:auto;height:auto;min-height:0;min-width:0;display:inline-block;max-height:100%;max-width:100%;vertical-align:middle}
a#del_filter {
    cursor: pointer;
}
.ya-share2.fl_right.ya-share2_inited {
    padding-top: 0;
}
.no-products{
    border: 1px solid #434242;
    color: #434242;
    background: #fff;
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    font: 400 14px/20px 'Roboto',sans-serif;
    padding: 8px 25px;
    text-transform: uppercase;
    border-radius: 4px;
}
.btn.faq_pg {
    margin-left: 23px;
}
#owl-brend_big  a.brand img{max-height:64px;}
.action_tab .action_item_block .img_block img{
    width: auto;
    max-height:178px;
}
header .nav a.dropdown-toggle{
    padding-top: 2px !important;
}
.messages_status {
    text-align: center;
    font-size: 14px;
    padding-bottom: 10px;
}
.thumbnails .buy_block {
    height: 57px;
}
.brand_tm_pg_title {
    max-width: 100%;
    font: 400 23px/30px 'Roboto',sans-serif;
    text-align: center;
}
.brand_tm_pg_item .img_block,.brand_tm_pg_item .item_text {
    text-align: center;
}
.brand_header .img_block img {
    height: auto;
}
.fl_left.mob_menu ul.fl_left li:hover a.dropdown-toggle{
    color: #05c0b7;
}
.product_tm_pg .item_text{
    height: 35px;
    color: #36393d;
}
.product_tm_pg_item .img_block {
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    max-height: 100%;
    max-width: 100%
}
.table-cell.catalog{
    font: 400 15px/20px 'Roboto',sans-serif;
}
.bx-filter .bx-filter-param-text{

}
.ya-share2__container_size_m .ya-share2__item {
    margin: 0!important;
}
.social_link_block li a.ya-share2__link{
    background:none;
}
ul.phone_dropdown{
    width: 100%;
    text-align: center;
}
ul.phone_dropdown li{
    text-align: center!important;
}
.gray_box_holder.green_edge {
    max-height: 386px;
    overflow-y: scroll;
}
.disabledbutton {
    opacity: 0.4;
}
#delete_input2,#delete_input{
    display:none;
}
.gray_box_holder.green_edge:before{
    display:none;
}

#similar_products .thumbnail>a:first-of-type {
    height: 137px;
    line-height: 137px;
    font-size: 0;
    text-align: center;
    display: block;
    margin-bottom: 17px;
}

#similar_products .thumbnail>a:first-of-type>img {
    margin: 0;
    width: auto;
    height: auto;
    min-height: 0;
    min-width: 0;
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}
.branches_contacts_holder {
    height: 225px;
}
.disable {
    position: relative;
    overflow-y: hidden!important;
}

.disable:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(230, 229, 229, 0.5);
    content: "";
}
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.footer-fix-wr {
    display: flex;
    min-height: 100vh;
    height: 100vh;
    flex-direction: column;
}
.footer-fix-wr main{
    flex: 1 0 auto;
}
.blog_main_article ul li{
    list-style: initial;
    list-style-position: inside;
}
.blog_main_article ol li{
    list-style: decimal;
    list-style-position: inside;
}
h1.goods_title{text-transform: uppercase; margin: 0 0 43px; font: 500 18px/20px 'Fira Sans', sans-serif;}
h1.big_h3{
    font: 500 20px/22px 'Fira Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
h1 {
    font: 500 18px/20px 'Fira Sans', sans-serif;
    color: #36393d;
    margin: 0 0 15px;
}
.checkout_pg > h1 {
    font: 500 20px/22px 'Fira Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 30px;
}

/*Seo block*/
body {
    display: flex;
    flex-flow: column nowrap;
}

header {
    order: 1;
}

.footer-fix-wr {
    order: 2;
}
main {
    order: 2;
}

footer {
    order: 4;
}

.seo-block {
    order: 3;
}
.seo-block .container {
    padding-top: 40px;
    padding-bottom: 40px;
}
.seo-block .text-block {
    transition: all .3s;
    overflow: hidden;
    max-height: 195px;
    margin: 0 0 20px;
    position: relative;
}
.seo-block .text-block:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 10px;
    box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.9);
}
.seo-block .seo-text-box.opened .text-block {
    max-height: 9999px;
}
.seo-block .seo-text-box.opened .text-block:after {
    display: none;
}
/*Finish Seo block*/
.seo-text-box ul li{
    list-style: initial;
    margin-left: 30px;
}
.seo-text-box ol li{
    list-style: decimal;
    margin-left: 30px;
}
.bx_item_detail_rating .bx_stars_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: url(/bitrix/components/bitrix/iblock.vote/templates/stars/images/stars.png) no-repeat center;
}
.bx_item_detail_rating .bx_stars_progres {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #e76110;
}
.bx_item_detail_rating {
    margin-bottom: 10px;
}
.bx_item_detail_rating td {
    vertical-align: middle;
    text-align: right;
}
.bx_item_detail_rating .bx_item_rating {
    text-align: right;
}
.bx_item_detail_rating .bx_stars_container {
    position: relative;
    width: 68px;
    height: 30px;
    background: #dadada;
    background-size: 100% 100%;
}
.bx_item_detail_rating .bx_stars_rating_votes {
    color: #8d8d8d;
    font-size: 11px;
    line-height: 11px;
    vertical-align: middle;
}
.iblock_vote {
    float: right;
    bottom: 0;
    position: absolute;
    right: 0;
}
.pluso-more {
    display:none!important;
}
/*@media (min-width: 768px){
	div.bx-basket.bx-opener .col-sm-6 {
		width: 33.33%;
	}
}*/
.pop-form{
    display: flex;
}
input.form-tel{
    border-right: none;
    box-shadow: none;
    border-radius: unset;
    width: auto;
    z-index: 10;
}
input.form-sub{
    border: 1px solid #d9d9d9;
    background: none;
    background: transparent url(/images/right-arrow.png) no-repeat right;
    padding-right: 29px;
    font-size: medium;
    font-weight: bold;
}
.bx-basket.bx-opener .clear_fix.pop .col-sm-6.padd_top9{
    position: absolute;
    padding-top: 11%;
    width: unset;
}
p.form-txt{
    margin:0;
    font-size: medium;
    font-weight: bold;
}
.clear_fix.pop div.total-cart.col-sm-6.text-left{
    margin-bottom: 2%;
}
#bx_basket1 .clear_fix.pop a.btn.btn_yellow{
    margin-top: 5%;
}
.col-md-6 .bx_section h3{
    text-transform: uppercase;
    margin-bottom: 30px;
}
.order_reg_pg .delivery-block{
    padding-top: unset;
}
/*
@media (min-width: 995px){
	.col-md-6.paysys{
		margin-top: -82px;
	}
}
*/
.border-basket {
    text-align: center;
    margin-top: -8px;
    margin-bottom: 25px;
    font-size: small;
    font-weight: bold;
    overflow: hidden;
}
.border-basket:before,
.border-basket:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    height: 1px;
    background: #f1f0f0;
    border: solid #FFF;
    border-width: 0 32px;
}
.border-basket:before {
    margin-left: -100%;
}
.border-basket:after {
    margin-right: -100%;
}
p.txt-subm{
    margin: 0;
}
p.txt-subm.top{
    padding-top: 6px;
    text-transform: initial;
    font-weight: inherit;
    font-size: large;
}
p.txt-subm.bottom{
    text-transform: lowercase;
    font-size: smaller;
    margin-top: -6px;
}
a.btn.btn_yellow.img{
    background: #fdd847 url(/images/right-arrow.png) no-repeat right;
    margin-top: 14px !important;
}
div.clear_fix.pop .pop-form input.form-sub:hover{
    background-color: #fdd847;}
div.tab-pane.active.clear_fix div.col-md-6 div.bx_section{
    width: 100%;
}
div.col-md-6 div.bx_section{
    width: 100%;
}
@media (max-width: 995px){
    .clear_fix.pop .total-cart.col-sm-6.text-left{
        display: block;
    }
    .clear_fix.pop .col-sm-6.padd_top9{
        display: contents;
    }
}

.b-header_phone_blocks {
    display: flex;
    align-items: flex-end;
    float: left;
    flex-wrap: wrap;
}

.b-header_phone_block {
    /* margin: 0 10px 0 0; */
    padding: 0 10px;
}

.b-header_phone_block>ul {
    margin: 0;
}

.b-header_phone_block__title {
    margin: 0 0 5px;
    font-weight: bold;
}

.b-header_phone_link {
    font: 500 14px 'Roboto', sans-serif;
    color: #36393d;
}

.b-header_phone_link:hover {
    font: 500 14px 'Roboto', sans-serif;
    color: #36393d;
    text-decoration: none;
}
@media (max-width: 480px) {
    .container.order_reg_pg.gray_aside_block_off .thumbnails_bottom_block.container .thumbnails.clear_fix .item, .container.order_reg_pg.gray_aside_block_off .subscribe_block input[type="email"],
    .container.order_reg_pg.gray_aside_block_off .gray_block_holder, .container.order_reg_pg.gray_aside_block_off .goods_title_list{
        width: 48% !important;
    }
    .container.order_reg_pg.gray_aside_block_off .thumbnails_tab .container{
        width: 48% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    /*.container.order_reg_pg.gray_aside_block_off .product-detail,*/ .container.order_reg_pg.gray_aside_block_off .goods_title.clear_fix /*.footer-fix-wr .goods_title*/{
                                                                          width: 48% !important;
                                                                      }
    .container.order_reg_pg.gray_aside_block_off .product-detail .owl-nav{
        display: none;
    }
    .container.order_reg_pg.gray_aside_block_off .container.breadcrumb, .container.goods_card_pg .product-detail.js-element .col-md-3.buy_block .table /*.container.order_reg_pg.gray_aside_block_off .container.goods_card_pg*/{
        width: 48%;
        padding: 0;
        margin: 0;
    }
    /*.container.order_reg_pg.gray_aside_block_off #owl-goods-carousel_sync2{
        display: none;
    }
    .container.order_reg_pg.gray_aside_block_off .carousel_block{
        padding: 0;
    }
    .container.order_reg_pg.gray_aside_block_off .item.popup-image img{
        width: unset;
    }
    .container.order_reg_pg.gray_aside_block_off .product-detail.js-element.js-elementid3212{
        width: 48%;
    }*/
    .container.order_reg_pg.gray_aside_block_off #owl-goods-carousel_sync1{
        width:	39% !important;
    }
    header .nav{
        float: none;
    }
    .container.order_reg_pg.gray_aside_block_off .news-wrap .action_list.clear_fix .img_block img{
        width: 100%;
    }
}
input#title-search-input::-webkit-input-placeholder {font-weight: bold; color:black}
input#title-search-input::-moz-placeholder          {font-weight: bold; color:black}/* Firefox 19+ */
input#title-search-input:-moz-placeholder           {font-weight: bold; color:black}/* Firefox 18- */
input#title-search-input:-ms-input-placeholder      {font-weight: bold; color:black}
.thank-for-pier{
    background-color: #fdd847;
    border-color: #ba9100;
    border-width: 0px 0 0px 0;
    padding: 8px 23px;
    border-radius: 4px;
    font-size: 15px;
}

.social_link_block .instagram {
    background: url('/bitrix/templates/sigma_ua/dist/img/instagram.png') no-repeat;
}
.product-cell.thumbnails .item,
.thumbnails_bottom_block .thumbnails .item {
    margin: 0;
    min-height: 420px;
}
.thumbnail:hover{
    margin: 0;
    padding: 0;
}
.view-count{
    margin-left: 0;
}
.modal.in .modal-dialog{
    max-width: 900px;
}
.modal-dialog{
    width: 800px;
}
/*
.product-cell.thumbnails .thumbnail:hover {
    padding: 14px 5px 7px;
}
*/

.thumbnails_bottom_block .thumbnails .thumbnail:hover {
    cursor: pointer;
    border-color: #08bfb6;
    margin: 0;
    padding: 29px 20px 7px!important;
}
.thumbnails .caption .name{
    max-height: 90px;
}
.thumbnails .caption {
    height: 150px;
}
.thumbnails .caption .name a:before{
    background: none;
}
.iblock_vote{
    float: none;
    position: relative;
}
.favorite_block .nav_favorite_block{
    float: right!important;
}
.thumbnails_bottom_block .thumbnail:hover{
    padding: 5px 5px 0;
    margin: 0;
}
.thumbnails_bottom_block .thumbnails .buy_block {
    padding: 8px 0 0;
}
.thumbnails_tab .tab-pane:not(#similar_products) .thumbnail:hover{
    padding: 29px 20px 7px;
}
.catalog_block .item {
    min-height: 295px;
}
.seo-block .text-block{
    max-height: 100%;
}

footer .footer_menu{font: bold 13px/34px 'Roboto', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 2px solid #ffcb03;
    max-width: 114px;
    margin-bottom: 23px;}

.goods_card_pg .product-detail .gray_block .header_ul {
    font: 500 15px/18px 'Roboto', sans-serif;
    margin-bottom: 7px;
}
.column.clear_fix .old_price{
    font: bold 23px/26px 'Roboto', sans-serif;
    color: #ff4040;
    text-decoration: line-through;
    overflow: hidden;
    margin-bottom: 7px;
}
.reviews-block  .jq-checkbox.compare2{
    width: 24px;
    height: 24px;
    border: none;
    background: none;
    box-shadow: none;
}
.reviews-block .jq-checkbox.compare2.checked:after{
    background: url("/bitrix/templates/sigma/dist/img/sprites_v.svg") -4px -3px no-repeat !important;
    background-position: 0 0;
    top: -1px;
    left: 0;
    content: "";
    position: absolute;
    height: 24px;
    width: 24px;
}
.reviews-block .jq-checkbox.compare2 .jq-checkbox__div{
    background: none;
    box-shadow: none;
    width: auto;
    line-height: 27px;
    height: auto;
    text-align: right;
    margin: 0;
    border-radius: 0;
    color: #0c9ccc;
    cursor: pointer;
    text-decoration: underline;
}
.reviews-block .jq-checkbox.compare2 .jq-checkbox__div:hover{
    text-decoration: none;
}
.reviews-block .jq-checkbox.compare2:after {
    content: "";
    top: 0;
    position: absolute;
    height: 24px;
    width: 24px;
    background: url("/bitrix/templates/sigma/dist/img/sprites2.svg") -44px -44px;
    background-size: 582px 900px;
}

#formCallback .close { top: -20px; right: -26px; overflow: hidden; text-indent: -999px; margin: 0; width: 19px; height: 19px; background: url("/bitrix/templates/sigma_ua/dist/img/sprite.png") no-repeat -7px -781px }
.b-form-callback{
    /*overflow: hidden;*/
    padding: 0;
}
.b-form-callback .b-form-callback__title{
    color: #36393d;
    text-transform: uppercase;
    margin: 10px 0;
}
.b-form-callback .b-form-callback__additional-text{
    font-size: 14px;
    margin: 0 0 20px 0;
    color: grey;
    font-weight: 400;
}
.b-form-callback .b-form-callback__box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
    width: 95%;
}
.b-form-callback .b-form-callback__box.b-form-callback__box--isBlock{
    display: block;
    margin: 0 auto 0 17.2%;
}
.b-form-callback .b-form-callback__label{
    display: block;
    font-weight: 300;
    float: left;
    width: 30%;
}
.b-form-callback .b-form-callback__select.b-form-callback__input--isError,
.b-form-callback .b-form-callback__input.b-form-callback__input--isError,
.b-form-callback .b-form-callback__textarea.b-form-callback__input--isError{
    border: 1px solid red;
}
.b-form-callback .b-form-callback__input.b-form-callback__input--isCaptcha{
    width: 180px;
}
.b-form-callback .b-form-callback__select{
    width: 104%;
}
.b-form-callback .b-form-callback__input{
    box-sizing: border-box;
}
.b-form-callback .b-form-callback__textarea{
    min-height: 150px;
}
.b-form-callback .b-form-callback__error{
    clear: both;
    color: #fff;
    background-color: red;
    border-radius: 10px;
    padding: 8px;
    margin: 0 15px;
    width: 50%;
    word-break: break-all;
}
.b-form-callback .b-form-callback__captcha{
    width: max-content;
}
.b-form-callback .b-form-callback__submit{
    margin: 20px 0 0;
    width: 180px;
}
.b-form-callback .b-form-callback__error.b-form-callback__error--isHidden{
    visibility: hidden;
}
.b-sale-banner{
    z-index: 1049!important;
}
.b-sale-banner .b-sale-banner__img{
    width: 100%;
    margin: 0 auto;
    display: block;
}
.form-callback-line{
    border-bottom: 2px solid #18c4bc;
    border-top: 0;
}
.callback_ceo_button{
    color: #000!important;
    width: 45%!important;
    margin: 0 auto;
    display: block;
}
.thumbnail .badge.badge--isSale{
    right: 0!important;
    left: auto!important;
}
.thumbnail a{
    position: relative;
}
.product-detail .badge.badge--isSale{
    right: 30px!important;
    left: auto!important;
    color: #000;
}
@media (max-width: 420px) {
    .callback_ceo_button{
        font-size: 11px!important;
    }
}
@media (max-width: 900px) {
    #formCallback .close{
        z-index: 9999;
        top: 5px;
        right: 5px;
        background: url("/bitrix/templates/sigma_ua/dist/img/sprite.png") no-repeat -120px -19px
    }
    .callback_ceo_button{
        width: 100%!important;
    }
    .b-form-callback.modal.in .modal-dialog{
        max-width: 100%;
    }
    .b-form-callback .b-form-callback__error{
        display: block;
        width: 100%;
    }
}
@media (max-width: 1280px) {
    .b-form-callback{max-width:100%;}
    .b-form-callback .b-form-callback__label,
    .b-form-callback .b-form-callback__select{
        width: 100%;
    }
    .b-form-callback .b-form-callback__box{
        display: inline-block;
        width: 100%;
    }
    .b-form-callback .b-form-callback__error,
    .b-form-callback .b-form-callback__input,
    .b-form-callback .b-form-callback__textarea,
    .b-form-callback .b-form-callback__select{
        margin: 10px 0;
    }
    .b-form-callback .b-form-callback__box.b-form-callback__box--isBlock{
        margin: 0;
    }
    .b-form-callback .b-form-callback__error.b-form-callback__error--isHidden{
        visibility: hidden;
        display: none;
    }
}
@media (max-width: 1023px) {
    .product-detail .badge.badge--isSale{
        right: 0!important;
    }
}

.filters__content{
    padding: 20px 3px 10px;
}
.filters__selected{
    padding: 20px;
}
.bx-filter-param-label {
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.bx-filter-param-text{
    width: 190px;
    line-height: 1.8!important;
    font-size: 13px!important;
}
.issue.sigma .filters__content .jq-checkbox{
    margin: 4px 4px 0 0;
    top: 3px;
}
.table-body-content{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 450px;
}
.cart_pg{
    padding-top: 0;
}
.one-cart-item{
    margin: 0 15px 21px 0;
}

@media (max-width: 1500px) {
    .table-body-content{
        max-height: 400px;
    }
}

@media (max-width: 1370px) {
    .table-body-content{
        max-height: 300px;
    }
}
.issue.aqua .filters__content .jq-checkbox{
    top: 3px;
}

.btn_aqua--isSale, .btn_sigma--isSale{
    border-color: red!important;
}
.btn_aqua--isKomplekty, .btn_sigma--isKomplekty{
    border-color: red!important;
    background-color: red!important;
    color: #fff!important;
}
.uSocial-Share{
    float:right;
}
header .nav > li{
    margin-right: 20px;
}
.label-free-delivery{
    position: absolute;
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    /*display: none;*/
}
.label-free-delivery2{
    position: absolute;
    bottom: 0px;
    left: 0px;
    /*display: none !important;*/
}
.reviews-reply-form{
    display: none;
}
.thumbnails_tab #comments{
    padding: 0;
}
.thumbnail a img{
    min-height: auto;
}

.thumbnails_bottom_block{
    padding-top: 0;
}

.action_details .thumbnail:hover{
    padding: 29px 20px 7px!important;
}

.compare-page .thumbnail:hover{
    padding: 5px!important;
}
.compare-page .thumbnail:not(.compare-page__add-goods){
    height: 460px;
}
.compare-page .thumbnail:not(.compare-page__add-goods) > a{
    height: auto;
}
.bx-soa-coupon{
    border: 1px solid red;
    padding: 5px;
}
.thumbnails_tab .property_product li{
    font-size: 14px;
    /*word-break: break-all;*/
    text-overflow: ellipsis;
    /*overflow-wrap: break-word;*/
    float: left;
    width: 142px;
    text-align: center;
    margin: 0 5px 0;
    position: relative;
}
.goods_card_pg{
    padding-bottom: 0;
}
.compare-page .thumbnails .thumbnail:hover {
    padding: 29px 20px 7px!important;
}
.bx-basket.bx-opener .clear_fix.pop .col-sm-6.padd_top9 {
    padding-top: 5%;
}
.total-cart .pop-form,
.total-cart p.form-txt{
    display: none;
}
#ORDER_CONFIRM_BUTTON{
    /*position: fixed;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*z-index: 99999;*/
    /*width: 25%;*/
    /*margin: 0 auto;*/
    color: #000;
    background-color: #fdd847;
    border-width: 0;
}
.order_list_block{
    margin-bottom: 50px;
}
.clickbyone__btn{
    display: block;
    border: 1px solid red;
    color: #333;
    text-align: center;
}
.clickbyone__input.error{
    background-color: red;
    color: #fff;
}

.products-slider-subsections-reviews{
    padding-top: 53px;
}

.text-justify {
    text-align: justify;
}

.text-center {
    text-align: center;
}

.list-style-disk {
    list-style: disc !important;
    list-style-position: inside !important;
}

.list-style-disk li {
    margin-bottom: 5px;
}

table.table {
    border-collapse: collapse;
}

.table {
    width: 100%;
}

.table td {
    text-align: center;
    padding: 5px 10px;
}

.text-red {
    color: red;
}

.text-blue {
    color: #009ba7;
}

.red-box {
    border: 1px solid red;
}

.flex-container {
    display: flex;
}

.mb-standart {
    margin-bottom: 15px !important;
}

.block-img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.news_block .article_block article{
    float: left;
    width: 50%;
}
.news_block .article_block .text_holder a .sp_border {
    font-size: 0.9em;
}

.blog-news-success__button{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    border: 1px solid #08bfb6;
    color: #08bfb6!important;
    text-transform: uppercase;
    text-decoration: none!important;
    margin: 50% 20px;
}
.blog-news-success__button:hover,
.blog-news-success__button:active{
    border: 1px solid #fde06c;
    background-color: #fde06c;
    color: #333!important;
}

.blog-news-success__col{
    height: 275px;
}

.blog-news-success__socials{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 50% 20px;
}

.news_block .article_block article{
    min-height: 200px;
}
.cooperation_holder_item{
    min-height: 270px;
}

/*order styles*/
.page-user-order {
    padding: 30px 20px 15px;
}
.page-user-order * {
    font-family: "Montserrat", sans-serif;
}
.page-title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #333333;
    font-family: "Montserrat", sans-serif;
}
.switch-form-button-list {
    display: flex;
    align-items: center;
}
.order-user {
    display: flex;
    justify-content: space-between;
}
.order-user__right {
    flex-shrink: 0;
    width: 531px;
    margin: 0 65px 0 0;
    order: 1;
}
.order-user__left {
    width: 640px;
    flex-shrink: 0;
    border-left: 1px solid #F1F1F1;
    padding: 0 5px;
    order: 2;
}
.switch-form-button-list {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #F5F5F5;
}
.switch-form-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    flex-grow: 1;
    width: 50%;
    color: #0C9CCC;
}
.switch-form-button span {
    display: block;
    padding: 5px;
    cursor: pointer;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.switch-form-button.active {
    color: #333333;
}
.switch-form-button.active span {
    cursor: default;
}
.page-user-order input[type="text"],
.page-user-order input[type="password"] {
    display: block;
    width: 100%;
    height: 46px;
    background: #fff;
    border: 1px solid #DCDCDC;
    border-radius: 12px;
    color: #000;
    outline: none;
    font-size: 16px;
    line-height: 44px;
    padding: 5px 10px 0;
    box-shadow: none;
}
.page-user-order textarea {
    display: block;
    width: 100%;
    height: 115px;
    background: #fff;
    border: 1px solid #DCDCDC;
    border-radius: 12px;
    outline: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 15px;
    color: #333333;
    padding: 16px 10px 10px;
    box-shadow: none;
    resize: none;
}
.form-register-label {
    position: relative;
    display: block;
    margin: 0;
}

.form-register-label input[value=""] + span,
.form-register-label textarea + span {
    top: 13px;
    left: 10px;
    position: absolute;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    transition: 150ms;
}
.form-register-label span,
.form-register-label input:focus + span,
.form-register-label textarea:focus + span {
    position: absolute;
    font-style: normal;
    font-weight: normal;
    top: 6px;
    left: 10px;
    font-size: 11px;
    line-height: 10px;
    color: #333333;
    transition: 150ms;
}
.form-register-label[data-move-placeholder] span.move {
    top: 6px;
    font-size: 11px;
    line-height: 10px;
}
.form-register-label input[type="password"] {
    letter-spacing: 5px;
}
.wr-type-label input[type="radio"] {
    display: none;
    opacity: 0;
    position: absolute;
    z-index: -1;
    left: -9999px;
    visibility: hidden;
}
.wr-type-label {
    margin: 16px 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}
.wr-type-label__inner {
    display: flex;
    justify-content: space-between;
}
.wr-type-label .deliv-price {
    display: block;
    margin: 0 0 0 15px;
    white-space: nowrap;
}
.wr-type-label small {
    display: block;
    margin: 2px 0 0;
    padding: 0 0 0 36px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #969696;
}
.wr-type-label label {
    margin: 0;
    cursor: pointer;
}
.wr-type-label label span {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}
.wr-type-label label span:before {
    flex-shrink: 0;
    content: '';
    display: block;
    background: #FFFFFF;
    border: 6px solid #fff;
    box-shadow: 0 0 0 1px rgba(136,136,136,1);
    border-radius: 100%;
    padding: 5px;
    width: 24px;
    height: 24px;
    transition: 150ms;
    margin: 0 10px 0 0;
}
.wr-type-label input[type="radio"]:checked + span:before {
    background: #0C9CCC;
}
.form-register__row + .form-register__row,
.data-user-row {
    margin: 30px 0 0;
}
.type-box-field + .type-box-field {
    margin: 12px 0 0;
}
.type-box-field {
    padding: 0 0 0 36px;
    max-width: 421px;
    width: 100%;
}
.type-title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
}
.type-block {
    margin: 54px 0 0;
}
.wr-form-registration {
    margin: 20px 0 0;
    display: none;
}
.type-box-field__double {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.type-box-field__double .type-box-field__row {
    width: calc(50% - 25px);
    flex-shrink: 0;
}
.type-box-field__double .type-box-field__row input {
    text-align: center;
}
input[type="submit"].button-main {
    border-radius: 12px;
}
.form-register-field {
    position: relative;
}
.form-register-field .error-password {
    display: block;
    color: #EA0A0A;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    padding: 0 0 0 12px;
    margin: 5px 0 -15px;
}
.form-register-field .error-password a {
    color: #0C9CCC;
    text-decoration: none;
}
.form-register-field .error-password a:hover {
    color: #0C9CCC;
    text-decoration: underline;
}
.form-register__row.form-register__row_submit {
    margin: 0;
    padding: 18px 0 0;
}
.form-register-field_password {
    margin: 0 0 12px;
}
.page-user-order input.error {
    border: 1px solid #f9b6b6;
}
.form-heap,
.form-heap .form-soc-net,
.form-heap .form-soc-net__item {
    display: inline-block;
    vertical-align: middle;
}
.form-heap {
    margin: 10px 0 0;
}
.form-heap .form-soc-net__item {
    margin: 0 13px 0 0;
}
.form-soc-net a {
    cursor: pointer;
}
.form-heap .form-soc-net__item svg {
    display: block;
    margin: 0;
}
.form-text {
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #888888;
    margin: 0;
}
.form-heap a {
    color: #0C9CCC;
    text-decoration: none;
}
.form-heap a:hover {
    color: #0C9CCC;
    text-decoration: underline;
}
.form-registration__text {
    padding: 0 7px;
    margin: 0 0 26px;
}
.order-detail-header {
    padding: 0 17px;
    margin: 0 0 30px;
}
.order-detail-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order-detail-title {
    margin: 0 15px 0 0;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
}
.order-detail-edit {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #0C9CCC;
}
.order-detail-list__item {
    border-top: 1px solid #F1F1F1;
}
.order-detail-list__item:last-child {
    border-bottom: 1px solid #F1F1F1;
}
.order-detail-card {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 16px 17px;
}
.order-detail-card__img {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px 0 0;
}
.order-detail-card__img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    flex-shrink: 0;
}
.order-detail-card__title {
    max-width: 280px;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    margin: 0 15px 0 0;
}
.order-detail-card__cell-1 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
    width: 70px;
    text-align: center;
}
.order-detail-card__cell-2 {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
    width: 120px;
    text-align: right;
}
.order-detail-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order-detail-row  {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    margin: 8px 0;
    padding: 0 17px;
}
.order-detail-row.total  {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
    margin: 16px 0;
}
.order-detail {
    margin: 0 0 18px;
}
.order-bonus-box {
    max-width: 407px;
    width: 100%;
    margin: 0 0 14px;
}
.order-bonus-box__row {
    display: flex;
    align-items: center;
}
.order-bonus-box__cell {
    flex-shrink: 0;
}
.order-bonus-box__cell:last-child {
    margin: 0 0 0 7px;
}
.page-user-order input.order-bonus-input {
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    width: 220px;
    display: block;
}
.button-main.order-bonus-submit {
    min-width: 180px;
    display: block;
    width: 100%;
}
.order-comment-box {
    max-width: 407px;
    width: 100%;
    margin: 0 0 22px;
}
.order-confirm__text {
    display: block;
    max-width: 530px;
    width: 100%;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 137%;
    color: #333333;
}
.order-confirm__text a {
    text-decoration: underline;
    color: #0C9CCC;
}
.order-confirm__text a:hover {
    text-decoration: none;
    color: #0C9CCC;
}
.order-confirm__row {
    margin: 0 0 28px;
}
.order-detail-bottom {
    padding: 0 17px 30px;
}
.order-comment-box__title,
.order-bonus-box__title {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #0C9CCC;
    cursor: pointer;
}
input.button-order-confirm {
    border-radius: 12px;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
    min-width: 320px;
    height: 50px;
}
.order-bonus-box__hidden.open {
    display: block;
}
.order-comment-box__row.open {
    display: block;
}

/*popup*/
.popup-order-goods__header {
    position: relative;
}
.popup-order-goods-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
    text-transform: none;
}
.popup-order-goods-close {
    position: absolute;
    top: -26px;
    right: -15px;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    color: #888888;
    padding: 2px;
    cursor: pointer;
    transition: 150ms;
    height: 21px;
}
.popup-order-goods-close svg {
    display: block;
}
.popup-order-goods-close svg line {
    transition: 150ms;
}
.popup-order-goods-close:hover {
    color: red;
}
.popup-order-goods-close:hover svg line {
    stroke: red;
}
.popup-order-goods-close__text {
    margin: 0 3px 0 0;
}
.goods-card-list-header {
    display: flex;
    align-items: center;
    padding: 8px 0 8px 8px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #333333;
}
.goods-card-list {
    border-bottom: 1px solid #F1F1F1;
    border-top: 1px solid #F1F1F1;
    padding: 0 10px 0 0;
    overflow-y: auto;
    max-height: 450px;
}
.goods-card-item {
    display: flex;
    align-items: center;
    padding: 16px 0;
    border-top: 1px solid #F1F1F1;
}
.goods-card-item:first-child {
    border: 0;
}
.goods-card-item__data {
    display: flex;
    align-items: center;
    flex-grow: 1;
    margin: 0 20px 0 0;
}
.goods-card-item__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: 0 17px 0 0;
    flex-shrink: 0;
    text-decoration: none;
    outline: none;
}
.goods-card-item__img:hover {
    text-decoration: none;
    outline: none;
}
.goods-card-item__img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    flex-shrink: 0;
    outline: none;
}
.goods-card-item__title {

}
.goods-card-item__box {
    width: 120px;
    flex-shrink: 0;
}
.goods-card-item__amount {
    width: 126px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    padding: 0 20px;
}
.goods-card-list-header__amount {
    width: 126px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    padding: 0 20px;
}
.goods-card-list-header__amount span {
    flex-shrink: 0;
    width: 86px;
}
.goods-card-list-header__goods {
    display: block;
    flex-grow: 1;
    margin: 0 20px 0 0;
}
.goods-card-list-header__sum {
    display: block;
    width: 120px;
    flex-shrink: 0;
    text-align: right;
}
.goods-card-list-header__sum span {
    width: 86px;
    display: inline-block;
    text-align: left;
}
.goods-card-item__name {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    text-decoration: none;
    outline: none;
}
.goods-card-item__name:hover {
    color: #0C9CCC;
    text-decoration: none;
    outline: none;
}
.amount-component {
    width: 86px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.amount-component__bnt {
    display: block;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    cursor: pointer;
}
.amount-component__bnt svg {
    display: block;
    width: 100%;
    height: auto;
}
.amount-component__bnt svg rect,
.amount-component__bnt svg line {
    transition: 150ms;
}
input.amount-component__input {
    width: 30px;
    height: 28px;
    line-height: 28px;
    border: 0;
    outline: none;
    text-align: center;
    padding: 0 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    box-shadow: none;
    border-radius: 0;
	border: 1px solid #DCDCDC;
	margin: 0px 3px;
}
.amount-component__bnt:hover svg rect {
    fill: #0C9CCC;
}
.amount-component__bnt:hover svg line {
    stroke: #fff;
}
.goods-card-sum {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
    white-space: nowrap;
    text-align: right;
}
.goods-card-item__delete {
    position: relative;
}
.goods-card-delete {
    position: absolute;
    right: 0;
    bottom: 3px;
    width: 26px;
    height: 26px;
    cursor: pointer;
}
.goods-card-delete svg {
    display: block;
}
.goods-card-delete svg line {
    transition: 150ms;
}
.goods-card-delete:hover svg line {
    stroke: red;
}
.popup-order-goods__footer {
    padding-top: 24px;
}
.goods-order-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
    margin: 0 0 20px;
}
.popup-order-goods__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.button-main__title,
.button-main__subtitle {
    display: block;
}
.button-main__title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}
.button-main__subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #333333;
}
.button-main.button-main_high {
    min-height: 40px;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
}
.button-link {
    display: inline-block;
    vertical-align: top;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #0C9CCC;
    text-decoration: none;
    outline: none;
}
.button-link:hover {
    color: #0C9CCC;
    outline: none;
    text-decoration: underline;
}
.order-detail-header-total {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
}
.order-detail-header-total span {
    white-space: nowrap;
    display: block;
    flex-shrink: 0;
}
.order-detail-header-total__ico {
    margin: 0 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
}
.order-detail-header-total__ico svg {
    display: block;
    flex-shrink: 0;
}

@media (max-width: 1278px) {
    .order-detail-card__cell-1,
    .order-detail-card__cell-2 {
        font-size: 16px;
        line-height: 20px;
    }
    .order-detail-card__title {
        font-size: 14px;
        line-height: 18px;
    }
    .order-detail-card__img {
        width: 80px;
        height: 80px;

    }
    .order-detail-card {
        padding: 16px 0;
    }
    .order-user {
        display: block;
    }
    .order-user__left {
        border-left: 0;
        max-width: 531px;
        width: 100%;
    }
    .bx_ordercart .order-detail-total {
        display: none;
    }
    .order-user-bottom-mobile,
    .order-detail-header__btn-view {
        display: block !important;
    }
    .wr-order-detail .order-detail-bottom {
        display: none;
    }
    .order-detail-header {
        padding: 0;
        display: flex;
        justify-content: space-between;
    }
    .order-detail-header__inner {
        display: block;
        flex-shrink: 0;
    }
    .bx_ordercart {
        display: none;
    }
    .order-detail-title {
        margin: 0 0 5px;
    }
    .order-detail-header__btn-view {
        flex-shrink: 0;
    }
    .order-detail-edit {
        display: none;
    }
    .order-user__right {
        margin: 0 0 50px;
        max-width: 531px;
        width: 100%;
    }
    .order-user-bottom-mobile {
        max-width: 531px;
        width: 100%;
    }
    .order-detail {
        margin: 0;
    }
    .bx_ordercart {
        padding: 0 0 40px;
    }
    .order-user-bottom-mobile .order-detail-row {
        padding: 0;
    }
    .order-user-bottom-mobile .order-detail-bottom {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .popup-order-goods-close {
        right: -5px;
    }
    #modal .modal-dialog {
        max-width: 768px!important;
        width: 100%;
        margin: 0;
        top: 0;
        bottom: 0;
        right: 0;
    }
    .modal-content {
        height: 100%;
    }
}

@media (max-width: 767px) {
    .popup-order-goods__header {
        margin: 0 0 20px;
    }
    .goods-card-list-header__amount {
        width: 108px;
    }
    .goods-card-list-header__amount span {
        width: 70px;
    }
    .goods-card-list-header__sum {
        width: 70px;
    }
    .goods-card-list-header__sum span {
        width: 60px;
    }
    .goods-card-list-header__goods {
        margin: 0 5px 0 0;
    }
    .goods-card-list-header {
        padding-left: 0;
    }
    .order-detail-edit {
        font-size: 14px;
        line-height: 20px;
    }
    .popup-order-goods__button {
        flex-direction: column-reverse;
    }
    .popup-button__right {
        width: 100%;
    }
    .popup-button__right .button-main {
        min-width: 100%;
        margin: 0 0 10px;
    }
    .popup-button__left .button-link {
        padding: 6px;
    }
    .amount-component__bnt {
        width: 24px;
        height: 24px;
    }
    .goods-order-total {
        font-size: 14px;
        line-height: 17px;
    }
    .goods-card-item__data {
        margin: 0 5px 0 0;
    }
    .amount-component {
        width: 78px;
    }
    .goods-card-item__amount {
        width: 88px;
        padding: 0 5px;
    }
    .goods-card-item__box {
        width: 68px;
    }
    .goods-card-sum {
        font-size: 14px;
        line-height: 14px;
    }
    .goods-card-item__img {
        width: 50px;
        height: 50px;
        margin: 0 5px 0 0;
    }
    .goods-card-item__name {
        font-size: 10px;
        line-height: 12px;
    }
    .popup-order-goods-close {
        font-size: 10px;
    }
    .popup-order-goods-title {
        font-size: 16px;
        line-height: 20px;
    }
    .order-detail-card__cell-1 {
        width: 60px;
    }
    .order-detail-card__cell-2 {
        width: 68px;
    }
    .order-detail-card__cell-1,
    .order-detail-card__cell-2 {
        font-size: 12px;
        line-height: 15px;
    }
    .order-detail-card__title {
        font-size: 12px;
        line-height: 15px;
        max-width: 130px;
        margin: 0 5px 0 0;
    }
    .order-detail-card__img {
        width: 50px;
        height: 50px;
        margin: 0 5px 0 0;
    }
    .order-detail-card {
        padding: 16px 0;
    }
    .wr-type-label label span:before {
        width: 20px;
        height: 20px;
        border: 5px solid #fff;
        padding: 0;
    }
    .form-register__row + .form-register__row, .data-user-row {
        margin: 12px 0 0;
    }
    .order-detail-title {
        font-size: 14px;
        line-height: 17px;
    }
    .goods-card-list {
        max-height: 226px;
    }
    .order-detail-header-total {
        font-size: 14px;
        line-height: 17px;
    }
    .page-title {
        font-size: 16px;
        line-height: 20px;
    }
    .type-title {
        font-size: 14px;
        line-height: 17px;
    }
    .order-detail-row,
    .wr-type-label label span,
    .deliv-price,
    .order-comment-box__title, .order-bonus-box__title,
    .switch-form-button span,
    .form-text {
        font-size: 12px;
        line-height: 15px;
    }
    .wr-type-label small {
        font-size: 10px;
        line-height: 12px;
    }
    .order-detail-row.total {
        font-size: 14px;
        line-height: 17px;
    }
    .form-register-label input[value=""] + span, .form-register-label textarea[value=""] + span {
        font-size: 12px;
        line-height: 15px;
    }
    .form-register-label span, .form-register-label input:focus + span, .form-register-label textarea:focus + span {
        font-size: 11px;
        line-height: 10px;
    }
    .page-user-order input[type="text"], .page-user-order input[type="password"] {
        font-size: 12px;
    }
    input.button-order-confirm {
        font-size: 18px;
    }
    .order-bonus-box__row {
        display: block;
    }
    .order-bonus-box__cell:last-child {
        margin: 10px 0 0;
    }
    .page-user-order input.order-bonus-input {
        width: 100%;
    }
}

@media (max-width: 420px) {
    input.button-order-confirm {
        min-width: auto;
        width: 100%;
    }
}
/* End */


/* Start:/bitrix/templates/sigma_ua/components/bitrix/menu/top/style.min.css?1619377396490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/sigma_ua/components/bitrix/menu/top/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/sigma_ua/components/bitrix/search.title/sigma_mob/style.css?16193773961926*/
div.title-search-result {
	display:none;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}



table.title-search-result td {
	background-color:white;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/sigma_ua/components/bitrix/search.title/sigma_mob/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}
.title-search-result{
	top:65px!important;
}
.search-dd{
	right:0!important;
}
/* End */


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


/* Start:/bitrix/templates/sigma_ua/components/bitrix/sale.basket.basket.line/header/style.min.css?16193773963569*/
.bx-basket-block{font-size:12px;padding-bottom:5px;white-space:nowrap;position:relative;padding-left:20px}.bx-basket-block>.fa{color:#97a1ab;width:12px;position:absolute;left:0;top:3px}.bx-basket-block a{color:#039be5;border-bottom:1px dashed;margin-right:10px}.bx-basket-block a:hover{text-decoration:none;border-bottom-color:transparent}@media(min-width:768px){.bx-basket-fixed{width:200px;position:fixed;z-index:1100;background:#fff;padding-top:10px;border:1px solid #f0f0f0;box-shadow:0 7px 10px rgba(0,0,0,0.15);border-radius:1px;overflow:hidden}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;z-index:1100;background:#fff;padding-top:10px;border:1px solid #f0f0f0;box-shadow:0 7px 10px rgba(0,0,0,0.15);border-radius:1px;overflow:hidden;bottom:0;left:0;right:0}.bx-basket-item-list{display:none}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;padding-bottom:20px;border-top:1px solid #f7f7f7;overflow:hidden}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;bottom:0;left:0;right:0}.bx-closed .bx-basket-item-list{height:20px;overflow:hidden}.bx-basket-item-list-action{cursor:pointer;background:#f7f7f7;position:absolute;bottom:0;right:0;left:0;z-index:120;height:20px;line-height:14px;vertical-align:middle;text-align:center;font-size:12px;color:#4f4f4f;padding:3px 0}.bx-basket-item-list-button-container{text-align:center;position:absolute;bottom:20px;border-top:1px solid #f7f7f7;padding:10px 0;background:#fff;left:0;right:0}.bx-basket-item-list-button-container a.btn{color:#ddd;text-decoration:none}.bx-basket-item-list-button-container a.btn:hover,.bx-basket-item-list-button-container a.btn:active{color:#fff}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{padding-top:15px;position:relative;padding-right:10px;padding-left:10px;margin-bottom:15px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{border-bottom:0;margin-bottom:0}.bx-basket-item-list-item-status{font-weight:bold;padding:3px;background:#ebebeb;margin:0 10px 20px;line-height:16px;font-size:13px;border-radius:3px;text-align:center;white-space:normal}.bx-basket-item-list-item-img{text-align:center;position:relative;padding-bottom:5px}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;color:#3f3f3f;text-decoration:none;white-space:normal;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;right:10px;top:-7px;width:20px;height:20px;cursor:pointer;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;opacity:.5}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;text-decoration:line-through;color:#b0b0b0}.bx_cart_login_top .bx-hdr-profile a{text-decoration:none}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/bitrix/templates/sigma_ua/components/bitrix/search.title/sigma/style.css?16193773961926*/
div.title-search-result {
	display:none;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}



table.title-search-result td {
	background-color:white;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/sigma_ua/components/bitrix/search.title/sigma/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}
.title-search-result{
	top:65px!important;
}
.search-dd{
	right:0!important;
}
/* End */


/* Start:/bitrix/templates/sigma_ua/components/bitrix/menu/top_mob/style.min.css?1619377396490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/sigma_ua/components/bitrix/menu/top_mob/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/components/skalar/search.request/templates/.default/style.css?1623249346519*/
.search-suggestion1 {
    padding: 16px 20px;
    margin-bottom: 6px;
    font-size: 13px;
}

.search-suggestion1__title {
    margin: 0 6px 0 0;
}
.search-suggestion1__link {
    position: relative;
    display: inline-block;
    margin: 0 12px 0 0;
}

.search-suggestion1__link:after {
    content: '|';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -6px;
    color: #337ab7;
    cursor: default;
}

.search-suggestion1__link:hover:after {
    cursor: default;
}
/* End */


/* Start:/bitrix/templates/sigma_ua/styles.css?168112722830477*/
.table2 {
    width: 100%;
    margin-bottom: 20px;
}

.table2 td {
    border: 1px solid black !important;
}

.list-inline li {
    display: inline;
}

.text-justify {
    text-align: justify !important;
}

.tool-sale-house {
    display: flex;
    flex-wrap: wrap;
}

.tool-sale-house a {
    display: block;
    width: 50%;
    padding: 10px;
}

.blog_main_article .explanations ul li {
    list-style-type: disc;
}

.blog_main_article .explanations li {
    margin-bottom: 20px;
}

.attention {
    display: flex;
    border: 3px solid red;
    padding: 5px;
}

.attention_left-side {
    padding-right: 10px;
}

.attention_right-side {
    padding-left: 10px;
}

.attention p {
    color: red;
}

.table-program-loylnosti tr td {
    width: 33.33%;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
}

.blue-text {
    color: #4f5a9a;
}

.red-text {
    color: red;
}

.large-letter {
    font-size: 28px;
}

.numeric_list.blue li {
    list-style: none;
}

.seo-block p, .seo-block li {
    font-size: 14px !important;
}

.page-content-registr img {
    max-width: 100%;
}

.adaptive_img {
    max-width: 100%;
}

.center-inside {
    display: block;
    text-align: center;
}

.discount_bags, .discount_boxes {
    padding: 20px;
    box-sizing: border-box;
}

.discount_bags {
    background-color: rgb(30, 144, 164);
    margin-top: 50px;
}

.flex-columns {
    display: flex;
    justify-content: space-between;
}

.discount_bags .item-flex-column {
    width: 33%;
}

.flex-columns img {
    max-width: 100%;
}

.discount_name {
    width: 80%;
    height: 70px;
    padding: 5px;
    border-radius: 0px 25px 0px 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.discount_bags .discount_name {
    background-color: #a2d9f7;
}

.discount_name a {
    color: #000;
    font-weight: 900;
    z-index: 9;
}

.discount_boxes .discount_name {
    background-color: #fffbdb;
}

.discount_boxes {
    background-color: #ffcc01;
}

.discount_buy_botton {
    box-shadow:12px 8px 11px 1px rgba(0,0,0,0.26);
    -webkit-box-shadow:12px 8px 11px 1px rgba(0,0,0,0.26);
    -moz-box-shadow:12px 8px 11px 1px rgba(0,0,0,0.26);
}

.discount_garden_tools img {
    max-width: 100%;
}

.discount_garden_tools-row {
    display: flex;
    justify-content: space-between;
}

.discount_garden_tools-column_big {
    width: 58%;
}

.discount_garden_tools-column_big-2 {
    width: 39%;
}

.discount_garden_tools-column_little {
    width: 39%;
}

.discount_garden_tools-column_little-2 {
    width: 27.5%;
}

.discount_garden_tools-columndouble-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.discount_garden_tools-row-1 {
    margin-bottom: 20px;
}

.discount_buy_botton {
    z-index: 9;
}

.discount_garden_tools {
    margin-top: 40px;
}

.sale_water_taps {
    display: flex;
    max-width: 100%;
    justify-content: space-between;
}

.sale_water_tap__item {
    width: 32%;
    text-align: center;
    margin-bottom: 20px;
}

.sale_water_taps img {
    margin-bottom: 20px;
}

.sale_water_taps img, .sale_water_pump img {
    max-width: 100%;
}

.sale_water_pump {
    position: relative;
    max-width: 100%;
    text-align: center;
}

.button-main.position--sale_water_pump {
    position: absolute;
    bottom: 20px;
    right: 5%;
    display: flex;
}

.movie-container {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 5px;
    height: 0;
}

.movie-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.detail-goods-property-title {
    font-size: 12px;
}

.fz_16 {
    font-size: 16px;
}

@media screen and (max-width: 565px) {
    .tool-sale-house a {
        display: block;
        width: 100%;
        padding: 0px;
        margin-bottom: 20px;
    }

    .sale_water_taps {
        flex-wrap: wrap;
    }
    .sale_water_tap__item {
        width: 100%;
    }
    .sale_water_pump img {
        margin-bottom: 20px;
    }
    .button-main.position--sale_water_pump {
        position: inherit;
        margin: auto;
        left: 0;
        right: 0;
        vertical-align: c;
        bottom: 0;
        width: 80px;
    }
}

@media screen and (max-width: 479px) {
    .flex-columns {
        flex-wrap: wrap;
    }
    .discount_bags .item-flex-column {
        width: 100%;
    }
    .discount_garden_tools-row-1 {
        margin-bottom: 0px;
    }
    .discount_garden_tools-row {
        flex-wrap: wrap;
    }
    .discount_garden_tools-column_big, .discount_garden_tools-columndouble-row, .discount_garden_tools-column_little-2, .discount_garden_tools-column_big-2 {
        width: 100%;
    }

    .discount_garden_tools img {
        margin-bottom: 20px;
    }
}

.wr-slider-group {
    position: relative;
    width: 653px;
    padding: 0 30px;
    border-right: 1px solid #f1f1f1;
}

@media (max-width: 1340px) {
    .wr-slider-group {
        border-right: 1px solid transparent;
    }
}

@media (max-width: 1151px) {
    .wr-slider-group {
        width: 633px;
        padding: 0 20px;
    }
}

@media (max-width: 1023px) {
    .wr-slider-group {
        width: 290px;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .wr-slider-group {
        width: 270px;
    }
}

@media (max-width: 639px) {
    .wr-slider-group {
        margin: 0 auto 17px;
        width: 290px;
    }
}

.wr-slider-group .badge {
    position: absolute;
    top: 0;
    left: 30px;
    right: auto;
    bottom: auto;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    border-radius: 12px 0;
    color: #fff;
}

.wr-list-min-img {
    position: relative;
    padding: 0 44px;
    margin: 20px 0 0;
}

@media (max-width: 1023px) {
    .wr-slider-group .badge {
        left: 0;
    }
    .wr-list-min-img {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .wr-list-min-img {
        padding: 0 20px;
    }
}

@media (max-width: 639px) {
    .wr-list-min-img {
        padding: 0 30px;
    }
}

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

.wr-detail-goods {
    padding: 0 20px;
}

@media (max-width: 767px) {
    .wr-detail-goods {
        padding: 0 15px;
    }
}

.wr-detail-goods * {
    font-family: "Montserrat", sans-serif;
}

h1.detail-goods-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    color: #333333;
}

@media (max-width: 1340px) {
    h1.detail-goods-title {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (max-width: 992px) {
    h1.detail-goods-title {
        font-size: 16px;
        line-height: 20px;
    }
}

.detail-goods__top {
    margin: 0 0 40px;
}

.detail-goods__body {
    position: relative;
    display: flex;
}
@media (max-width: 639px) {
    .detail-goods__body {
        display: block;
    }
}

.detail-goods-wr-block {
    display: flex;
    flex: 1 1 0;
    /*width: 673px;*/
}

@media (max-width: 1340px) {
    .detail-goods-wr-block {
        display: block;
    }
}

.delivery-box__inner {
    flex-shrink: 0;
    flex-grow: 1;
    background: #F5F5F5;
    padding: 30px 33px 10px;
}

@media (max-width: 1340px) {
    .delivery-box__inner {
        width: 316px;
        flex-grow: 0;
    }
}

@media (max-width: 767px) {
    .delivery-box__inner {
        width: 306px;
        padding: 17px 16px;
    }
}

@media (max-width: 639px) {
    .delivery-box__inner {
        width: 100%;
        max-width: 400px;
        padding: 17px 16px;
        margin: 0 auto;
    }
}

.buy-box {
    flex-shrink: 0;
    width: 356px;
    padding: 0 20px;
}

@media (max-width: 992px) {
    .buy-box {
        width: 346px;
        padding: 0 0 0 30px;
    }
}

@media (max-width: 767px) {
    .buy-box {
        width: 336px;
        padding: 0 0 0 20px;
    }
}

@media (max-width: 639px) {
    .buy-box {
        max-width: 400px;
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
}

.link-recall {
    display: flex;
    align-items: center;
}

.link-recall__text {
    color: #888;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 639px) {
    .link-recall__text {
        font-size: 12px;
    }
}

.link-recall .s-reviews__rating {
    top: 0;
    display: flex;
    align-items: center;
    margin: 0 3px 0 0;
}

.link-recall .s-reviews__rating li {
    margin: 0 3px 0 0;
}

.link-recall .s-reviews__rating .s-reviews__star:after,
.link-recall .s-reviews__rating .s-reviews__non-star:after {
    position: relative;
}

#owl-goods-carousel_sync2 {
    width: 497px;
}

#owl-goods-carousel_sync2 .item {
    width: 92px;
    height: 92px;
    margin: 0 auto;
    border: 1px solid #D8D8D8;
}

#owl-goods-carousel_sync2 .owl-prev,
#owl-goods-carousel_sync2 .owl-next {
    float: none;

}

.detail-table__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 25px;
    padding: 4px 3px;
}

.detail-table__row:nth-child(odd) {
    background: #f5f5f5;
}

.detail-table__property {
    padding: 0 12px 0 0;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    width: 40%;
}

.detail-table__value {
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    display: flex;
    justify-content: flex-end;
    width: 50%;
}

@media (max-width: 639px) {
    .detail-table__property, .detail-table__value {
        font-size: 12px;
        line-height: 14px;
    }
}

.detail-table__value a {
    color: #0C9CCC;
    text-decoration: none;
}

.detail-table__value a:hover {
    color: #0C9CCC;
    text-decoration: underline;
}

.descr-box-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

@media (max-width: 767px) {
    .descr-box-title {
        font-size: 14px;
        line-height: 20px;
    }
}

.descr-box-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.descr-box-text p {
    margin: 23px 0;
}

.descr-box-list {
    list-style: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.descr-box {
    margin: 0 0 23px;
}

.detail-goods-article {
    font-size: 14px;
    line-height: 19px;
    color: #888888;
    margin: 0 0 8px;
}

.detail-goods-status {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 19px;
    color: #888888;
    margin: 0 0 25px;
}

@media (max-width: 639px) {
    .detail-goods-status {
        margin: 0 0 11px;
    }
}

.detail-goods-status span {
    display: block;
}

.detail-goods-status__ico {
    margin: 0 6px 0 0;
}

.price-box .old_price {
    text-decoration: line-through;
    font-weight: 500;
    font-size: 24px;
    line-height: 22px;
    color: #333333;
    margin: 0 0 3px;
}

.price-box .price {
    font-weight: 500;
    font-size: 24px;
    line-height: 22px;
    color: #333333;
}

.price-box {
    margin: 0 20px 0 0;
}

.wr-price-box {
    margin: 0 0 15px;
}

.wr-price-box {
    display: flex;
    align-items: flex-end;
    margin: 0 0 15px;
}

.button-main {
    flex-shrink: 0;
    min-width: 176px;
    height: 40px;
    padding: 0 15px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-style: solid;
    border-color: #FDD847;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #333333 !important;
    background: #FDD847;
    outline: none;
    user-select: none;
    transition: 150ms;
    cursor: pointer;
    text-decoration: none;
}

.button-main_big {
    min-width: 290px;
}

.button-main:hover, .button-main:focus, .button-main:active {
    outline: none;
    text-decoration: none;
    background: #FDD847;
    color: #333333;
    box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.1);
}

.wr-button-buy {
    display: flex;
    align-items: center;
    margin: 0 0 33px;
}

@media (max-width: 639px) {
    .wr-button-buy {
        margin: 0 0 18px;
    }
}

.compare-input {
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    border:0;
    background: transparent;
    box-shadow: none;
    position: absolute;
    left: -9999px;
}

.compare-label:hover .compare-ico > svg > path {
    transition: .2s;
}

.compare-input:checked + .compare-ico > svg > path,
.compare-label:hover .compare-ico > svg > path {
    d: path("M29.949 14.4548L29.9235 14.4676L25.6196 3.75558H27.5834C27.9355 3.75558 28.221 3.47009 28.221 3.11796C28.221 2.76583 27.9355 2.48034 27.5834 2.48034H15.5834V0.63762C15.5834 0.285494 15.2979 0 14.9458 0C14.5937 0 14.3082 0.285494 14.3082 0.63762V2.47396H2.31456C1.96243 2.47396 1.67694 2.75946 1.67694 3.11158C1.67694 3.46371 1.96243 3.7492 2.31456 3.7492H4.36132L0.0510096 14.4548C0.0191286 14.5295 0.00183316 14.6096 0 14.6908C0 17.6189 2.3737 19.9926 5.30181 19.9926C8.22991 19.9926 10.6036 17.6189 10.6036 14.6908C10.6018 14.6096 10.5845 14.5295 10.5526 14.4548L6.24867 3.74283H14.3082V23.458C11.2667 23.6876 8.88842 25.5367 8.88842 27.7747C8.88842 28.1268 9.17391 28.4123 9.52604 28.4123H20.3656C20.7177 28.4123 21.0032 28.1268 21.0032 27.7747C21.0032 25.5367 18.6249 23.6876 15.5834 23.458V3.74283H23.7258L19.4474 14.4548C19.4155 14.5295 19.3982 14.6096 19.3964 14.6908C19.3964 17.6189 21.7701 19.9926 24.6982 19.9926C27.6263 19.9926 30 17.6189 30 14.6908C29.9982 14.6096 29.9809 14.5295 29.949 14.4548ZM9.01594 14.0659H1.59405L5.31137 4.81403L9.01594 14.0659ZM24.6695 4.8204L28.3741 14.0659H20.9522L24.6695 4.8204Z");
}

.compare-label {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 0;
}

.compare-ico {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clickbyone-title {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin: 0 0 5px;
}

@media (max-width: 639px) {
    .clickbyone-title {
        font-size: 12px;
    }
}

.button-list {
    display: flex;
    margin: 0 0 0 23px;
}
.button-list_m-n {
    margin: 0;
}

.button-list li + li {
    flex-shrink: 0;
    margin: 0 0 0 18px;
}

.notify-box-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

.notify-box-text {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.wr-phone-buy-one-click, .wr-notify-input {
    position: relative;
    display: block;
    width: 290px;
    height: 40px;
    margin: 0 0 26px;
}

.wr-notify-input {
    margin: 14px 0 26px;
}

.button-submit-data {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-submit-data .button-main {
    min-width: 100%;
}

.notify-input-hold {
    position: relative;
}

.notify-input-placeholder {
    position: absolute;
    top: 10px;
    left: 14px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    transition: .15s;
}

.notify-input-placeholder.active {
    top: 4px;
    font-size: 8px;
    line-height: 11px;
}

.notify-input:focus + .notify-input-placeholder {
    top: 4px;
    font-size: 8px;
    line-height: 11px;
}

.wr-phone-buy-one-click .clickbyone__input,
.wr-notify-input .notify-input {
    display: block;
    width: 260px;
    height: 40px;
    border-radius: 12px;
    background: #FFFFFF;
    border: 1px solid #888888;
    box-shadow: none;
}

.notify-input {
    padding: 4px 14px 0;
}

.detail-table {
    margin: 0 0 8px;
}

.wr-link-more-info {
    margin: 0 0 27px;
    padding: 0 0 0 3px;
}

.detail-goods-property-list {
    display: flex;
    flex-wrap: wrap;
}

.detail-goods-property {
    width: 33.33%;
    padding: 0 5px;
    margin: 0 0 20px;
    text-align: center;
}

.detail-goods-navigation-button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 74px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    cursor: pointer;
}

.detail-goods-navigation-button:hover svg path {
    stroke: #0C9CCC;
}

.detail-goods-navigation-button svg {
    display: block;
}

.detail-goods-navigation-button_prev {
    left: -30px;
}

.detail-goods-navigation-button_next {
    right: -30px;
}

.detail-goods-min-img-slide .item {
    width: 94px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D8D8D8;
    margin: 0;
}

@media (max-width: 1023px) {
    .detail-goods-min-img-slide .item {
        width: 70px;
        height: 70px;
    }
    .detail-goods-navigation-button {
        width: 14px;
    }
    .detail-goods-navigation-button svg {
        width: 100%;
        height: auto;
    }
    .detail-goods-navigation-button_prev {
        left: 0;
    }

    .detail-goods-navigation-button_next {
        right: 0;
    }
}

.detail-goods-min-img-slide.slide-active .item {
    border: 1px solid #257A8E;
}

.detail-goods-carousel-slide {
    position: relative;
}

.wr-button-buy .favorite-clicked:after {
    display: none;
}
.wr-button-buy .favorite-clicked svg path {
    transition: .2s;
}

.wr-button-buy .favorite-clicked svg path,
.wr-button-buy .favorite_error:hover svg path,
.wr-button-buy .favorite:hover svg path
{
    d:path("M15 26.6904C14.5729 26.6904 14.1611 26.5356 13.8403 26.2546C12.6283 25.1949 11.4599 24.199 10.429 23.3205L10.4237 23.316C7.40135 20.7404 4.79141 18.5161 2.97546 16.325C0.945511 13.8755 0 11.553 0 9.01588C0 6.55083 0.845261 4.27666 2.37991 2.612C3.93288 0.927658 6.06377 0 8.38074 0C10.1125 0 11.6984 0.547485 13.0943 1.62712C13.7988 2.17209 14.4374 2.83905 15 3.61702C15.5628 2.83905 16.2012 2.17209 16.9059 1.62712C18.3018 0.547485 19.8878 0 21.6195 0C23.9362 0 26.0674 0.927658 27.6203 2.612C29.155 4.27666 30 6.55083 30 9.01588C30 11.553 29.0547 13.8755 27.0248 16.3248C25.2088 18.5161 22.5991 20.7401 19.5772 23.3155C18.5445 24.1953 17.3742 25.1928 16.1595 26.255C15.8389 26.5356 15.4269 26.6904 15 26.6904Z");
}

.notify-box {
    margin: 26px 0 0;
}

.notify-success {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

.manual-list {
    display: flex;
    margin: 0 0 33px;
}

.manual-item {
    flex-shrink: 0;
    margin: 0 30px 0 0;
}

.manual-link {
    display: block;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
    text-decoration: none;
    outline: none;
}

.manual-link:hover {
    color: #0C9CCC;
}

.manual-link__ico {
    display: block;
    text-decoration: none;
    outline: none;
    margin: 0 0 7px;
}

.manual-link__ico svg {
    display: block;
}
.section-action .action-panel {
    margin: 0 0 55px;
}
.action-panel {
    padding: 26px 0;
    border-bottom: 1px solid #f1f1f1;
}
.action-panel__link a {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #0C9CCC;
    text-decoration: underline;
    margin: 25px 0 0;
}
.action-panel__link a:hover {
    text-decoration: none;
}
.action-panel-title, .action-panel-title h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
}
@media (max-width: 1151px) {
    .action-panel-title, .action-panel-title h3 {
        font-size: 18px;
        line-height: 25px;
    }
}
.action-box {
    display: flex;
}
.action-box-item {
    display: flex;
    align-items: center;
}
.action-box-item_sign {
    width: 140px;
    padding: 0 50px;
}
.action-box-item_sign svg {
    width: 100%;
    height: auto;
}
@media (max-width: 1340px) {
    .action-box-item_sign {
        width: 80px;
        padding: 0 25px;
    }
}
@media (max-width: 1151px) {
    .action-box-item_sign {
        width: 65px;
        padding: 0 20px;
    }
}
@media (max-width: 992px) {
    .action-box-item_sign {
        width: 50px;
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .action-box-item_sign {
        width: 45px;
        margin: 0 auto;
        padding: 10px;
    }
    .action-box-item_equal {
        display: none;
    }
    .action-box-item__inner {
        padding: 25px 0 0;
    }
}
.action-box-item__img {
    width: 170px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1340px) {
    .action-box-item__img {
        width: 150px;
        height: 150px;
    }
}
@media (max-width: 1151px) {
    .action-box-item__img {
        width: 80px;
        height: 80px;
    }
}
.action-box-item__img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.action-box-item__block {
    width: 220px;
    padding: 12px 0 0 23px;
}
@media (max-width: 1340px) {
    .action-box-item__block {
        width: 200px;
        padding: 12px 0 0 12px;
    }
}
@media (max-width: 1151px) {
    .action-box-item__block {
        width: 150px;
        padding: 10px 0 0 12px;
    }
}
@media (max-width: 767px) {
    .action-box {
        display: block;
        max-width: 400px;
        width: 100%;
        margin: 0 0 15px;
    }
    .action-box-item__block {
        flex-grow: 1;
    }
}
.action-box-item-title, .action-box-item-title a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
}
@media (max-width: 1151px) {
    .action-box-item-title, .action-box-item-title a {
        font-size: 12px;
        line-height: 15px;
    }
}
.action-box-item-title {
    margin: 0 0 13px;
}
.action-box-item-price {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    display: flex;
    align-items: flex-end;
    margin: 0 0 16px;
}
.action-box-item-price .old-price {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: line-through;
    color: #888888;
    margin: 0 0 0 12px;
}
@media (max-width: 1151px) {
    .action-box-item__block .action-box-item-price {
        font-size: 14px;
        line-height: 22px;
    }
    .action-box-item__block .action-box-item-price .old-price {
        font-size: 12px;
        line-height: 16px;
    }
}
.detail-goods-tab .tab-pane {
    display: none;
}
.detail-goods-tab .tab-pane.active {
    display: block;
}
.tab-pane__inner {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
    .tab-pane__inner {
        border: 0;
    }
}
.tab-pane-box {
    flex-shrink: 0;
    display: flex;
}
.tab-pane-box__left {
    flex-shrink: 0;
    position: relative;
    width: 653px;
    border-right: 1px solid #f1f1f1;
    padding: 25px 10px 55px 0;
}
.tab-pane-box__right {
    flex-shrink: 0;
    position: relative;
    width: 673px;
    padding: 25px 0 55px 50px;
}

@media (max-width: 1340px) {
    .tab-pane-box {
        display: block;
    }
    .tab-pane-box__left {
        border-right: 1px solid transparent;
        width: auto;
        padding: 25px 0 55px 0;
    }
    .tab-pane-box__right {
        display: none;
    }
}
.detail-description-box, .detail-description-box h3, .detail-description-box h2, .detail-description-box p {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    margin: 17px 0 10px;
}

.detail-description-box {
    margin: -17px 0 25px;
}

.detail-description-box h3, .detail-description-box h2, .tab-pane-box .detail-table-box-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.detail-description-box ul {
    margin: 0 0 25px;
}

.detail-description-box li {
    list-style-type: initial;
    margin: 0 0 0 20px;
}

@media (max-width: 767px) {
    .detail-description-box, .detail-description-box h3, .detail-description-box h2, .detail-description-box p {
        font-size: 12px;
        line-height: 20px;
    }
    .tab-pane-box__left {
        border-right: 1px solid transparent;
        width: auto;
        padding: 25px 0;
    }
    .detail-description-box h3, .detail-description-box h2, .tab-pane-box .detail-table-box-title {
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
    }
}
.wr-detail-table-tab {
    /*max-width: 430px;*/
    max-width: 540px;
    width: 100%;
    margin: 0 0 25px;
}
.wr-detail-table-tab  .detail-table {
    margin: 0;
}
.wr-detail-table-tab .detail-table-box + .detail-table-box {
    margin: 25px 0 0;
}
.detail-table-box-title {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    padding: 4px 0;
    color: #000000;
    text-transform: lowercase;
}
.detail-table-box-title:first-letter {
    text-transform: uppercase;
}
.detail-table-box-title:after {
    content: ":";
}

.articles-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.article {
    width: calc((100% - 2 * 15px) / 3);
    padding: 0;
    margin: 0 15px 20px 0;
}
.article:nth-child(3n) {
    margin: 0 0 20px 0;
}
@media (max-width: 992px) {
    .article {
        width: calc((100% - 15px) / 2);
    }
    .article:nth-child(3n) {
        margin: 0 15px 20px 0;
    }
    .article:nth-child(2n) {
        margin: 0 0 20px 0;
    }
}
@media (max-width: 639px) {
    .article {
        max-width: 400px;
        width: 100%;
        margin: 0 auto 25px;
    }
    .article:nth-child(3n) {
        margin: 0 auto 25px;
    }
    .article:nth-child(2n) {
        margin: 0 auto 25px;
    }
    .wr-leave-review {
        text-align: center;
    }
}
.thumbnails_tab .video_block {
    position: relative;
    margin: 0 0 17px;
}
.thumbnails_tab .video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.thumbnails_tab .video_block .video-one {
    padding: 56.25% 0 0;
}
.thumbnails_tab .video_block .video-one .preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.thumbnails_tab .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.article__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.article__info {
    display: flex;
    align-items: center;
    margin: 0 0 17px;
}
.article__cat {
    display: block;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    margin-right: 40px;
    padding: 6px;
    background-color: #FDD847;
}
.article__date {
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #888888;
}
.article__title {
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px ;
    color: #333333;
}
@media (max-width: 1340px) {
    .article__title {
        font-size: 16px;
        line-height: 20px ;
    }
}
.wr-video-tab {
    padding: 25px 0 55px;
}
.section-tab {
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
.section-tab-text-block {
    margin: 0 0 25px;
}
.section-tab-text-block-title {
    font-weight: 500;
}
.section-tab p {
    margin: 0;
}
.section-tab-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin: 0 0 25px;
}
.s-reviews__star, .s-reviews__non-star {
    display: block;
    width: 15px;
    height: 15px;
}
.s-reviews__rating {
    top: 0;
}
.s-reviews__rating li {
    margin: 0;
}
.s-reviews__row_answer {
    margin: 0 0 25px 60px;
}
.dz-message__ico {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 9px;
}
.dz-message__text {
    display: block;
    max-width: 320px;
    width: 100%;
    margin: 0 auto 10px;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #333333;
}
.dz-message__text_light {
    color: #888888
}
.dz-message {
    text-align: center;
}
.s-reviews-form__files.dropzone {
    min-height: auto;
    padding: 10px;
}
.s-reviews-form__files.dropzone .dz-message {
    margin: 0;
}
.wr-button-review-submit {
    text-align: center;
    padding: 18px 0 0;
}
.wr-button-all-reviews {
    text-align: center;
}

@media (max-width: 1340px) {
    .delivery-box {
        padding: 0 20px;
    }
}

@media (max-width: 992px) {
    .delivery-box {
        padding: 0 0 0 30px;
    }
}

@media (max-width: 639px) {
    .delivery-box {
        padding: 0;
    }
}
.text-not-review {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin: 0 0 25px;
}
.box-desktop {
    display: block;
}
.box-mobile {
    display: none;
}

@media (max-width: 1340px) {
    .box-desktop {
        display: none;
    }
    .box-mobile {
        display: block;
    }
}
.section-action {
    margin: 0 0 50px;
}
#popup_n_error {
    margin: 8px 0 0;
}
.nav-tabs-detail.swiper-wrapper {
    margin: 0 !important;
    box-sizing: border-box;
}
.wr-nax-tabs-detail .swiper-scrollbar {
    display: none;
    height: 10px;
    margin: 16px 0 0;
    position: relative;
    background: transparent;
    z-index: 2;
}
.wr-nax-tabs-detail .swiper-scrollbar:after {
    content: '';
    display: block;
    height: 1px;
    background: #f1f1f1;
    position: absolute;
    top: 5px;
    width: 100%;
    z-index: 0;
}
.wr-nax-tabs-detail .swiper-scrollbar-drag {
    width: 128px;
    height: 11px;
    background: #F1F1F1;
    border-radius: 5px;
    z-index: 1;
}
.wr-nax-tabs-detail .swiper-scrollbar-drag:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #B8B8B8;
    border-left: 1px solid #B8B8B8;
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .nav_border.swiper-container {
        padding: 54px 0 0;
    }
    .wr-nax-tabs-detail .swiper-scrollbar {
        display: block;
    }
}

.button-accordion {
    display: flex;
    align-items: flex-start;
}
.button-accordion__icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 10px;
}
.button-accordion__title {
    margin: 0;
}
.hover_click_div {
    margin: 0 0 20px;
}
/* End */
/* /bitrix/templates/sigma_ua/template_styles.css?166746161549020 */
/* /bitrix/templates/sigma_ua/components/bitrix/menu/top/style.min.css?1619377396490 */
/* /bitrix/templates/sigma_ua/components/bitrix/search.title/sigma_mob/style.css?16193773961926 */
/* /bitrix/templates/sigma_ua/components/bitrix/catalog.compare.list/header/style.css?16193773951265 */
/* /bitrix/templates/sigma_ua/components/bitrix/sale.basket.basket.line/header/style.min.css?16193773963569 */
/* /bitrix/templates/sigma_ua/components/bitrix/search.title/sigma/style.css?16193773961926 */
/* /bitrix/templates/sigma_ua/components/bitrix/menu/top_mob/style.min.css?1619377396490 */
/* /local/components/skalar/search.request/templates/.default/style.css?1623249346519 */
/* /bitrix/templates/sigma_ua/styles.css?168112722830477 */
