

/* Start:/local/templates/DarkBlue_2019-esoft24.ru/components/bitrix/catalog/asp-catalog-n-2019/style.css?15876213797199*/
.catalog-section{
	padding-top:1rem;
}
.product_item{
	margin-bottom: 1.2rem;
    padding: 0;
    width: 100%;
    background-color: white;
    border: solid 1px #d9d9d9;
    border-radius: 2px;
}
.product__hot{
    border: solid 1px #339900;	
}
div.product.product__hot .product-status {
    content: "";
    position: absolute;
    top: 15px;
    left: 25px;
    line-height: 55px;
    width: 66px;
    text-align: center;
    border-radius: 50%;
    background-color: #339900;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #fff;
    /* transform: rotate(-30deg); */
    border: 4px double;
    /* box-shadow: inset 1px 3px 1px -1px rgba(255, 255, 255, 0.2), inset -1px -1px 10px -1px rgba(0, 0, 0, 0.3); */
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.7);
    z-index: 1;
    letter-spacing: 1px;
}
@media (max-width: 767.98px) {
	.product_item{
		text-align:center;
		padding:1rem;
	}
div.product.product__hot .product-status {
    content: "";
    position: absolute;
    top: 0px;
    left: 5px;
    line-height: 55px;
    width: 66px;
    text-align: center;
    border-radius: 50%;
    background-color: #339900;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #fff;
    /* transform: rotate(-30deg); */
    border: 4px double;
    /* box-shadow: inset 1px 3px 1px -1px rgba(255, 255, 255, 0.2), inset -1px -1px 10px -1px rgba(0, 0, 0, 0.3); */
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.7);
    z-index: 1;
    letter-spacing: 1px;
}	
}
.product-title{
	font-size:1.2rem;
	line-height:1.4rem;
	padding-right:2rem;	
	padding-top: 1.4rem;
}

.product-preview{
	padding: 0.7rem 1rem .7rem 0;	
	font-size: 0.9rem;
}
.product-prices{
	font-size: 0.9rem;	
}
.product-title .catalog-title{
	text-decoration:none;

}
.product-image .noimage{

	height: 180px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	background-image:url(/local/templates/DarkBlue_2019-esoft24.ru/components/bitrix/catalog/asp-catalog-n-2019/bitrix/catalog.element/goodcard/images/product_nofoto.png)
}
.product-image{
	padding-top:1.7rem;
	padding-bottom:1.7rem;	
	text-align:center;
}
.product-image img{
	max-width:150px;
	max-height:230px;
}
.product-info__row{
	font-size:1rem;
	line-height:1.2rem;
	color:#222;
	margin-bottom:0rem;
}
.product_callback{
		font-size: 1rem;
}
.product_callback p{

    text-align: center;
    padding: .25rem 0;
}
.system-nav-blue{
	margin:1rem 0;
}

.catalog-section-desc{
	margin:1rem 0 ;
}
.catalog-lists-categories{
	padding:.7rem 1rem;
	background:#fafafa;

}
.catalog-lists-categories a{
	font-size:.9rem !important;
}
.catalog-lists-categories ul{
	border:none !important;
}
.product-basket {
    padding: 1rem 1rem 1rem .5rem;
}

.product-basket a, .product-basket span{
	vertical-align:top;
}
.product-price{
	padding:0 .5rem 0 0 !important;
}


