

/* Start:/local/templates/ibpstore/components/bitrix/catalog/.default/style.css?17428725952304*/
.bx-no-touch .catalog-section .product-item:hover{
    -webkit-box-shadow: var(--box-shadow) !important;
    box-shadow: var(--box-shadow) !important;
    z-index:1;
}
.bx-no-touch .catalog-section .product-item.card{
    --card-spacer-x: 1rem;
}

.default-nav-style {
    --nav-link-padding-y: 0.414rem;
    --nav-link-padding-x:1rem;
    --nav-link-font-size: 0.875rem;
    --nav-pills-link-active-color: #fff;
    --nav-pills-link-active-bg: var(--primary);
    --nav-pills-border-radius:0.2rem;
}
.default-nav-style .nav-link {
    border:1px solid;
    border-color:var(--secondary);
}
.default-nav-style .nav-link:hover {
    color: var(--nav-pills-link-active-color);
    background-color: var(--nav-pills-link-active-bg);
    border-color:var(--nav-pills-link-active-bg);
}

.default-nav-style .nav-item {
    margin-bottom:1rem;
}

.default-nav-style .nav-item:not(:last-child) {
    margin-right:1rem;
}

@media screen and (max-width: 767px) {
    .default-nav-style .nav-item {
        margin-bottom:0;
    }
    .default-nav-style {
        --nav-link-font-size: 0.857rem;
    }
}


