        .page-preloader {
            position: fixed;
            background-color: #fff;
            width: 100%;
            height: 100%;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            z-index: 20000;
        }
        .inner-loader {
            width: 32px;
            height: 32px;
            background: url({$wa_theme_url}img/preloader.gif) center center no-repeat;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
        }



.wca-body, #wca_vk_modal { z-index:99999999!important }
/* <!-- Кнопка виджета --> */
.wca-body .wca-btn:after, .wca-body .wca-btn:before { border-color:#DF1F32 }.wca-body .wca-btn-bg { background-color:#DF1F32 }.wca-body .wca-btn .wca-ico svg path { fill:#FFFFFF }
/* <!-- Модальное окно --> */
.wca-body .wca-modal .wca-modal-header { background-color:#DF1F32 }.wca-body .wca-modal .wca-modal-header { color:#FFFFFF }
/* <!-- Кнопка наверх --> */

/*  теги в рубрике  */

.category_tags a.link{
    display:inline-block;
    padding:10px;
		background:#fff;
    border-radius:5px;
    font-size:13px;
    text-decoration:none;
    margin-right:10px;
    margin-bottom:10px;
	}
	.category_tags a.link:hover{
    background:#144C8B;
    color:#fff;
	}
	.category_tags a.more{
    display:none;
	}
	.category_tags a.more.show{
    display:inline-block;
	}
	
	
.table_contact {
    width: 100%; 
    border: solid 1px blue;
} 
.table_contact p {
    text-align: right;
}
.table_contact td {
    text-align: right
}
.table_contact h1 {
    text-align: justify;
}

/*  страница товара вкладка сертификаты */
#certificates .certificate {
	margin: 10px 0;
}
#certificates .certificate.several-files .certificate-title {
	margin-bottom: 10px;}
	

