

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


/* 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:/brands/am_pm/css/app.css?177122819350193*/
@font-face {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  src: url(/brands/am_pm/css/../images/design/OpenSans-Regular.229564.woff) format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
  src: url(/brands/am_pm/css/../images/design/OpenSans-Light.eb2482.woff) format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  src: url(/brands/am_pm/css/../images/design/OpenSans-SemiBold.c7a3ff.woff) format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  src: url(/brands/am_pm/css/../images/design/OpenSans-Bold.fa869d.woff) format("woff");
}
@font-face {
  font-family: "Geometria";
  font-weight: normal;
  font-style: normal;
  src: url(/brands/am_pm/css/../images/design/Geometria.b7f74b.woff) format("woff");
}
@font-face {
  font-family: "Geometria";
  font-weight: 500;
  font-style: normal;
  src: url(/brands/am_pm/css/../images/design/Geometria-Medium.ce8105.woff) format("woff");
}
@font-face {
  font-family: "Geometria";
  font-weight: 700;
  font-style: normal;
  src: url(/brands/am_pm/css/../images/design/Geometria-Bold.3a9ed3.woff) format("woff");
}
main {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin-top: 15px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block; 
  vertical-align: baseline; 
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a {
  color: #1d1d1d;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  text-decoration: none;
}
a:hover, a:focus {
  color: #798897;
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(0 0 0 0) !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: #f1f3f4;
  min-width: 48px;
  min-height: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 20px !important;
  color: #1d1d1d !important;
}
@media (max-width: 1023px) {
  .swiper-button-prev,
.swiper-button-next {
    display: none !important;
  }
}

.lead {
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .lead {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .lead {
    margin-bottom: 64px;
  }
}

.lead__wrapper {
  margin: 0 auto;
  position: relative;
  max-width: 1600px;
}
.lead__wrapper picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lead__wrapper picture img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.video-wrapper__content {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: end;
      align-self: flex-end;
  gap: 32px;
  max-width: 1200px;
}
@media (max-width: 1280px) {
  .video-wrapper__content {
    padding: 20px 20px 0;
  }
}
@media (max-width: 767px) {
  .video-wrapper__content {
    position: static;
    color: #333;
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .video-wrapper__content {
    padding: 0px 20px;
  }
}

.video-wrapper__content-logo {
  max-width: 160px;
  max-height: 50px;
}
@media (max-width: 767px) {
  .video-wrapper__content-logo {
    display: none;
  }
}

.video-wrapper__content-logo--mobile {
  display: none;
}
@media (max-width: 767px) {
  .video-wrapper__content-logo--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 35px;
  }
}

.video-wrapper__content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.video-wrapper__content-text p {
  color: #ffffff;
  font-family: Geometria, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  max-width: 460px;
}
@media (max-width: 767px) {
  .video-wrapper__content-text p {
    color: #333;
    max-width: 100%;
    gap: 10px;
  }
}
@media (max-width: 480px) {
  .video-wrapper__content-text p {
    font-size: 14px;
  }
}

.video-wrapper__content-button {
  font-family: Geometria, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 173%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: white;
  padding: 0 24px;
  background-color: #1d1d1d;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .video-wrapper__content-button--desktop {
    display: none;
  }
}

.video-wrapper__content--mobile {
  display: none;
}
@media (max-width: 767px) {
  .video-wrapper__content--mobile {
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 98px 20px 0;
  }
}

.collections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin-bottom: 80px;
}

.collections__title {
  font-family: Geometria, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #333;
}

.collections-swiper {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 100%;
  position: relative;
}

.collections-slides-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 20px;
}
@media (max-width: 1023px) {
  .collections-slides-container {
    margin-left: 0;
  }
}

.collections__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .collections__slide {
    height: 500px;
  }
}
@media (max-width: 480px) {
  .collections__slide {
    height: 400px !important;
  }
}
.collections__slide img {
  width: 100%;
  height: auto;
}

.collections-swiper__prev {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  background-color: white;
  border-radius: 50%;
  padding: 20px;
  position: absolute;
  top: 50%;
  transition: 0, -50%;
  left: -2% !important;
  width: 80px !important;
  height: 80px !important;
}
@media (max-width: 1280px) {
  .collections-swiper__prev {
    left: 0 !important;
  }
}
@media (max-width: 1023px) {
  .collections-swiper__prev {
    display: none !important;
  }
}

