

/* Start:/local/templates/aquanet_new/css/style_brand.css?162278693114408*/
iframe {
border: 0;
}

/* =============================================
	FONTS
=============================================*/
@font-face {
    font-family: 'Geometria';
    font-style: normal;
    font-weight: 400;
    src: local('Geometria'), local('Geometria-Regular'),
        url(/grohe_promo/Geometria.woff) format('woff'),
        url(/grohe_promo/Geometria.ttf) format('truetype');
}
@font-face {
    font-family: 'Geometria-Medium';
    font-style: normal;
    font-weight: 400;
    src: local('Geometria'), local('Geometria-Medium'),
        url(/grohe_promo/Geometria-Medium.woff) format('woff'),
        url(/grohe_promo/Geometria-Medium.ttf) format('truetype');
}
@font-face {
    font-family: 'Geometria-Bold';
    font-style: normal;
    font-weight: 400;
    src: local('Geometria'), local('Geometria-Bold'),
        url(/grohe_promo/Geometria-Bold.woff) format('woff'),
        url(/grohe_promo/Geometria-Bold.ttf) format('truetype');
}

/* =============================================
	IMG MAIN
=============================================*/
.brand__img {
	background: #D96B78;
	display: flex; }

.brand_box .left {
	width: 55%;
	position: relative; }

.brand_box .img img {
	width: 100%;
	max-width: 100%; }

.brand_box .logo {
	position: absolute;
	top: 50%;
	left: 65px;
	margin-top: -37px;
}

.brand_box .logo img {
	max-width: 220px; }

.brand_box .text {
	font-family: 'Geometria';
	font-size: 24px;
	padding: 20px 55px 20px 35px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 320px;
	width: 75%;
	min-width: 530px; }

.brand_box .address {
	color: #fff;
	font-family: 'Geometria';
	font-size: 16px;
	position: absolute;
	right: 20px;
	bottom: 15px;
	text-align: right; }
	
.brand_box .address a {
	color: #fff;
	text-decoration: none; }
	
.brand__content {
	padding: 40px 60px;
	background-color: #fff;
	overflow: hidden; }

/* =============================================
	SECTIONS
=============================================*/
.brand__section {
	position: relative;
	padding: 25px 0px 10px; }

.brand__section:after {
	position: absolute;
	top: 0px;
	left: -60px;
	z-index: 1;
	height: 100%;
	width: 120%;
	content: '';
	background: #F7F7F7; }
	
.brand__section-wrapp {
	position: relative;
	z-index: 2;
}
	
.brand__section-title {
	font-family: 'Geometria';
	font-size: 32px;
	line-height: 52px;
	margin-bottom: 20px;
	color: #D96B78;
    text-align: center;
 }
	
.brand__section-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px; }
	
.brand__section-row .item {
	flex: 0 0 25%;
	max-width: 25%;
	margin-bottom: 30px;
	padding: 0px 15px; }
	
.brand__section-row .wrapp {
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	overflow: hidden;
	text-align: center; }
	
.brand__section-row .wrapp a {
	font-family: Geometria;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: 0.02em;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500; }

.brand__section-row .wrapp a:hover {
	color: #D96B78; }

.brand__section-row .wrapp p {
	padding: 0px 10px; }

/* =============================================
	SLIDER
=============================================*/

	
.brand__slider .img .info {
	width: 40.3%; }

.brand__slider .img .main_img {
	width: 59.7%; }
	
.brand__slider .img img {
	width: 100%;
}

.brand__slider {
    padding-top: 40px; }
    
.brand__slider .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -45px;
	z-index: 10; }
	
.brand__slider .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -45px;
	z-index: 10; }
	
.brand__slider .owl-nav .icon {
	fill: #bdbdbd;
	width: 30px;
	height: 30px; }
	
