.catalog-price {
	 color:red;
}
div.catalog-sections-top table td {
	padding-right:10px;
	padding-top:10px;
}


.legals_sidebar {
  display: inline-block;
    -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 300px;
  padding-right: 30px;
  background: transparent;
}


.legals_content {

  float: right;
  width: calc(100% - 300px);
  background: #FFF;
  border-radius: 2px;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,.05);
  box-shadow: 0 8px 16px 0 rgba(0,0,0,.05);
}

.container>h2 {
	display: none;
}

body {
    color: #2A2A2A;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-image: none !important;
    background-color: #F6F8F9 !important;
}

.all {
    margin: 0 auto;
    width: 100% !important;
    max-width: 1080px !important;
}

#container__item {
	padding-top: 40px;
}


#container__item h2.legals-header {
    color: #2f3236;
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}


.legals-section-name {
	margin-top: 15px;
	color: #2f3236;
	text-transform: uppercase;
	font-weight: 600
}

.legal-section-element a {
	font-size: 15px;
	color: #64696f;
    margin-bottom: 16px;
    text-decoration: none;
}

.legal-section-element.active a {
	color: #0096db;
    margin-bottom: 16px;
    font-weight: 600;
    text-decoration: none;
}