

/* Start:/bitrix/templates/nd-gallery-work/styles.css?16072985088834*/
H1 {
	color: #30373C;
	font-size: 3.5rem;
	margin-top: .8rem;
	margin-bottom: 0;
}

/*H2 {
	color: #30373C;
	font-family: Roboto Condensed;
	font-weight: normal;
	font-size: 2.5rem;
}*/

@media (max-width: 376px) {
	h1 {
    font-size: 2.5rem;
	}
	
	h2 {
		font-size: 2rem;
	}
}

/* Page header
---------------------------------------------------------------*/
.page-header {
	background: #CDCCC1;
}

.page-header p {
	color: #30373C;
	opacity: 0.5;
	/*margin-top:1.2rem;*/
	margin: auto 0;
	}


.bread-crumbs, .bread-crumbs a {
	color: rgba(0, 0, 0, 0.5);
	margin: 0;
	padding: .9rem 0 0;
}

.biege-bg {
	background-color: #CDCCC1;
}

h2.author {
	font-size: 1.25rem;
	margin: .25rem 0 1.4rem;
}


/* Big Preview
-------------------------------------------------------------*/
.big-pick-block {
		margin-left: -4px;
		margin-right: -4px;
	}

.big-pic {
	background: #FFFFFF;
	box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
	padding: 69px;
}

.big-pic img {
	/*outline: 1px solid rgba(0, 0, 0, 0.15);*/
	outline-offset: -1px;
	/*margin-bottom: 20px;*/
}

@media (min-width: 1176px) {
	.big-pic {
		margin-left: 16px;
		margin-right: 16px;
	}
}

