

/* Start:/local/templates/aquanet_new/css/sections/aquanet_brand.css?161825734016837*/
#aquanet_land {
	width: 100%;
	/*height: 80px;*/
	clear: both;
	background-color: #fff;
}

#aquanet_land li:before {
	display: none;
}

#aquanet_land li,#aquanet_land p {
	margin: 0;
}div.content {
	background-color: #fff;
}

iframe {
    border: 0;
}

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

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

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

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


#aquanet_land h1, #aquanet_land h2 {
	letter-spacing: normal;
	font-weight: normal;
}


#aquanet_land div.desk_block {
	width: 100%;
	background-color: #80b7f7;
	position: relative;
}

#aquanet_land div.desk_block img.main_img {
	display: block;
	width: 42%;
	margin-left: 58%;
	
	height: auto;
	
}

#aquanet_land div.desk_block div.desk_block_logo img.logo_white {
	width: 22%;
	position: absolute;
	margin: 0 auto;
}

#aquanet_land div.desk_block p {
	font-family: Montserrat-Medium;
	font-size: 24px;
	padding: 20px 25px;
	background-color: #fff;
	
}

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

@media only screen and (max-width: 610px) {
	#aquanet_land div.desk_block img.main_img {
		width: 100%;
		margin: 0;
	}

	#aquanet_land div.desk_block p {
		font-size: 20px;
		position: absolute;
		top: 35%;
		transform: translateY(-50%);
		margin-left: 15%;
		width: 70%;
		padding: 10px 15px;
		
		text-align: center;
	}
	#aquanet_land div.desk_block div.desk_block_logo {
		background-color: #80b7f7;
		padding: 20px 10px 60px 10px;
		text-align: center;
	}
	#aquanet_land div.desk_block div.desk_block_logo img.logo_white {
		width: 60%;
		position: relative;
	}
}

#aquanet_land div.h_block {
	text-align: center;
	margin-top: 35px;
	padding: 0 15px;
}

#aquanet_land div.h_block h2, #aquanet_land div.h_block h1 {
	font-family: Montserrat-Bold;
	font-size: 36px;
	color: #80b8f5;
	letter-spacing: normal;
	
}
#aquanet_land div.h_block p {
	width: 100px;
	height: 5px;
	background-color: #80b8f5;
	display: block;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 12px;
	padding: 0;
}

#aquanet_land div.h_block span {
	font-family: Montserrat-Medium;
	font-size: 18px;
	color: #999999;
	font-weight: 400;
	display: block;
}

@media only screen and (max-width: 610px) {
	#aquanet_land div.h_block h1 {
		font-size: 30px;
	}
	#aquanet_land div.h_block span {
		font-size: 14px;
	}
	#aquanet_land div.h_block p {
		margin-top: 10px;
		margin-bottom: 7px;
	}
}

#aquanet_land div.categories_block_outer {
	position: relative;
}

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

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

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

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

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

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

@media only screen and (max-width: 1010px) {
	#aquanet_land div.categories_block {
		padding: 40px 40px 0 40px;
	}
	#aquanet_land div.categories_block a {
		font-size: 15px;
	}
}

@media only screen and (max-width: 610px) {
	#aquanet_land div.categories_block a  {
		width: 47%;
	}
}



#aquanet_land  div.categories_block h2.all_jd_cat {
	position: relative;
	display: inline-block;
	z-index: 5;
	font-family: Montserrat-Medium;
	font-size: 32px;
	color: #80b8f5;
	padding-bottom: 30px;
	background-image: url(/brands/aquanet/images/slide_arrow_left.png);
	background-position: left 3px;
	background-repeat: no-repeat;
	background-size: 35px;
	padding-left: 50px;
	margin-left: 40px;
	cursor: pointer;
	margin-top: 0;
	margin-bottom: 0;
}

@media only screen and (max-width: 750px) {
	#aquanet_land  div.categories_block h2.all_jd_cat{
		margin-left: 0;
	}
}

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


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

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

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

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

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

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

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

#aquanet_land  div.jd_all_categories ul.fly3 > li {
	margin-bottom: 2px;
}

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

#aquanet_land  div.jd_all_categories ul.fly3 > li > a:hover {
	color: #80b8f5;
}




#aquanet_land div.banners_brands {
	margin-top: 45px;
	padding: 0 115px;
	overflow: hidden;
}

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

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