.sale-list{
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.sale-list a:hover{
	text-decoration:none !important;
}
.sale-list__item{
	border: 1px solid #ccc;
	border-bottom: none;
    border-top: 1px solid #ececec;	
    position:relative;
}

.sale-list__item:hover .sale-list__item_photo{
	filter: none;
}
.sale-list__item_body{
	transition:background-image .1s linear;
	background-position:100% 50%;
	background-repeat:no-repeat;
	background-image:url('/images/right-arrow-light-gray.png');
}
.sale-list__item:hover .sale-list__item_body{
	background-image:url('/images/right-arrow-gray.png');
}
.sale-list__item:first-child{
	border-top:none;
}
.sale-list__item:last-child{
	border-bottom:none;
}
.sale-list__item_photo{
	width: 64px;
    height: 64px;
    background: url('/images/discount.png') center center no-repeat;
    background-size: cover;
    filter: grayscale(1);
    transition:filter .2s linear;
 
}
.list-group:last-child{
	padding-right:0;
}
.list-group-item{
	line-height: 1rem;
    min-height: 50px;
	padding: .5rem 1.25rem !important;   
}
.list-group-item a{
	padding-right:0.5rem;
}
/* акция на товаре */
.action_body{
    display: inline-block;
    float: right;
    width: 230px;
    background: #254760;
    color: #fff;
    font-size: 0.65rem;
    padding-left: 0.4rem;
    line-height: 0.7rem;  
}
.action_body:hover img{
	filter: brightness(0.3);
}
.action_body h5{
	font-size: 0.8rem;
    line-height: 0.85rem;
    color: #fff;
    padding-bottom: 2px;
    position:relative;    	
}
.action_body img{
    width: 60px;
    max-height:60px;	
    transition:filter 0.3s linear;

}
.action_body:hover:after{
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 50px;
    margin-top: -35px;
    font-size: 23px;
    color: #ffffff;
    transition:all .2s linear;    
}
.catalog-old-price{
	font-size:12px;
	color:#999;
}
.catalog-old-price .catalog-old-price__strike{
	position:relative;
}
.catalog-old-price .catalog-old-price__strike::before{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	margin-top: -1px;
	top: 50%;
	left: 0;
	background-color: #e50000;
	transform: rotate(-5deg);
}

.contactless-delivery
{
    position: absolute;
    left: 15px;
    top: 0px;
    z-index:14;
    text-align: left;
    font-size: 12px;
    background: #dc3545;
    color: #fff;
    border-bottom-right-radius: 5px;
    padding: 5px 10px;
	line-height: 14px;
}
.catalog-detail-item .contactless-delivery
{
	border-radius:5px;
}
.catalog-section .product_item.product.product__hot .product-status
{
	top:25px;
}

@media (max-width: 576px) { 
.product-basket div{
    text-align:center!important;
}
.product-basket .product-price{
	padding:0.5rem 0!important;
}
.product-image{
	padding:1rem 0.5rem;
}
.product-title{
	text-align:center;
	padding:0.5rem;
}
.catalog-lists-categories ul{
	width:100%!important;
}

.catalog-detail-item .contactless-delivery
{
	left: 20px;
    top: 0px;
}

}
@media (max-width: 767.98px){
	.contactless-delivery{
	    left: -1px;
	    top: -16px;
	}
}
@media (min-width: 768px) and (max-width: 991.98px)
{
	.contactless-delivery{
	    font-size:10px;
	}
}
@media (max-width: 991.98px) {
	.list-group{
		padding-right:0!important;
	}
	.list-group:first-child .list-group-item:last-child{
		border-bottom-left-radius:0;
		border-bottom-right-radius:0;		
	}
	.list-group:last-child .list-group-item:first-child{
		border-top-left-radius:0;
		border-top-right-radius:0;		
	}	
	.list-group:first-child .list-group-item:last-child{
	    border-bottom: none;   
	}
	.action_body{
		width:100%;
		margin-bottom: 1rem
	}
}

.el-delivery-in-section {
    color: #28a745;
    font-size: 14px;
    line-height: normal;
    border: 1px solid;
    padding: 2px 5px;
    background: #fafafa;
    display: none;
    margin-bottom: 10px;
}
.el-delivery-in-section.show{
    display: inline-block;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
	.el-delivery-in-section
	{
		margin-right: 15px;
		padding: 10px 15px;
	}
}
/* End */


/* Start:/local/templates/DarkBlue_2019-esoft24.ru/components/bitrix/catalog/asp-catalog-n-2019/bitrix/catalog.element/goodcard/style.css?164725040010115*/
.catalog-cons
{
	/*display: none!important;*/
}

.catalog-cons > .cons.d-hide-switch{
	display:none;
}


.style-l1 {
	color: #CC0000;
	border-bottom:1px dashed;
}
.style-l1:hover {
	color: #ff6347;
	text-decoration: none;
}
.style-t1 {
	padding-left: 20px;
}
.tableImg {
	margin: 0 auto 20px auto;
	text-align: center;
	width: 100%;
}

.linked_action_element1 {
	background: #FC0 url(/local/templates/DarkBlue_2019-esoft24.ru/components/bitrix/catalog/asp-catalog-n-2019/bitrix/catalog.element/goodcard/images/elements/blocks/yellow-stikker-block-rb.png) right bottom no-repeat;
	color: #900;
	float: left;
	width: 50%;
	max-width: 650px;
	line-height: 1em;
	margin-top: -15px;
	margin-right: -8px;
	margin-left: 5px;
	margin-bottom: 10px;
}
.linked_action_element4 .prew {
	color: #333;
	font-size: 12px;
	line-height: 1.3em;
}

a .linked_action_element1 strong{
	color:#369;
	font-size: 18px;
	margin-bottom: 5px;
	display: block;
}
.linked_action_element5{
	margin:5px;
}

a:active {
	outline:none;
}
:focus {
	-moz-outline-style:none;
}
/*------------------------------------------------------------*/
#prices
{
	padding:3px;
	margin-bottom: 15px;
}
.good-price
{
	font-size: 11px;
	margin-bottom: 2px;
}
.good-price:not(:first-child) .catalog-name
{
	display: inline-block;
    min-width: 95px;
}
.good-price:first-child
{
	font-size: 1.2em;
}
.good-price:first-child .catalog-price
{
	color: #C00;
    font-size: 1.5em;
}
.good-price:first-child + .good-price
{
	margin-top: 10px;
}
.good-price .catalog-price
{
	color: #527599;
	font-size: small;
	font-weight: bold;
}
.good-price .catalog-price-nds
{
	font-size: 11px;
}
.callback-link
{
	min-width: 180px;
}
.catalog-image
{
	padding: 0px 20px 0 5px;
}

.catalog-cons
{
	display: table;
    border-top: 3px solid #eee;
    margin-top: 10px;
    width: 100%;
	border-spacing: 8px;
}
.catalog-cons > .cons
{
	display: table-cell;
	position: relative;
	min-height: 32px;
	padding: 5px 10px;
	padding-left: 50px;
	vertical-align: middle;
	color: #333;
	white-space: nowrap;
}
.catalog-cons > .cons + .cons
{
	margin-left: 10px;
}
.catalog-cons > .cons:before
{
	content: "";
	position: absolute;
	left: 10px;
	top: 8px;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
}
.catalog-cons > .cons.cons-instock:before
{
	background-image: url(/local/templates/DarkBlue_2019-esoft24.ru/components/bitrix/catalog/asp-catalog-n-2019/bitrix/catalog.element/goodcard/images/instock-32.png);
}
.catalog-cons > .cons.cons-delivery:before
{
	background-image: url(/local/templates/DarkBlue_2019-esoft24.ru/components/bitrix/catalog/asp-catalog-n-2019/bitrix/catalog.element/goodcard/images/delivery-32.png);
}
.catalog-cons > .cons.cons-rent:before
{
	background-image: url(/local/templates/DarkBlue_2019-esoft24.ru/components/bitrix/catalog/asp-catalog-n-2019/bitrix/catalog.element/goodcard/images/rent-32.png);
}

.catalog-cons > .table-cell
{
	padding: 7px;
}
.catalog-cons > .table-cell + .table-cell > .table
{
	border-left: 1px dashed #eee;
}

.l-b-block
{
    background-color: #f7f7f7;
    box-shadow: inset 0px 0px 20px -5px rgba(0, 0, 0, 0.05), inset 2px 0px 0px 0px #527599;
    border: 1px solid #eee;
}

.basket-or-shopping .table
{
	padding-bottom: 10px;
}
.basket-or-shopping .img_title
{
	max-width: 120px;
}

.spec_price{ line-height:1.3em }

.spec_price .catalog-price{}
@media (max-width: 767.98px) {
	#catalog-element{
		text-align:center;
	}
}
#catalog-element H1{ color:#336699; font-size:18px }
#catalog-element H2{ font-size:16px }
#catalog-element .img_title,
#noimage_1c,
.noimage
{
	margin:8px !important;
}
/* #catalog-element .img_title{ margin: 0px 25px 0px 10px; } */
#catalog-element .img_top{ position:relative; min-width: 150px; }
#catalog-element .img_top2{ position:absolute;top:-5px;left:-20px }

