.inner-template .wrapper {
    padding: 0 0 0 0 !important;
}

.text-tab-container {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.text-tab {
	width: 140px;
    position: relative;
    float: left;
    padding: 0 40px 0 0;
    border-right: 3px solid #B5B5B5;
}
.text-tab-item {
	position: relative;
    margin: 0 0 20px 0;
    font-size: 21px;
    line-height: 130%;
    cursor: pointer;
}
.text-tab-item.act {
	font-weight: 700;
}
.text-tab-info {
	width: 940px;
    position: relative;
}
.text-tab-info-item {
    position: relative;
    display: none;
}
.text-tab-info-item.act {
    display: block;
}
.text-tab-table {
	position: relative;
}
.text-tab-table table {
	width: 100%;
	position: relative;
	margin: 0 0 40px 0;
	font-size: 16px;
	line-height: 20px;
}
.text-tab-table table td {
	padding: 10px 0;
	border-bottom: 1px solid #B5B5B5;
}
.text-tab-table table td:first-child {
	text-align: left;
}
.text-tab-table table td:last-child {
	text-align: right;
}
.text-tab-table table td a {
	color: #181818;
	text-decoration:underline;
}

.text-tab-info-item p {
	margin: 0 0 20px 0;
}
.text-tab-info-item ul, .text-tab-info-item ol {
	margin: 0 0 20px 0;
}
.text-tab-info-item ul li {
	list-style: disc;
	margin: 0 0 10px 20px;
}	
.text-tab-info-item ol li {
	list-style: decimal;
	margin: 0 0 10px 20px;
}
.text-tab-info-item a {
	color: #181818;
}
.text-tab-info-item a:hover {
	color: #B6102C;
	text-decoration: none;
}

.developer-list {
	margin: 0 0 40px 0;
}
.developer-item {
	margin: 10px 0;
}
.developer-item a {
	padding: 0 0 0 40px;
    font-size: 18px;
	line-height: 30px;
    list-style: none;
	text-decoration: none;
	font-weight: 700;
	display: block;
    background: url(/local/templates/goodwill/images/tr-b.svg) no-repeat top left;
}
.developer-item a:hover {
	background: url(/local/templates/goodwill/images/tr-r.svg) no-repeat top left;
}
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.red-block-text {
    display: flex;
    align-items: center;
}
.red-text-price {
    font-size: 24px;
}
.red-block-info {
	width:100% !important;
}
@media screen and  (max-width:1000px){
	.text-tab {
		width: 100%;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		float: none;
		border-right: none;
	}
	.text-tab-item {
		font-size: 16px;
		margin: 0 20px 10px 0;
	}
	.text-tab-info {
		width: 100%;
		margin: 10px 0 0 0;
		padding: 20px 0 0 0;
		border-top: 3px solid #B5B5B5;
	}
}