.brand__slider .owl-nav .icon:hover {
	fill: #828282; }

.brand__slider .owl-nav .owl-prev .icon {
	transform: rotate(180deg); }

@media (max-width: 1023px) {
	.brand__slider .owl-controls {
		display: none;
	}
}

/* =============================================
	COLLECTIONS
=============================================*/
.brand__collections {
	background: #F7F7F7; }

.brand__collections {
	display: flex;
	margin-top: 40px;
	padding: 0px 60px; }
	
.brand__collections-text {
    width: 23%;
    padding-top: 100px;
    padding-right: 20px; }
    
.brand__collections-list {
    width: 77%; }
    
.brand__collections-text p {
	font-family: 'Geometria';
	font-weight: 500;
	font-size: 32px;
	line-height: 37px;
	color: #D96B78;
	position: relative;
	padding-bottom: 30px; }

.brand__collections-text p:before {
	width: 90px;
	border-top: 2px solid #000000;
	position: absolute;
	bottom: 0;
	left: 0;
	content: ''; }

.brand__collections-text span {
	font-family: 'Geometria';
	font-size: 14px;
	line-height: 27px;
	color: #000000; }
	
.brand__collections-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px; }
	
.brand__collections-list .item {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
	margin-bottom: 30px;
	padding: 0px 15px; }
	
.brand__collections-list .wrapp {
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	overflow: hidden;
	text-align: center; }
	
.brand__collections-list .item .img img {
	width: 100%; }

.brand__collections-list a {
	text-decoration: none;
}

.brand__collections-list .info {
	text-align: left;
	padding: 30px 20px;
	font-family: 'Geometria';
	font-size: 20px;
	line-height: 45px;
	color: #000000; }
	
.brand__collections-list .name {
	color: #D96B78;
	position: relative; }
	
.brand__collections-list .name:before {
	width: 50px;
	border-top: 2px solid #000000;
	position: absolute;
	top: 0;
	left: 0;
	content: ''; }
	
.brand__collections-list .item:hover .name:before {
	border-top: 2px solid #D96B78; }

/* =============================================
	3D TUR
=============================================*/
.brand__3d_tour {
	background-color: #fff;
	padding: 60px 60px 40px; }
	
.brand__3d_tour p {
	font-family: 'Geometria';
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px; }

.brand__3d_tour p:before {
	width: 90px;
	border-top: 2px solid #D96B78;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -45px;
	content: ''; }

.brand__3d_tour p span {
	text-transform: none; }

/* =============================================
	CALLBACK
=============================================*/
.question-form--landing .btn {
	width: 100% !important;
	color: #D96B78;
	border: 1px solid #D96B78;
	background-color: #fff; }
	
.question-form--landing .btn:hover {
	background-color: #D96B78;
	color: #fff; }
	
.question-form--landing .message-form-submit  {
	flex: auto; }
	
.message__row {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 60px; }

.message__left {
	width: 30%; }
	
.message__right {
	width: 70%; }

.message__row .message-form-input {
	margin-top: 0; }

/* =============================================
	COMPANY
=============================================*/
.brand__about {
	background-color: #fff;
	padding: 80px 0px 60px; }
	
.brand__about-img img {
	box-shadow: 5px 5px 40px #C4D2D6;
	max-width: 400px; }

.brand__about-text {
	padding-left: 420px;
	position: relative; }
		
.brand__about-text h3 {
	font-family: 'Geometria';
	font-size: 32px;
	line-height: 52px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #D96B78;
	font-weight: normal;
	margin-bottom: 20px; }

.brand__about-text h4 {
	font-family: 'Geometria';
	font-size: 24px;
	line-height: 52px;
	display: flex;
	align-items: center;
	color: #D96B78;
	font-weight: normal;
	margin-bottom: 0; }
	
.brand__about-text p {
	font-size: 14px; }
	
.brand__about {
	position: relative;
	padding-top: 60px; }
	
.brand__about-img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 40px; }
	
.brand__about-wrapp {
	padding: 30px 30px 30px 70px;
	background-color: #f7f7f7; }

/* =============================================
	ALL COLLECTIONS
=============================================*/
.brand__all_collections {
	background-color: #fff;
	padding: 30px 60px; }

.brand__all_collections h2 {
	font-family: 'Geometria';
	font-size: 32px;
	line-height: 40px;
	color: #000000; }

.brand__all_collections a {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	text-decoration-line: underline;
	color: #D96B78;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 12px; }
	
.brand__all_collections a:hover {
	text-decoration: none;
	color: #D96B78; }

/* =============================================
	CONTACTS
=============================================*/
.brand__contact {
	padding: 30px 60px;
	background-color: #fff; }
	
.brand__contact-row {
	display: flex;
	flex-wrap: wrap; }
	
.brand__contact-info {
	width: 55%; }
	
.brand__contact-img {
	width: 45%; }
	
.brand__contact-info h3 {
	font-family: 'Geometria';
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	color: #000000; }
	
.brand__contact-info p {
	font-family: 'Geometria';
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	font-weight: 500; }

.brand__contact-info .icon {
	font-family: 'Geometria';
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	background-size: 26px;
	padding: 10px 0px 10px 45px;
	background-position: left center;
	background-repeat: no-repeat; }

.brand__contact-info .watch {
	background-image: url('/brands/jacob-delafon/images/jd_loc_1.png'); }
	
.brand__contact-info .maps {
	background-image: url('/brands/jacob-delafon/images/jd_loc_2.png'); }
	
.brand__contact-info .phone {
	background-image: url('/brands/jacob-delafon/images/jd_loc_3.png'); }
	
.brand__contact-info .phone a {
	color: #000;
	text-decoration: none; }
	
.brand__plus {
    background-color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-top: 20px; }
    
.brand__plus-item {
    float: left;
    width: 20%;
    padding: 30px 25px;
    text-align: center; }
    
.brand__plus-img {
	text-align: center;
	height: 55px; }
	
.brand__plus-img img {
	display: inline-block;
	max-height: 100%; }

.brand__plus-name {
	color: #999999;
	font-size: 16px;
	margin-top: 20px; }
	
div.jd_video {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 90px;
    color: #fff; }
    
div.jd_video > div {
    background-image: url(/brands/jacob-delafon/images/jd_video_back.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 70px 0; }
    
div.jd_video p {
    font-family: 'Geometria';
    font-weight: bold;
    font-size: 36px; }
    
div.jd_video .item_video_outer_1 {
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    width: 63%;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 50px;
    border: 1px solid #fff; }
    
div.jd_video .item_video_1 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 12px;
    height: 0;
    overflow: hidden;
    margin: 0 auto; }
    
div.jd_video .item_video_1 iframe, div.jd_video .item_video_1 object, div.jd_video .item_video_1 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
		
@media screen and (max-width: 1200px) {
		
	.brand_box .text {
		font-size: 20px; }
		
	.brand__section-row .wrapp a {
		font-size: 15px; }
		
	.message__row {
		display: block; }
		
	.message__left {
		width: 100%;
		margin-bottom: 20px; }
		
	.message__right {
		width: 100%; }
		
}

@media screen and (max-width: 992px) {
	
	.brand__section-row .item {
    	flex: 0 0 33.33333%;
		max-width: 33.33333%; }
	
	.brand_box .address {
		display: none; }
	
	.brand__img {
		display: block; }
	
	.brand_box .logo {
	    position: relative;
	    top: 0;
	    left: 0;
	    padding: 30px 0 15px;
	    margin-top: 0;
	    text-align: center; }
	    
	.brand_box .left {
		width: 100%;
		padding: 0px 20px; }
		
	.brand_box .logo img,
	.brand__about-img img,
	.brand__section-row .wrapp img {
		display: inline-block; }
		
	.brand_box .text {
	    font-size: 20px;
	    position: unset;
	    margin: 0 auto;
	    text-align: center;
	    width: 100%;
	    transform: translateY(0);
	    margin-bottom: -20px; }
	    
	.brand__collections {
		display: block; }
		
	.brand__collections-text {
		padding-top: 0;
		width: 100%;
		margin-bottom: 20px; }
		
	.brand__collections-list {
		width: 100%; }
		
	.brand__collections-text p {
		padding-bottom: 20px;
		margin-bottom: 20px; }
		
	.brand__collections-list .item {
    	flex: 0 0 50%;
		max-width: 50%; }
		
	.brand__3d_tour p {
		font-size: 21px; }

	.brand__3d_tour p br {
		display: none; }
		
	.brand__3d_tour {
		padding-top: 40px; }
		
	.brand__about-text {
		padding-left: 0; }
		
	.brand__about-img {
	    position: unset;
	    top: 0;
	    transform: translateY(0);
	    left: 0;
	    text-align: center; }
}

@media screen and (max-width: 768px) {

	.brand_box .text {
		min-width: 100%;
		font-size: 14px;
		padding: 20px; }
		
	.brand__section:after {
		display: none; }
		
	.brand__content {
    	padding: 20px 0px; }
    	
    .brand__section-row .item {
	    flex: 0 0 100%;
		max-width: 100%; }
		
	.brand__slider .img {
		display: block; }
	
	.brand__slider .img .main_img {
		display: none; }
		
	.brand__slider .img .info {
    	width: 100%;
    	text-align: center; }
    	
    .brand__slider .img .info img {
	    max-width: 100%; }
    
    .brand__collections-list .item {
    	flex: 0 0 100%;
		max-width: 100%; }
		
	.message-form-input input {
		margin-bottom: 20px; }
		
	.brand__contact-row {
		display: block; }
		
	.brand__contact-info {
		width: 100%; }
		
	.brand__contact-img {
		width: 100%; }
		
	.brand__about-img img {
		max-width: 100%; }
		
	.brand__collections {
		padding: 0; }
		
	.brand__3d_tour {
		padding: 40px 0 40px; }
		
	.message__row {
		padding: 0; }
		
	.brand__about-wrapp {
		padding: 30px 0px 30px 0px; }
		
	.brand__all_collections,
	.brand__contact {
		padding: 30px 0; }
		
	.brand__plus-item {
		width: 100%; }
}

.owl-prev {
    background: url(/local/templates/aquanet_new/css/../images/grohe_arrow_left.png) no-repeat;
    width: 47px;
    height: 47px;
}

.owl-next {
    background: url(/local/templates/aquanet_new/css/../images/grohe_arrow_right.png) no-repeat;
    width: 47px;
    height: 47px;

}
.brand__content h1 {
    text-align: center;
    margin-bottom: 10px;
}
/* End */


/* Start:/local/templates/aquanet_new/css/sections/jacobdelafon_brand.css?161840343422703*/
#jd_land {
	width: 100%;
	/*height: 80px;*/
	clear: both;
	border-bottom: 2px solid #f2f2f2;
}


@media only screen and (min-width: 1400px) {
	#jd_land  {
		width: 1400px; 
		margin: 0 auto;
	}
}

@font-face {
    font-family: 'Geometria';
    font-style: normal;
    font-weight: normal;
    src: local('Geometria'), local('Geometria'),
        url(/images/fonts/Geometria-Regular.woff) format('woff'),
        url(/images/fonts/Geometria-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'Geometria-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Geometria'), local('Geometria-Regular'),
        url(/images/fonts/Geometria-Regular.woff) format('woff'),
        url(/images/fonts/Geometria-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'Geometria-Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Geometria'), local('Geometria-Medium'),
        url(/images/fonts/Geometria-Medium.woff) format('woff'),
        url(/images/fonts/Geometria-Medium.woff2) format('woff2');
}

@font-face {
    font-family: 'Geometria-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Geometria'), local('Geometria-Bold'),
        url(/images/fonts/Geometria-Bold.woff) format('woff'),
        url(/images/fonts/Geometria-Bold.woff) format('woff2');
}

#jd_land h1, #jd_land h2 {
	font-weight: normal !important;
	letter-spacing: normal !important;
}

#jd_land div {
	box-sizing: border-box;
}
#jd_land div.desk_block {
	width: 100%;
	background-color: #d96b78;
	position: relative;
}

#jd_land div.desk_block img.main_img {
	display: block;
	width: 45%;
	margin-left: 55%;
	height: auto;
	
}

#jd_land div.desk_block p.desk_block_adress {
	color: #fff;
	font-family: Geometria-Medium;
	font-size: 16px;
	text-align: right;
}

@media only screen and (min-width: 751px) {
	#jd_land div.desk_block p.desk_block_adress {
		position: absolute;
		right: 46%;
		bottom: 25px;
	}
}
@media only screen and (max-width: 750px) {
	#jd_land div.desk_block p.desk_block_adress {
		width: 100%;
		text-align: center;
		padding: 5px 0;
	}
}
#jd_land div.desk_block p.desk_block_adress a {
	color: #fff;
	font-family: Geometria-Medium;
	text-decoration: none;
	font-size: 16px;
}
#jd_land div.desk_block div.desk_block_logo img.logo_white {
	width: 16%;
	position: absolute;
}

#jd_land div.desk_block > p {
	box-sizing: border-box;
	font-family: Geometria-Medium;
	font-size: 24px;
	padding: 20px 55px 20px 35px;
	background-color: #fff;
	
}

