.aside-nav_catalog .h4
{
	font-size: 1.8rem;
    line-height: 1.25;
    font-weight: 600;
    color: #000;
}
.shareTitle{
    color: #1998d6;
    font-size: 18px;
	    line-height: 1.25;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
iframe {
    max-width: 100%;
}

.big-table {
	overflow: auto;
	position: relative;
}
.big-table table {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}