

/* 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/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 */


/* Start:/local/templates/aquanet_new/css/sections/allen_brau.css?171025174915140*/
.allen_brau {
    font-family: 'Geometria';
}
.brand__content {
    overflow: visible;
}
.brand__img {
    background: #000;
}
.brand__pic {
    margin: 0 auto;
    width: 48px;
    margin-bottom: 15px;
}
.brand_box {
    margin-bottom: 30px;
}
.brand_box .logo {
    padding: 0;
}
.brand_box .logo img {
    width: 160px;
    margin-bottom: 11px;
}
.brand_box .text {
    margin-left: auto;
    margin-right: auto;
    min-width: initial;
    width: calc(100% - 30px);
    max-width: 351px;
    font-size: 14px;
    line-height: 171%;
    padding: 15px;
    margin-bottom: 0;
}
.brand__subtitle {
    margin-bottom: 4px;
}
.brand__subtitle p {
    font-size: 11px;
    line-height: 35px;
    color: #FFFFFF;
    margin: 0;
}

.brand__content h1 {
    font-size: 25px;
    line-height: 175%;
    font-weight: bold;
    margin-bottom: 22px;
    position: relative;
}
.brand__content h1:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 5px;
    height: 3px;
    width: 100px;
    margin-left: -50px;
    background: #000;
}
.brand__content h1 + p {
    text-align: center;
    font-size: 14px;
    line-height: 179%;
    margin-bottom: 30px;
}


.brand__content {
    background: transparent;
    padding-top: 0;
}


.brand__all_collections {
    background: transparent;
    text-align: center;
    margin-right: -15px;
}
.brand__all_collections h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 136%;
    margin-bottom: 20px;
    margin-right: 15px;
}
.brand__all_collections a {
    color: #4BA0EB;
    line-height: 143%;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}

.brand__content {
    padding: 0;
}
.brand__section {
    padding: 0;
}

.brand__section-row .item {
    margin-bottom: 20px;
}
.brand__section-row .item:last-child {
    margin-bottom: 0;
}
.brand__section-row .wrapp img {
    width: 100%;
}
.brand__section-row .wrapp p {
    font-size: 15px;
    line-height: 147%;
    font-weight: 500;
}

#jd_land {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.brand__cont {

}

.o2k-about__img {
    display: flex;
    justify-content: center;
}
.o2k-about__img img {
    display: block;
    width: 100%;
    /*max-width: 352px;*/
}
.o2k-about__info {
    padding: 30px 30px 40px;
    background: #000;
    color: #fff;
    font-size: 13px;
    line-height: 192%;
}
.o2k-about__info>h2,.o2k-about__info>p{
    color: #fff;
}
.o2k-about__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 132%;
    margin-bottom: 20px;
}
.o2k-about__info p {
    margin: 0;
}
.o2k-about__info p:not(:last-child) {
    margin-bottom: 1.9em;
}

.o2k-form {
    background: #fff;
    padding: 30px 12px 40px;
}
.o2k-form__title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 104%;
    text-align: center;
}
.o2k-form__items {
    margin-bottom: 20px;
    padding: 0 16px;
}
.message-form-input {
    margin-bottom: 20px;
}
.message-form-input:last-child {
    margin-bottom: 0;
}
.o2k-form__text {
    padding: 0 16px;
    margin-bottom: 20px;
    line-height: 179%;
}
.o2k-form__submit.btn {
    background: #000;
    color: #fff;
    margin-bottom: 20px;
}
.o2k-form__submit.btn:hover {
    background: #000;
    color: #fff;
}
.o2k-form__check .processing-permission {
    align-items: center;
}
.o2k-form__check br {
    display: none;
}

.o2k-list {
    margin-bottom: 30px;
}

.o2k-advant {
    margin-left: -15px;
    margin-right: -15px;
    background: #fff;
    margin-bottom: 30px;
    padding: 30px 60px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}
.o2k-advant__pic {
    margin-bottom: 20px;
    width: 75px;
    height: 75px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
}
.o2k-advant__name {
    line-height: 171%;
    max-width: 192px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.o2k-collection {
    background: #fff;
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px 15px 0;
}
.o2k-collection__info {
    margin-bottom: 20px;
    line-height: 192%;
    font-size: 13px;
}
.o2k-collection__info p {
    margin: 0;
}
.o2k-collection__info p:not(:last-child) {
    margin-bottom: 1.9em;
}
.o2k-collection__info p + ul {
    margin-top: -1.9em;
}
.o2k-collection__info li,
.o2k-collection__info ul {
    margin: 0;
}
.o2k-collection__info li:before {
    width: 4px;
    height: 4px;
    background: #000;
    left: 8px;
    border-radius: 50%;
    top: .7em;
}
.o2k-collection__title {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 136%;
    margin-bottom: 20px;
    position: relative;
    color: #000;
}
.o2k-collection__title:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 5px;
    width: 100px;
    height: 3px;
    background: #000;
    margin-left: -50px;
}
.o2k-collection__cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}
.o2k-collection__card {
    display: block;
    text-decoration: none;
}
.o2k-collection__card-img {
    display: block;
    position: relative;
    overflow: hidden;
}
.o2k-collection__card-img:before {
    content: '';
    display: block;
    padding-top: 53.5%;
}
.o2k-collection__card-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.o2k-collection__card-name {
    min-height: 86px;
    padding: 20px;
    line-height: 129%;
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    display: block;
}
.o2k-collection__card-name:after {
    content: '';
    display: block;
    width: 105px;
    height: 3px;
    background: #fff;
    margin-top: 5px;
}

