.pdf-block h2 {
	font-size: 40px;
	color: rgb(37, 64, 97);
	text-align: center;
}
.pdf-block h3 {
	font-size: 30px;
	color: rgb(55, 96, 146);
	text-align: center;
}
.blueb b{
	color: #4c627d;
}
.toph h5{
	min-height: 46px;
}
.pdf-block .product-right h3 {
	text-align: left;
	margin-top: 0;
}
.pdf-block h4 {
	color: rgb(55, 96, 146);
	margin: 0 0 5px 0;
	text-align: center;
}
.pdf-block h5 {
	font-weight: normal;
	text-align: center;
}
.pdf-block {
	margin-bottom: 50px;
}
.label {
	padding-top: 5px;
} 
.label span{
	padding: 5px 20px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
} 
.blue span{
	background: rgb(6, 114, 174);
}
.orange span{
	background: rgb(255, 153, 0);
}
.green span{
	background: rgb(0, 176, 80);
}
.orangeb h2{
	text-align: center;
}
.orangeb b{
	color: rgb(255, 153, 0);
}
.circlewrap {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}
.circle {
	background-color: rgb(55, 96, 146);
	color: #fff;
	padding: 50px 50px;
	width: 226px;
	border-radius: 50%;
	position: realtive;
}
.circle:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 30px 0;
	border-color: transparent #375e92 transparent transparent;
	position: absolute;
	margin-left: -120px;
	margin-top: 35px;
}
.single-img {
	text-align: center;
}
.side-img {
	display: flex;
}
.side-img.right {
	display: flex;
	flex-direction: row-reverse;
}
.side-img img, .side-img ul{
	flex: 1 0 30%;
	align-self: center;
}
.side-img img {
	margin-right: 100px;
	max-height: 500px;
	object-fit: contain;
}
.side-img ul li {
	margin-bottom: 10px;
	border-bottom: #a1a1a1 1px solid;
	padding-bottom: 10px;	
}
.product-small img {
	max-height: 200px;
	margin-top: 15px;
}
.product-small h5 {
	text-align: center;
	font-size: 18px;
	margin: 3px 0;
}
.product-info {
    display: flex;
	max-width: 200px;
	flex-wrap: wrap;
	margin: 10px auto;
}
.product-item p {
    margin-bottom: 1px;
	text-align: center;
}
.product-item.product-small {
    text-align: center;
	flex: 1;
}
.product-info a {
    color: #000;
}
.product-info > div {
    flex: 1 0 45%;
	text-align: center;
}
.product-info div:nth-child(odd) {
	margin-right: 2px;
}
.product-info div {
    background: #cfd8e6;    
	margin-bottom: 2px;
}
.product-info div:nth-child(4n-2), .product-info div:nth-child(4n-3) {
    background: #e9eef4;    
}
.product-info div.product-vol {
    background: rgb(149, 55, 50) !important;
	color: #fff;
	margin-bottom: 3px;
}
.product-info div.product-art {
    background: rgb(76, 128, 190) !important;
	color: #fff;
	margin-bottom: 3px;
}
.products-horizontal {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.products-horizontal.around {
	justify-content: space-around;
}
.pdf-ul {
	padding: 15px 0;
	font-size: 18px;
	list-style: none;
}
.pdf-ul li{
	margin-bottom: 15px;
	margin-left: 15px;
}
.pdf-ul li:before{
	content: "";
	background: url(li.jpg) bottom center no-repeat;
	width: 23px;
	position: absolute;
	height: 21px;
	margin-left: -25px;
	
}


.product-single {
	display: flex;
	margin: 15px 0;
}
.product-single a{
    text-align: center;
    display: block;
}
.product-single img{
	max-height: 300px;
}
.product-single .product-info{
	margin: 10px auto;
}
.product-single .product-item {
	flex: 1 0 35%;
	margin-right: 5%;
}
.product-single .product-right {
	flex: 1 0 60%;
}
@media only screen and (max-width:900px) {
	.products-horizontal {flex-direction: column;}
	.side-img img {margin-right: 0px;}
}
@media only screen and (max-width:600px) {
	.pdf-block {padding: 0 15px;}
	.side-img img {
		margin-right: 0px;
		flex: 1 0 20%;
	}
	.product-single {flex-direction: column;}
}