#catalog-element .noimage{
	margin:30px;
	height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	background-image:url(/local/templates/DarkBlue_2019-esoft24.ru/components/bitrix/catalog/asp-catalog-n-2019/bitrix/catalog.element/goodcard/images/product_nofoto.png)
	}
#catalog-element .title,
h1
{
	display: table;
    width: 100%;
    padding: 0px 5px;
    margin-bottom: 15px!important;
    
}
#catalog-element .title:before,
h1:before
{
    content: "";
    display: table-cell;
    background: url(/local/templates/DarkBlue_2019-esoft24.ru/components/bitrix/catalog/asp-catalog-n-2019/bitrix/catalog.element/goodcard/images/icon1.jpg) top left no-repeat;
    height: 48px;
    width: 48px;
    padding-right: 20px;
    vertical-align: top;
}
h1 strong{
    padding-left:10px;
    display:inline-block;
}    
#catalog-element .title  h1
{
	display: table-cell;
    vertical-align: middle;
	font-size: 1.6em;
	padding: 0;
}
#catalog-element ul li {margin-left:20px;}
#catalog-element ul ul > li{margin:3px 0 3px 40px !important;}
#catalog-element ul ul ul > li {margin:3px 0 3px 60px !important;}
.textbox_button{
	background:url(/local/templates/DarkBlue_2019-esoft24.ru/components/bitrix/catalog/asp-catalog-n-2019/bitrix/catalog.element/goodcard/images/textbox_button.jpg) no-repeat !important;
	width:139px;
	height:19px;
	border: 0;
	padding:0 0 0 10px;
	line-height:19px;
	color:#333399;
	cursor: pointer
}