@media only screen and (min-width: 961px) {
	#jd_land div.desk_block > p {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		margin-left: 25%;
		width: 39%;
	}
	#jd_land div.desk_block div.desk_block_logo img.logo_white {
		transform: translateY(-50%);
		margin-left: 4.6%;
		top: 50%;
	}
}
@media only screen (min-width: 611px) and (max-width: 960px) {
	#jd_land div.desk_block img.logo_white {
		top: 70%;
		transform: translateY(-50%);
	}
}

@media only screen (min-width: 611px) and (max-width: 750px) {

}

@media only screen and (max-width: 610px) {
	#jd_land div.desk_block img.main_img {
		width: 100%;
		margin: 0;
	}
	
	#jd_land div.desk_block > p {
		font-size: 16px;
		position: absolute;
		top: 48%;
		transform: translateY(-50%);
		margin-left: 10%;
		width: 80%;
		padding: 10px;
		text-align: center;
	}
	#jd_land div.desk_block div.desk_block_logo {
		background-color: #d96b78;
		padding: 30px 10px 70px 10px;
		text-align: center;
	}
	#jd_land div.desk_block div.desk_block_logo img.logo_white {
		width: 50%;
		position: relative;
	}
}

#jd_land div.categories_block {
	padding: 40px 120px 0 120px;
	margin-top: 30px;
	position: relative;
	z-index: 5;
}

