body{ background-color: #fbf9f8 }
header nav a{ color: #1e1c1c }
main img{
	margin-top: 100px;
	cursor: pointer;
}
main a img { margin-top: 0 }
main h1{
	margin-top: 150px;
	font-size: 120px;
	color: #d0a285;
	font-family: DINPro-Bold;
}
@media(max-width: 900px){
	main h1{ font-size: 30px }
}
#blog{ margin-bottom: 50px }
#blog article{
	max-width: 360px;
	height: 380px;
	margin-bottom: 50px;
	float: left;
	margin-right: 20px;
}
@media screen and (max-width: 450px) {
	#blog article { height: auto }
}
#blog img{ width: 100% }
#blog h3{
	transition: 0.54s;
	color: #1e1c1c;
	font-family: DINPro-Bold;
	line-height: 27px;
    font-size: 25px;
}
#blog p{
	font-size: 16px;
	color: #1e1c1c;
	line-height: 1.75;
}
#blog .info{
	display: flex;
	justify-content: space-between;
}
#blog .info p{
	font-size: 16px;
	font-weight: bold;
	color: #c8c8c8;
}
#blog a{
	transition: 0.54s;
	font-size: 18px;
	color: #d0a285;
}
#blog a:hover{ font-weight: bold }
#blog h3:hover{ color: #d0a285 }

#slider {
	position: static;
	width: 100%;
	height: auto;
}

/*сторінка детально*/
#detalart h1{font-size:80px;line-height:1}
@media(min-width:1024px){
	#detalart img{width: 60% !important;display: block;clear: both;margin: 30px auto 40px;}
	.itemvideo{
		margin-left: 20%;
		margin-right: 20%;
	}
	/*#detalart p,#detalart h2,#detalart h3,#detalart h4,#detalart h5{width: 60%; margin: 0 auto;}*/
}
@media(max-width: 767px){
	#detalart h1{font-size:40px !important;line-height:1}
}
#detalart p{
	font-size: 19px;
	font-weight: 500;
}
.indicator{
	display: none !important;
}
#detalart{
/*	width: 60% !important;
	margin-left: 20% !important;
	*/
}
