

/* Start:/local/templates/zaufer.de/import.css?1685344521248*/
/* @import "/local/templates/zaufer.de/./css/fontface.css";
@import "/local/templates/zaufer.de/./css/media.css";
@import "/local/templates/zaufer.de/./css/footer/footer.css";
@import "/local/templates/zaufer.de/./css/breadcrumbs/breadcrumbs.css";
@import "/local/templates/zaufer.de/./css/search/search.css";
@import "/local/templates/zaufer.de/./css/breadcrumbs/media.css";
@import "/local/templates/zaufer.de/./css/main.css"; */
/* End */


/* Start:/local/templates/zaufer.de/components/bitrix/menu/top/style.css?162995618952*/
.main-menu ul li:last-of-type {
  margin-right: 0;
}
/* End */


/* Start:/local/css/bs-cookies.css?17482589902232*/
.cookies-alert {
	width: 400px;
	position: fixed;
	z-index: 1000;
	right: 20px;
	bottom: 60px;
	padding: 15px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: white;
	-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);

}

.cookies-alert__title span {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 15px;
	/*border-bottom: 1px solid #ebebeb;*/
}

.cookies-alert__left-main {
	font-size: 15px;
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 10px;
}

.cookies-alert__left-sub {
	font-size: 13px;
	line-height: 1.2;
	color: #8c8c8c;
	/*border-bottom: 1px solid #ebebeb;*/
	padding-bottom: 15px;
}

.cookies-alert-link {
	color: #0288d1;
}

.cookies-alert__right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.cookies-alert__btn--js {
	display: inline-block;
	background: rgba(2, 136, 209, 0.1);
	border-radius: 6px;
	font-size: 15px;
	padding: 10px 20px;
	line-height: 1;
	color: #0288d1;
	font-weight: 500;
	outline: none;
	border: none;
	width: 100%;
	/*margin-left: 20px;*/
}


@media screen and (max-width: 1200px) {
	.cookies-alert {
		bottom: 62px;
	}
}

@media screen and (max-width: 560px) {
	.cookies-alert {
		width: 50%;
		position: fixed;
		z-index: 1000;
		right: 0;
		left: 50%;
		/*top:82px;
		height:220px;*/
		padding: 15px 20px;
		/*border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;*/
		background-color: white;
		box-shadow: unset;
	}
}



/*.header-desktop__contacts .header-desktop__contacts-item ul li {
	position: relative;
}

.header-desktop__contacts .header-desktop__contacts-item ul li:nth-child(2n) a::before {
	position: absolute;
	right: 175px;
	display: block;
	content: 'Оптовый отдел:';
	white-space: nowrap;
	font-size: 16px;
}

.header-desktop__contacts .header-desktop__contacts-item ul li:first-child {
	margin-right: 120px;
}


.header-desktop__contacts .header-desktop__contacts-item ul li:first-child a::before {
	position: absolute;
	right: 175px;
	display: block;
	content: 'Розничный отдел:';
	white-space: nowrap;
	font-size: 16px;
}*/
/* End */


/* Start:/local/templates/zaufer.de/styles.css?175309521436392*/
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	height: 100%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body a {
	color: #0288d1;
}

body a:hover {
	text-decoration: none;
}

/* убираем фон при автозаполнении input  */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-transition-delay: 9999s;
	transition-delay: 9999s;
}

.wrapper {
	width: 100%;
	margin: auto;
}

@media (min-width: 1200px) {
	.wrapper {
		width: 1275px !important;
	}

	/* padding у области wrap > voltag > catalog */
	main.main .main-content {
		padding-left: 36px;
		padding-right: 0px;
	}
}

.main {
	position: relative;
	padding: 0;
}

.img-fluid {
	max-width: 100%;
	height: 90%;
}

.top-bar-mobile {
	width: 100%;
	background: #0288d1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.top-bar-mobile-left {
	width: 58px;
}

.top-bar-mobile-right {
	width: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}

.logo-header-mobile {
	width: 201px;
}

.personal-header-mobile {
	width: 35px;
}

/* nav switcher */

.sidebar .switcher-area label.switch {
	position: relative;
	display: inline-block;
	width: 212px;
	height: 40px;
	margin-bottom: 0;
}

.sidebar .switcher-area label.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.sidebar .switcher-area label.switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 5px;
	bottom: 0;
	background: #e6f3fa;
	border: 1px solid rgba(2, 136, 209, 0.02);
	box-sizing: border-box;
	border-radius: 6px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.sidebar .switcher-area label.switch .slider span {
	z-index: 4;
	padding: 2px 0 0 0;
}

.sidebar .switcher-area label.switch .slider span:first-child {
	padding-right: 5px;
}

.sidebar .switcher-area label.switch .slider span:last-child {
	padding-left: 5px;
}

