body, body * {
    margin: 0;
    padding: 0;
}
body {
    height: 100vh;
    background: #eee;
    width: 100vw;
    font-family: Open Sans,sans-serif;
}
h2 {
    margin-top: 30px;
    font-size: 22px;
    font-weight: 300;
}
.top_content {
	height: 100%;
	background: #000;
	color: #fff;
}
.middle_content {
	padding-bottom: 40px;
}
.inner_block {
	width: 1000px;
	margin: 0 auto;
}
.products_container {
	overflow: hidden;
}
.one_product {
	width: 313px;
    margin: 20px 20px 0 0;
    border-radius: 10px;
    background: #fff;
    float: left;
}
.one_product .image {
	margin: 20px;
}
.one_product .image img {
	width: 100%;
}
.one_product .title {
	margin: 0 20px;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
}
.one_product .instruction_pdf {
	display: inline-block;
    height: 32px;
    padding-left: 44px;
    line-height: 32px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0 3px 20px;
    background: url(images/pdf_icon.png) left center no-repeat;
	color: #000;
}
.one_product .where_buy {
	border-top: 1px solid #eee;
	margin-top: 10px;
    padding-bottom: 15px;
}
.one_product .where_buy span {
   	display: block;
   	background: #000;
   	color: #fff;
	padding: 10px 20px;
}
.one_product .where_buy a {
	display: inline-block;
    height: 32px;
    padding-left: 44px;
    line-height: 32px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    margin: 3px 0 3px 20px;
}
.one_product .where_buy a:hover {
	opacity: 0.9;
}
.where_ozon {
    background: url(images/ozon_logo.png) left center no-repeat;
    color: #015aff;
}
.where_wb {
    background: url(images/wb_logo.png) left center no-repeat;
	color: #902984;
}