.banners-index {
	margin-top: 18px;
	display: grid;
	grid-gap: 15px;
}
.banners-index__block {
	display: grid;
	grid-gap: 15px;
}

/*>>>>>>>*/
.banners-index__block:nth-child(1) {
	grid-template-columns: repeat(4, 1fr);
}
.banners-index__block:nth-child(1) .banners-index__item:nth-child(1) {
	grid-column: span 2 / auto;
	grid-row: span 2 / auto;
	height: 300px;
}
.banners-index__block:nth-child(1) .banners-index__item:nth-child(2) {
	grid-row: span 2 / auto;
}
.banners-index__block:nth-child(1) .banners-index__item:nth-child(3) {
	grid-row: span 2 / auto;
}

.banners-index__block:nth-child(1) .banners-index__item:nth-child(1) .banners-index__bcg {
	height: 90%;
	top: 5%;
	right: 5%;
}
.banners-index__block:nth-child(1) .banners-index__item:nth-child(2) .banners-index__bcg {
	height: 70%;
	top: auto;
	right: 0;
	bottom: 5%;
	background-position: bottom center!important;
}
.banners-index__block:nth-child(1) .banners-index__item:nth-child(3) .banners-index__bcg {
	height: 63%;
	top: auto;
	right: 0;
	bottom: 5px;
	background-position: center center !important;
}
.banners-index__block:nth-child(1) .banners-index__item:nth-child(4) .banners-index__bcg {
	height: 70%;
	top: auto;
	right: 5px;
	bottom: 5px;
	background-position: center center !important;
}
/*<<<<<<<*/
/*>>>>>>>*/
.banners-index__block:nth-child(2) {
	grid-template-columns: repeat(4, 1fr);
}

.banners-index__block:nth-child(2) .banners-index__item:nth-child(1) {
	grid-column: span 2 / auto;
	grid-row: span 2 / auto;
	height: 300px;
}
.banners-index__block:nth-child(2) .banners-index__item:nth-child(2) {
	grid-row: span 2 / auto;
}
.banners-index__block:nth-child(2) .banners-index__item:nth-child(3) {
	grid-row: span 2 / auto;
}

.banners-index__block:nth-child(2) .banners-index__item:nth-child(1) .banners-index__bcg {
	height: 80%;
	top: 17%;
	right: -9%;
}
.banners-index__block:nth-child(2) .banners-index__item:nth-child(2) .banners-index__bcg {
	height: 48%;
	top: auto;
	bottom: 10%;
	right: 0;
	background-position: center center!important;
}
.banners-index__block:nth-child(2) .banners-index__item:nth-child(3) .banners-index__bcg {
	height: 54%;
	top: auto;
	bottom: 10%;
	right: 0;
	background-position: center center!important;
}
/*<<<<<<<*/
/*>>>>>>>*/
.banners-index__block:nth-child(3) {
	grid-template-columns: repeat(2, 1fr);
}
.banners-index__block:nth-child(3) .banners-index__item:nth-child(1) .banners-index__bcg {
	height: 90%;
	top: 5%;
	right: 15%;
}
.banners-index__block:nth-child(3) .banners-index__item:nth-child(2) .banners-index__bcg {
	height: 95%;
	top: 3%;
	right: 5%;
}
/*<<<<<<<*/


.banners-index__item {
	/*background: linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(206,206,206,0) 100%);
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(rgba(206,206,206,0)));
	background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(206,206,206,0) 100%);
	background: -o-linear-gradient(top,rgba(255,255,255,0) 0,rgba(206,206,206,0) 100%);*/
	background: #c6e8f3a6;
	padding: 15px;
	cursor: pointer;
	border: 1px solid #c4c4c4;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: border-color .2s;
	-o-transition: border-color .2s;
	transition: border-color .2s;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,.1);
	box-shadow: 0 10px 20px rgba(0,0,0,.1);
	position: relative;
}
.banners-index__item:hover {
	border: 1px solid #0164a4;
}
.banners-index__bcg {
	position: absolute;
	height: 70%;
	width: 100%;
	background-repeat: no-repeat !important;
	background-position: center right !important;
	background-size: contain !important;
	top: 15%;
	right: 0;
	z-index: 10;
}

.banners-index__item-text {
	position: relative;
	z-index: 100;
}
.banners-index__item-title {

}
.banners-index__item-title a {
	font-size: 28px;
	color: #000 !important;
	text-decoration: none;
	font-weight: 600;
}
.banners-index__item-title a:hover {

}
.banners-index__item-links {
	margin-top: 10px;
}
.banners-index__item-links ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
.banners-index__item-links ul li {

}
.banners-index__item-links ul li a {
	color: #0c0b0b  !important;
	line-height: 28px;
	font-size: 21px;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}
.banners-index__item-links ul li a:hover {
	color: #0164a4 !important;
	text-decoration: underline;
}


/* Large desktops and laptops */
@media (min-width: 1200px) {

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Landscape phones and smaller */
@media (max-width: 480px) {
	.banners-index__block:nth-child(1) {
		grid-template-columns: 1fr;
	}
	.banners-index__block:nth-child(2) {
		grid-template-columns: 1fr;
	}
	.banners-index__block:nth-child(2) .banners-index__item:nth-child(1) {
		grid-column: span 2 / auto;
		grid-row: span 2 / auto;
	}
	.banners-index__block:nth-child(2) .banners-index__item:nth-child(3) {
		grid-row: span 2 / auto;
	}
	.banners-index__block:nth-child(2) .banners-index__item:last-child {
		grid-column: auto;
	}
	.banners-index__block:nth-child(3) {
		grid-template-columns: 1fr;
	}
	.banners-index__block:nth-child(2) .banners-index__item:nth-child(2) .banners-index__bcg {
		height: 53%;
		top: auto;
		bottom: 5px;
		right: 0;
		background-position: center right!important;
	}
	.banners-index__block:nth-child(2) .banners-index__item:nth-child(3) .banners-index__bcg {
		height: 50%;
		top: auto;
		bottom: 5px;
		right: 0;
		background-position: center center!important;
	}
	.banners-index__block:nth-child(3) .banners-index__item:nth-child(1) .banners-index__bcg {
		right: 5%;
	}
	.banners-index__block:nth-child(3) .banners-index__item:nth-child(2) .banners-index__bcg {
		right: 0%;
	}
	.banners-index__block:nth-child(1) .banners-index__item:nth-child(4) .banners-index__bcg {
		height: 30%;
	}
	.banners-index__block:nth-child(1) .banners-index__item:nth-child(1) .banners-index__bcg {
		right: 0%;
	}
}

/* Custom, iPhone 6/7/8/X */
@media (max-width: 375px) {

}

/* Custom, iPhone Retina 5/SE */
@media (max-width: 320px) {

}