.collections-swiper__next {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  background-color: white;
  padding: 20px;
  position: absolute;
  top: 50%;
  transition: 0, -60%;
  border-radius: 50%;
  right: -2% !important;
  width: 80px !important;
  height: 80px !important;
}
@media (max-width: 1280px) {
  .collections-swiper__next {
    right: 0 !important;
  }
}
@media (max-width: 1023px) {
  .collections-swiper__next {
    display: none !important;
  }
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 16px !important;
  color: #1d1d1d !important;
}

.collections__buttons-wrap {
  max-width: 1200px;
  width: 100%;
  position: relative;
}

.collections__slide-info {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.collections__slide-title {
  color: #ffffff;
  text-align: center;
  font-family: Geometria, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 36.4px */
}

.collections__slide-subtitle {
  color: #ffffff;
  text-align: center;
  font-family: Geometria, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
}

.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .products {
    margin-bottom: 64px;
  }
}

.products__title {
  font-family: Geometria, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #333;
}

.products__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin: 0 20px;
}
@media (max-width: 767px) {
  .products__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .products__list {
    gap: 5px;
  }
}

.products__card {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 387px;
  max-height: 245px;
  -o-object-fit: cover;
     object-fit: cover;
}
.products__card > * {
  position: relative;
}

.products__card-picture {
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media (max-width: 640px) {
  .products__card-picture {
    aspect-ratio: 1.2/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.products__card-text-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16.5px;
  top: 0;
  left: 0;
}
@media (max-width: 640px) {
  .products__card-text-wrap {
    padding: 16.5px 0;
  }
}

.products__card-text {
  margin: 0;
  color: #ffffff;
  text-align: center;
  font-family: Geometria, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
@media (max-width: 767px) {
  .products__card-text {
    font-size: 12px;
  }
}

.products__card-text--black {
  color: #333;
}

.products__banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  height: 640px;
}
@media (max-width: 1023px) {
  .products__banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.products__banner > * {
  position: relative;
}
.products__banner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  -o-object-position: left;
     object-position: left;
}
@media (max-width: 480px) {
  .products__banner img {
    -o-object-position: 20% 50%;
       object-position: 20% 50%;
  }
}

.products__banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 20px;
}
@media (max-width: 1023px) {
  .products__banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    padding: 20px 40px 0 40px;
    height: unset;
  }
}
@media (max-width: 480px) {
  .products__banner-content {
    padding: 20px;
  }
}
.products__banner-content p {
  max-width: 394px;
  color: #333;
  font-family: Geometria, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 1023px) {
  .products__banner-content p {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}

.products__banner-text-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.products__banner-text-wrap p {
  color: #333;
  font-family: Geometria, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 480px) {
  .products__banner-text-wrap p {
    font-size: 14px;
  }
}

.video-wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .video-wrapper {
    overflow: initial;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .video-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.video-item {
  max-width: 100%;
  width: 100%;
  max-height: 526px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .video-item {
    height: 400px;
  }
}

.designers__container {
  width: 100%;
  background-color: #1d1d1d;
  height: 640px;
}
@media (max-width: 991px) {
  .designers__container {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}

.designers__list {
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  position: relative;
}
@media (max-width: 991px) {
  .designers__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 395px) {
  .designers__list {
    grid-template-columns: 1fr 1fr;
  }
}

.designers__list-item {
  border-left: 1px solid rgba(255, 255, 255, 0.062745098);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}
@media (max-width: 991px) {
  .designers__list-item {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}

.designers__list-item-wrap {
  position: relative;
  width: 100%;
}

.designer__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  width: 100%;
  height: 300px;
  background-size: cover;
  color: white;
  padding: 35px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1023px) {
  .designer__image {
    max-width: unset;
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .designer__image {
    max-width: unset;
  }
}
@media (max-width: 480px) {
  .designer__image {
    padding: 16px;
  }
}
.designer__image--d3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d1d1d), to(rgba(29, 29, 29, 0))), url(/brands/am_pm/css/../images/design/design3.12cab8.png);
  background-image: linear-gradient(180deg, #1d1d1d 0%, rgba(29, 29, 29, 0) 100%), url(/brands/am_pm/css/../images/design/design3.12cab8.png);
}
.designer__image--brandis {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d1d1d), to(rgba(29, 29, 29, 0))), url(/brands/am_pm/css/../images/design/brandis.f22b0e.png);
  background-image: linear-gradient(180deg, #1d1d1d 0%, rgba(29, 29, 29, 0) 100%), url(/brands/am_pm/css/../images/design/brandis.f22b0e.png);
}
.designer__image--dm {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d1d1d), to(rgba(29, 29, 29, 0))), url(/brands/am_pm/css/../images/design/danelon-meroni.0a9fa5.png);
  background-image: linear-gradient(180deg, #1d1d1d 0%, rgba(29, 29, 29, 0) 100%), url(/brands/am_pm/css/../images/design/danelon-meroni.0a9fa5.png);
}
.designer__image--dp {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d1d1d), to(rgba(29, 29, 29, 0))), url(/brands/am_pm/css/../images/design/dp.a512dd.png);
  background-image: linear-gradient(180deg, #1d1d1d 0%, rgba(29, 29, 29, 0) 100%), url(/brands/am_pm/css/../images/design/dp.a512dd.png);
}
.designer__image--gneiss {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d1d1d), to(rgba(29, 29, 29, 0))), url(/brands/am_pm/css/../images/design/gneiss.b3bfb1.png);
  background-image: linear-gradient(180deg, #1d1d1d 0%, rgba(29, 29, 29, 0) 100%), url(/brands/am_pm/css/../images/design/gneiss.b3bfb1.png);
}
.designer__image--gp {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1d1d1d), to(rgba(29, 29, 29, 0))), url(/brands/am_pm/css/../images/design/gp.7543a8.png);
  background-image: linear-gradient(180deg, #1d1d1d 0%, rgba(29, 29, 29, 0) 100%), url(/brands/am_pm/css/../images/design/gp.7543a8.png);
}