#jd_land div.categories_block h1 {
	font-family: Geometria-Medium;
	font-size: 32px;
	color: #d96b78;
	text-transform: none;
	padding: 0;
	position: relative;
	z-index: 5;
	margin-left: 4%;
	margin-bottom: 45px;
}

#jd_land div.categories_block div.cat_test {
	position: absolute;
	height: 100%;
	width: 64%;
	left: 0;
	top: 0;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: #f7f7f7;
	z-index: 0;
}

#jd_land div.categories_block a {
	z-index: 5;
	position: relative;
	float: left;
	display: block;
	background-color: #fff;
	width: 22%;
	margin-left: 4%;
	margin-bottom: 40px;
	box-sizing: border-box;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Geometria-Bold;
	font-size: 18px;
	text-align: center;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	box-sizing: border-box;
}

#jd_land div.categories_block a.special {
	margin-left: 0;
}

#jd_land div.categories_block a:hover {
	color: #d96b78;
	opacity: 0.75;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 14px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 14px 0px rgba(50, 50, 50, 0.75);
}

#jd_land div.categories_block a img {
	display: block;
	width: 100%;
	height: auto;
}

#jd_land div.categories_block a p {
	padding: 20px 5px;
}

@media only screen and (max-width: 1250px) {
	#jd_land div.categories_block a {
		font-size: 15px;
	}
	#jd_land div.categories_block {
		padding: 20px 30px 0 30px;
	}
}

@media only screen and (max-width: 1010px) {
	#jd_land div.categories_block a {
		font-size: 15px;
		width: 31.333333%;
		margin-left: 2%;
	}
	#jd_land div.categories_block a.special {
		margin-left: 2%;
	}
	
	
}

@media only screen and (max-width: 755px) {
	#jd_land div.categories_block a {
		width: 47%;
		margin-left: 3%;
	}
	#jd_land div.categories_block h1 {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 540px) {
	#jd_land div.categories_block {
		padding: 20px 30px 0 30px;
	}
	#jd_land div.categories_block a , #jd_land div.categories_block a.special {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