.default-nav-style.collapse:not(.show) {
    display: flex;
}
@media screen and (min-width: 768px) {
    .default-nav-style.collapse:not(.show) {
        overflow: hidden !important;
    }
    .default-nav-style.collapse:not(.show) .nav-item.hidden{
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .default-nav-style .scroll-bg::after {
        display: none;
    }
}
@media (max-width: 767px) {
    .default-nav-style .get-more-link {
        display: none;
    }
}
.default-nav-style [data-bs-toggle="collapse"]{
    display: inline-block;
    font-family: "Iconly" !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    border: none;
    background-color: var(--light);
    border-radius: 50%;
    --nav-link-padding-x: 0.4rem;
}
.default-nav-style [data-bs-toggle="collapse"].collapsed:before{
    content:'\E003';
}
.default-nav-style [data-bs-toggle="collapse"]:not(.collapsed):before{
    content:'\E002';
}

@media (min-width: 768px) { 
    .fw-md-semibold {
        font-weight: 600!important;
    }
}
/* End */


/* Start:/local/templates/ibpstore/components/bitrix/catalog/.default/bitrix/catalog.element/reviews/style.css?174115620313114*/


.product-detail .slider-images-container,
.product-detail .slider-thumbs-container{
    position:relative;
}
.product-detail .slider-images-container .swiper-slide a,
.product-detail .slider-thumbs-container .swiper-slide a{
    position:relative;
    display:block;
    width:100%;
    height:100%;
}
.product-detail .slider-images-container .swiper-slide,
.product-detail .slider-thumbs-container .swiper-slide{
    display:flex;
    justify-content:center;
    align-items:center;
    cursor: pointer;
}

.product-detail .slider-thumbs-container .swiper-slide{
    border: 1px solid;
    border-color:#ffffff;
    border-radius: 3px;
}
.product-detail .slider-thumbs-container .swiper-slide.swiper-slide-thumb-active {
    border-color: var(--primary);
}

.product-detail .slider-thumbs-container .swiper-button-next{
    right: 0;
}
.product-detail .slider-thumbs-container .swiper-button-prev{
    left: 0;
}
.slider-thumbs-container .swiper {
    width: auto;
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.product-detail .item-image-wrapper{
    position:relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-detail .item-image-wrapper{
        max-width: 20rem;
    }
}

.product-detail .item-image-wrapper .video-bg{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.product-detail .item-image-wrapper .video-bg:after{
    content:'';
    display: block;
    position: absolute;
    top: 50%; left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 40%;
    width: 40%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjIgMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQogICAgPGNpcmNsZSBjeD0iMTEuMDA2NyIgY3k9IjExLjEzMiIgcj0iMTAuMTY3NCIgZmlsbD0iI0RDMEQxNSIvPg0KICAgIDxwYXRoIGQ9Ik0xNC43MDM5IDExLjEzMkw5LjE1ODAyIDE0LjMzMzlMOS4xNTgwMiA3LjkzMDE1TDE0LjcwMzkgMTEuMTMyWiIgZmlsbD0id2hpdGUiLz4NCjwvc3ZnPg0K");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.product-detail-properties {
    font-weight: 400;
    font-size: 0.875rem;
}
.product-detail-properties dt{
    display: grid;
    place-items: baseline;
    grid-template-columns: auto 1fr;
}
.product-detail-properties-name{
    display:inline-block;
    width:100%;
    font-weight: 400;
}
.product-detail-dotted {
    display: inline-block;
    width: 100%;
    height:2px;
    background-image: linear-gradient(to right, #333 10%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 10px 1px;
    background-repeat: repeat-x;
}
.product-detail-properties-value{
    font-weight: 500;
}
.product-detail-all-properties{
    font-weight:500;
    text-decoration: none;
}
.product-detail-all-properties:hover{
    text-decoration: underline;
}


.product-detail-price-current{
    font-size:1.438rem;
    line-height:1;
    font-weight:600;
}

.product-detail .in-stock-block{
    display:flex;
    white-space: nowrap;
    justify-content:end;
    line-height: 1.2;
    margin-right:1rem;
}
.product-detail .in-stock-block .icon-stock-rate{
    margin-right:0.25rem;
    font-size:0.85rem
}
.product-detail .in-stock-block .tooltip-img {
    margin-top:-0.05rem;
}
.product-detail .in-stock-block i.few{
    color:#D12E26;
}
.product-detail .in-stock-block i.medium{
    color:#22b14c;
}
.product-detail .in-stock-block i.lot{
    color:var(--primary);
}
.product-detail .in-stock-block i.in_production_1,
.product-detail .in-stock-block i.in_production_2{
    color:#FF9605;
}

.product-detail .kredit-block{
    display:flex;
    align-items: center;
}
.product-detail .kredit-block .title{
    display:block;
    line-height: 1;
}
.product-detail .kredit-block .tooltip-img {
    position: absolute;
    top: -0.5rem;
}
.product-detail .btn{
    --btn-padding-x: 1rem;
    --btn-font-size: 1rem;
    --btn-border-radius: 0.2rem;
}
.product-detail .product-detail-buy-button.in-cart {
    --btn-bg: var(--primary) !important;
    --btn-border-color: var(--primary) !important;
}

.product-detail-scu-block{
    display:flex;
}
.product-detail-scu-block .tooltip-img {
    margin-left: 0.5rem;
    margin-top: -0.5rem;
}

ul.product-detail-scu-item-list{
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    list-style:none;
}
ul.product-detail-scu-item-list label,
ul.product-detail-scu-item-list li{
    cursor:pointer;
}

.product-detail-scu-checkbox ul.product-detail-scu-item-list{
    flex-direction: column;
}

.product-detail-scu-text ul.product-detail-scu-item-list>li{
    position: relative;
    flex: 1 1 auto;
}
/*
ul.product-detail-scu-item-list li:not(:last-child){
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
ul.product-detail-scu-item-list li:not(:first-child), ul.product-detail-scu-item-list li:nth-child(n+3){
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}

*/
.product-detail-scu-text ul.product-detail-scu-item-list li:not(:first-child) {
    margin-left: .5rem;
}

.product-detail-scu-item-color-container,
.fake-product-detail-scu-item-text-container label,
.product-detail-scu-item-text-container {
    display: inline-block;
    box-sizing: border-box;
    border: 2px solid #C4C4C4;
    background-color: #ffffff;
    color: #414142;
    font-weight: 500;
    font-size:0.7333rem;
    padding: 0.3rem 0.65rem 0.15rem;
    line-height: 1;
    max-width: 100%;
    cursor:pointer;
    border-radius: 0.25rem;
}
.product-detail-scu-item-color-container.selected,
.product-detail-scu-item-text-container.selected{
    border: 2px solid var(--primary);
    color: #414142;
}
.fake-product-detail-scu-item-text-container .form-check-input{
    display:none;
}
.fake-product-detail-scu-item-text-container .form-check-input:checked + label {
    border: 2px solid var(--primary);
    color: #414142;
}
.product-detail-scu-item-color-container.notallowed .product-detail-scu-item-color-block,
.product-detail-scu-item-text-container.notallowed .product-detail-scu-item-text-block {
    position: relative;
    outline-color: #a9adb4 !important;
}

.product-detail-scu-item-color-container.notallowed .product-detail-scu-item-color-block:after,
.product-detail-scu-item-text-container.notallowed .product-detail-scu-item-text-block:after {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
    background-size: 80% 80%;
    content: "";
}
.product-detail-scu-checkbox .product-detail-scu-item-container{
    display: flex;
    position: relative;
}

.product-detail .product-label-text .label {
    display: flex;
}
.product-detail .review-item-rate .rate-text-block {
     display: block !important;
}
.product-detail .review-item-rate .rate-icon-block {
     display: none !important;
}
@media (max-width: 991px){
    .product-detail-other-actions .status-text-block{
        display:none !important;
    }
}
.product-detail-other-actions{
    --nav-link-font-size:0.875rem;
}
.product-detail-other-actions .review-item-rate .star-rate-label,
.product-detail-other-actions .review-item-rate .star-rate-text{
    font-size:0.875rem;
}
.product-detail-other-actions .product-video-review{
    font-size: 0.75rem;
    font-weight:500;
}
@media screen and (max-width: 991px) {
    .product-detail-other-actions{
        --nav-link-font-size:1rem;
    }
    .product-detail-other-actions .review-item-rate .star-rate-label,
    .product-detail-other-actions .review-item-rate .star-rate-text{
        font-size:1rem;
    }
    .product-detail-other-actions .product-video-review{
        font-size:0.857rem;
    }
}
.product-detail-tab-accordion{
    --accordion-active-color: #000000;
    --accordion-active-bg: none;
    --accordion-body-padding-x: 0rem;
    --accordion-body-padding-y: 1.85rem;
    --accordion-btn-focus-border-color: var(--primary);
    --accordion-btn-padding-x: 0;
    --accordion-btn-padding-y: 0.25rem;
    --accordion-btn-color: #000000;
    --accordion-btn-bg: #ffffff;
    --accordion-border-width:0;
}

.product-detail-tab-accordion .product-detail-accordion-header{
    font-weight:600;
}
.product-detail-tab-accordion .product-detail-accordion-header:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 3px solid var(--primary);
}
.product-detail-tab-accordion > ul.nav .nav-item:not(:first-child){
    margin-left:1.7rem;
}

@media screen and (min-width:768px) {
    .product-detail-tab-accordion .product-detail-accordion-header:after{
        display:none;
    }
}
/* Tabs */
.product-detail-tab-content table:not(.table) th,
.product-detail-tab-content table:not(.table) td{
    border: 1px solid var(--gray-100);
}
.product-detail-table table{
    margin-bottom: 0;
    vertical-align: middle;
}
.product-detail-table table tr td{
    padding: 0.5rem 1rem;
}
.product-detail-table table tr td:hover{
    cursor:pointer;
}
.product-detail-table table tr:last-child th,
.product-detail-table table tr:last-child td{
    border-bottom-width:0;
}
.product-detail-table table td:first-child{
    width: 80%;
}
.product-detail-table table td:last-child{
    width: 20%;
    text-align: right;
}
.product-detail-table table .depth-level-2 .item-num,
.product-detail-table table .depth-level-2 .item-name{
    padding-left: 1.5rem;
}
.product-detail-table table .depth-level-3 .item-num,
.product-detail-table table .depth-level-3 .item-name{
    padding-left: 2.5rem;
}
.product-detail-table table .depth-level-4 .item-num,
.product-detail-table table .depth-level-4 .item-name{
    padding-left: 2.5rem;
}
.product-detail-table table {
    --table-hover-bg: #f7f7f7 !important
}
.product-detail-table table .item-num{
    width: 1%;
    padding-left: 1rem;
    padding-right: 0;
    color:#666666;
    font-weight:400;
}
.product-detail-downloads .download-item-header{
    color: var(--primary);
    padding: 0.5rem 0rem;
    font-weight: 500;
}

.product-detail-downloads .downloads-item-row:last-child{
    margin-bottom: 0;
}

.product-detail-downloads a{
    font-weight: 500;
    color:var(--primary) !important;
}
@media (max-width: 767px) {
    .product-detail-downloads table td{
        width: 100% !important;
        float: left;
        text-align: left !important;
        border-bottom-width: 0;
        padding: 0.5rem 0;
    }
    .product-detail-downloads table tr td:last-child{
        border-bottom-width: 1px;
    }
    .product-detail-table table .depth-level-2 .item-num,
    .product-detail-table table .depth-level-2 .item-name,
    .product-detail-table table .depth-level-3 .item-num,
    .product-detail-table table .depth-level-3 .item-name,
    .product-detail-table table .depth-level-4 .item-num,
    .product-detail-table table .depth-level-4 .item-name{
        padding-left: 1rem;
    }
}
/* Tabs content style */


/*region Small Card*/
.product-item-detail-short-card-fixed {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 310;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 4px 14px 0 rgba(32, 54, 74, .23);
    transition: top 220ms linear;
}
.product-item-detail-short-card-fixed.active {
    bottom: -1px;
    opacity: 1;
}
/*endregion*/


.product-detail .detail_text .quote b {
    font-weight: 600;
}

.product-detail .detail_text .header {
    color: #000000;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5714rem;
    /*margin: 1.4rem 0 1.4rem 0;*/
    margin: 1.2rem 0 1.2rem 0;
}

.half > p {
    margin-top: 0.4286rem !important;
}
.yandex-badge > .yandex-pay-badge+.yandex-pay-badge {
    margin-top:0.25rem;
}
.yandex-pay-badge-content {
    min-width: 1.15rem;
    margin-right: -1.15rem;
}
.yandex-pay-badge-content.wide {
    min-width:0.4rem;
    margin-right: -0.4rem;
}

.yandex-pay-info-text{
    font-size:0.857rem;
    padding-left: 1.15rem;
}
@media screen and (min-width: 768px){
    .yandex-pay-info-text{
        font-size:0.625rem;
    }
}
#yandex-pay-popup.fancybox__content{
    width:100%;
    max-width:30rem;
}
.yandex-pay-popup-link:hover{
    cursor:pointer;
}
#yandex-pay-popup .how-it-works .img-block{
    margin-bottom:0.5rem;
}
#yandex-pay-popup .how-it-works img{
    max-width: 3rem;
    margin:0 auto;
}
#yandex-pay-popup .how-it-works .title{
    font-size:0.75rem;
    line-height:1.2
}
/* End */


