.header-img {
    position: absolute;
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    z-index: 10;
}
.active .header-img {
	display: none;
}
.header.white .container {
    z-index: 20;
}
.header.white:after {
    z-index: 15;
}
.header.white:before {
    z-index: 15;
}
.product-img {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.product-button-container {
		float:left;
	}

	.product-button-container li {
	    display: inline-block;
	    width: 210px;
        margin-right: 15px;
	}


	.product-button-container a {
	    display: block;
	    font-size: 16px;
	    line-height: 20px;
	    font-family: "medium";
	    color: #34c800;
	    -moz-border-radius: 25px;
	    -webkit-border-radius: 25px;
	    border-radius: 25px;
	    position: relative;
	    text-align: left;
	}

	.product-button-container a:before {
	    display: block;
	    content: "";
	    background: url("../images/icons.png") no-repeat;
	    position: absolute;
	}

	.product-button-container a.price {
	    padding: 14px 0 16px 58px;
	    background-color: #34c800;
	    color: #fff;
	}

	.product-button-container a.price:before {
	    top: 10px;
	    left: 16px;
	    background-position: 0 -100px;
	    width: 32px;
	    height: 31px;
	}

	.product-button-container a.price:hover {
	    border: none;
	    background-color: rgba(52, 200, 0, 0.7);
	}

	.product-button-container a.service {
	    border: 2px solid #34c800;
	    padding: 12px 0 14px 56px;
	}

	.product-button-container a.service:before {
	    top: 10px;
	    left: 16px;
	    background-position: -32px -100px;
	    width: 21px;
	    height: 21px;
	}

	.product-button-container a.service:hover {
	    background-color: #34c800;
	    color: #fff;
	}

	.product-button-container a.service:hover:before {
	    background-position: -53px -100px;
	}
.home-news-tags {
	position: absolute;
	left: 40px;
	bottom: 18px;
	
	display: block;
	line-height: 1;
}
.home-news-tags a {
	margin-right: 8px;
	
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
    line-height: 12px;
    text-decoration: none;
}
.home-news-tags a:hover {
	color: rgba(255, 255, 255, 1);
}

body.page404 .header-inline,
body.page404 .breadcrumbs {
	display: none;
}

.h2-link {
	color: #25237b;
}
.h2-link:hover {
	text-decoration: underline;
}