.home-text-block .title {
	font-size: 54px;
	font-weight: 700;
	color: #fffefe
}

.home-text-block .text {
	font-size: 20px;
	line-height: 1.45;
	margin-bottom: 35px;
	text-align: justify;
	color: #fffefe
}

.home-content-nav {
	margin-right: -30px
}

.home-content-nav-item {
	font-size: 0;
	position: relative;
	display: table;
	float: right;
	width: 100%;
	height: 120px;
	margin: 20px 0;
	cursor: pointer;
	transition: .1s ease-in-out;
	background: center center no-repeat;
	background-size: cover;
	/*filter: grayscale(100%)*/
}

.home-content-nav-item .title {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.346;
	position: relative;
	z-index: 2;
	display: table-cell;
	padding: 44px 15px;
	vertical-align: middle;
	color: #fff;
	text-shadow: 0 3px 18px rgba(0, 0, 0, .8)
}

 .home-content-nav-item.small .title{
	 padding: 0 15px;
 }

.home-content-nav-item:before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	transition: .3s ease-out;
	background-color: rgba(51, 51, 51, .5)
}

.home-content-nav-item:hover {
	width: 120%;
	/*filter: grayscale(0)*/
}

.home-content-nav-item:hover:before {
	opacity: 0
}

@media screen and (max-width: 768px) {
    .mobile-slider {
        overflow: hidden;
    }
}

