

/* Start:/local/templates/.default/components/bitrix/catalog/home_catalog_1.0/style.css?1762773968521*/
.no-filter .right_block{
	width: 100%;
	padding-left: 0;
}
.no-filter .left_block{
	display: none;
}
.right_block{
	width: 80%;
	padding-left: 65px;
}

.left_block{
    width: 20%;
}
.pr-ct {
	font-size: 16px;
	margin-left: 5px;
	font-weight: 500;
}

@media only screen and (max-width: 1000px){
	.right_block{
		width: 70%;
		padding-left: 40px;
	}

	.left_block{
	    width: 30%;
	}
}

@media only screen and (max-width: 767px){
	.right_block{
		width: 100%;
		padding-left: 0px;
	}

	.left_block{
	    width: 100%;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/home_catalog_1.0/bitrix/catalog.element/.default/style.css?17694330257532*/
.catalog-detail .no-photo{
    height: 300px;
}

.filter {
    width: 24%;
}
.catalog-detail .detail_info .img_block{
    width: 45%;
    min-height: 300px;
    position: relative;
}

.catalog-detail .preview_text{
    color: #606060;
}

.catalog-detail .detail_text{
    width: 55%;
    padding-left: 30px;
}

.catalog-detail .detail_text .h4{
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
}

.catalog-detail .detail_text .tab_text img{
    max-width: 195px;
    height: auto;
    padding: 5px;
}

.catalog-detail .detail_info .img_block .item_image{
    padding-bottom: 20px;
    position: relative;
    width: 100%;
}

.catalog-detail .detail_info .img_block .item_image:after{
    content: "с";
    text-align:  right;
    bottom: 0;
    right: 0;
    font-size: 20px;
    display: block;
    font-family: nx, Tahoma, Geneva, sans-serif;
    color: #bdbdbd;
}

.catalog-detail .old_price{
    color: #606060;
    font-size: 18px;
    position: relative;
    display: inline-block;
    /* margin-top: 25px; */
}

.catalog-detail .old_price b{
    font-weight: normal;
    position: relative;
}

.catalog-detail .old_price:before {
    content: '';
    height: 2px;
    background: #b6b6b6;
    display: block;
    width: 100%;
    position: absolute;
    top: 11px;
    z-index: 0;
}

.catalog-detail .old_price s.r{
    position: relative;
    padding-left: 0;
    font-size: 75%;
}

.catalog-detail .price{
    margin-right: 15px;
    font-size: 26px;
    font-weight: bold;
    color: #8b2131;
-webkit-align-items: baseline;
     -ms-flex-align: inherit;
        align-items: baseline;
}

.catalog-detail .ost{
    color: #c2d108;
    font-weight: bold;
    margin: 28px 0 0;
}

.catalog-detail .art{
    color: #8b2131;
    font-weight: bold;
    font-size: 14px;
}

.catalog-detail .art b{
    color: #303030;

}

.catalog-detail .price s.r{
        font-size: 75%;
}

.catalog-detail:after {
	content:'';
	display:block;
	clear:both;
}

.catalog-detail h3{
	font-size: 18px;
	text-align: center;
	margin: 30px 0 10px;
}

.img-detail{
    float: left;
    width: 470px;
    height: 400px;
    overflow: hidden;
    margin: 0 30px 30px 0;
    position: relative;
    z-index: 1;
}

.img-detail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.catalog-detail .item_video{
    width: 30%;
    padding: 10px 10px 10px 10px;
}

.catalog-detail .list_video{
    margin: 0 -10px;
}

.catalog-detail .item_video img{
    max-width: 100%;
    height: auto;
}

.catalog-detail .tab, .catalog-detail .tab_opened{
    padding-bottom: 5px;
}

.catalog-detail .close:after {
    content: "⇩";
    background: transparent;
    font-family: nx, Tahoma, Geneva, sans-serif;
    color: #b4060b;
    font-size: 20px;
    top: -10%;
}

.catalog-detail .open:after {
    content: "⇧";
    background: transparent;
    font-family: nx, Tahoma, Geneva, sans-serif;
    color: #b4060b;
    font-size: 20px;
    top: -10%;
}

.section-anons{
    margin-bottom: 50px;
}

.tab_block{
    margin-top: 39px;
    position: relative;
}

.tab_block .btn_tab{
    position: relative;
    order: 1;
    background-color: transparent;
    padding: 20px 30px;
    color: #606060;
    min-width: 147px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 27px; 
    font-weight: bold;
    
}

.tab_block .btn_tab.active{
    color: #8b2131;
    position: relative;   
}

.tab_block:before{
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    display: block;
    height: 60px;
    top: 0px;
    width: 100%;
    background: #ebebeb;
}

.tab_block .tab_text{
    order: 2;
    width: 100%;
    overflow: hidden;
    display: block;
    height: 0;
    position: relative;
    font-size: 15px;
}

.tab_block .tab_text.block{
    display: block;
    overflow: visible;
    height: auto;
}

.tab_block p{
    color: #606060;
    margin: 12px 0;
}

.product-modal {
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 1000;
    width: 400px;
    max-width: 90%
}
.product-modal__btn-block {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.product-modal__btn-continue {
    padding: 8px 15px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    cursor: pointer;
}
.product-modal__btn-basket {
    padding: 8px 15px;
    background: #8b2131;
    color: #fff;
    border: none;
    cursor: pointer;
}
.btn.nx-to-basket, .btn.nx-to-basket:hover {
    min-width: 180px;
    text-align: center;
}

.percent-block {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 7px;
    background-color: #8b2131;
    color: #fff;
    z-index: 9;
    font-weight: 500;
    letter-spacing: 0.5px;
}

@media (max-width: 800px){
    .tab_block {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 780px){
    .tab_block .btn_tab {
        background-color: transparent;
        padding: 20px 9px;
        display: inline-block;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        cursor: pointer;
        text-decoration: none;
    }
}

@media only screen and (max-width: 800px){
    .catalog-detail .detail_info .img_block{
        width: 100%;
    }
    
    .catalog-detail .detail_text{
        width: 100%;
        padding-left: 0;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 767px){
     .catalog-detail{
        width: 100%;
    }
    .filter {
        width: 100%;
    }
}

@media only screen and (max-width: 678px){
    .tab_block .tab_text{
        order: inherit;
        margin-bottom: 15px;
    }

    .tab_block .btn_tab{
        order: inherit;
        width: 100%;
        margin-bottom: 10px;
        background: #ebebeb;
    }
    
    
    .tab_block .btn_tab.active:after{
        left: 47%;
    }
    
    .tab_block{
        margin-top: 0px;
    }

   .catalog-detail .detail_text .h4{
        margin-top: 20px;
   }
}

.specs-table {
    width: 100%;
    border-collapse: collapse;
}
.specs-table th,
.specs-table td {
    padding: 10px 12px;
    vertical-align: top;
    text-align: left;
}
.specs-table th {
    font-weight: 600;
    white-space: nowrap;
    width: 1%;
}
.specs-table tr:nth-child(even) {
    background-color: #f0efefa1;
}

.breadcrumb_image {
    display: none !important;
}

.bx-breadcrumb .bx-breadcrumb-item span {
    color: #000 !important;
}

.bx-breadcrumb.nx-flex-row-c-c {
    display: block;
    margin-bottom: 50px;
    margin-top: -50px;
}

@media (max-width: 1170px) {
    .bx-breadcrumb.nx-flex-row-c-c  {
        margin-top: -90px;
    }
}

@media (max-width: 1024px) {
    .bx-breadcrumb.nx-flex-row-c-c  {
        margin-top: -60px;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .specs-table,
    .specs-table tbody,
    .specs-table tr,
    .specs-table td,
    .specs-table th {
        display: block;
        width: 100%;
    }
    .specs-table th {
        padding-top: 12px;
        padding-left: 0;
        border-bottom: 1px solid #eee;
    }
    .specs-table td {
        padding-left: 0;
        padding-bottom: 12px;
        border: none;
    }
    .specs-table tr:nth-child(even) {
        background-color: unset;
    }
    .bx-breadcrumb.nx-flex-row-c-c  {
        margin-top: 10px;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/home_breadcrumb/style.min.css?1568035076511*/
.bx-breadcrumb{margin:5px 0}.bx-breadcrumb i{color:#fff;line-height:13px;font-size:14px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:7px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item:nth-last-child(2){margin-right:0}.bx-breadcrumb .bx-breadcrumb-item span{font-size:14px;white-space:normal;color:#fff;font-weight:500}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0;text-decoration:none}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/home_catalog_1.0/ip/news.section.line/.default/style.css?16977203884058*/
.more_product .img-section-item{
    width: 255px;
    position: relative;
    margin: auto;
}
.more_product .img_product{
    height: 205px;
    width: 100%;
    position: relative;
    margin: auto;
    border: 1px dashed #b7b7b7;
}

.more_product .img_product img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.more_product .img_product.vertical_img img {
    object-fit: contain;
}

.more_product .more_item{
    text-align: center;
    padding: 7px;
    margin-bottom: 20px;
    text-decoration: none;
    position: relative;
}

.more_product .h5{
    text-align: center;
    text-transform: none;
    text-decoration: none;
}

.more_product .ost_true, .more_product .ost_false{
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

.more_product .ost_true{
    color: #398fc8;
}

.more_product .ost_false{
    color: #e74343;
}

.more_product .price, .more_product .old_price{
    position: relative;
    font-weight: bold;
    color: #8b2131;
    font-size: 16px;
-webkit-align-items: flex-end;
    -ms-flex-align: start;
        align-items: flex-end;
}

.more_product .price{
    font-size: 20px;
}

.more_product .old_price{
    color: #606060;
    margin-left: 20px;
}

.more_product .old_price:before{
    content: '';
    height: 2px;
    background: #303030;
    display: block;
    width: 100%;
    position: absolute;
    top: 11px;
    z-index: -1;
}

.more_product .price .r, .more_product .old_price .r{
    font-size: 80%;
    font-weight: normal;
}

.more_item:hover  .nx-basket-byer a.nx-to-basket,
.more_item:hover .img_product:before,
.more_item:hover .img_product:after{
    visibility: visible;
}

.more_product .img_product:before{
     content: "";
    visibility: hidden;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #8b2131;
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 18px;
    text-align: center;
}

.more_product .img_product:after{
     content: "с";
    position: absolute;
    left: 35px;
    bottom: 29px;
    visibility: hidden;
    color: #fff;
    font-family: nx, Tahoma, Geneva, sans-serif;
    font-size: 20px;
}

.more_product .more_item  .nx-basket-byer{
    position: absolute;
    right: 21px;
    bottom: 20px;
}

.more_product .available .nx-flex-row-l-c, .more_product .available .btn_light{
    display: none;
}

.more_item .nx-basket-byer a.nx-to-basket{
    visibility: hidden;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 50px;
    height: 50px;
    font-size: 0;
    border-radius: 50%;
    border: none;
    background: #c2d108;
    padding: 0;
    min-width: 0;
     -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.more_product  .nx-to-basket:before{
    content: "";
    display: block;
    width: 24px;
    height: 28px;
    background: url(/local/templates/defans_home/images/css_sprites.png) -10px -467px;
}
.more_product  .added .nx-to-basket:before{
    content: "У";
    display: block;
    width: 24px;
    height: 28px;
    font-family: nx, Tahoma, Geneva, sans-serif;
    font-size: 20px;
    color: #fff;
    background: transparent;
}
.more_item .nx-basket-byer.added a.nx-to-basket{
    visibility: visible;
}

.more_product .slick-next, 
.more_product .slick-prev{
    bottom: -47px;
    width: 31px;
    height: 31px;
    border-radius: 0;
    border: 1px solid #cccccc;
    font-size: 25px;
    line-height: 30px;
    -webkit-transform: translate(15px, -50%);
    -ms-transform: translate(15px, -50%);
    transform: translate(15px, -50%);
}

.more_product .slick-next{
    padding-left: 2px;
}

.more_product .slick-prev{
    padding-right: 2px;
}

.more_product .slick-next:hover, 
.more_product .slick-prev:hover{
    background: #8b2131;
    border-color: #8b2131;
    color: #fff;
}


/* End */
/* /local/templates/.default/components/bitrix/catalog/home_catalog_1.0/style.css?1762773968521 */
/* /local/templates/.default/components/bitrix/catalog/home_catalog_1.0/bitrix/catalog.element/.default/style.css?17694330257532 */
/* /local/templates/.default/components/bitrix/breadcrumb/home_breadcrumb/style.min.css?1568035076511 */
/* /local/templates/.default/components/bitrix/catalog/home_catalog_1.0/ip/news.section.line/.default/style.css?16977203884058 */