.sidebar .switcher-area label.switch .slider:before {
	position: absolute;
	content: "";
	height: 32px;
	width: 96px;
	top: 3px;
	left: 6px;
	background-color: white;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.sidebar .switcher-area label.switch input:checked+.slider span {
	color: #000;
}

.sidebar .switcher-area label.switch input+.slider span {
	padding-left: 10px;
}

.sidebar .switcher-area label.switch input+.slider span {
	color: #0288d1;
	font-weight: 500;
	font-size: 18px;
}

.sidebar .switcher-area label.switch input+.slider span:first-child {
	color: #000000;
	font-weight: 500;
	padding-left: 7px;
}

.sidebar .switcher-area label.switch input:checked+.slider span:last-child {
	color: #000000;
	font-weight: 500;
}

.sidebar .switcher-area label.switch input:checked+.slider span:first-child {
	color: #0288d1;
}

/* сделать на js чтобы фокус появлялся */

/* input:focus + .slider span:first-child {
  color: #000;
} */

/* input:focus + .slider span:last-child {
  color: #0288d1;
} */

.sidebar .switcher-area label.switch input:focus+.slider {
	box-shadow: 0 0 1px #e6f3fa;
}

.sidebar .switcher-area label.switch input:checked+.slider:before {
	-webkit-transform: translateX(93px);
	-ms-transform: translateX(93px);
	transform: translateX(93px);
}

.sidebar .switcher-area label.switch .slider.round {
	border-radius: 6px;
}

.sidebar .switcher-area label.switch .slider.round:before {
	border-radius: 6px;
}

.header-desktop-logotype-overlay,
.header-desktop-part-search,
.header-desktop-personal {
	height: 113px;
	display: flex;
	flex-flow: nowrap column;
	justify-content: flex-start;
	margin: 0 0 0 0;
}

.header-desktop-logotype-overlay,
.header-desktop-personal {
	justify-content: center;
	margin: 18px 0 0 0;
}

.header-desktop-personal {
	align-items: flex-end;
}

.header-desktop-part-search {
	margin: 12px 15px 0 37px;
}

.header-desktop-part-search-nav {
	margin: 0 0 0 0;
}

.header-desktop .header-desktop-logotype-overlay .header-desktop-logotype {
	background-image: url(/local/templates/zaufer.de/images/icon/logotype.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 154px;
	height: 27px;
}

.header-desktop-personal .header-desktop-cart,
.header-desktop-lk {
	background: #e6f3fa;
	border-radius: 6px;
}

.header-desktop-personal .header-desktop-cart,
.header-desktop-lk {
	display: inline-block;
}

.header-desktop-personal .header-desktop-cart a,
.header-desktop-lk a {
	display: inline-block;
}

.header-desktop-cart-icon,
.header-desktop-cart-title,
.header-desktop-lk-icon,
.header-desktop-lk-title {
	display: inline-block;
}

.header-desktop-icons-cart-overlay,
.header-desktop-icons-lk-overlay {
	display: flex;
	flex-flow: nowrap row;
	justify-content: flex-start;
	align-items: center;
}

.header-desktop-icons-lk-overlay {
	width: 235px;
	height: 49px;
}

.header-desktop-icons-cart-overlay {
	width: 121px;
	height: 49px;
}

.header-desktop-personal a,
.header-desktop-personal {
	color: #0288d1;
}

.header-desktop-personal a:hover,
.header-desktop-personal a:focus {
	text-decoration: none;
}

.header-desktop-cart-icon,
.header-desktop-lk-icon,
.header-desktop-lk-dropdown {
	width: 22px;
	height: 22px;
}

.header-desktop-lk-icon {
	padding: 0px 45px 0 0px;
}

.header-desktop-lk-dropdown {
	width: 25px;
	height: 49px;
	background-color: #d1eaf7;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.header-desktop-personal .header-desktop-cart .header-desktop-cart-icon {
	background-image: url(/local/templates/zaufer.de/images/icon/cart-icon.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.header-desktop-personal .header-desktop-lk .header-desktop-lk-icon {
	background-image: url(/local/templates/zaufer.de/images/icon/lk-icon.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.header-desktop-personal .header-desktop-lk .header-desktop-lk-dropdown {
	background-image: url(/local/templates/zaufer.de/images/icon/arrow-dropdown.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.header-desktop-personal a .header-desktop-cart-title,
.header-desktop-lk-title,
.header-desktop-personal {
	font-weight: 500;
	font-size: 18px;
	line-height: initial;
}

.header-desktop-cart-description,
.header-desktop-lk-description {
	font-size: 15px;
	line-height: 17px;
}

.header-desktop-lk-block {
	padding: 0 0 0 0;
	flex-grow: 1;
}

.header-desktop-cart-icon {
	padding: 0 38px 0 0;
}

.header-desktop-cart {
	padding: 0 0 0 5px;
	cursor: pointer;
}

.hidden_photo {
	/*display: none!important;*/
}

/*aside*/
aside>.aside .header {
	margin-top: 30px;
	padding-left: 20px;
	font-weight: 500;
	font-size: 28px;
	line-height: 32px;
	color: #0288d1;
}

aside>.aside .aside-content {
	position: fixed;
	display: flex;
	flex-direction: column;
	height: 100%;
	top: 0;
	box-sizing: border-box;
	/*overflow-y: auto;*/
	z-index: 5;
	background: #ffffff;
	color: #0288d1;
	transition: box-shadow 0.3s ease-in-out, left 0.3s ease-in-out, right 0.3s ease-in-out;
	-webkit-transition: left 0.3s ease-in-out, right 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	box-shadow: 0px 0px 140px rgba(0, 0, 0, 0);
}

aside>.aside>input[type="checkbox"] {
	display: none;
}

aside>.aside input[type="checkbox"]:checked+.aside-content:after {
	content: url(/local/templates/voltag.kz/images/icon/circle-cross.svg);
	/* padding: 15px; */
	/* background: #fff; */
	position: absolute;
	border-radius: 50%;
	line-height: 53px;
	width: 46px;
	height: 46px;
	/* right: -70px; */
	text-align: center;
	font-size: 14px;
	top: 15px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

aside input[type="checkbox"][id$="-panel"] {
	display: none;
}

/*Правые панели*/

aside>.aside[data-position="right"] .aside-content {
	width: 75vw;
	right: -75vw;
}

aside>.aside .aside-content>.scroll {
	overflow: scroll;
	display: flex;
	flex-direction: column;
	height: inherit;
}

aside>.aside input[type="checkbox"]:checked+.aside-content+span {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	/*background: aqua;*/
	z-index: 4;
}

aside>.aside .aside-content>.scroll .card {
	flex: 1 0 auto;
}

aside>.aside input[type="checkbox"]:checked+.aside-content {
	box-shadow: 0 0 140px rgba(0, 0, 0, 0.4);
}

aside>.aside[data-position="right"] input[type="checkbox"]:checked+.aside-content:after {
	left: -70px;
}

aside>.aside[data-position="right"] .aside-content {
	width: 75vw;
	right: -75vw;
}

@media screen and (orientation: landscape) and (max-width: 1199px) {
	aside>.aside[data-position="right"] .aside-content {
		width: 75vh !important;
		right: -75vh !important;
	}
}

/* @media (max-height: 575px) and (orientation: landscape) {
  aside > .aside[data-position="right"] .aside-content {
    width: 75vh !important;
    right: -75vh !important;
  }
} */

@media (min-width: 576px) and (max-width: 1199px) {
	aside>.aside[data-position="right"] .aside-content {
		width: 35vh;
		right: -35vh;
	}
}

aside>.aside[data-position="right"] input[type="checkbox"][id$="-panel"]:checked+.aside-content {
	right: 0 !important;
	transition: right 0.3s ease-in-out;
	-webkit-transition: right 0.3s ease-in-out;
}

/*Левые панели*/

aside>.aside[data-position="left"] .aside-content {
	left: 0px;
	width: 75vw;
	left: -75vw;
}

aside>.aside[data-position="left"] input[type="checkbox"]:checked+.aside-content:after {
	right: -70px;
}

@media screen and (orientation: landscape) and (max-width: 1199px) {
	aside>.aside[data-position="left"] .aside-content {
		width: 75vh !important;
		left: -75vh !important;
	}
}

/* @media (max-height: 575px) and (orientation: landscape) {
  aside > .aside[data-position="left"] .aside-content {
    width: 75vh !important;
    left: -75vh !important;
  }
} */

@media (min-width: 576px) and (max-width: 1199px) {
	aside>.aside[data-position="left"] .aside-content {
		width: 35vh;
		left: -35vh;
	}
}

aside>.aside[data-position="left"] input[type="checkbox"][id$="-panel"]:checked+.aside-content {
	left: 0 !important;
	transition: left 0.3s ease-in-out;
	-webkit-transition: left 0.3s ease-in-out;
}

@media (max-width: 575px) {
	div.filters-active ul li.filter-new {
		margin-bottom: 10px;
		height: 40px;
	}

	.pagination-layer {
		background-color: #fff;
		padding-top: 0;
		padding-bottom: 40px;
	}

	.pagination-layer .pagination {
		width: 100%;
		text-align: center;
		padding-top: 12px;
		border-top: 1px solid #f7f1e7;
		border-bottom: 1px solid #f7f1e7;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	div.filters-active ul li.filter-new {
		margin-bottom: 10px;
		height: 40px;
	}

	.pagination-layer {
		background-color: #fff;
		padding-top: 0;
		padding-bottom: 40px;
	}

	.pagination-layer .pagination {
		width: 100%;
		text-align: center;
		padding-top: 12px;
		border-top: 1px solid #f7f1e7;
		border-bottom: 1px solid #f7f1e7;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	div.filters-active ul li.filter-new {
		margin-bottom: 10px;
		height: 40px;
	}

	.pagination-layer {
		background-color: #fff;
		padding-top: 0;
		padding-bottom: 40px;
	}

	.pagination-layer .pagination {
		width: 100%;
		text-align: center;
		padding-top: 12px;
		border-top: 1px solid #f7f1e7;
		border-bottom: 1px solid #f7f1e7;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	div.filters-active ul li.filter-new {
		margin-bottom: 10px;
		height: 40px;
	}

	.pagination-layer {
		background-color: #fff;
		padding-top: 0;
		margin-bottom: 40px;
	}

	.pagination-layer .pagination {
		width: 100%;
		text-align: center;
		padding-top: 12px;
		border-top: 1px solid #f7f1e7;
		border-bottom: 1px solid #f7f1e7;
	}
}

@media (min-width: 1200px) {
	aside>.aside[data-position="left"] .aside-content {
		margin-top: 20px;
	}

	aside>.aside .aside-content {
		height: 100%;
	}
}

/*end aside*/

/*menu*/

ul.left-cat-nav {
	list-style: none;
	text-decoration: none;
	width: 100%;
	padding: 0px;
	margin-top: 16px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

/*.aside-scroll {*/

/*    margin-top: 16px;*/

/*}*/

ul.left-cat-nav {
	margin-top: 10 !important;
}

ul.left-cat-nav li.level1>span {
	/*padding-left: 20px;*/
}

/*Если пункт активный*/

ul.left-cat-nav li.active {
	margin-left: 0 !important;
}

ul.left-cat-nav li.active::before {
	content: "";
	left: 0;
	top: 11px;
	height: 19px;
	position: absolute;
	border-left: 4px solid #0288d1;
}

ul.left-cat-nav li.active label {
	/*padding-left: 26px;*/
	font-weight: 600;
}

ul.left-cat-nav label {
	margin: 0;
}

ul.left-cat-nav li {
	font-weight: 500;
	font-size: 17px;
	text-decoration: none;
	/*padding: 9px 0 8px 0;*/
	/* margin: 0 20px 0 20px; */
	/* transition: all ease-out 0.025s; */
	color: #0288d1;
	/*cursor: pointer;*/
	position: relative;
	/*line-height: 45px;*/
}

ul.left-cat-nav li:last-child {
	border-bottom: none;
}

ul.left-cat-nav li.no-arrow .arrow-down {
	display: none;
	cursor: pointer;
}

/*ul.left-cat-nav li a {*/

/*    max-width: calc(100% - 35px);*/

/*}*/

ul.left-cat-nav li div {
	display: flex;
	align-items: center;
	margin: 0 20px;
}

ul.left-cat-nav li.yl-bordered {
	border-bottom: 2px solid #ffdf37;
	padding-bottom: 2px;
}

ul.left-cat-nav li.level1.submenu.show>.submenu-header+ul {
	border-bottom: none;
	display: block;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul.left-cat-nav li.level1.submenu.show>.submenu-header+ul.level1>li.level2.submenu.show>.submenu-header+ul {
	border-bottom: none;
	border-radius: unset;
	display: block;
}

ul.left-cat-nav li.submenu.show>.submenu-header .arrow-down {
	transform: rotate(180deg);
	height: 44px;
	position: absolute;
	right: 20px;
	top: 11px;
	transition: height 0.25s ease-out;
	z-index: 1;
}

ul.left-cat-nav li.level1>.submenu-header {
	margin: 0 20px;
}

ul.left-cat-nav li.level1>.submenu-header>label {
	/*border-bottom: 1px solid rgba(2, 136, 209, 0.15);*/
	width: 100%;
}

ul.left-cat-nav li .submenu-header {
	display: flex;
	align-items: center;
	margin: 0 20px;
	border-bottom: 1px solid rgba(2, 136, 209, 0.15);
}

ul.left-cat-nav li.submenu-header label {
	display: flex;
	flex: 1;
	/*margin: 0;*/
	line-height: 24px;
}

ul.left-cat-nav li .submenu-header label {
	display: flex;
	flex: 1;
	/*margin: 1px;*/
	font-size: 18px;
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 230px;
	line-height: 21px;
}

ul.left-cat-nav li.submenu.show .submenu-header {
	border-bottom: none;
}

ul.left-cat-nav li.level1.submenu ul.level1 li {
	padding: 0 20px 0 30px;
}

ul.left-cat-nav li.level1.submenu ul.level1 li label:hover {
	cursor: pointer;
}

ul.left-cat-nav li.level1.submenu ul.level1 li label {
	width: 100%;
	border-bottom: 1px solid rgba(2, 136, 209, 0.15);
	padding-top: 10px;
	padding-bottom: 10px;
}

ul.left-cat-nav li.level1.submenu ul.level1 li.level2.show .submenu-header>label {
	border-bottom: unset;
}

ul.left-cat-nav li.level1.submenu ul.level1 li:last-child label {
	/*width: 100%;*/
	border-bottom: unset;
}

ul.left-cat-nav li.level1.submenu ul.level1 li.level2 {
	padding: 0;
}

/*ul.left-cat-nav li.level1.submenu ul.level1 li.level2 .submenu-header label {*/

/*    padding-left: 15px;*/

/*}*/

ul.left-cat-nav li.level1.submenu ul.level1 li.level2.show {
	padding: 0 0 0;
}

ul.left-cat-nav li.level1.submenu ul.level1 li.level2.show ul.level2 {
	padding-top: 6px;
	padding-left: 0px;
	padding-bottom: 0px;
	border-radius: 6px;
	background: #ffffff;
}

ul.left-cat-nav li.level1.submenu ul.level1 li.level2.show ul.level2 li:only-child label {
	padding-bottom: 4px;
}

ul.left-cat-nav li.level1.submenu ul.level1 li.level2.show ul.level2 li label {
	padding-left: 15px;
}

ul.left-cat-nav li.level1.submenu ul.level1 li.level2 ul.level2 li {
	padding-left: 30px;
	padding-right: 0;
	margin-left: 0;
	border-radius: 6px;
	background: #ffffff;
}

ul.left-cat-nav li.level1.submenu ul.level1 li.level2 ul.level2 li span {
	padding-left: 15px;
}

ul.left-cat-nav li.level1.submenu .level2 .submenu-header {
	margin-left: 30px;
	margin-right: 20px;
}

ul.left-cat-nav li.submenu .submenu-header .arrow-down {
	/* position: absolute;
        top: 6px;
        right: 0; */
	right: 20px;
	top: 8px;
	position: absolute;
	transition: height 0.25s ease-out;
	border: 1px solid rgba(2, 136, 209, 0.15);
	background: url("/local/templates/zaufer.de/./images/icon/arrow-down-drk.svg") no-repeat center, #e6f3fa;
	width: 41px;
	height: 25px;
	border-radius: 4px;
	cursor: pointer;
	transform: rotate(0deg);
	/* margin-right: 10px; */
}

/*ul.left-cat-nav li.submenu.show > .submenu-header > .arrow-down {*/

/*    transform: rotate(180deg);*/

/*}*/

ul.left-cat-nav li.submenu ul {
	list-style: none;
	display: none;
	background: #f0f0f0;
	padding: 8px 15px 8px 15px;
	/* margin: 15px 0 20px 0; */
	/*margin-top: 10px;*/
}

ul.left-cat-nav li.submenu ul li {
	/* width: 100%; */
	font-size: 17px;
	cursor: auto;
	/*margin-left: 30px;*/
	line-height: 21px;
	/*margin-right: 20px;*/
}

ul.left-cat-nav li.submenu ul li a {
	width: 100%;
	text-decoration: none;
	transition: all ease-out 0.025s;
	/*color: #075f9b;*/
	color: rgb(2, 136, 209);
}

ul.left-cat-nav li.submenu ul li a:hover {
	color: rgb(2, 136, 209);
}

/*ul.left-cat-nav li.submenu .submenu .submenu-header {*/

/*    margin: 0;*/

/*}*/

ul.left-cat-nav li.submenu .submenu ul li {
	margin-left: 15px;
	margin-right: 0;
}

ul.left-cat-nav li.submenu ul li:last-child {
	border-bottom: none;
}

ul.left-cat-nav li.level1 ul.level1 li.level2.submenu.show .submenu-header {
	/*border-bottom: none;*/
}

ul.left-cat-nav li.level1 ul.level1 li.level2.submenu .submenu-header {
	border-bottom: 1px solid rgba(2, 136, 209, 0.15);
}

ul.left-cat-nav li.level1 ul.level1 li.level2 .submenu-header label {
	border-bottom: none;
}

.content-layer .detail-body-right ul.left-cat-nav li.submenu .submenu-header+ul.level1 li span {
	margin-left: 8px;
	font-size: 15px;
	line-height: 17px;
	color: #000000;
	opacity: 0.4;
}

.content-layer .detail-body-right ul.left-cat-nav li.level1.submenu ul.level1 li {
	border-bottom: 1px solid rgba(2, 136, 209, 0.15);
	margin: 0 20px 0 30px;
	padding: 0;
}

.content-layer .detail-body-right ul.left-cat-nav li.level1.submenu ul.level1 li label {
	width: auto;
	border-bottom: none;
}

.content-layer .detail-body-right ul.left-cat-nav li.level1.submenu.show>.submenu-header+ul {
	background: #f0f0f0;
}

@media (max-width: 575px) {
	ul.left-cat-nav li .submenu-header label {
		max-width: 159px;
	}

	.vltg-menu {
		display: none;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.vltg-menu {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.vltg-menu {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.vltg-menu {
		display: none;
	}
}

@media (min-width: 1200px) {
	.hidden-desktop {
		display: none;
	}

	.scroll {
		overflow: unset !important;
	}

	/* aside {
    display: none;
  } */
	.sidebar .tab-view aside.tab {
		position: relative;
		/* width: 201px; */
	}

	ul.left-cat-nav {
		margin-top: 0 !important;
	}

	ul.left-cat-nav li.submenu ul {
		border-radius: 6px;
		margin-top: 6px;
		margin-bottom: 12px;
	}

	ul.left-cat-nav li.level1.submenu.show>.submenu-header+ul.level1>li.level2.submenu.show>.submenu-header+ul {
		border-radius: 6px;
	}

	ul.left-cat-nav li {
		border-bottom: unset !important;
		letter-spacing: -0.03em;
		/*line-height: 32px;*/
	}

	/*ul.left-cat-nav li.submenu ul li{*/
	/*    line-height: 32px;*/
	/*}*/
	ul.left-cat-nav li.level1 ul.level1 li {
		padding-left: 15px;
	}

	ul.left-cat-nav li.submenu .submenu-header {
		border-bottom: none;
		line-height: 21px;
	}

	ul.left-cat-nav li.submenu .submenu-header label {
		flex: unset;
		font-size: 17px;
	}

	ul.left-cat-nav li.submenu .submenu-header .arrow-down {
		right: 0;
	}

	ul.left-cat-nav li.level1.submenu ul.level1 li.level2.show ul.level2 {
		padding-bottom: 6px;
	}

	.sidebar aside .aside-content ul.left-cat-nav li.submenu .submenu-header .arrow-down {
		width: 31px;
		height: 19px;
		top: 2px !important;
	}

	ul.left-cat-nav li.active::before {
		top: 5px;
	}

	ul.left-cat-nav li.submenu.show>.submenu-header .arrow-down {
		right: 0;
		height: 44px !important;
	}

	ul.left-cat-nav li.level1.submenu ul.level1 li {
		padding: 0 20px 0 15px;
	}

	ul.left-cat-nav li.level1.submenu ul.level1 li label {
		border-bottom: none;
		line-height: 21px;
		padding-top: 4px;
		max-width: 155px;
		padding-bottom: 7px;
		width: auto;
	}

	ul.left-cat-nav li.level1.submenu ul.level1 li.level2 .submenu-header label {
		padding-left: 15px;
	}

	ul.left-cat-nav li.level1.submenu ul.level1 li.level2 ul.level2 {
		margin-left: 10px;
	}

	ul.left-cat-nav li.level1.submenu ul.level1 li.level2 ul.level2 li {
		padding-left: 0;
	}

	ul.left-cat-nav li.level1>.submenu-header {
		margin: 0;
		-moz-user-select: none;
		-khtml-user-select: none;
		user-select: none;
	}

	ul.left-cat-nav li.level1>.submenu-header>label {
		border-bottom: unset;
		font-size: 17px;
		cursor: pointer;
		width: unset;
		max-width: 170px;
		padding-top: 3px;
		padding-bottom: 8px;
	}

	ul.left-cat-nav li.level1>.submenu-header.show>label {
		font-weight: 600;
	}

	ul.left-cat-nav li .submenu-header,
	ul.left-cat-nav li.level1 ul.level1 li.level2.submenu .submenu-header {
		border-bottom: none;
	}

	/*ul.left-cat-nav li.level1.submenu ul.level1 li:hover {*/
	/*    background: #8a8a8a24;*/
	/*}*/
	/*Комплектующие*/
	/* .content-layer .detail-body-right {
    padding-left: 30px;
  } */
	.content-layer .detail-body-right ul.left-cat-nav .submenu-header {
		border-bottom: 1px solid rgba(2, 136, 209, 0.15);
	}

	.content-layer .detail-body-right ul.left-cat-nav li {
		padding-top: 8px;
	}

	.content-layer .detail-body-right ul.left-cat-nav li.level1.submenu ul.level1 li {
		border-bottom: 1px solid rgba(2, 136, 209, 0.15) !important;
		margin: 0 20px 0 20px;
		padding-top: 6px;
	}

	.content-layer .detail-body-right ul.left-cat-nav li.level1.submenu ul.level1 li:last-child {
		border-bottom: none !important;
	}

	.content-layer .detail-body-right ul.left-cat-nav li.submenu .submenu-header+ul.level1 li span {
		margin-left: 8px;
		font-size: 15px;
		line-height: 17px;
		color: #000000;
		opacity: 0.4;
	}

	.content-layer .detail-body-right ul.left-cat-nav li.submenu .submenu-header .arrow-down {
		top: 8px;
	}

	.content-layer .detail-body-right ul.left-cat-nav li.level1.submenu ul.level1 li:last-child label {
		width: auto;
	}

	.menu-item {
		padding: 14px;
	}

	.menu-item.selected {
		background: #e6f3fa;
		border-radius: 6px;
	}

	.menu-item .homepage_menu_item_topic {
		font-weight: 500;
		font-size: 20px;
		line-height: 23px;
		color: #0288d1;
	}

	.menu-item .homepage_menu_item_topic a {
		text-decoration: none;
		color: #0288d1;
	}

	.menu-item .homepage_menu_item_comment {
		font-weight: normal;
		font-size: 17px;
		line-height: 18px;
		/* or 106% */
		color: #000000;
		opacity: 0.5;
	}
}

/*end menu*/

.header-desktop-lk-dropdown-nav {
	display: none;
	width: 235px;
	position: absolute;
	top: 100px;
	z-index: 5;
	/* width: 100%; */
	background-color: #fff;
	box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.1);
}

.aside-content .header-desktop-lk-dropdown-nav {
	width: auto;
	position: relative;
	top: auto;
	display: block;
	background-color: transparent;
	box-shadow: none;
}

.header-desktop-lk-dropdown-nav-bottom-title a {
	font-weight: 600;
	color: #0288d1;
	font-size: 18px;
}

.header-desktop-lk-dropdown-nav-bottom {
	background: #e6f3fa;
}

.header-desktop-lk-dropdown-nav-top .footer-nav-title {
	font-weight: 500;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 0.05em;
	color: #5cb2e2;
}

.header-desktop-lk-dropdown-nav-top,
.header-desktop-lk-dropdown-nav-bottom {
	padding: 12px 14px 12px 14px;
}

.header-desktop-lk-dropdown-nav-bottom-description {
	padding: 0 14px 0 14px;
}

.header-desktop-lk-dropdown-nav-bottom-title {
	padding: 0 0 7px 0;
}

.header-desktop-lk-dropdown-nav-top ul {
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.header-desktop-lk-dropdown-button {
	position: absolute;
	cursor: pointer;
	width: 235px;
	height: 49px;
	z-index: 99;
}

.header-desktop-lk-dropdown-nav-top ul li {
	padding: 14px 0px 12px 0px;
	border-bottom: 1px solid rgba(2, 136, 209, 0.15);
}

.header-desktop-lk-dropdown-nav-top ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.header-desktop-lk-dropdown-nav-top ul li:first-child {
	padding-top: 10px;
}

.header-desktop-lk-dropdown-nav-top ul li a {
	font-weight: 500;
	font-size: 17px;
	line-height: 20px;
	color: #0288d1;
	cursor: pointer;
}

.header-desktop-lk-dropdown-nav-top ul li a:hover {
	text-decoration: none;
}

.header-desktop-lk-dropdown-botton-description-title {
	font-weight: 400;
	font-size: 15px;
	color: #46a8dd;
}

.header-desktop-lk-dropdown-botton-description-subtitle {
	font-weight: 500;
	font-size: 15px;
	color: #0288d1;
}

.header-desktop-lk-autorization-button a {
	color: #ffffff;
	background-color: #0288d1;
}

.header-desktop-lk-autorization-forget-letter-success-button a,
.header-desktop-lk-autorization-button a {
	display: inline-block;
	width: 100%;
	border-radius: 8px;
	padding: 12px 11px 7px 11px;
}

/* универсальный дропдаун  */

.vltg-dropdown {
	background-color: #e6f3fa;
	color: rgb(2, 136, 209);
	border-radius: 6px;
	width: 220px;
	height: 40px;
	margin-right: 15px;
	position: relative;
	cursor: pointer;
}

.vltg-dropdown-overlay {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 40px;
}

.vltg-dropdown-button {
	position: absolute;
	z-index: 1;
	height: 40px;
	width: 100%;
}

.vltg-dropdown-block {
	width: 100%;
}

.vltg-dropdown-block .vltg-dropdown-title.decrease {
	background-image: url(/local/templates/zaufer.de/./images/icon/decrease.svg);
	background-repeat: no-repeat;
	background-position: 93% 50%;
	background-size: 15px 15px;
}

.vltg-dropdown-block .vltg-dropdown-title.increase {
	background-image: url(/local/templates/zaufer.de/./images/icon/increase.svg);
	background-repeat: no-repeat;
	background-position: 93% 50%;
	background-size: 15px 15px;
}

.vltg-dropdown-block-last {
	background-image: url(/local/templates/zaufer.de/./images/icon/price-filter-dropdown-arrow.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #cbe7f7;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	height: 40px;
	width: 25px;
}

.vltg-dropdown-title {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	padding: 2px 0 0 14px;
}

.vltg-dropdown-toggle {
	position: absolute;
	z-index: 1;
	width: 198px;
	background-color: #ffffff;
	box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	display: none;
}

.vltg-dropdown-toggle ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 14px 0 14px;
}

#vltg-dropdown-active-filter {
	display: none;
}

.vltg-dropdown-active-filter-block {
	width: 100%;
}

.vltg-dropdown-active-filter-block ul li {
	list-style: none;
	display: block;
}

.vltg-dropdown-active-filter-block ul {
	padding: 0 5px 0 0;
	margin: 0 0 0 0;
}

.vltg-dropdown-toggle ul li {
	font-weight: 500;
	font-size: 17px;
	line-height: 20px;
	padding: 12px 0 10px 0;
	border-bottom: 1px solid rgba(2, 136, 209, 0.15);
}

.vltg-dropdown-toggle ul li:last-child {
	border: none;
}

.vltg-dropdown-active-filter {
	width: 213px;
	height: 40px;
	border: 1px solid rgba(0, 116, 175, 0.2);
	border-radius: 8px;
	padding: 0 14px 0 14px;
}

.vltg-dropdown-active-filter-overlay {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
}

.vltg-dropdown-active-filter-block-button {
	display: none;
	background-image: url(/local/templates/zaufer.de/./images/icon/price-filter-close-cross.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 11px 11px;
	width: 20px;
	height: 40px;
}

.vltg-dropdown-active-filter-block-button:hover {
	cursor: pointer;
}

.vltg-dropdown-toggle ul li.increase,
.vltg-dropdown-toggle ul li[class$="increase"] {
	background-image: url(/local/templates/zaufer.de/./images/icon/increase.svg);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 15px 15px;
}

.vltg-dropdown-toggle ul li.decrease,
.vltg-dropdown-toggle ul li[class$="decrease"] {
	background-image: url(/local/templates/zaufer.de/./images/icon/decrease.svg);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 15px 15px;
}

.unselectable {
	text-decoration: none;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Chrome/Safari/Opera */
	-khtml-user-select: none;
	/* Konqueror */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
									not supported by any browser */
}

.unselectable:hover {
	text-decoration: none;
}

@media (max-width: 575px) {
	.content-layer .detail-body-right ul.left-cat-nav li.level1.submenu.show>.submenu-header+ul {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.content-layer .detail-body-right ul.left-cat-nav li.level1.submenu.show>.submenu-header+ul {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.content-layer .detail-body-right ul.left-cat-nav li.level1.submenu.show>.submenu-header+ul {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.content-layer .detail-body-right ul.left-cat-nav li.level1.submenu.show>.submenu-header+ul {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.supply-main-slider .splide__pagination {
	bottom: -1.9rem;
	width: 1026px;
}

.supply-main-slider .splide__pagination__page.is-active {
	background-color: #0288d1;
}

.supply-main-slider .splide__pagination__page {
	background-color: rgba(2, 136, 209, 0.15);
	width: 100%;
	border-radius: 6px;
	transform: unset;
	margin: 0;
	height: 4px;
}

.supply-main-slider .splide__pagination li {
	width: 100%;
	margin-right: 1.1%;
}

.supply-main-slider .splide__pagination li:last-child {
	margin-right: 0;
}

.gallery-main .splide-gallery-main .splide__track {
	border-radius: 8px;
}

.gallery-main .splide-gallery-main-thumbs {
	position: relative;
	top: -85px;
	background: #ffffff;
	opacity: 0.8;
	border-radius: 8px;
	padding: 8px 10px 8px 10px;
	margin: 0 10px 0 10px;
	height: 61px;
}

.gallery-main {
	height: 417px;
}

.gallery-main .splide__slide img {
	width: 100%;
	height: auto;
}

/* .gallery-main .splide-gallery-main-thumbs .splide__list {
  height: 60px;
} */
.gallery-main .splide-gallery-main-thumbs .splide__list .splide__slide.is-active.is-visible {
	outline: none;
	border: 0;
}

.gallery-main .splide-gallery-main-thumbs ul.splide__list li {
	display: inline-block;
	border-radius: 6px;
	overflow: hidden;
}

section .title.main {
	margin-bottom: 15px;
}

section .title.main h1 {
	font-weight: 500;
	font-size: 28px;
	line-height: 32px;
	color: #0288d1;
}

.service-map-main-heading {
	display: flex;
	justify-content: space-between;
}

.service-map-main-heading .service-map-main-heading-right {
	display: flex;
	align-items: center;
}

.service-map-main a.title-button-mark {
	display: inline-block;
	background-color: #e6f3fa;
	background-image: url(/local/templates/zaufer.de/images/icon/placemark-icon.svg);
	background-repeat: no-repeat;
	background-position: 6.5% 50%;
	border-radius: 6px;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #0288d1;
	padding: 11px 13px 8px 40px;
	user-select: none;
}

.service-map-main a.title-button-mark:hover {
	text-decoration: none;
	color: #0288d1;
}

@media (max-width: 576px) {
	.gallery-main .splide-gallery-main-thumbs {
		top: 0;
		background: unset;
		opacity: unset;
		margin: 0 -15px 0 0;
		padding-right: 0;
		padding-left: 0;
	}

	.gallery-main {
		height: unset;
	}
}

@media (max-width: 1199px) {
	.service-map-main a.title-button-mark {
		display: none;
	}
}

h3.map-popup-title {
	color: #ffc84b !important;
	display: inline;
	white-space: normal;
	font: 22px/24px "SuisseCond", "Arial Narrow", Helvetica, Arial, sans-serif;
}

p.map-popup-paragraph {
	margin-top: 20px !important;
}

a.map-popup-btn {
	display: block;
	background: rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px rgb(0 0 0 / 10%);
	cursor: pointer;
	color: #fff !important;
	font-weight: 500;
	margin-top: 20px;
	text-align: center;
	border-radius: 2px;
	padding: 5px 10px;
}

.b-popup-banner {
	display: flex;
	position: absolute;
	visibility: hidden;
	align-items: center;
	/* position: relative; */
	width: 100%;
	min-height: 100%;
	background: rgba(255, 255, 255, 0.81);
	overflow: hidden;
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.b-popup-banner .b-popup-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 40px auto 0px auto;
	position: relative;
	width: 585px;
	height: 200px;
	/* height: 40px; */
	/* position: relative; */
	padding: 25px 20px;
	background: linear-gradient(0deg, #ffffff, #ffffff), linear-gradient(173.77deg, #10384e 4.07%, #599ad7 95.8%);
	box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.15);
	border-radius: 6px;
	border-radius: 6px;
}

.b-popup-banner .b-popup-content header {
	display: flex;
	align-items: center;
}

.b-popup-banner .b-popup-content header .title {
	font-weight: 500;
	font-size: 28px;
	line-height: 32px;

	flex: 1;
	color: #0288d1;
}

.b-popup-banner .b-popup-content header .close {
	height: 20px;
	width: 20px;
	cursor: pointer;
	background: url(/local/templates/voltag.kz/images/icon/close-icon.svg) no-repeat center;
}

.b-popup-banner .b-popup-content section {
	font-size: 18px;
	line-height: 21px;
	margin: 12px 0;
	color: #000000;

	opacity: 0.8;
}

.b-popup-banner .b-popup-content footer .close {
	background: rgba(2, 136, 209, 0.1);
	border-radius: 6px;
	color: #0288d1;

	padding: 12px 15px 10px;
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
	text-align: right;
	cursor: pointer;
}

.b-popup-banner .b-popup-content footer .next {
	background: #0288d1;
	border-radius: 6px;
	color: white;
	padding: 12px 15px 10px;
	font-size: 18px;
	line-height: 21px;
	font-weight: 500;
	text-align: right;
	cursor: pointer;
}

ul.breadcrumb-static {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

ul.breadcrumb-static li {
	display: inline-block;
	margin: 0 5px 0;
	color: #0288d1;
}

ul.breadcrumb-static li a:hover {
	color: #0288d1;
}

ul.breadcrumb-static li::after {
	content: "-";
	color: #0288d1;
	margin: 0 0 0 7px;
}

ul.breadcrumb-static li:last-child::after {
	content: none;
}

ul.breadcrumb-static li:first-child {
	margin-left: 0;
}

@media (max-width: 1199px) {
	.socials {
		text-align: center;
		margin-top: 20px;
	}

	.youtube-link {
		display: inline-block;
	}
}

.socials {
	margin-top: 20px;
	text-align: right;
}

.wrapper {
	width: 100%;
	margin: auto;
	padding: 5px 10px;
}

.content-text {
	font-size: 1rem;
}

.callback-form button[disabled] {
	opacity: .6;
	cursor: default;
}

.mintitle {
	line-height: 20px;
	font-size: 14px;
}

a.mintitle {
	color: #212529;
	text-decoration: underline;
	transition: all ease-out 0.025s;
	padding-left: 10px;
}

.waranity-box {
	position: absolute;
	bottom: 100px;
	width: 100%;
	max-width: 1200px;
	display: flex;
}

.waranity-box img {
	width: 120px;
}

.waranity-container {
	display: flex;
	justify-content: flex-end;
}

.banner-img_desc {
	display: block;
	width: 560px;
	height: 370px;
}

.banner-img_mob,
.banner-subtitle__mob {
	display: none;
}

.banner-subtitle__desc {
	display: block;
}


/* @media screen and (max-width: 1199px) {
	.waranity-box {
		bottom: 100px;
	}
} */

@media screen and (max-width: 840px) {
	.banner-overlay {
		max-height: 800px;
	}

	.banner-img_desc,
	.banner-subtitle__desc {
		display: none;
	}

	.banner-img_mob,
	.banner-subtitle__mob {
		display: block;
		margin-top: 0;
		margin-bottom: 40px;
	}

	.banner-subtitle {
		margin-bottom: 40px;
	}

	.banner-overlay {
		align-items: flex-start;
	}

	.banner-element {
		margin-top: 100px;
		margin-bottom: 100px;
	}


}


@media screen and (max-width: 560px) {
	.banner-overlay {
		height: calc(100vh - 75px);
		max-height: 600px;
	}

	/* .banner-subtitle {
		display: none;
	} */

	.waranity-box {
		bottom: 60px;
	}

	.banner-button a {
		margin: 0;
	}

	.banner-element {
		margin-top: 50px;
		margin-bottom: 50px;
	}

}
/* End */
/* /local/templates/zaufer.de/import.css?1685344521248 */
/* /local/templates/zaufer.de/components/bitrix/menu/top/style.css?162995618952 */
/* /local/css/bs-cookies.css?17482589902232 */
/* /local/templates/zaufer.de/styles.css?175309521436392 */
