.float_banners_accordtec  {
	background-image: url(/images/accordtec/float.webp);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 200px;
	position: relative;
}
.float_banners_accordtec h2 a,
.float_banners_accordtec h2 {
	color: #fff;
}
.float_banners_accordtec .item-views {
	margin-top: 50px;
}
.float_banners_accordtec .items {
	display: grid;
	grid-template-columns: repeat(4, 1fr); 
	gap: 20px;
}

.float_banners_accordtec .item {
	filter: drop-shadow(10px 11px 8.4px rgba(0, 0, 0, 0.25));
	overflow: hidden;
	border-radius: 24px;
	position: relative;
	height: 350px;
}
.float_banners_accordtec .item .image  {
	border-radius: 24px;
}
.float_banners_accordtec .item .inner-text {
	background: rgba(255, 255, 255, 0.71);
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
    padding: 24px 4px;
    z-index: 1;
    transition: .3;
}
.float_banners_accordtec .item:hover .inner-text {
	background: linear-gradient(0deg, #2584B4 0%, #265290 100%);
}
.float_banners_accordtec .item:hover .inner-text .title a {
	color: #fff;
}
.float_banners_accordtec .item .inner-text .title {
	font-weight: 600;
	font-size: 26px;
	line-height: 1.1;
	text-align: center;
	color: #11384A;
}
.float_banners_accordtec .item .image,
.float_banners_accordtec .item .img_inner,
.float_banners_accordtec .item .image__fon {
    height: 100%;
}
.float_banners_accordtec .item-6 {
    grid-column: span 2 / auto;
}
@media (max-width: 1820px) { 
.float_banners_accordtec .items  {
	gap: 30px;
}
.MIDDLE_ADV {
	margin-top: -80px;
}
.float_banners_accordtec .item .inner-text {
	padding-top: 20px;
	padding-bottom: 20px;
}
}
@media (max-width: 1300px) {
	.float_banners_accordtec .item-3 {
    grid-column: span 2 / auto;
}
.MIDDLE_ADV {
	margin-top: -110px;
}
}
@media (max-width: 767px) {
	    .MIDDLE_ADV {
        margin-top: -140px;
    }
    .float_banners_accordtec .item .inner-text .title {
    	font-size: 20px;
    	line-height: 1.2;
    }
    .float_banners_accordtec .item {
    	height: 300px;
    }
}
@media (max-width: 500px) {
	    .float_banners_accordtec .item .inner-text .title {
    	font-size: 18px;
    }
	    .float_banners_accordtec .item {
    	height: 250px;
    }
	.float_banners_accordtec .item-6,
	.float_banners_accordtec .item-3 {
    	grid-column: span 4 / auto;
	}
	.float_banners_accordtec {
		    padding: 130px 0 235px;
	}
    .MIDDLE_ADV {
        margin-top: -160px;
    }
}