@media (max-width: 1175.98px) {
	.big-pic {
		margin-left: 8px;
		margin-right: 8px;
		box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.05);
		padding: 32px;
	}
	
	.big-pick-block {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 751.98px) {
	.big-pic {
		margin-left: -12px;
		margin-right: -12px;
		padding: 16px;
		box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05);
	}
	
	.big-pick-block {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 375.98px) {
	.big-pic {
		margin-left: -12px;
		margin-right: -12px;
		padding: 16px;
	}
	
	.big-pick-block {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 300px) {
	.big-pic {
		margin-left: 0;
		margin-right: 0;
		padding: 16px;
	}
	
	.big-pick-block {
		
	}
}



.before-after-btn {
	/*margin-top: 1rem;
	margin-bottom: 1rem;*/
}

.seamless {
	font-family: Roboto Condensed;
	font-size: 1.1rem;
	/*padding-bottom: 1rem;
	padding-top: 1rem;
	color: #0085FF;*/
	display: flex;
	line-height: 1.5rem;
	margin: .5rem 0;
}

.big_prev_vis {
	position:relative;
}


.big_prev_hidden {display:none;}


.label2-l {
	top:0;
	left:0;
}

.label2-l div.baloon-version2, .label2-l div.baloon-version12 {
	top:2em;
	left:-13px;
}

/* Before-After
-------------------------------------------------------------*/
.before-after {
	height:51px;
	position:absolute;
	bottom:-34px;
	left:330px;
	width:166px;
	z-index:100;
}

.before-after ul {
	list-style:none;
	margin:0;
	padding:0;
}

.before-after ul li {
	display:inline;
	float:left;
	margin:0;
	padding:0;
}

.before-after ul li a.before {
	background:url(/images/common/before-off.png) no-repeat;
	display:block;
	height:45px;
	width:83px;
}


.before-after ul li.selected-pic a.before {
	background:url(/images/common/before-on.png) no-repeat;
	display:block;
	height:45px;
	width:83px;
}

.before-after ul li a.after {
	background:url(/images/common/after-off.png) no-repeat;
	display:block;
	height:45px;
	width:83px;
}

.before-after ul li.selected-pic a.after {
	background:url(/images/common/after-on.png) no-repeat;
	display:block;
	height:45px;
	width:83px;
}

/* Discount Block
-------------------------------------------------------------------------*/
.discount-percent {
	background: #FF3200;
	border: 1px solid rgba(48,55,60,0.30);
	border-radius: 2px 0 0 2px;
	color: #FFF;
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: bold;
	font-size: 3.75rem;
	letter-spacing: -0.05rem;
	text-align: center;
	line-height: 1.3;
}

.discount-percent a:link, 
.discount-percent a:visited, 
.discount-percent a:hover, 
.discount-percent a:active {
	color:#FFF;
	text-decoration: none;
}

.discount-text {
	background-color: #FFF;
	border: 1px solid rgba(48,55,60,0.30);
	box-sizing: border-box;
	border-radius: 0 2px 2px 0;
	color:#30373c;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 1.125rem;
	line-height: 1.5rem;
	
}

.discount-text div {
	padding: .625rem 1.4rem;
}

.vertical-dicount-block div {
	padding: .2rem .625rem;
}

.discount-text div a:link, .discount-text div a:visited, .discount-text div a:hover, .discount-text div a:active {
	color: #FF3200;
	text-decoration: underline;
}

.dicount-block .discount-percent {
	border-right: 0;
	display: flex;
}

.dicount-block .discount-text {
	border-left: 0;
}

.dicount-block .discount-percent span {
	margin: auto;
}

@media (max-width: 915.98px) {
	.dicount-block .discount-text {
		font-family: Roboto Condensed;
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
	.dicount-block .discount-percent {
		font-size: 3.5rem;
		font-weight: normal;
	}
}

.vertical-dicount-block .discount-percent {
	border-radius: 2px 2px 0 0;
	border-bottom: 0;
	text-align: left;
	padding-left: .625rem;
	line-height: 1.2;
}


.vertical-dicount-block .discount-text {
	border-top: 0;
	border-radius: 0 0 2px 2px;
	font-family: Roboto Condensed;
	font-size: 1.125rem;
	line-height: 1.5rem;
}

@media (max-width: 915.98px) {
	.vertical-dicount-block {
		display: none;
	}
	
	.dicount-block {
		display: block !important;
		/*max-width: 542px;*/
	}
}


.w-min-300 {
	min-width: 300px;
}

@media (max-width: 299.98px){
	.w-min-300 {
		min-width: 0;
	}
	.dicount-block {
		padding-left: 0;
		padding-right: 0;
	}
}

.open-in-ff {
	background-color: #CDCCC1;
	border: 1px solid rgba(48,55,60,0.30);
	margin: 0 12px 24px;
	padding: 16px;
}

.open-in-ff p{
	margin-bottom: 0;
}

@media (max-width: 1175.98px){
	.open-in-ff {
		margin: 0 8px 16px;
		padding: 16px;
	}
}

@media (max-width: 751.98px){
	.open-in-ff {
		margin: 0 4px 16px;
		padding: 16px;
	}
}

@media (max-width: 299.98px){
	.open-in-ff {
		margin: 0 0 16px;
		padding: 16px;
	}
}

.white-btn {
	background: #FFF ;
	border: 1px solid rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	border-radius: 2px;
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25rem;
	line-height: 1.35rem;
	color: #30373C;
	padding: 1rem 2rem 1rem 3.5rem;
}
.white-btn a {
	color: #30373C;
}

.open-in-ff-icon {
	background: no-repeat #FFF url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.09 12.59L8.5 14L13.5 9L8.5 4L7.09 5.41L9.67 8H0V10H9.67L7.09 12.59ZM16 0H2C0.89 0 0 0.9 0 2V6H2V2H16V16H2V12H0V16C0 17.1 0.89 18 2 18H16C17.1 18 18 17.1 18 16V2C18 0.9 17.1 0 16 0Z' fill='%2330373C'/%3E%3C/svg%3E%0A")!important;
	background-position: left 18px top 18px!important;
	margin-bottom: 1rem;
}

.gray-btn{
	background: rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
	border-radius: 2px;
	font-family: Roboto Condensed;
	font-style: normal;
	font-weight: normal;
	font-size: 1.25rem;
	line-height: 1.25rem;
	text-align: center;
	color: #30373C;
	padding: .55rem 1.25rem;
}

.filter {
	margin-bottom: 8px;
	position:relative;
}

@media (min-width: 300px){
	.filter {
		margin-bottom: 8px;
	}
	.carousel .slide{
		display:none;
	}
}

@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;
}

.body-usertext {
	line-height: 1.333;
}


/* End */
/* /bitrix/templates/nd-gallery-work/styles.css?16072985088834 */