#jd_land div.categories_block h2.all_jd_cat {
	position: relative;
	display: inline-block;
	z-index: 5;
	font-family: Geometria-Medium;
	font-size: 32px;
	
	color: #d96b78;
	padding-bottom: 30px;
	background-image: url(/brands/jacob-delafon/images/slide_arrow_left.png);
	background-position: left 3px;
	background-repeat: no-repeat;
	background-size: 35px;
	padding-left: 50px;
	cursor: pointer;
}

@media only screen and (max-width: 750px) {
	#jd_land div.categories_block h2.all_jd_cat{
		
	}
}

#jd_land div.categories_block h2.all_jd_cat.active {
	background-image: url(/brands/jacob-delafon/images/slide_arrow_down.png);
}


#jd_land div.jd_all_categories {
	padding: 50px 120px;
	display: none;
}

#jd_land div.jd_all_categories ul li {
	list-style: none;
	padding: 0;
	box-sizing: border-box;
	
}

#jd_land div.jd_all_categories ul li.brand_menu_top {
	float: left; 
	width: 25%;
}

@media only screen and (max-width: 1200px) {
	#jd_land div.jd_all_categories {
		padding: 50px 30px;
	}
	#jd_land div.jd_all_categories ul li.brand_menu_top {
		float: left; 
		width: 33.333333333%;
	}
}

@media only screen and (max-width: 750px) {
	#jd_land div.jd_all_categories ul li.brand_menu_top {
		float: left; 
		width: 50%;
		padding-right: 15px;
	}
}

#jd_land div.jd_all_categories ul.fly2 > li > a {
	font-family: Geometria-Medium;
	font-size: 15px;
	text-decoration: none;
	color: #D96B78;
	margin-bottom: 10px;
	border-bottom: 1px solid transparent;
	display: inline-block;
	
}
#jd_land div.jd_all_categories ul.fly2 > li > a:hover {
	border-bottom: 1px solid #D96B78;
}

#jd_land div.jd_all_categories ul.fly3 {
	margin-bottom: 20px;
}

#jd_land div.jd_all_categories ul.fly3 > li > a {
	color: #000;
	text-decoration: none;
	font-family: Geometria;
	font-size: 14px;
}

#jd_land div.jd_all_categories ul.fly3 > li > a:hover {
	color: #D96B78;
}

#jd_land div.banners_brands {
	margin-top: 35px;
	padding: 0 120px;
	overflow: hidden;
}

#jd_land div.banners_brands img {
	display: block;
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 850px) {
	#jd_land div.banners_brands {
		margin-top: 20px;
		padding: 0 15px;
	}
}
#jd_land div.brand_top_collections {
	padding: 60px 120px 10px 120px;
	margin-top: 30px;
	position: relative;
	z-index: 5;	
	
}

#jd_land div.brand_top_collections div.collections_text {
	float: left;
	display: inline-block;
	padding-top: 95px;
	padding-bottom: 200px;
	padding-right: 45px;
	font-family: Geometria-Medium;
	position: relative;
	z-index: 5;	
	width: 26%;
}

#jd_land div.brand_top_collections div.collections_text p {
	font-size: 32px;
	color: #d96b78;
}

#jd_land div.brand_top_collections div.collections_text p.line {
	width: 95px;
	height: 2px;
	background-color: #000;
	margin-top: 40px;
	margin-bottom: 25px;
}

#jd_land div.brand_top_collections div.collections_text span {
	font-size: 14px;
	line-height: 25px;
}


#jd_land div.brand_top_collections div.collections {
	width: 74%;
	display: inline-block;
	float: none;
}

#jd_land div.brand_top_collections a {
	z-index: 5;
	position: relative;
	float: left;
	display: inline-block;
	background-color: #fff;
	width: 30.5%;
	margin-left: 3.75%; 
	margin-bottom: 40px;
	box-sizing: border-box;
	overflow: hidden;
	color: #000;
	text-decoration: none;
	font-family: Geometria-Medium;
	font-size: 20px;
	text-align: left;
	border-radius: 5px;
	padding-bottom: 25px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);	
}
#jd_land div.brand_top_collections a:first-child, #jd_land div.brand_top_collections a:nth-child(4) {
	margin-left: 0;
}

#jd_land div.brand_top_collections a:hover {
	-webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 14px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 14px 0px rgba(50, 50, 50, 0.75);
}

#jd_land div.brand_top_collections a img {
	display: block;
	width: 100%;
	height: auto;
}

#jd_land div.brand_top_collections a p {
	padding: 25px 20px 0 20px;
}

#jd_land div.brand_top_collections a p.line {
	width: 50px;
	height: 2px !important;
	background-color: #000;
	margin: 10px 0;
	margin-left: 20px;
	padding: 0;
}

#jd_land div.brand_top_collections a:hover img {
	opacity: 0.7;
}
#jd_land div.brand_top_collections a:hover p.line {
	background-color: #d96b78;
}

#jd_land div.brand_top_collections a span {
	color: #d96b78;
	margin-left: 20px;
}


