

/* Start:/local/templates/pumpseals/components/bitrix/news.list/info_menu/style.css?17472092671437*/
.info_menu {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.info_menu * {
	transition: .2s;
	box-sizing: border-box;
}

.info_menu .info_menu_item {
	display: block;
    width: 15%;
    border: 4px solid #134fb0;
    padding: 15px;
    margin: 0 2% 2% 0;
    text-decoration: none;
    overflow: hidden;
}

.info_menu .info_menu_item:hover {
	border: 4px solid #3e72c8;
	background-color: #eaf2ff;
}

.info_menu .info_menu_item:nth-child(6n) {
	margin: 0 0 2% 0;
}

.info_menu .info_menu_item .info_menu_item_img img {
	width: 100%;
}

.info_menu .info_menu_item .info_menu_item_name {
	text-align: center;
	margin-bottom: .4em;
}

.info_menu .info_menu_item .info_menu_item_name span {
	font-family: Golos;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    color: #134FB0;
}

.info_menu .info_menu_item:hover .info_menu_item_name span {
	text-decoration: underline;
}

@media screen and (max-width: 1220px) {
	.info_menu .info_menu_item {
		flex-basis: 23.5%;
	    border: 4px solid #134fb0;
	    margin: 0 2% 2% 0;
	}

	.info_menu .info_menu_item:nth-child(4n) {
		margin: 0 0 2% 0;
	}
}

@media screen and (max-width: 669px) {
	.info_menu .info_menu_item {
		flex-basis: 49%;
		border: 4px solid #134fb0;
		margin: 0 2% 2% 0;
	}

	.info_menu .info_menu_item:nth-child(2n) {
		margin: 0 0 2% 0;
	}
}
/* End */
/* /local/templates/pumpseals/components/bitrix/news.list/info_menu/style.css?17472092671437 */
