

/* Start:/local/templates/polaris/components/bitrix/catalog/polaris/style.css?17748634011066*/
/*.filter_wrapper {*/
/*    display: none;*/
/*}*/

/*@media (min-width: 992px) {*/
/*    .filter_wrapper {*/
/*        display: block;*/

/*    }*/
/*}*/



@media (max-width: 992px) {



    .filter_wrapper.active {
        /*display: block;*/
        -webkit-transform: translateX(-100vw);
        -ms-transform: translateX(-100vw);
        transform: translateX(-100vw);
        overflow: overlay;
    }

    .filter_wrapper {
        position: fixed;
        right: calc(-100% - 15px);
        top: 0;
        z-index: 5;
        height: 100%;
        width: 80%;
        padding: 20px;
        cursor: pointer;
        background-color: #efefef;
        -webkit-transition: transform .53s;
        -o-transition: .53s transform;
        transition: transform .53s;
        -webkit-transition-timing-function:
                cubic-bezier(.38, .52, .37, 1);
        -o-transition-timing-function: cubic-bezier(.38,.52,.37,1);
        transition-timing-function:
                cubic-bezier(.38, .52, .37, 1);
    }
}
/* End */


/* Start:/local/templates/polaris/components/bitrix/catalog.element/.default/style.css?17571513102363*/
.all_desc{
	text-decoration: none;
	color: #47567f;
	border-bottom: 1px solid;
	cursor: pointer;
}

.all_desc:hover{
	border-color: transparent;
}
.product-details__slider-thumbs{
	height:126px;
	overflow: hidden;
}
.product-details__slider-thumbs .swiper-slide{
	cursor: pointer;
	opacity: .8;
	border: 1px solid transparent;
}
.product-details__slider-thumbs .swiper-slide.swiper-slide-thumb-active{
	border: 1px solid;
	opacity: 1;
}
.nav-tab__item{
	border-radius: 0;
    color: #010916;
    padding: 30px 0;
    padding-left: 0;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}

.blue-text strong{
	padding: 0 0 0 5px;
	background:#fff;
}

.deliv-text strong{
	display: inline;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    -webkit-box-shadow: -10px 0 0 #fff, 10px 0 0 #fff;
    box-shadow: -10px 0 0 #fff, 10px 0 0 #fff;
}

.tab-pane.fade{
	display: none;
}

.catalog__product-tabs {
    margin: 3rem 0;
    background-color: #f0f1f3;
}

.catalog__product-tabs>nav {
    padding: 0 40px;
    border-bottom: 1px solid #c4c4c4;
}


.nav-tab__item.active {
    color: #010916;
    background-color: rgba(0,0,0,0);
    border-bottom: 4px solid #010916;
}

.catalog__product-tabs .tab-content .tbl {
    width: 100%;
    margin-bottom: 1rem;
    box-sizing: border-box;
    border-collapse: collapse;
}

.catalog__product-tabs .tab-content {
    padding: 40px 50px 50px;
}

.catalog .block__feed {
    padding: 30px 20px;
    margin: 0 -20px
}

.catalog .block__feed:nth-child(2n) {
    background: #e8e8e8
}

.block__feed--body strong {
    font-weight: 900;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}
.loading-content {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
#reviews-container {
    position: relative;
    transition: opacity 0.3s ease;
}
/* End */
/* /local/templates/polaris/components/bitrix/catalog/polaris/style.css?17748634011066 */
/* /local/templates/polaris/components/bitrix/catalog.element/.default/style.css?17571513102363 */
