div.product_list
{
margin-top: 3rem;
}

div.product_list a.item
{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
width: 100%;
height: 10rem;
overflow: hidden;
margin-top: 2rem;
text-decoration: none;
/*outline: solid 1px red;*/
}

div.product_list a.item div.picture
{
height: inherit;
flex-shrink: 1;
flex-grow: 1;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
/*outline: solid 1px red;*/
}

div.product_list a.item div.text
{
height: inherit;
flex-shrink: 0;
flex-grow: 0;
background: #08aea1;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
padding: 0 3rem;
/*outline: solid 1px red;*/
}

div.product_list a.item.issledovaniya div.text
{
width: 30%;
}

div.product_list a.item.razvitie-sistemy-gosudarstvennoy-statistiki div.text
{
width: 40%;
}

div.product_list a.item.mezhdunarodnye-partnyerstva-i-proekty div.text
{
width: 35%;
}

div.product_list a.item.zhurnal-voprosy-statistiki div.text
{
width: 45%;
}

div.product_list a.item.izdatelskaya-deyatelnost div.text
{
width: 30%;
}

div.product_list a.item div.text p
{
font-size: 1.5rem;
line-height: 1.75rem;
font-weight: 800;
text-transform: uppercase;
color: #fff;
margin-top: 0;
}

@media (max-width: 800px)
{
div.product_list { margin-top: 2rem; }

div.product_list a.item { height: 6rem; margin-top: 1rem; }

div.product_list a.item div.text { padding-left: 2rem; padding-right: 2rem; }
div.product_list a.item.issledovaniya div.text { width: 40%; }
div.product_list a.item.razvitie-sistemy-gosudarstvennoy-statistiki div.text { width: 45%; }
div.product_list a.item.mezhdunarodnye-partnyerstva-i-proekty div.text { width: 50%; }
div.product_list a.item.zhurnal-voprosy-statistiki div.text { width: 45%; }
div.product_list a.item.izdatelskaya-deyatelnost div.text { width: 40%; }

div.product_list a.item div.text p { font-size: 1rem; }
}

@media (max-width: 480px)
{
div.product_list { margin-top: 2rem; }

div.product_list a.item { height: 6rem; margin-top: 1rem; }

div.product_list a.item.issledovaniya div.text { width: 60%; }
div.product_list a.item.razvitie-sistemy-gosudarstvennoy-statistiki div.text { width: 70%; }
div.product_list a.item.mezhdunarodnye-partnyerstva-i-proekty div.text { width: 65%; }
div.product_list a.item.zhurnal-voprosy-statistiki div.text { width: 55%; }
div.product_list a.item.izdatelskaya-deyatelnost div.text { width: 60%; }
}