.designers__icon {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  height: 20px;
}

.designers__name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.designers__name {
  color: #ffffff;
  font-family: Geometria, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.designers__country {
  color: rgba(255, 255, 255, 0.5);
  font-family: Geometria, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
  opacity: 0.5;
}

.designers__info {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .designers__info {
    display: none;
  }
}

.designers__info-mobile {
  display: none;
}
@media (max-width: 991px) {
  .designers__info-mobile {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 64px 20px 40px;
  }
}

.designers__title {
  color: #ffffff;
  font-family: Geometria, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.designers__text {
  width: 800px;
  color: #ffffff;
  text-align: center;
  font-family: Geometria, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 25.5px */
}
@media (max-width: 991px) {
  .designers__text {
    width: 100%;
    text-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .designers__text {
    font-size: 14px;
  }
}

.awards__section-container {
  max-width: 1360px;
  padding: 80px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 1280px) {
  .awards__section-container {
    padding: 64px 20px;
    gap: 42px;
  }
}
@media screen and (max-width: 640px) {
  .awards__section-container {
    padding: 32px 20px;
    gap: 32px;
  }
}

.awards__title {
  width: 650px;
  color: #333;
  text-align: center;
  font-style: normal;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .awards__title {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .awards__title {
    font-size: 32px;
    padding: 0;
  }
}

.awards__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 1280px) {
  .awards__container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (max-width: 767px) {
  .awards__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .awards__container {
    padding: 0;
  }
}

.awards__item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (max-width: 1280px) {
  .awards__item-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 767px) {
  .awards__item-container {
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  .awards__item-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.awards__item-icon {
  width: 56px;
  height: 56px;
}

.awards__item-count {
  color: rgba(29, 29, 29, 0.87);
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

.awards__item-name {
  color: #333;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
}

.awards__item {
  color: #1d1d1d;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.innovation__container {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}

.innovation__swiper {
  width: 100%;
}

.innovation__slide {
  width: 100% !important;
  height: 640px !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #f1f3f4;
}
@media (max-width: 1023px) {
  .innovation__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 750px !important;
  }
}
@media (max-width: 767px) {
  .innovation__slide {
    height: 1300px !important;
  }
}
@media (max-width: 640px) {
  .innovation__slide {
    height: 1200px !important;
  }
}

.innovation__slide-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  gap: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 1023px) {
  .innovation__slide-info {
    max-width: unset;
    gap: 0;
    height: 100%;
  }
}

.innovation__slide-title {
  color: #333;
  font-family: Geometria, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
@media (max-width: 1023px) {
  .innovation__slide-title {
    text-align: center;
    margin-bottom: 50px;
  }
}

.innovation__slide-props {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .innovation__slide-props {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .innovation__slide-props {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.innovation__slide-property {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: #ffffff;
  color: #1d1d1d;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.innovation__slide-property--active {
  background: #1d1d1d;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .innovation__slide-property {
    width: 100%;
  }
}

.swiper-pagination-bullet {
  width: 200px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 16px !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  gap: 8px !important;
  background: #ffffff !important;
  opacity: 1 !important;
  color: #333 !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  cursor: pointer !important;
  border-radius: 0 !important;
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
  margin: 0 !important;
}
@media (max-width: 1023px) {
  .swiper-pagination-bullet {
    width: 100% !important;
  }
}

.swiper-pagination-bullet-active {
  background: #1d1d1d !important;
  color: #ffffff !important;
}
.swiper-pagination-bullet-active img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.innovation__slide-property-img {
  width: 48px;
  height: 48px;
}

.innovation__slide-property-name {
  text-align: center;
  font-family: Geometria, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.innovation__slide-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding-right: 80px;
}
@media (max-width: 1023px) {
  .innovation__slide-info-wrap {
    padding-left: 40px;
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .innovation__slide-info-wrap {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .innovation__slide-info-wrap {
    padding: 20px;
  }
}

.innovation__slide-info-title {
  color: #333;
  font-family: Geometria, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
}

.innovation__slide-info-text {
  color: #333;
  font-family: Geometria, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 25.5px */
}

.innovation__slide-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .innovation__slide-img {
    display: none;
  }
}

.innovation__slide-img-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .innovation__slide-img-mobile {
    display: unset;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .innovation__slide-img-mobile {
    height: auto;
  }
}

.innovation__container-swiper {
  width: 100%;
}

@media (max-width: 1023px) {
  .innovation__slide-info-wrap-mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .innovation__slide-info-wrap-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
}

.innovation__tm-sign {
  font-size: 6px;
  line-height: 16.9px;
}

.showrooms__container {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  padding-top: 80px;
  text-align: center;
}

.showrooms__title {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  font-size: 36px;
  font-weight: 500;
  line-height: 130%;
}

.showrooms__swiper {
  width: 100%;
}

.showrooms__swiper-wrapper-ampm {
  width: 100%;
}

.showrooms__img {
  width: auto !important;
  height: auto !important;
  max-height: 500px;
}

.showrooms-swiper__prev {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  background-color: white;
  border-radius: 50%;
  padding: 20px;
  position: absolute;
  top: 50%;
  transition: 0, -50%;
  left: 100px !important;
  width: 80px !important;
  height: 80px !important;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}
@media (max-width: 1023px) {
  .showrooms-swiper__prev {
    display: none !important;
  }
}

.showrooms-swiper__next {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  background-color: white;
  padding: 20px;
  position: absolute;
  top: 50%;
  transition: 0, -60%;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
  border-radius: 50%;
  right: 100px !important;
  width: 80px !important;
  height: 80px !important;
}
@media (max-width: 1023px) {
  .showrooms-swiper__next {
    display: none !important;
  }
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper-ampm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper-ampm {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide-ampm, .swiper-wrapper-ampm {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide-ampm {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-ampm-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide-ampm {
  height: auto;
}

.swiper-autoheight .swiper-wrapper-ampm {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide-ampm {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper-ampm {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide-ampm, .swiper-3d .swiper-slide-ampm-shadow, .swiper-3d .swiper-slide-ampm-shadow-bottom, .swiper-3d .swiper-slide-ampm-shadow-left, .swiper-3d .swiper-slide-ampm-shadow-right, .swiper-3d .swiper-slide-ampm-shadow-top, .swiper-3d .swiper-wrapper-ampm {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-ampm-shadow, .swiper-3d .swiper-slide-ampm-shadow-bottom, .swiper-3d .swiper-slide-ampm-shadow-left, .swiper-3d .swiper-slide-ampm-shadow-right, .swiper-3d .swiper-slide-ampm-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-ampm-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-ampm-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-ampm-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-ampm-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-ampm-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper-ampm {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper-ampm::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper-ampm > .swiper-slide-ampm {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper-ampm {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper-ampm {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper-ampm::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper-ampm > .swiper-slide-ampm:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper-ampm::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper-ampm > .swiper-slide-ampm:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper-ampm::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper-ampm > .swiper-slide-ampm {
  scroll-snap-align: center center;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.brand__all_collections {
  text-align: left;
  background: transparent;
  text-align: center;
  margin-right: -15px;
  margin-top: 35px;
  background-color: #fff;
  padding: 10px 30px;
  text-align: left;
}

.brand__all_collections>h4{
  font-size: 36px;
}

.brand-collections-items{
  padding-top: 32px !important;
}

.brand-collections-items>a{
  margin: 20px 0 0 20px;
  float: left;
  color: var(--color-text);
  font-size: 14px;
  line-height: 1.3;
}

.jd_all_categories{
  padding: 0 !important;
}

.swiper-pagination-bullet-active>span{
  color: #fff;
}
/* End */
/* /local/templates/aquanet_new/css/style_brand.css?162278693114408 */
/* /local/templates/aquanet_new/css/sections/allen_brau.css?171025174915140 */
/* /local/front/build//css/style-brands.min.css?17373656081590 */
/* /brands/am_pm/css/app.css?177122819350193 */
