

/* Start:/bitrix/templates/nd-gallery-home/styles.css?16052279943500*/
.page-header {
	background: rgb(251,240,213);
	background: -moz-linear-gradient(90deg, rgba(251,240,213,1) 0%, rgba(251,240,213,0) 100%), url(/images/gallery/page-header-bkg.jpg) no-repeat top center;
	background: -webkit-linear-gradient(90deg, rgba(251,240,213,1) 0%, rgba(251,240,213,0) 100%), url(/images/gallery/page-header-bkg.jpg) no-repeat top center;
	background: linear-gradient(90deg, rgba(251,240,213,1) 0%, rgba(251,240,213,0) 100%), url(/images/gallery/page-header-bkg.jpg) no-repeat top center;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FBF0D5",endColorstr="#FBF0D5",GradientType=1), url(/images/gallery/page-header-bkg.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

H1 {
	font-family: Roboto Condensed;
	font-weight: bold;
	font-size: 2.5rem;
	margin-top: .8rem;
	margin-bottom: 0;
	/*text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.25);*/
}

p.subtitle {
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25rem;
	line-height: 1.2;
	margin-top: .25rem;
	}

@media (min-width: 1176px) {
  H1 {
    font-size: 3.45rem;
	margin-top: .8rem;
	}
	
	}

.bread-crumbs, .bread-crumbs a {
	color: rgba(0, 0, 0, 0.5);
}


/* Headers
--------------------------------------------------*/
h2 {
	color: #30373C;
	font-family: Roboto Condensed;
	font-weight: normal;
	font-size: 2.5rem;
	margin-bottom: .9rem;
}

@media (max-width: 751.98px){
	h2 {
		font-size: 2rem;
		margin-top: 2.5rem;
		margin-bottom: .5rem;
	}
}

h3 {
	margin-top: 0;
}


/* Filters
--------------------------------------------------*/
.filter {
	position:relative;
	margin-bottom: 8px;
}

@media (min-width: 300px){
	.filter {
		margin-bottom: 8px;
	}
}

@media (min-width: 752px){
	.filter {
		margin-bottom: 16px;
	}
}

@media (min-width: 1176px){
	.filter {
		margin-bottom: 24px;
	}
}

.graddy {
	display: inline-block;
	position: relative;    
	line-height: 0;
}
.graddy:after {
	content: "";
	display: block;    
	width: 100%;
	height: 5rem;    
	position: absolute;
	bottom: 0;      
	left: 0;   
	background: transparent;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, 0) 100%);
}

.filter-name {
	position: absolute;
	bottom: 0;
	margin:0;
	padding-left: 8px;
	padding-right: 1.5rem;
	text-align:left;
	color: #FFFFFF;
	text-shadow: 0px 0px 10px #000000;
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: normal;
	font-size: 1.125rem;
}

@media (max-width: 768px){
	.filter-name {
		font-size: 1.25rem;
	}
	.graddy:after {
		height: 4rem;
	}
	.all-filters{
		font-family: Roboto Condensed;
	}
}

.filter-name a {
	color: #FFF;
	white-space: nowrap; /* Отменяем перенос текста */
    overflow: hidden; /* Обрезаем содержимое */
    text-overflow: ellipsis; /* Многоточие */
	display: block;
}

.filter img {
	outline:solid 1px rgba(0, 0, 0, .3);
	outline-offset: -1px;
}

.all-filters {
	border-top: 2px solid rgba(48, 55, 60, 0.15);
	font-size: 1.125rem;
	padding-top: 4px;
}



@media (min-width: 752px){
	.all-filters {
		margin-top: 54px;
	}
}

@media (min-width: 1176px){
	.all-filters {
		margin-top: 46px;
	}
}

@media (max-width: 751.98px) {
	.all-filters{
		margin-top: 46px;
	}
}


/* End */
/* /bitrix/templates/nd-gallery-home/styles.css?16052279943500 */
