.elements.trends {
	overflow: hidden;
	max-width: 1190px;
	margin: 0 auto;
}

.elements.trends .items.items-nav {
	width: auto;
	height: 700px;
	margin-left: -15px;
	margin-right: -15px;
}
.elements.trends .items.items-nav>div {
	background-color:#2DA8BE;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	width: 50%;
	--width: 50%;
}
.elements.trends .items.items-nav>div:hover {
	background-size: auto 110%;
	opacity: 0.8;
}
.elements.trends .items.items-nav>div:first-child {
	border-radius: 0 0 0 60px;
}
.elements.trends .items.items-nav a {
	text-decoration: none;
	text-shadow: 0 0 20px rgba(0,0,0,0.5);
	line-height: 190%;
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.elements.trends .items.items-nav a:hover {
	color: #2DA8BE;
	text-shadow: 0 0 20px rgba(0,0,0,0.4);
}
.elements.trends .items.items-nav .title {
	font-size: 27px;
	text-align: center;
	text-transform:uppercase;
	font-weight: 600;
	letter-spacing: 0.3rem; 
	margin-bottom: 35px;
}
.trends-items {
	margin-top: 130px;
	width: 100%;
	overflow: hidden;
}
.trends-items .item {
	position: relative;
}
.trends-items .item a {
	color: #1D1D1B;
	text-decoration: none;
	display: block;
}
.trends-items .item .img {
	overflow: hidden;
}
.trends-items .item:first-child .img {
	border-radius: 0 0 0 60px;
}
.trends-items .item .descr {
	margin-top: 25px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.trends-items .item .date {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.trends-items .item .title {
	font-size: 28px;
	font-style: italic;
	font-weight: 700;
	line-height: 120%;
}
.trends-items .item .announce {
	font-size: 16px;
	font-weight: 400;
	line-height: 120%;
}
.trends-item .item {
	max-width: 900px;
	margin-bottom: 40px;
}
.trends-item .item .img {
	overflow: hidden;
}
.trends-item .item:first-child .img {
	border-radius: 0 0 0 60px;
}
.trends-item .item .descr {
	margin-top: 25px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
.trends-item .item .date {
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.trends-item .item .title {
	font-size: 28px;
	font-style: italic;
	font-weight: 700;
	line-height: 120%;
}
.trends-item .item .announce {
	font-size: 22px;
	font-weight: 400;
	line-height: 130%;
}

@media screen and (max-width: 480px) {
	.elements.trends .items.items-nav {
		height: auto;
	}
	.elements.trends .items.items-nav>div {
		width: 100%;
		--width: 100%;
	}
	.elements.trends .items.items-nav>div:first-child {
		border-radius: 0 0 60px 60px;
	}
	
	.elements.trends .items.items-nav>div>a {
		height: 200px;
	}
	.elements.trends .items.items-nav>div:first-child>a {
		height: 500px;
	}
	.trends-items {
	    margin-top: 60px;
	}
	.trends-items .item .descr {
		margin-top: 10px;
		margin-bottom: 50px;
	}
	.trends-items .item .title {
		font-size: 20px;
	}
	.trends-items .item .announce {
		display: none;
	}
}

