body, html{
	min-width: 320px;
}

.topic_table .doubleImage__helper {
	width: 25%;
	height: 15%;
	margin: 5px;
	max-width: 70px;
}

.panel.nopanel{
	margin: 0;
	background-color: inherit;
	border: none;
	webkit-box-shadow: none;
    box-shadow: none;
}
.left-menu .panel .panel-collapse{
	display: none;
}
.left-menu .acc-help{
	display: none;
}
.left-menu a + a{
	margin-top: 0;
}
.content-img{
	float: right;
}

.left-menu a:hover{
	/*background: #fff;*/
	color: #E62330;
	text-decoration: none;
}
.help-item-blade{
	width: 100%;
}
.help-item-blade .first-coll{
	width: 102px;
	max-width: 102px;
	padding: 10px;
}
.help-item-blade .second-coll{
	vertical-align: middle;
}
.help-item-blade .title-red{
	margin: 0 20px;
}
.help-item-blade .third-coll{
	text-align: center;
}
.help-item-blade .third-coll-links{
	min-width: 260px;
}
.logos.pull-right{
	bottom: 40px;
}
.logos.pull-left{
	bottom: 30px;
}

.tab-content>.tab-pane{
	padding-bottom: 25px;
    padding-top: 25px;
}
.frontPage__main{
	min-height: calc(100% - 115px)
}

@media all and (max-width: 766px) {

	.topic_table .doubleImage__helper {
		width: 20%;
		height: 20%;
	}

	.help-item-blade .linkPrev_tab{
		display: none!important;
	}
	.help-item-blade .third-coll,
	.help-item-blade .third-coll-links{
		text-align: center;
		min-width: inherit;
	}
}

@media all and (max-width: 600px) {


	.panel.nopanel{
		background-color: #f8f8f8;
	}

	.left-menu .panel .panel-collapse.in{
		display: block;
		background-color: #fff;
		color: #6D6D6D;
		border-bottom: 1px solid #e8e8e8;
	}
	.topic_table_text {
		font-size: 18px;
	}
	.right-content{
		display: none;
	}
	.left-menu{
		width: 100%;
		padding-right: 10px;
	}

	.left-menu a{
		background: #f8f8f8;
		border-bottom: 1px solid #e8e8e8;

	}
	.left-menu a:focus {
		background-color: #f8f8f8;
		color: gray;
	}
	.left-menu a:hover{
		/*background: none;*/
		color: gray;
	}
	.left-menu a.menu-it-active{
		background: #f8f8f8;
		color: #E62330;
		text-decoration: none;
	}

	.nav-tabs{
		margin-left: 15px;
		margin-right: 15px;
	}
	.doubleImage__helper img{
		left: 0;
	}
	.panel-collapse .topic_table_text{
		width: 100%;
		padding-right: 20px;
	}
	.panel-collapse .content-img{
		width: auto;
		text-align: center;
		padding: 20px 0;
		float: none;
	}
	.panel-collapse .content-img img{
		display: inline-block;
	}
	.left-menu .panel .panel-collapse{
		padding-bottom: 20px;
	}
	.left-menu .acc-help{
		display: block;
	}
	.left-menu .tab-help{
		display: none;
	}
	div.menu{
		margin-top: 50px;
	}
	.help-item-blade .second-coll h1{
		font-size: 21px;
		line-height: 26px;
	}

}