

/* Start:/bitrix/templates/nd-homepage/styles.css?16071945876323*/

.hero-unit {
	padding-bottom: 2.5rem;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0, rgba(0,0,0,0) 176px, rgba(0,0,0,0.6) 984px), url(/images/home-nd/landscape-bg.jpg) no-repeat top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

H1 {
	color: #342F2B;
	font-family: Roboto Condensed;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.07;
	margin-top: 2.9rem;
	margin-bottom: -.5rem;
}	

@media (min-width: 1176px) {
  H1 {
    font-size: 3.5rem;
	margin-top: 3.4rem;
	}
}


@media (max-width: 1176px) {
	p.tagline {
		margin-top: .5rem;
		line-height: 1;

	}
}

.discount-red-line {
	background-color: #FF3200;
}

.discount-red-line p {
	background: #FF3200 url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 7H13V9H11V7ZM11 11H13V17H11V11ZM12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20Z' fill='%23FFFFDC'/%3E%3C/svg%3E%0A") left top no-repeat;
	background-position-y: 8px;
	color:#FFFFDC;
	font-family: Roboto;
	font-weight: normal;
	font-size: 1.125rem;
	line-height: 1.333;
	margin: 0;
	padding: .5rem 0 .5rem 32px;
}

.discount-red-line a:link,
.discount-red-line a:visited,
.discount-red-line a:hover,
.discount-red-line a:active {
	color: #FFF000;
	text-decoration: underline;
}

.discount-red-line a:hover,
.discount-red-line a:active {
	color: #FFF891;
}

.about {
	color: #FFF;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
	margin-top: 1.5rem;
	/*margin-bottom: 2.5rem;*/
}

/*@media (min-width: 1176px) {
  .about {
	font-size: 22px;
	line-height: 32px;
	}
}*/

.adv {
	background-color: #CDCCC1;
	padding: 1.5rem 0;
	/*margin-top: 4.5rem;*/
}

.announce-icon {
	float: left;
	height: 100%;
	margin: .5rem 24px .5rem 0;
	width: 72px;
}

.announce-text {
	display:table-cell;
}

.announce-text p {
	margin-bottom: 0;
}

.work-area {
	background-color: #FFF;
}

.work-area-black {
	background-color: #000;
}

.work-area-light-biege {
	background-color: #EAE9DE;
	padding-bottom: 3rem;
}

.announce-img {
	margin: .5rem 12px 2rem;
}

@media (min-width: 751.98px) and (max-width: 1175.98px) {
	.announce-img {
		margin: .5rem 8px 2rem;
	}
}

@media (max-width: 751.98px) {
	.announce-img {
		margin: .5rem 4px 1.5rem;
	}
}

@media (max-width: 375.98px) {
	.announce-img {
		margin: .5rem 0 1.5rem;
	}
}


.w-min-305 {
	min-width: 305px;
}

.w-min-305 p {
	margin-bottom: 1rem;
}

@media (max-width: 375px) {
	.w-min-305 {
		min-width: inherit;
	}
}

/* Flat Buttons
---------------------------------------------------------------------*/
.flat-green-button, .flat-orange-button  {
	background: #648E8C;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	color: #FFF;
	font-family: Roboto Condensed;
	font-size:1.6rem;
	line-height: 1.4rem;
	margin-bottom: 0;
	font-weight:bold;
	padding:1.1rem 1.4rem;
	text-decoration:none;
	text-align:left;
}

.flat-orange-button {
	background: #FF6B00;
}

.flat-green-button:hover {
	background-color:#82acaa;
	color: #FFF;
	text-decoration:none;
}

.flat-orange-button:hover{
	background-color:#fc9041;
	color: #FFF;
	text-decoration:none;
}

.flat-green-button:active, .flat-orange-button:active {
	position:relative;
	top:1px;
	text-decoration:none;
}
.flat-green-button:visited, .flat-orange-button:visited {
	color:#fff;
}

.additional-text {
	font-family: Roboto;
	font-size:1rem;
	font-weight: normal;
	line-height: 1rem;
	opacity: .8;
}

@media (max-width: 751.98px){
	.flat-green-button, .flat-orange-button {
		font-size:1.7rem;
		line-height: 1.4rem;
		font-weight:normal;
	}
	.flat-green-button {
		margin-bottom: .5rem;
	}
}



.home-screenshot {
	border-radius: 2px;
	box-shadow: 0px 3px 40px rgba(0, 0, 0, 0.25);
	margin-bottom: 16px;
}

@media (min-width: 1176px){
	.home-screenshot {
		box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
		margin-bottom: 24px;
	}
}

@media (max-width: 751.98px){
	.home-screenshot {
		box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.25);
		margin-bottom: 8px;
	}
}

/* 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-bottom: 2px solid rgba(48, 55, 60, 0.15);
	font-size: 1.125rem;
	margin-top: 0;
	margin-bottom: 8px;
	padding-bottom: 4px;
}



@media (min-width: 752px){
	.all-filters {
		margin-top: 8px;
	}
}

@media (min-width: 1176px){
	.all-filters {
		margin-top: 0;
	}
}

@media (max-width: 751.98px) {
	.all-filters{
		margin-top: 16px;
		margin-bottom: 8px;
	}
}

/* End */
/* /bitrix/templates/nd-homepage/styles.css?16071945876323 */