@media only screen and (max-width: 1024px) {
	#jd_land div.brand_top_collections {
		padding: 30px 30px 0 30px;
		margin-top: 30px;
	}
	#jd_land div.brand_top_collections div.collections_text, #jd_land div.brand_top_collections div.collections {
		width: 100%;
		float: none;
		display: block;
	}
	#jd_land div.brand_top_collections div.collections_text {
		padding: 0;
		margin-bottom: 30px;
	}
	#jd_land div.brand_top_collections div.collections_text p.line {
		margin-top: 15px;
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 700px) {
	#jd_land div.brand_top_collections a {
		width: 48.5%;
		margin-left: 0; 
		font-size: 17px;
		padding-bottom: 15px;
	}
	#jd_land div.brand_top_collections a:first-child, #jd_land div.brand_top_collections a:nth-child(4) {
		margin-left: 0; 
	}
	#jd_land div.brand_top_collections a:nth-child(even) {
		margin-left: 3%; 
	}
	#jd_land div.brand_top_collections a p {
		padding: 15px 15px 0 15px;
	}
	#jd_land div.brand_top_collections a p.line, #jd_land div.brand_top_collections a span  {
		margin-left: 15px;
	}
}

#jd_land div.brand_top_collections div.backgound-color {
	background-color: #f7f7f7;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} 

#jd_land div.jb_advantages {
	border-top: 3px solid #f9f9f9;
	border-bottom: 3px solid #f9f9f9;
	padding: 45px 130px;
	margin-top: 50px;
	display: table;
	text-align: center;
}

#jd_land div.jb_advantages div {
	display: table-cell;
	width: 18%;
}
#jd_land div.jb_advantages div:nth-child(3) {
	width: 28%;
}
#jd_land div.jb_advantages div img {
	height: 60px;
	width: auto;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
	
}
#jd_land div.jb_advantages div p {
	font-family: Geometria;
	font-size: 17px;
	color: #acacac;
	padding: 0 15px;
}

@media only screen and (max-width: 1150px) {
	#jd_land div.jb_advantages {
		padding: 45px;
	}
}

@media only screen and (max-width: 950px) {
	#jd_land div.jb_advantages {
		display: block;
	}
	#jd_land div.jb_advantages div {
		float: left;
		width: 50%;
		display: inline-block;
		margin-bottom: 20px;
	}
	#jd_land div.jb_advantages div:last-child {
		float: none;
	}
	#jd_land div.jb_advantages div:nth-child(3) {
		width: 100%;
		float: none;
	}
	#jd_land div.jb_advantages div:nth-child(4) {
		
	}
}
@media only screen and (max-width: 450px) {
	#jd_land div.jb_advantages div {
		width: 100%;
		float: none;
		display: block;
		margin-bottom: 30px;
	}
	#jd_land div.jb_advantages div p  {
		padding: 0 15%;
	}
	#jd_land div.jb_advantages {
		border: 0;
	}
	#jd_land div.jb_advantages {
		margin: 0;
	}
}

#jd_land div.jd_3d_tour {
	padding: 50px 120px 40px 120px;
	text-align: center;
}

#jd_land div.jd_3d_tour p {
	font-family: Geometria-Bold;
	font-size: 24px;
	text-transform: uppercase;
	width: 68%;
	margin: 0 auto;
}

#jd_land div.jd_3d_tour p span {
	text-transform: none;
}

#jd_land div.jd_3d_tour p.line {
	width: 150px;
	height: 3px;
	background-color: #d96b78;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 30px;
}

#jd_land div.jd_3d_tour .item_video_outer_1 {
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	width: 100%;
	margin: 0 auto;
}

#jd_land div.jd_3d_tour .item_video_1 {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 12px;
	height: 0;
	overflow: hidden;
	margin: 0 auto;
	
}
#jd_land div.jd_3d_tour .item_video_1 iframe,
#jd_land div.jd_3d_tour .item_video_1 object,
#jd_land div.jd_3d_tour .item_video_1 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 1050px) {
	#jd_land div.jd_3d_tour {
		padding: 50px 30px 40px 30px;
		text-align: center;
	}
	#jd_land div.jd_3d_tour p {
		width: 100%;
	}
}

@media only screen and (max-width: 700px) {
	#jd_land div.jd_3d_tour {
		padding: 20px 30px 20px 30px;
	}
	#jd_land div.jd_3d_tour p {
		font-size: 18px;
	}
}




#jd_land div.jd_about {
	margin-top: 0;
	padding: 0 55px;
	position: relative;
	width: 100%;
	margin-top: 40px;
}

#jd_land div.jd_about > div:first-child {
	height: auto;
	width: 29%;
}

@media only screen and (min-width: 1025px) {
	#jd_land div.jd_about > div:first-child  {
		position: absolute;
	}
}
@media only screen and (min-width: 651px) and (max-width: 1024px) {
	#jd_land div.jd_about > div:first-child {
		display: none;
	}
}
#jd_land div.jd_about div:first-child  img {
	height: auto;
	width: 100%;
	display: block;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-box-shadow: 0px 0px 46px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 0px 0px 46px 0px rgba(0,0,0,0.26);
box-shadow: 0px 0px 46px 0px rgba(0,0,0,0.26);
}
#jd_land div.jd_about div.jd_about_text {
	width: 100%;
	padding: 25px 0 0 29%;
}
#jd_land div.jd_about div.jd_about_text div {
	padding: 20px 50px 20px 90px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #f7f7f7;
}