#catalog-element a.button-mag {
	float:left
}


#link_action {
	display:block;
	margin:10px;
	padding:3px 10px;
	width:40%;
	float:right;
	/*background: #FC3 url(/local/templates/DarkBlue_2019-esoft24.ru/components/bitrix/catalog/asp-catalog-n-2019/bitrix/catalog.element/goodcard/images/cont_style/stikker-yellow-bgr.png) repeat-x top center;*/
	border:1px dashed #FFF;
}
#link_action:hover {/*background-color:#FC3;*//*#ffe188*/ border:1px dashed #fff}
#link_action a{background:none; color:#F30}
#link_action a:hover{/*background:none; color:#900*/}

.prop_box
{
	border-top: 3px solid #eee;
	font-size:12px;
	padding: 15px;
	margin-top: 15px;
}

.catalog-cons + .prop_box
{
	margin-top: 0;
}

.prop_box table td{
	border-bottom:1px dashed #CCC;
	padding-top:3px

}

/* ------ Favorite ------ */
#favorit_label { color:#369 }



/* ------ jivo-btn ------ */
.jivo-btn {   -webkit-box-sizing: border-box;   -moz-box-sizing: border-box;   box-sizing: border-box;   margin: 0;   text-transform: none;   cursor: pointer;   background-image: none;   display: inline-block;   padding: 6px 12px;   margin-bottom: 0;   font-size: 14px;   font-weight: normal;   line-height: 1.428571429;   text-align: center;   vertical-align: middle;   cursor: pointer;   border: 0px;   border-radius: 4px;   white-space: nowrap;   -webkit-user-select: none;   -moz-user-select: none;   -ms-user-select: none;   -o-user-select: none;   user-select: none;}.jivo-btn:hover {   box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.2), inset 0 0 20px 10px rgba(255,255,255,0.3);   -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.2), inset 0 0 20px 10px rgba(255,255,255,0.3);   -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.2), inset 0 0 20px 10px rgba(255,255,255,0.3);}.jivo-btn.jivo-btn-light:hover{   box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.3), inset 0 0 20px 10px rgba(255,255,255,0.1);   -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.3), inset 0 0 20px 10px rgba(255,255,255,0.1);   -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.3), inset 0 0 20px 10px rgba(255,255,255,0.1);}.jivo-btn.jivo-btn-light{   box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.3);   -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.3);   -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 1px rgba(0,0,0,0.3);}
.jivo-btn:active,.jivo-btn.jivo-btn-light:active{   box-shadow: 0 1px 0px rgba(255,255,255,0.4), inset 0 0 15px rgba(0,0,0,0.2);   -moz-box-shadow: 0 1px 0px rgba(255,255,255,0.4), inset 0 0 15px rgba(0,0,0,0.2);   -webkit-box-shadow: 0 1px 0px rgba(255,255,255,0.4), inset 0 0 15px rgba(0,0,0,0.2);   cursor: pointer;}.jivo-btn:active {   outline: 0;   background-image: none;   -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);   box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);}.jivo-btn-gradient {   background-image: url(//static.jivosite.com/button/white_grad_light.png);   background-repeat: repeat-x;}.jivo-btn-light.jivo-btn-gradient {   background-image: url(//static.jivosite.com/button/white_grad.png);}.jivo-btn-icon {   width:17px;   height: 20px;   background-repeat: no-repeat;   display: inline-block;   vertical-align: middle;   margin-right: 10px;   margin-left: -5px;}.jivo-btn-light {   color: #fff;}..jivo-btn-dark {   color: #222;}


/* ------  ------ */
.count-availability
{
	padding: 0 15px;
    color: #008000;
    font-weight: bold;
/*     background-color: #eee; */
/*     text-align: center; */
/*     margin-bottom: 15px; */
    font-size: 11px;
    text-transform: uppercase;
}

.what-u-get
{
	margin: 30px 0;
    padding: 12px 0;
	border-top: 5px solid;
	border-bottom: 5px solid;
	border-color: #527599;
}
.wug__holder
{
	display: table;
    margin: 0 auto;
}
.wug__block
{
	width: 20%;
	display: table-cell;
    vertical-align: top;
    padding: 0 8px;
   	box-sizing: border-box;
}

.wug__block + .wug__block
{
	border-left: 1px solid #eee;
}

.wug__inner
{
	display: table;
	width: 100%;
	text-align: center;
}
.wug__row
{
	display: table-row;
}
.wug__row.r-top
{
	color: #333;
}
.wug__row.r-middle
{
	height: 84px;
}
.wug__row.r-middle img
{
	margin: 10px !important;
}
.wug__row.r-middle > span
{
	display: inline-block;
    padding: 6px 13px;
    margin-top: 4px;
	border: 5px solid #ffeb99;
	border-radius: 50%;
	font-size: .8em;
	color: #333;
}
.wug__row.r-middle > span > span
{
	font-size: 4em;
    line-height: 1;
    display: block;
   	color: #e31e24;
   	font-weight: bold;
    margin-bottom: -7px;
    margin-top: -3px;
}
.wug__row.r-bottom
{
	font-size: .8em;
	line-height: 1.2;
}
.wug__block.its .wug__row.r-bottom > div
{
	padding: 5px;
	background-color: #ffd700;
	color: #333;
    text-transform: uppercase;
   	font-weight: bold;
   	border-radius: 4px;
}
.footer_description h3{
	font-size:1.1rem !important;
}
.product__text_description{
	text-align:left;
}

.product_callback__body{
	font-size: 0.8rem;
	line-height: 1.1rem;
	margin-bottom: .7rem;
}
.product_callback__logo{
	height: 100px;
    display: block;
    margin: auto;
}
.product_callback__phone{
	font-size: 1.2rem;
	font-weight: bold;
	padding: .3rem 0;
}
@media (max-width: 767.98px)
{
	.catalog-image-wrap img
	{
		max-height:500px;
	}
}




/* End */
/* /local/templates/DarkBlue_2019-esoft24.ru/components/bitrix/catalog/asp-catalog-n-2019/style.css?15876213797199 */
/* /local/templates/DarkBlue_2019-esoft24.ru/components/bitrix/catalog/asp-catalog-n-2019/bitrix/catalog.element/goodcard/style.css?164725040010115 */