/* Start:/local/templates/ibpstore/components/tbwp/compare.item/.default/style.css?1760929651547*/
.compare-item-link:hover{
    cursor:pointer;
}
.compare-item-link .nav-link:hover,
.compare-item-link .nav-link.active{
    color:var(--primary) !important;
    text-decoration: none;
}

.compare-item-link .status-text-block{
    display:inline;
    padding-left: 0.25rem;
}
.compare-item-link .status-text-block span{
    display:none;
}
.compare-item-link .nav-link:not(.active) .status-text-block span:first-child{
    display:inline-block;
}
.compare-item-link .nav-link.active .status-text-block span:last-child{
    display:inline-block;
}

/* End */


/* Start:/local/templates/ibpstore/components/tbwp/favourites.item/.default/style.css?1760929651695*/
.favourite-item-link:hover{
    cursor:pointer;
}
.favourite-item-link .nav-link i{
    vertical-align: 1px;
}
.favourite-item-link .nav-link:hover,
.favourite-item-link .nav-link.active{
    color:var(--primary) !important;
    text-decoration: none;
}
.favourite-item-link .nav-link .block-icons{
    display:inline-block;
}

.favourite-item-link .status-text-block{
    display:inline;
    padding-left: 0.25rem;
}
.favourite-item-link .status-text-block span{
    display:none;
}
.favourite-item-link .nav-link:not(.active) .status-text-block span:first-child{
    display:inline-block;
}
.favourite-item-link .nav-link.active .status-text-block span:last-child{
    display:inline-block;
}