#jd_land div.jd_about div.jd_about_text div p {
	font-family: Geometria-Medium;
	font-size: 32px;
	color: #d96b78;
}
#jd_land div.jd_about div.jd_about_text div p:last-child {
	font-size: 24px;
}
#jd_land div.jd_about div.jd_about_text div p.line {
	width: 70px;
	height: 2px;
	background-color: #000;
	margin: 20px 0 15px 0; 
}
#jd_land div.jd_about div.jd_about_text div span {
	display: block;
	font-family: Geometria;
	font-size: 14px;
	margin-bottom: 30px;
	color: #1f1f1f;
}

@media only screen and (max-width: 1024px) {
	#jd_land div.jd_about div.jd_about_text {
		padding: 15px 0 15px 0;
	}
}

@media only screen and (max-width: 650px) {
	
	#jd_land div.jd_about {
		padding: 0 30px;
	}
	#jd_land div.jd_about > div:first-child {
		width: 100%;
	}
	#jd_land div.jd_about div:first-child  img {
		border-radius: 10px;
	}
	#jd_land div.jd_about div.jd_about_text {
		width: 100%;
		padding: 15px 0 15px 0;
	}
	#jd_land div.jd_about div.jd_about_text div {
		border-radius: 10px;
		padding: 30px;
	}
	#jd_land div.jd_about div.jd_about_text div p {
		font-size: 26px;
	}
	#jd_land div.jd_about div.jd_about_text div span {
		font-size: 14px;
	}
	#jd_land div.jd_about div.jd_about_text div span {
		margin-bottom: 25px;
	}
}




#jd_land div.jd_all_collections {
	padding: 40px 70px 60px 120px;
	font-family: Geometria;
	margin-top: 10px;
}

#jd_land div.jd_all_collections h2 {
	font-size: 32px;
	color: #2F0000;
}
#jd_land div.jd_all_collections a {
	font-size: 14px;
	display: inline-block;
	color: #d96b76;
	margin-right: 15px;
	margin-top: 15px;
}

@media only screen and (max-width: 1050px) {
	#jd_land div.jd_all_collections {
		padding: 20px 30px 30px 30px;
	}
}

@media only screen and (max-width: 700px) {
	#jd_land div.jd_all_collections a {
		margin-right: 15px;
	margin-top: 10px;
	}
	#jd_land div.jd_all_collections {
		margin-top: 0;
	}
}
#jd_land .form_text {
	font-family: Geometria-Medium;
	width: 30%;
	float: left;
	padding-right: 45px;
	display: inline-block;
	color: #4f4f4f;
}
#jd_land .form_text p {
	font-size: 24px;
}
#jd_land .form_text span {
	display: block;
	margin-top: 40px;
	font-size: 16px;
}

#jd_land input[type="text"]{
	padding: 0 25px !important; 
	color: #000;
	font-family: Geometria;
	
} 

#jd_land input::-webkit-input-placeholder {
	color: #bdbdbd;
}

#jd_land .afbf_btn{
	display:block;
	width: 100%;
	height: 54px;
	border-radius: 27px;
	border: 1px solid #d76b78 !important;
	color: #d76b78;
	text-align: center !important;
	padding:15px 25px !important;
	text-decoration:none;
	background-color: #fff !important;
	cursor:pointer;
	font-size:14px !important;
	font-family: Geometria-Medium;
	outline:none !important;
}
#jd_land .afbf_btn:hover {
	background-color: #d76b78 !important;
	color: #fff;
}

@media only screen and (max-width: 1050px) {
	#jd_land .form_text p {
		font-size: 18px;
	}
	#jd_land .form_text span {
		font-size: 14px;
	}
}
@media only screen and (max-width: 700px) {
	#jd_land .form_text {
		float: none;
		width: 100%;
	}
	#jd_land .form_text {
		padding: 0 5px;
	}
	#jd_land .form_text span {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#jd_land .afbf_btn {
		margin-top: 0 !important;
	}
}

#jd_land .afbf_mess_ok .afbf_ok_icon {
	display: none;
}
#jd_land  .afbf_success_block {
	background-color: #f7f7f7;
	margin: 0;
	text-align: center;
	color: #4f4f4f;
}

#jd_land  .afbf_success_block .mess {
	font-family: Geometria-Medium;
	font-size: 24px;
	text-align: center;
}

#jd_land #afbf_agreement {
	width: 100%;
	padding: 0;
	text-align: right !important;
	font-family: Geometria;
	font-size: 13px;
}

#jd_land .afbf_checkbox {
	margin: 0;
	margin-top: 10px;
	width: 100%;
	text-align: right !important;
}
@media only screen and (max-width: 700px) {
	#jd_land #afbf_agreement, #jd_land .afbf_checkbox {
		text-align: left !important;
	}
}

#jd_land div.jd_location {
	width: 100%;
	background-image: url(/brands/jacob-delafon/images/jd_location.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 10px 70px 0 120px;
	margin-bottom: 25px;
}
#jd_land div.jd_location div {
	width: 50%;
}

#jd_land div.jd_location div p {
	font-family: Geometria-Medium;
	font-size: 18px;
}

#jd_land div.jd_location div span {
	display: block;
	font-family: Geometria;
	font-size: 24px;
	margin: 40px 0 30px 0;
}

