.catalog_detail_desc{
    overflow: hidden;	
}
.detail_content_all .detail_popup_shadow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;	
}
.detail_content_all .detail_popup_block{
    margin: 0 -10px;
    position: relative;
    top: 50%;
    background: #FFFFFF;
        padding: 40px 30px 30px 30px;
    box-shadow: 0px 0px 53.58px 3.42px rgba(0, 0, 0, 0.57);
	z-index: 1001;
}
.detail_content_all .detail_popup_close{
    position: absolute;
    background-image: url(/local/templates/vtt/components/bitrix/news.list/sertifikati/images/icon-delete_black.png);
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;	
}
.detail_content_all .loading_gif{
    width: 100%;
    height: 100px;
    background-image: url(/local/templates/vtt/components/bitrix/news.list/techpodderjka/images/loading_vtt.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.product_in_page_block .catalog_elements{
    display: inline-block;
    width: 100%;
}
.product_in_page_block .catalog_element_header{
    float: left;
    width: 100%;
    background-color: #4668B0;
    color: #FFFFFF;
    line-height: 40px;
    font-weight: bold;
    font-size: 14px;	
}
.product_in_page_block .catalog_element_items{
    float: left;
    width: 100%;	
	font-size: 14px;
}
.product_in_page_block .catalog_element_item{
    float: left;
    width: 100%;
    border-bottom: 1px solid #CBCBCB;	
}
.product_in_page_block .catalog_element_item:hover{
	background-color: #E2EAFD;
}
.product_in_page_block .catalog_element_header_name{
	width: 400px;
	float: left;
    padding: 0px 20px 0px 15px;
}
.product_in_page_block .catalog_element_header_article{
	width: 110px;
	float: left;
}
.product_in_page_block .catalog_element_header_price{
    width: 160px;
    float: right;
    text-align: right;
    padding-right: 20px;
}
.product_in_page_block .catalog_element_name{
	width: 400px;
	float: left;
}
.product_in_page_block .catalog_element_name a{
	color: #0066a6;
    padding: 10px 20px 10px 15px;
    display: block;
}
.product_in_page_block .catalog_element_article{
	width: 110px;
	float: left;
	line-height: 40px;
}
.product_in_page_block .catalog_element_price{
    line-height: 40px;
    width: 160px;
    float: right;
    text-align: right;
    padding-right: 20px;
}