/* End */


/* Start:/local/templates/ibpstore/components/tbwp/reviews.add/.default/style.css?17387596042275*/
.tbwp-reviews-star-input{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.tbwp-reviews-star-input .star-input-group {
    display: inline-flex;
}
.tbwp-reviews-star-input .rating__icon {
    pointer-events: none;
}
.tbwp-reviews-star-input .rating__input {
    position: absolute !important;
    left: -9999px !important;
}
.tbwp-reviews-star-input .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    color:var(--danger);
}
.tbwp-reviews-star-input .rating__input:checked ~ .rating__label .rating__icon {
    color:var(--secondary);
}
.tbwp-reviews-star-input .star-input-group:hover .rating__label .rating__icon {
    color:var(--danger);
}
.tbwp-reviews-star-input .rating__input:hover ~ .rating__label .rating__icon {
    color:var(--secondary);
}

.tbwp-reviews-add .user-field-rate{
    border:1px solid var(--border-color);
    border-radius:var(--border-radius);
    padding:1rem;
}
.tbwp-reviews-add .user-field-rate .tbwp-reviews-field-star{
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.tbwp-reviews-add .user-field-rate .tbwp-reviews-field-star .label{
    padding-left:0;
    margin-bottom:0.5rem;
}
.tbwp-reviews-add .user-field-rate .tbwp-reviews-field-star .rating__label{
    font-size:1.5rem;
}

.tbwp-reviews-add .photo-input .file-selectdialog .file-extended .file-load-img {
    background:url("/local/templates/ibpstore/components/tbwp/reviews.add/.default/images/picture.png") no-repeat 0 0;
    height:79px;
    left:80px;
    top:0;
    position:absolute;
    width:90px;
    background-size: contain;
}
.tbwp-reviews-add .video-input .file-selectdialog .file-extended .file-load-img {
    background:url("/local/templates/ibpstore/components/tbwp/reviews.add/.default/images/video.png") no-repeat 0 0;
    height:79px;
    left:80px;
    top:0;
    position:absolute;
    width:90px;
    background-size: contain;
}
.tbwp-reviews-add .file-selectdialog .file-extended .file-selector{
    padding: 20px 0 20px 188px;
}
.tbwp-reviews-add .bx-user-consent{
    line-height:1;
}
.tbwp-reviews-add .bx-user-consent .main-user-consent-request-announce-link{
    font-size:0.75rem;
    color:var(--secondary);
}
/* End */


/* Start:/local/components/tbwp/reviews.field.rate/templates/main.edit/style.css?17376722091085*/
.tbwp-reviews-field-star{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.tbwp-reviews-field-star .label{
    padding-right:1rem;
}
.tbwp-reviews-field-star .requeried{
    color:var(--danger);
}

.tbwp-reviews-field-star .star-input-group {
    display: inline-flex;
}
.tbwp-reviews-field-star .rating__icon {
    pointer-events: none;
}
.tbwp-reviews-field-star .rating__input {
    position: absolute !important;
    left: -9999px !important;
}
.tbwp-reviews-field-star .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 1rem;
    color:var(--danger);
}

.tbwp-reviews-field-star .rating__input:checked ~ .rating__label .rating__icon {
    color:var(--secondary);
}
.tbwp-reviews-field-star .star-input-group:hover .rating__label .rating__icon {
    color:var(--danger);
}
.tbwp-reviews-field-star .rating__input:hover ~ .rating__label .rating__icon {
    color:var(--secondary);
}

/* End */


/* Start:/local/templates/ibpstore/components/tbwp/reviews.add/.default/bitrix/main.field.enum/main.edit/style.min.css?1738759604640*/
.main-enum-dialog-input{padding:3px 32px 3px 3px;height:auto;min-height:38px;  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI1IDE2Ij4gIDxwb2x5Z29uIGZpbGw9IiM1MzVDNjkiIGZpbGwtcnVsZT0iZXZlbm9kZCIgcG9pbnRzPSIzLjU0NiA3LjQyNSAzLjU0NiAxLjYwNyAxLjYwNyAxLjYwNyAxLjYwNyA4LjM5NCAxLjYwNyA5LjM2NCA5LjM2NCA5LjM2NCA5LjM2NCA3LjQyNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDkuOSAxLjY1NykiLz48L3N2Zz4=); background-repeat:no-repeat;background-position:right center;color:#535c69;box-sizing:border-box;-moz-appearance:none;-webkit-appearance:none;appearance:none}
/* End */


/* Start:/local/templates/ibpstore/components/tbwp/reviews.add/.default/bitrix/main.file.input/drag_n_drop/style.css?17387596048953*/
.file-placeholder {
	margin-left: 56px;
}
.file-placeholder .loading-wrap {
    display:inline-block;
    margin-left:15px;
    vertical-align:middle;
    position:relative;
    width:50%;
}
.file-placeholder .loading {
    background:#e3ebed;
    display:block;
    border:1px solid;
    border-top:1px solid #bcc2c4;
    border-left-color:#cfd7d9;
    border-right-color:#cfd7d9;
    border-bottom:1px solid #dde5e6;
    border-radius:2px;
    height:17px;
    -webkit-box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);
    -moz-box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);
    box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);
}
.file-placeholder .loading .del-but {
    background: url("/local/templates/ibpstore/components/tbwp/reviews.add/.default/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat 7px -20px;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.file-placeholder .load-indicator {
	background:#40c0e9;
    background:linear-gradient(top, #40c0e9, #2698db);
    background:-moz-linear-gradient(top, #40c0e9, #2698db);
    background:-o-linear-gradient(top, #40c0e9, #2698db);
    background:-ms-linear-gradient(top, #40c0e9, #2698db);
    background:-webkit-gradient(linear, left top, left bottom, from(#40c0e9), to(#2698db));
    border-radius:2px;
    color:#fff;
    font-size:12px;
    height:19px;
    text-align:center;
    text-shadow:0 1px 0 rgba(56, 124, 162, 1);
    left:0;
    top:0;
    position:absolute;
}
.file-placeholder .load-number {
	display:inline-block; box-sizing:border-box; padding-top:2px;
}
.file-placeholder .files-title {
	background:url("/local/templates/ibpstore/components/tbwp/reviews.add/.default/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat;
	color:#5c6470;
	font-size:12px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
	left:13px;
	top:12px;
	width:54px;
	padding-left:20px;
	position:absolute;
}
.file-placeholder .files-list-wrap {
	margin-left:56px;
}
html* .file-placeholder .files-list {
	width: auto !important;
}
.file-placeholder .files-list {
	margin-top:-10px;
	table-layout:fixed;
	width:100%;
	position:relative;
}
.file-placeholder .files-list td {
	box-shadow:0 -2px 0 -1px #FFFFFF inset;
	border-bottom:1px solid #dde5e8;
	color:#5c6470;
	font-size:12px;
	line-height:16px;
	padding:10px 0 10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	position: relative;
	zoom:1;
}
.file-placeholder .file-edit,
.file-placeholder .file-section {
	display: none;
}
.file-placeholder .files-name {
	width:30%
}
.file-placeholder .files-size {
	width:12%
}
.file-placeholder .files-storage {
	width:20%
}
.file-placeholder .files-storage .files-storage-text{
	display: inline-block;
	width:80px;
	color:#5C6470;
}
.file-placeholder .files-storage-block {
	position:relative;
}
.file-placeholder .files-text {
	-moz-box-sizing: border-box;
	color: #2067B0;
	display: inline-block;
	font-weight: bold;
	max-width: 100%;
	padding-right: 20px;
	position: relative;
	zoom:1;
}
.file-placeholder .error-load .files-text {
	color:#bb0000;
}
.file-placeholder .f-wrap {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	word-wrap: break-word;
	zoom:1;
}
.file-placeholder .del-but {
	background: url("/local/templates/ibpstore/components/tbwp/reviews.add/.default/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat 0 0;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.file-placeholder .files-text .del-but {
	background-position:6px -19px;
	display:inline-block;
	margin-top:-2px;
	position:static;
	vertical-align:top;
}
.file-placeholder .loading .del-but {
    background-position: 7px -20px;
    top: 0;
}
.file-placeholder .files-storage-block .del-but {
    background-position: 7px -20px;
    top: 0;
}
.file-placeholder .info-icon {
	background:url("/local/templates/ibpstore/components/tbwp/reviews.add/.default/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat -112px -60px;
	display:inline-block;
	height:16px;
	margin-right:10px;
	vertical-align:middle;
	width:17px;
}
.file-placeholder .stor-place {
	display:inline-block;
	margin-left:10px;
	vertical-align:top;
}
.file-placeholder .stor-text {
	display:inline-block;
	border-bottom:1px solid #5c6470;
}
.file-placeholder .stor-pl-arrow {
	background:url("/local/templates/ibpstore/components/tbwp/reviews.add/.default/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat -130px -23px;
	display:inline-block;
	margin-left:10px;
	height:5px;
	vertical-align:middle;
	width:3px;
}
.file-placeholder .edit-stor {
	background:url("/local/templates/ibpstore/components/tbwp/reviews.add/.default/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat 4px -64px;
	/*cursor:pointer;*/
	/*display:inline-block;*/
	display: none;
	height:15px;
	margin-left:0px;
	vertical-align:middle;
	width:15px;
}
.file-placeholder .files-path,
.file-placeholder .files-path:visited,
.file-placeholder .files-path:active,
.file-placeholder .files-path:link,
.file-placeholder .files-path:hover {
	border-bottom:1px dashed #5C6470;
	display:inline-block;
	color:#5C6470;
	/*margin-left:10px;*/
	text-decoration:none;
}
.file-placeholder .files-placement,
.file-placeholder .files-placement:visited,
.file-placeholder .files-placement:active,
.file-placeholder .files-placement:link,
.file-placeholder .files-placement:hover {
	display:inline-block;
	color:#5C6470;
	/*margin-left:10px;*/
	text-decoration:none;
}
.file-selectdialog {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F4F8F9;
    border-color: #CED0D1 #CED1D1 #D3D7D8;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px -1px rgba(164, 164, 164, 0.698) inset;
    margin-bottom: 11px;
    overflow: hidden;
    padding: 13px 30px 0 0;
    position: relative;
	display: none;
}
.file-selectdialog .file-placeholder{
	margin-left: 56px;
}
.file-selectdialog .file-simple .file-placeholder {
	margin-top: 0px;
	margin-left: 90px;
}
.file-selectdialog .file-label {
    background: url("/local/templates/ibpstore/components/tbwp/reviews.add/.default/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat -146px -186px;
    color: #5C6470;
    font-size: 12px;
    left: 13px;
    padding-left: 20px;
    position: absolute;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    top: 12px;
    width: 54px;
	line-height: 20px;
}
.file-selectdialog .file-extended .file-selector {
    border-radius: 5px 5px 5px 5px;
    color: #A0AEB5;
    font-size: 17px;
    font-weight: bold;
    line-height: 26px;
    margin: 30px 0 10px;
	border:3px dashed #d4dde1;
	padding:21px 0 40px 188px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.file-selectdialog .file-extended .file-selector-active {
	background-position:57px -88px;
	border:3px dashed #d4dde1;
	padding:21px 0 40px 190px;
}

.file-selectdialog .file-extended .file-load-img {
	background:url("/local/templates/ibpstore/components/tbwp/reviews.add/.default/bitrix/main.file.input/drag_n_drop/images/loading-place-img.gif") no-repeat 0 0;
	height:79px;
	left:58px;
	top:20px;
	position:absolute;
	width:90px;
}

.file-selectdialog .file-extended .file-uploader {
    color: #2067B0;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}
.file-selectdialog .file-extended .file-uploader .file-but-text {
	cursor: pointer;
	display: block;
	width:100%;
	height:100%;
}
.file-selectdialog .file-simple .file-uploader .file-fileUploader {
	/*font-size: 12px;*/
}
.file-selectdialog .file-uploader .file-fileUploader {
	font-size:120px;
	height:85px;
	opacity:0;
	filter: alpha(opacity=0);
	position:absolute;
	right: 0;
	top: -20px;
	cursor: pointer;
}
.file-selectdialog .file-uploader .file-filemacos {
	left:0 !important;
}
.file-selectdialog .file-label2 {
	color: #5C6470;
    font-size: 12px;
    margin-left: 58px;
    padding-bottom: 11px;
}
.file-selectdialog .file-simple,
.file-selectdialog .file-extended {
	display: none;
	margin-left: 30px;
}
.file-selectdialog .file-simple .file-label2 {
	margin-top:20px;
}
.file-selectdialog .file-simple .file-selector{
	color:#5c6470;
	overflow: hidden;
	height: 30px;
	/*font-size:12px;*/
	font-weight:bold;
	margin:6px 0 6px 90px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
}
.file-selectdialog .file-simple .file-uploader{
	overflow: hidden;
    position: relative;
	display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: middle;
	cursor:pointer;
}
.file-selectdialog .file-simple .file-uploader-left{
    background: url("/local/templates/ibpstore/components/tbwp/reviews.add/.default/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat 0px -240px;
    display: inline-block;
    height: 25px;
    vertical-align: top;
    width: 4px;
}
.file-selectdialog .file-simple .file-uploader-right{
    background: url("/local/templates/ibpstore/components/tbwp/reviews.add/.default/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") no-repeat -7px -240px;
    display: inline-block;
    height: 25px;
    vertical-align: top;
    width: 4px;
}
.file-selectdialog .file-simple .file-but-text{
    background: url("/local/templates/ibpstore/components/tbwp/reviews.add/.default/bitrix/main.file.input/drag_n_drop/images/live_feed_sprite.png") repeat-x 0 -267px;
    color: #7A808C;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    padding: 2px 10px 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    vertical-align: top;
}
.file-selectdialog  .file-hint{
	display: block;
	font-weight: 500;
	text-align:center;
	font-size: 12px;
	padding:15px;
	color:#7A808C;
}

/* End */
/* /local/templates/ibpstore/components/bitrix/catalog/.default/style.css?17428725952304 */
/* /local/templates/ibpstore/components/bitrix/catalog/.default/bitrix/catalog.element/reviews/style.css?174115620313114 */
/* /local/templates/ibpstore/components/tbwp/compare.item/.default/style.css?1760929651547 */
/* /local/templates/ibpstore/components/tbwp/favourites.item/.default/style.css?1760929651695 */
/* /local/templates/ibpstore/components/tbwp/reviews.add/.default/style.css?17387596042275 */
/* /local/components/tbwp/reviews.field.rate/templates/main.edit/style.css?17376722091085 */
/* /local/templates/ibpstore/components/tbwp/reviews.add/.default/bitrix/main.field.enum/main.edit/style.min.css?1738759604640 */
/* /local/templates/ibpstore/components/tbwp/reviews.add/.default/bitrix/main.file.input/drag_n_drop/style.css?17387596048953 */