.o2k-slider {
    margin-bottom: 30px;
    padding-top: 0;
}
.brand_menu_top {
    display: inline-block;
}
.brand_menu_top > ul {
    display: block;
}

.o2k-cats {
    margin: 10px 0 30px;
}

.all_jd_cat {
    position: relative;
    display: inline-block;
    z-index: 5;
    font-size: 22px;
    font-weight: 500;
    line-height: 137%;
    color: #000;
    background-image: url(/brands/allen_brau/images/slide_arrow_left.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 30px;
    padding-left: 45px;
    cursor: pointer;
    margin: 0;
}
.all_jd_cat.active {
    background-image: url(/brands/allen_brau/images/slide_arrow_down.png)
}

.jd_all_categories {
    display: none;
    padding: 20px 0px 0;
}
.menu_brands {
    column-count: 2;
    column-gap: 20px;
}
div.jd_all_categories li:before {
    display: none;
}
div.jd_all_categories ul li {
    list-style: none;
    padding: 0;
}
div.jd_all_categories ul li.brand_menu_top {
    margin-top: 0;
}
div.jd_all_categories ul.fly2 > li > a {
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    color: #000;
    margin-bottom: 10px;
    border-bottom: 1px solid transparent;
    display: inline-block;
}
div.jd_all_categories ul.fly3 {
    margin-bottom: 30px;
}
div.jd_all_categories ul.fly3 > li > a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
}
div.jd_all_categories ul.fly2 > li > a {
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    color: #000;
    margin-bottom: 10px;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.o2k-form .feedback-content {
    padding: 20px;
}
.o2k-form .feedback-title {
    color: #000;
    font-size: 18px;
}
.o2k-form .feedback-text {
    color: #000;
    margin-top: 10px;
}

.o2k-form__title + .o2k-form__text {
    margin-top: -10px;
    text-align: center;
}

@media screen and (min-width: 769px) {
    .menu_brands {
        column-count: 3;
    }
    .o2k-collection__cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .o2k-advant {
        grid-template-columns: repeat(3, 1fr);
    }
    .brand__section-row .wrapp {
        height: 100%;
    }
    .brand__section-row .wrapp a {
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .brand__section-row .wrapp p {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        line-height: 122%;
    }
    .brand__section-row {
        margin: 0 -10px;
    }
    .brand__section-row .item {
        padding: 0 10px;
    }
}

@media screen and (min-width: 993px) {
    .o2k-advant {
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 20px;
    }
    .o2k-about {
        display: flex;
    }
    .o2k-about__img {
        width: 352px;
    }
    .o2k-about__img img {
        width: 100%;
        height: 100%;
       /*object-fit: cover;*/
        object-position: left top;
    }
    .o2k-about__info {
        flex: 1;
    }
    .o2k-about__title {
        font-size: 32px;
        line-height: 119%;
        margin-bottom: 15px;
    }
    .o2k-about__info {
        font-size: 14px;
        line-height: 179%;
        padding: 50px 74px 70px;
    }
    .brand__section-row .wrapp p {
        font-size: 18px;
    }
    .brand__content {
        padding: 0;
    }
    .brand_box {
        margin-bottom: 60px;
    }
    .brand_box .right,
    .brand_box .left {
        width: 50%;
        flex: 0 0 50%;
    }
    .brand_box .text {
        left: 100%;
        transform: translate(-50%,-50%);
        font-size: 16px;
        padding: 20px 30px;
        line-height: 150%;
        margin: 0;
    }
    .brand_box .logo {
        left: 20px;
        top: 60%;
    }
    .brand_box .logo img {
        width: 100%;
        max-width: 208px;
        margin-bottom: 10px;
    }
    .brand__subtitle p {
        font-size: 16px;
        line-height: 194%;
    }
    .brand__subtitle p + p {
        margin-top: -3px;
    }
    .brand__pic {
        margin-bottom: 0;
        margin-left: 20px;
        width: 50px;
    }
    .brand__content h1 {
        font-size: 36px;
        line-height: 119%;
        margin-bottom: 35px;
    }
    .brand__content h1:before {
        margin-top: 15px;
    }
    .brand__content h1 + p {
        font-size: 18px;
        line-height: 139%;
        margin-bottom: 45px;
    }


    .message__row {
        margin-bottom: 80px;
    }
    .brand__all_collections {
        text-align: left;
    }
    .brand__all_collections h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }
    .brand__all_collections a {
        margin-bottom: 20px;
    }
    .brand__all_collections a:hover {
        border-bottom: none;
        color: #4BA0EB;
    }
}

@media screen and (min-width: 1024px) {
    .o2k-cats {
        padding-left: 80px;
        padding-right: 80px;
    }
    .o2k-advant {
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 44px;
        padding-right: 44px;
    }
    .o2k-collection {
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .js_slider_brands {
        padding-left: 80px;
        padding-right: 80px;
    }
    .brand__slider .owl-nav .owl-prev {
        left: 0;
    }
    .brand__slider .owl-nav .owl-next {
        right: 0;
    }
    .brand__section {
        padding-left: 58px;
        padding-right: 58px;
    }
}

@media screen and (min-width: 1201px) {
    div.jd_all_categories ul.fly2 > li > a:hover {
        border-bottom: 1px solid #000;
    }
    div.jd_all_categories ul.fly3 > li > a:hover {
        text-decoration: underline;
    }
    .menu_brands {
        column-count: 5;
    }
    .jd_all_categories {
        padding: 40px 0px;
    }
    .o2k-form__title + .o2k-form__text {
        margin-top: 0;
        text-align: left;
    }
    .all_jd_cat {
        padding-left: 50px;
        background-size: 35px;
        font-size: 32px;
        line-height: 119%;
    }
    .o2k-cats {
        margin: 20px 0 80px;
    }
    .o2k-slider {
        margin-bottom: 80px;
    }
    .o2k-collection {
        margin-bottom: 80px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        display: flex;
    }
    .o2k-collection__info {
        margin-right: 42px;
        flex: 0 0 213px;
        font-size: 14px;
        line-height: 179%;
    }
    .o2k-collection__title {
        text-align: left;
        font-size: 32px;
        line-height: 119%;
        margin-bottom: 38px;
    }
    .o2k-collection__title:after {
        margin-top: 15px;
        left: 0;
        margin-left: 0;
    }
    .o2k-collection__cards {
        flex: 1;
    }
    .o2k-collection__card img {
        transition: .3s;
    }
    .o2k-collection__card:hover img {
        width: 105%;
        height: 105%;
    }
    .o2k-collection__cards {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
    }
    .o2k-advant {
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: 80px;
        grid-gap: 40px;
    }
    .o2k-advant__name {
        line-height: 150%;
    }
    .o2k-list {
        background: #fff;
        padding: 60px 80px;
        margin-bottom: 80px;
    }
    .o2k-about {
        box-shadow: 0px 0px 30px #D9D9D9;
    }
    .o2k-form {
        margin-bottom: 80px;
        padding: 85px 80px 80px;
        position: relative;
        min-height: 280px;
    }
    .o2k-form__title {
        margin-bottom: 16px;
        text-align: left;
    }
    .o2k-form__text {
        padding: 0;
    }
    .o2k-form > * {
        max-width: 377px;
    }
    .o2k-form > .o2k-form__check {
        max-width: 290px;
    }
    .o2k-form__items {
        top: 85px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
        padding: 0;
    }
    .o2k-form .submit-reveal {
        top: 85px;
    }
    .o2k-form .feedback-content {
        margin-top: 0;
    }
    .o2k-form__items .message-form-input {
        margin: 0;
        padding: 0;
    }
    .o2k-form > .o2k-form__submit {
        top: 158px;
    }
    .o2k-form > .o2k-form__submit,
    .o2k-form > .o2k-form__items,
    .o2k-form .submit-reveal {
        width: calc(100% - 170px - 377px);
        max-width: initial;
        right: 80px;
        position: absolute;
    }
    .brand_box {
        margin-bottom: 80px;
    }
    .brand_box .text {
        font-size: 20px;
        padding: 25px 35px;
    }
    .brand_box .logo {
        left: 40px;
    }
    .brand_box .logo img {
        max-width: 268px;
    }
    .brand__subtitle p {
        font-size: 18px;
    }
    .brand__pic {
        margin-left: 40px;
        width: 79px;
    }
}

@media  screen and (min-width: 1440px) {
    .o2k-form .feedback-header,
    .o2k-form .feedback-text {
        text-align: center;
    }
}

@media (max-width: 1023px) {
    .ideas {
	margin-bottom: 30px;
	margin-left: 0px;
	text-decoration: none;
}
    }
 @media (min-width: 1024px) {
    .ideas {
	margin-bottom: 30px;
	margin-left: 87px;
	text-decoration: none;
}
    }
/* End */
/* /local/templates/aquanet_new/css/style_brand.css?162278693114408 */
/* /local/front/build//css/style-brands.min.css?17373656081590 */
/* /local/templates/aquanet_new/css/sections/allen_brau.css?171025174915140 */
