@charset "utf-8";
/* CSS Document */

/* Main */
main { min-height: 300px; }
.main.index > .left { width: 24.3%; }
.main.index > .center { width: calc(56.95% - 32px); margin: 0 16px; }
.main.index > .right { width: 18.75%; }

.main.index > .left > .-conteiner--1,
.main.index > .right > .-conteiner--1 { padding: 16px 14px; }

.news-strelka > .left { width: calc(100% - 198px - 16px); margin-right: 16px; }
.news-strelka > .right { width: 198px; }

.strelka { position: relative; margin-bottom: 80px; padding-bottom: 0; }
.strelka:after { content: ''; display: block; position: absolute; bottom: -57px; left: 0; width:100%; height: 64px; pointer-events: none; background: no-repeat center bottom url(../img/strelka-0179D2.svg); background-size: cover; }

@media (max-width: 1100px) {
	.news-strelka, .news-strelka > .left, .news-strelka > .right { display: block; }
	.news-strelka > .left, .news-strelka > .right { width: 100%; }
	
	.strelka { margin-bottom: 8px; }
	.strelka:after { display: none; }
	
	.strelka .ban-cont { max-width: 166px; margin: 16px auto; }
	
	.ban-body, .ban-body-edit { display: none; }
}

@media (max-width: 768px) {
	
	/* Main */
	.news-strelka > .left, .news-strelka > .right { display: inline-block; width: 100%; margin: 0; }
	
	.main.index { display: flex; flex-flow: row wrap; }
	.main.index > .left, .main.index > .center, .main.index > .right { display: inline-block; width: 100%; margin: 0; }
	.main.index > .left { order: 2; } 
	.main.index > .center { order: 1; }
	.main.index > .right { order: 3; }
}