#aquanet_land div.brand_top_collections div.backgound-color {
	background-color: #f7f7f7;
	position: absolute;
	width: 97%;
	height: 100%;
	left: 3%;
	top: 0;
} 
#aquanet_land div.brand_top_collections a {
	z-index: 5;
	position: relative;
	float: left;
	display: block;
	background-color: #fff;
	width: 22%;
	margin-left: 3%;
	margin-bottom: 40px;
	box-sizing: border-box;
	color: #000;
	text-decoration: none;
	font-family: Montserrat-Bold;
	font-size: 20px;
	text-align: center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-bottom: 25px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);	
}
#aquanet_land div.brand_top_collections a:hover {
	color: #80b8f5;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 14px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 14px 0px rgba(50, 50, 50, 0.75);
}

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

#aquanet_land div.brand_top_collections a p {
	padding: 20px 20px 15px 20px;
	text-align: left;
}

#aquanet_land div.brand_top_collections p.preview_text {
	padding: 0 20px;
	font-family: Montserrat-Regular;
	font-size: 14px;
    line-height: 16px;
    height: 32px;
	color: #404040;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
	
}

@media only screen and (max-width: 1010px) {
	#aquanet_land div.brand_top_collections {
		padding: 40px 40px 0 40px;
	}
	#aquanet_land div.brand_top_collections a {
		font-size: 15px;
	}
	#aquanet_land div.brand_top_collections p.preview_text {
		font-size: 13px;
	}
	
}

@media only screen and (max-width: 810px) {
	#aquanet_land div.brand_top_collections a  {
		width: 47%;
	}
	#aquanet_land div.brand_top_collections a p {
		padding: 15px;
	}
	#aquanet_land div.brand_top_collections p.preview_text {
		padding: 0 15px;
	}
	#aquanet_land div.brand_top_collections a p span {
		display: none;
	}
}

#aquanet_land div.about_aquanet {
	margin-top: 45px;
	padding: 0 55px;
	position: relative;
	width: 100%;
}

#aquanet_land div.about_aquanet > div:first-child {
	height: auto;
	width: 37%;
	
	

}

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

#aquanet_land div.about_aquanet div.about_aquanet_text div p {
	font-family: Montserrat-Bold;
	font-size: 32px;
	color: #81b9f6;
}
#aquanet_land div.about_aquanet div.about_aquanet_text div p.line {
	width: 70px;
	height: 2px;
	background-color: #000;
	margin: 25px 0 15px 0; 
}
#aquanet_land div.about_aquanet div.about_aquanet_text div span {
	display: block;
	font-family: Montserrat-Medium;
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
	#aquanet_land div.about_aquanet div.about_aquanet_text {
		padding: 15px 0 15px 0;
	}
}

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

#aquanet_land div.aquanet_video {
	width: 100%;
	position: relative;
	text-align: center;
	
	margin-top: 50px;
	color: #fff;
}
#aquanet_land div.aquanet_video > div {
	background-image: url(/brands/aquanet/images/aquanet_video_back.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 70px 0 20px 0;
	
}
#aquanet_land div.aquanet_video p {
	font-family: Montserrat-Bold;
	font-size: 36px;
}

#aquanet_land div.aquanet_video span {
	font-family: Montserrat-Bold;
	font-size: 16px;
	display: block;
	margin-top: 20px;
}

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

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

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

#aquanet_land div.aquanet_all_collections {
	border-bottom: 2px solid #f2f2f2;
	padding: 40px 70px 60px 120px;
	font-family: Montserrat-Medium;
}

#aquanet_land div.aquanet_all_collections h2 {
	font-size: 34px;
	color: #000;
	font-family: Montserrat-Medium;
	margin: 0;
}
#aquanet_land div.aquanet_all_collections a {
	font-size: 14px;
	display: inline-block;
	color: #4d94fe;
	margin-right: 15px;
	margin-top: 15px;
}

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

@media only screen and (max-width: 700px) {
	#aquanet_land div.aquanet_all_collections a {
		margin-right: 15px;
	margin-top: 10px;
	}
}
#aquanet_land .form_text {
	font-family: Montserrat-Medium;
	width: 30%;
	float: left;
	padding-right: 45px;
	display: inline-block;

}
#aquanet_land .form_text p {
	font-size: 24px;
}
#aquanet_land .form_text span {
	display: block;
	margin-top: 40px;
	font-size: 16px;
}

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

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

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

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

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

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

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

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


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