#jd_land div.jd_location div ul {
	padding: 0;
	margin: 0;
}

#jd_land div.jd_location div ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 30px;
	font-family: Geometria;
	font-size: 18px;
	background-size: 30px;
	padding: 2px 0 2px 45px;
	margin-bottom: 35px;
}

#jd_land div.jd_location img {
	display: none;
}

#jd_land div.jd_location div ul li:nth-child(1) {
	background-image: url(/brands/jacob-delafon/images/jd_loc_1.png);
}

#jd_land div.jd_location div ul li:nth-child(2) {
	background-image: url(/brands/jacob-delafon/images/jd_loc_2.png);
}

#jd_land div.jd_location div ul li:nth-child(3) {
	background-image: url(/brands/jacob-delafon/images/jd_loc_3.png);
}

@media only screen and (max-width: 1051px) {
	#jd_land div.jd_location div ul li {
		
	}
}

@media only screen and (max-width: 1050px) {
	#jd_land div.jd_location {
		padding: 10px 30px 0 30px;
		background-size: 50%;
	}

}

@media only screen and (max-width: 700px) {
	#jd_land div.jd_location {
		background-image: none;
	}
	#jd_land div.jd_location img {
		display: block;
		width: 100%;
		height: auto;
	}
	#jd_land div.jd_location div {
		width: 100%;
		margin-top: 10px;
	}
	#jd_land div.jd_location div p  {
		font-size: 16px;
	}
	#jd_land div.jd_location div span {
		font-size: 19px;
		margin: 15px 0 20px 0;
	}
	
	#jd_land div.jd_location div ul li {
		font-size: 16px;
		margin-bottom: 15px;
	}
}

#jd_land div.jd_video {
	width: 100%;
	position: relative;
	text-align: center;
	margin-top: 90px;
	color: #fff;
}
#jd_land div.jd_video > div {
	background-image: url(/brands/jacob-delafon/images/jd_video_back.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 70px 0 20px 0;
	
}
#jd_land div.jd_video p {
	font-family: Geometria-Bold;
	font-size: 36px;
}

#jd_land div.jd_video span {
	font-family: Geometria-Bold;
	font-size: 16px;
	display: block;
	margin-top: 20px;
}

#jd_land div.jd_video .item_video_outer_1 {
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	width: 63%;
	margin: 0 auto;
	margin-top: 50px;
	border: 1px solid #fff;
}

#jd_land div.jd_video .item_video_1 {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 12px;
	height: 0;
	overflow: hidden;
	margin: 0 auto;
	
}
#jd_land div.jd_video .item_video_1 iframe,
#jd_land div.jd_video .item_video_1 object,
#jd_land div.jd_video .item_video_1 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#jd_land li:before {
	display: none;
}

@media only screen and (max-width: 650px) {
	#jd_land div.jd_video {
		margin-top: 0;
		padding: 10px 30px;
	}
	#jd_land div.jd_video div {
		padding: 0; 
		margin-top: 20px;
	}
	#jd_land div.jd_video div p  {
		font-size: 20px;
		padding: 20px 0;
	}
	#jd_land div.jd_video span {
		font-size: 14px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	#jd_land div.jd_video .item_video_outer_1 {
		width: 95%;
		margin-top: 0;
	}
}



/* End */


/* Start:/local/front/build//css/style-brands.min.css?17373656081590*/
.brands-other{display:grid;grid-template-areas:'title' 'list' 'more';margin-top:28px}.brands-other__title{grid-area:title;margin-bottom:30px;font-size:34px;font-weight:500;line-height:1.2}.brands-other__more{grid-area:more;margin-top:30px;width:-moz-fit-content;width:fit-content;text-align:left;text-decoration:underline;text-decoration-style:dashed;text-underline-offset:4px;color:#023a72;cursor:pointer}.brands-other__label{color:inherit}.brands-other__label--opened{display:none}.brands-other__checkbox:checked~.brands-other__label--opened{display:inline}.brands-other__checkbox:checked~.brands-other__label--closed{display:none}.brands-other__list{grid-area:list;display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.brands-other__item{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.brands-other:not(:has(.brands-other__checkbox:checked)) .brands-other__item:nth-of-type(n+17){display:none}@media screen and (min-width:1000px){.brands-other{grid-template-columns:1fr 3fr;grid-template-areas:'title list' '. list' '. more';-moz-column-gap:20px;column-gap:20px;margin-top:48px}.brands-other__list{grid-template-columns:repeat(3,1fr);gap:30px}}@media screen and (min-width:1200px){.brands-other{grid-template-columns:1fr 4fr}.brands-other__list{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:999px){.brands-other:not(:has(.brands-other__checkbox:checked)) .brands-other__item:nth-of-type(n+13){display:none}}@media screen and (max-width:579px){.brands-other:not(:has(.brands-other__checkbox:checked)) .brands-other__item:nth-of-type(n+9){display:none}}
/* End */
/* /local/templates/aquanet_new/css/style_brand.css?162278693114408 */
/* /local/templates/aquanet_new/css/sections/jacobdelafon_brand.css?161840343422703 */
/* /local/front/build//css/style-brands.min.css?17373656081590 */
