.nomar{
    margin: 0 !important;
}
.work-time p, .ur-dannie p{
    margin: 0;
}
.work-time p:last-child, .ur-dannie p:last-child{
    margin: 0 0 20px;
}
.site-footer, .h-shop-links{
    text-align: center;
}
body div .btn-multishop.call-back-button{
    padding: 10px 27px 10px;
}
.header-contact{
    display: flex;
    flex-direction: column;
}
.heroblock-slider{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 15%;
    margin: 0;
    padding: 15%;
}
.page-styling .post-slider-main-page  ul{
    margin: 0 0 0 0;
}
.post-slider-main-page{
    margin: 0;
}
.fixed{
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
}
.site-header .h-shop-links{
    margin-left: 10px;
    padding-left: 10px;
}
.crumb-block{
	padding-top: 15px;
	padding-bottom: 15px;
}
.post-info .b-crumbs-item-news{
    padding: 0;
    margin: 0;
}
.prod-badge span.badge-3, .prod-items .prod-i .prod-i-badge span.badge-3{
    background-color: #ea1f1f;
}
.block-proizv-main-page{
    padding-bottom: 0;
}
.h-logo img{
    padding: 5px 0;
}
.multishop_product_categories{
    margin-top: 20px;
}
.price-for-main{
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    margin: 10px 0;
    text-align: center;
}
.prod-tab-props, .prod-li-props{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.prod-tab-props div{
    display: flex;
    flex: 1 1 50%;
    margin-bottom: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e4f6;
    height: auto;
}
.prod-li-props div{
    display: flex;
    flex: 1 1 50%;
    margin-bottom: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e4f6;
}
.prod-tab-props div:nth-child(even), .prod-li-props div:nth-child(even){
    color: #000;
    justify-content: flex-end;
    text-align: right;
}
.disnone{
    display: none;
}
.testimonials-car{
    text-align: center;
    margin: 30px 0;
}
.count-step{
    display: flex;
    width: 56px;
    height: 50px;
    background: #de0000;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 15px;
    margin-bottom: 10px;
}
@media only screen and (max-width : 768px) {
    .site-header, .site-header .h-shop, .header-contact {
        flex-direction: column;
        align-items: center;
    }
    .site-header .h-shop-links{
        margin: 0;
        padding: 10px 0;
        border: none;
    }
    .prod-li-props div{
        display: flex;
        flex: 1 1 50%;
        margin-bottom: 5px;
    }
}
.product-content .prod-tab .prod-tab-props dt, .product-content .prod-li-props dt {
	width: 35% !important;
}
.product-content .prod-tab .prod-tab-props dt:nth-of-type(2n+1), .product-content .prod-li-props dt:nth-of-type(2n+1) {
	clear: left !important;
}
.product-content .prod-tab .prod-tab-props dt:nth-of-type(3n+1), .product-content .prod-li-props dt:nth-of-type(3n+1) {
	clear: inherit !important;
}
.product-content .prod-tab .prod-tab-props dd, .product-content .prod-li-props dd {
	width: 14.33333% !important;
}
.main-page .front-icons{
    margin-top: 60px;
}
.bg-for-parallax{
    background: #fff;
    padding: 15px;
    border-radius: 2px;
}
.text-for-price-cart{
    font-size: 14px;
    color: #de0000;
    font-weight: bold;
    text-decoration: underline;
}

@media only screen and (max-width : 750px) {
	.product-content .prod-tab .prod-tab-props dt, .product-content .prod-li-props dt {
		width: 65% !important;
	}
	.product-content .prod-tab .prod-tab-props dd, .product-content .prod-li-props dd {
		width: 35% !important;
	}
}