/*start баннеры на главной*/
	.index-banners-wrap{
		margin-top: 24px;
	}
	.index-banners{
		max-width: none;
		font-size: 0;
		margin: -10px -8px;
	}
	.index-banners .elem-column{
		display: inline-block;
		vertical-align: top;
		width: 25%;
	}
	.index-banners .elem-column:nth-child(1){
		width: 20%;
	}
	.index-banners .elem-column:nth-child(2){
		width: 30%;
	}
	.index-banners .elem-column:nth-child(3){
		width: 20%;
	}
	.index-banners .elem-column:nth-child(4){
		width: 30%;
	}
	.index-banners .elem-column:nth-child(1) .bg {
		background-position: center bottom;
	}
	.index-banners .elem-column:nth-child(2) .bg {
		background-position: center right;
	}
	.index-banners .elem-column:nth-child(3) .bg {
		background-position: center bottom;
	}
	.index-banners .elem-column:nth-child(4) .bg {
		background-position: center right;
	}
	.index-banners .elem-wrap{
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
		width: 100%;
		padding: 10px 8px;
		position: relative;
	}
	.index-banners .elem{
		position: relative;
		box-sizing: border-box;
		height: 228px;
		border: 1px solid #e7e8ea;
		background-color: #fff;
	}
	.index-banners .elem a {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 5;
	}
	.index-banners .elem a span {
		position: absolute;
		right: 4px;
		bottom: 4px;
		display: inline-block;
		width: 32px;
		height: 32px;
		background: rgba(0,0,0,0.1);
		color: #ffffff;
		font-size: 18px;
		line-height: 32px;
		text-align: center;
	}
	.index-banners .elem a:hover span {
		background: rgba(0,0,0,0.3);
	}
	.index-banners .elem .name {
	}
	.index-banners .elem .btn-simple {
		white-space: nowrap;
	}
	.index-banners .text-wrap{
		padding: 32px;
		position: relative;
		z-index: 2;
		display: block;
		width: auto;
		color: #000000;
	}
	.index-banners .bg {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.index-banners .name-c {
		line-height: 1;
	}
	.index-banners .name{
		display: inline-block;
		max-height: 40px;
		overflow: hidden;
		font-family: "robotomedium";
		font-size: 18px;
		line-height: 20px;
		text-decoration: none;
		color: #000000;
		transition: all 0.2s ease-in-out;
		padding: 0;
		margin-bottom: 0;
		margin-left: 0;
	}
	.index-banners .name:hover{
		color: #444444;
	}
	.index-banners .name:active{
		position: relative;
		top: 1px;
	}
	.index-banners .descr{
		max-height: 48px;
		overflow: hidden;
		margin-bottom: 12px;
		font-size: 13px;
		line-height: 16px;
		padding: 8px 0;
		margin-left: 0;
	}
/*start для левого меню*/
@media all and (max-width: 18000px){
	.index-banners .name{
		font-size: 16px;
	}

	.index-banners .elem{
		height: auto;
		padding: 0;
	}
	.index-banners .text-wrap {
		padding: 16px;
	}
	.index-banners .elem-column:nth-child(1) .elem{
		height: 360px;
	}
	.index-banners .elem-column:nth-child(2) .elem{
		height: 170px;
	}
	.index-banners .elem-column:nth-child(3) .elem{
		height: 360px;
	}
	.index-banners .elem-column:nth-child(4) .elem{
		height: 170px;
	}
}

@media all and (max-width: 1300px){
	.index-banners{
		margin: -6px;
	}
	.index-banners .elem-wrap{
		padding: 6px;
	}
	.index-banners .text-wrap {
		padding: 16px;
	}
	.index-banners .text-wrap .descr {
		display: none;
	}
	.index-banners .elem-column:nth-child(1) {
		width: 30%;
	}
	.index-banners .elem-column:nth-child(2) {
		width: 40%;
	}
	.index-banners .elem-column:nth-child(3) {
		width: 30%;
	}
	.index-banners .elem-column:nth-child(4) {
		width: 100%;
	}
	.index-banners .elem-column:nth-child(1) .elem{
		height: 384px;
	}
	.index-banners .elem-column:nth-child(2) .elem{
		height: 186px;
	}
	.index-banners .elem-column:nth-child(3) .elem{
		height: 384px;
	}
	.index-banners .elem-column:nth-child(4) .elem{
		height: 186px;
	}
	.index-banners .elem-column:nth-child(4) .elem-wrap {
		width: 50%;
	}
}

@media all and (max-width: 1200px){
	.index-banners .text-wrap {
		padding: 16px;
	}
	.index-banners .text-wrap .descr {
		display: none;
	}
	.index-banners .elem-column:nth-child(1) {
		width: 30%;
	}
	.index-banners .elem-column:nth-child(2) {
		width: 40%;
	}
	.index-banners .elem-column:nth-child(3) {
		width: 30%;
	}
	.index-banners .elem-column:nth-child(4) {
		width: 100%;
	}
	.index-banners .elem-column:nth-child(1) .elem{
		height: 384px;
	}
	.index-banners .elem-column:nth-child(2) .elem{
		height: 186px;
	}
	.index-banners .elem-column:nth-child(3) .elem{
		height: 384px;
	}
	.index-banners .elem-column:nth-child(4) .elem{
		height: 186px;
	}
}
@media all and (max-width: 768px){
	.index-banners .name {
		display: block;
		font-size: 12px;
	}
	.index-banners .elem{
		height: 146px;
	}
	.index-banners .descr{
		display: none;
	}
	.index-banners .elem-column:nth-child(1) {
		width: 35%;
	}
	.index-banners .elem-column:nth-child(2) {
		width: 65%;
	}
	.index-banners .elem-column:nth-child(3) {
		width: 35%;
	}
	.index-banners .elem-column:nth-child(4) {
		width: 65%;
	}
	.index-banners .elem-column:nth-child(1) .elem{
		height: 214px;
	}
	.index-banners .elem-column:nth-child(2) .elem{
		height: 100px;
	}
	.index-banners .elem-column:nth-child(3) .elem{
		height: 214px;
	}
	.index-banners .elem-column:nth-child(4) .elem{
		height: 100px;
	}
	.index-banners .elem-column:nth-child(4) .elem-wrap {
		width: 100%;
	}
}
