/** @format */

@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@300;500;600;700&display=swap");

body {
	background: #fff;
	font-family: "Exo 2", sans-serif;
}

header {
	margin: 8px auto 15px;
}

.scroll-block {
	overflow: hidden !important;
}

.content-header .header-menu {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 15px;
}

.content-header .container {
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.header-left {
	width: 100%;
	max-width: 1495px;
}

.header-left.header-left .nav.nav-default-inline:first-of-type {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.lang-switch {
	display: flex;
	align-items: center;
}

.header-left .lang-switch > *,
.header-menu .lang-switch > * {
	border-radius: 4px;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	padding: 5px 10px;
	box-sizing: border-box;
	text-transform: uppercase;
	text-decoration: none;
	display: flex;
}

.header-left .lang-switch span,
.header-menu .lang-switch span {
	background-color: #63970e;
	border: 1px solid #72a413;
	color: #ffffff;
}

.header-left .lang-switch a,
.header-menu .lang-switch a {
	color: #7c8075;
}

.header-frame {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.frame-logo {
	width: 230px;
	height: 40px;
	display: flex;
	align-items: stretch;
	justify-content: stretch;
}

.logo {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.logo:active {
	outline: none;
}

.header-phone-block {
	max-width: 790px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-phone-block .phone-number {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.header-phone-block a {
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	color: #414141;
	text-decoration: none;
	position: relative;
	display: flex;
	align-items: center;
}

.header-phone-block a[href^="tel:"]::before,
.footer-phone-block a[href^="tel:"]::before {
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 28px;
	background-size: contain;
	display: inline-flex;
	margin-right: 5px;
}
.footer-phone-block a[href^="tel:"]::before {
	width: 32px;
	height: 32px;
}
.phone-number a[href^="tel:+38 (096)"]::before,
.phone-number a[href^="tel:+38 (097)"]::before,
.phone-number a[href^="tel:+38 (098)"]::before {
	background-image: url(/templates/newLevelCart/images/icons/kyivstar_footer.svg);
}

.phone-number a[href^="tel:+38 (093)"]::before,
.phone-number a[href^="tel:+38 (063)"]::before {
	background-image: url(/templates/newLevelCart/images/icons/lifecell-footer.svg);
}

.phone-number a[href^="tel:+38 (066)"]::before,
.phone-number a[href^="tel:+38 (050)"]::before {
	background-image: url(/templates/newLevelCart/images/icons/vodafone-footer.svg);
}
.header-phone-block a[href^="tel:+38 (096)"]::before,
.header-phone-block a[href^="tel:+38 (097)"]::before,
.header-phone-block a[href^="tel:+38 (098)"]::before {
	background-image: url(/templates/newLevelCart/images/icons/kyivstar.jpg);
}

.header-phone-block a[href^="tel:+38 (093)"]::before,
.header-phone-block a[href^="tel:+38 (063)"]::before {
	background-image: url(/templates/newLevelCart/images/icons/lifecell.jpg);
}

.header-phone-block a[href^="tel:+38 (066)"]::before,
.header-phone-block a[href^="tel:+38 (050)"]::before {
	background-image: url(/templates/newLevelCart/images/icons/vodafone.jpg);
}

.btn-order-call button {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border: 1px solid #72a413;
	border-radius: 4px;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	color: #72a413;
	transition: 0.3s;
	white-space: nowrap;
	margin-left: 20px;
}

.btn-order-call button:hover {
	background-color: #72a413;
	color: #fff;
}

.header-right {
	max-width: 275px;
	width: 100%;
	overflow: hidden;
	background: #f3f3f3;
	border-radius: 4px;
	padding: 12px;
	/* flex-shrink: 0; */
	box-sizing: border-box;
	margin-left: auto;
}

.header-right button.btnBask {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	padding-left: 65px;
}

.header-right button.btnBask:before {
	content: "";

	border-radius: 4px;
	width: 55px;
	height: 55px;
	position: absolute;
	left: 0;
	background-color: #7aaa19;
	background-image: url(/templates/newLevelCart/images/icons/cart_icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	transition: background 0.3s;
	border: 1px solid #72a413;
}

.header-right button.btnBask:hover:before {
	background-color: #fff;
	background-image: url(/templates/newLevelCart/images/icons/cart_icon_green.svg);
}

.header-right button.btnBask span {
	font-size: 13px;
	line-height: 16px;
	color: #414141;
	transition: color 0.3s;
}
.product-mob-count {
	display: none;
}

.header-right button.btnBask:hover span {
	color: #72a413;
}

.header-right button .product-count {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}

.header-right .frame-cleaner a {
	margin-left: 65px;
	margin-top: 5px;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	color: #e1340e;
	text-decoration: none;
}

.header-right .frame-cleaner {
	display: flex;
	flex-direction: column;
}

.cart-fixed-wrapper {
	background: #ffffff;
	border-top: 2px solid #f3f3f3;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.cart-fixed-wrapper .cart-fixed {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 10px 0;
	overflow: hidden;
	max-width: 1800px;
	margin: 0 auto;
}

.cart-fixed-wrapper .cart-title,
.cart-fixed-wrapper .cart-title .text-el {
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	color: #414141;
}

.cart-fixed-wrapper .cart-title .text-el {
	color: #e1340e;
}

#tinyBask .cart-fixed-wrapper .btn-bask {
	padding: 0;
}
.header-right .cart-fixed-wrapper button.btnBask {
	padding: 0;
}
.header-right .cart-fixed-wrapper button.btnBask:before {
	position: relative;
	width: 50px;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.frame-cleaner .cart-fixed-wrapper a {
	background: linear-gradient(180deg, #7aaa19 0%, #63970e 100%);
	border-radius: 4px;
	padding: 17px 20px;
	margin: 0;
	line-height: 100%;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 30px;
}
.frame-cleaner .cart-fixed-wrapper a:hover {
	background: linear-gradient(180deg, #9cd529 0%, #7fb920 100%);
}
#tinyBask .cart-fixed-wrapper .btn-bask:not(a + .btn-bask) {
	margin-left: 30px;
}

.frame-menu-main .container {
	background: #414141;
	border-radius: 4px;
	padding: 8px 10px;
}

.menu-main .frame-search-form {
	width: 100%;
	max-width: 450px;
	margin-left: auto;
}

.frame-baner-start_page {
	margin: 15px auto 30px;
}

.frame-baner-start_page .baner {
	width: 100%;
	height: 100%;
	max-height: 480px;
	min-height: 460px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.frame-baner-start_page .carousel-wrapper {
	display: flex;
	position: relative;
}

.frame-baner-start_page ul li {
	display: flex;
	height: 100%;
	width: 100%;
}

.frame-baner-start_page ul li a {
	display: flex;
	height: 100%;
	width: 100%;
}

.frame-baner-start_page .cycle img {
	position: static;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	margin: 0 !important;
}

.frame-baner-start_page .group-button-carousel {
	display: none;
}

.benefits-startpage-frame,
.category-benefits-frame {
	margin-bottom: 25px;
	margin-top: 20px;
}

.benefits-startpage-frame ul {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.category-benefits-frame .frame-title {
	margin-bottom: 30px;
	text-align: center;
}
.category-benefits-frame .frame-title .title {
	font-size: 18px;
	line-height: 24px;
}

.benefit-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-left: 1px solid #e8e6e6;
	border-right: 1px solid #e8e6e6;
	width: 100%;
	max-width: 430px;
	margin: 0 0.5%;
	box-sizing: border-box;
}

.benefit-item > div:not(div + div) {
	width: 30px;
	height: 30px;
	display: block;
	margin-bottom: 16px;
	background-repeat: no-repeat;
	background-position: center;
}

.benefit-item:nth-child(1) div:not(div + div) {
	background-image: url(/templates/newLevelCart/images/icons/benefits1.svg);
}

.benefit-item:nth-child(2) div:not(div + div) {
	background-image: url(/templates/newLevelCart/images/icons/benefits2.svg);
}

.benefit-item:nth-child(3) div:not(div + div) {
	background-image: url(/templates/newLevelCart/images/icons/benefits3.svg);
}

.benefit-item:nth-child(4) div:not(div + div) {
	background-image: url(/templates/newLevelCart/images/icons/benefits4.svg);
}

.benefit-item div + div {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 5px;
}

.benefit-item p {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #414141;
}

.benefit-item span {
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	color: #7c8075;
}

/* product-benefits */
.product-benefits-frame {
	margin: 35px 0;
	display: flex;
	flex-direction: column;
}

.product-benefits-frame ul {
	display: flex;
	margin: 0;
	align-items: stretch;
	justify-content: SPACE-BETWEEN;
}
.product-benefits-frame .frame-title {
	margin-bottom: 15px;
}

div.product-benefits-frame .title {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #414141;
}

.product-benefits-frame .benefit-item {
	border: 1px solid #e8e6e6;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 12px;
	display: inline-flex;
	align-items: start;
	width: 100%;
	max-width: 125px;
	flex-shrink: 0;
}

.product-benefits-frame .benefit-item > div:not(div + div) {
	width: 24px;
	height: 24px;
	background-size: contain;
	margin-bottom: 10px;
}

.product-benefits-frame .benefit-item p {
	display: none;
}

.product-benefits-frame .benefit-item span {
	font-size: 12px;
	line-height: 16px;
	color: #414141;
	text-align: left;
	max-width: 120px;
	word-break: break-word;
}

.title-product {
	margin-bottom: 40px;
	margin-top: 20px;
}

.left-product-top {
	display: flex;
}

.left-product-middle {
	display: none;
}

.product-top {
	display: flex;
	justify-content: space-between;
}

.left-product-left {
	max-width: 580px;
	width: 100%;
	max-height: 540px;
	height: 100%;
	flex-shrink: 0;
	overflow: hidden;
	display: flex;
	align-items: stretch;
	justify-content: stretch;
}

.left-product.leftProduct {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 1200px;
	flex-shrink: 0;
	width: 100%;
	overflow: hidden;
}

.left-product-left span.photo-block {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	margin: 0;
	border: 0;
}

.left-product-left div[id="wrap"] {
	width: 100%;
	height: 100%;
}
.left-product-left div[id="wrap"] a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.left-product-right {
	max-width: 580px;
	width: 100%;
	flex-shrink: 0;
	margin-left: 30px;
}

.rating-reviews-wrapper {
	margin-bottom: 25px;
}

.left-product-right .frame-star {
	display: flex;
	align-items: center;
}

.frame-star > * {
	font-size: 13px;
	line-height: 16px;
	color: #7c8075;
}

.rating-count {
	margin-left: 10px;
}
.star-wrapper {
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.item-product .frame-prices-buy {
	display: flex;
	flex-direction: column;
	/* max-width: 540px; */
	width: 100%;
}

.item-product .frame-prices {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.item-product .current-prices {
	display: flex;
	align-items: flex-end;
}
.item-product .price-new > * {
	font-weight: 500;
	font-size: 36px;
	line-height: 43px;
	color: #414141;
}

.product-aviability {
	padding: 7px 15px;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	color: #72a413;
	margin-left: 25px;
	background-color: #72a41338;
	border-radius: 4px;
}
.product-aviability:after {
	content: "В наличии";
}

.uk-lang .product-aviability:after {
	content: "В наявності";
}

.funcs-buttons .js-variant:not(.frame-count-buy) {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.btn-not-avail button {
	padding: 12px 20px;
	background: #f3f3f3;
	border-radius: 4px;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	color: #414141;
	text-transform: uppercase;
}

.frame-prices-buy .alert-exists {
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	color: #ff6665;
	background: #ff666530;
	border-radius: 4px;
	padding: 7px 15px;
}

.price-buy-wrapper .alert-exists {
	color: #ff6665;
	margin-bottom: 4px;
	font-size: 13px;
	line-height: 16px;
}

.item-product .frame-count-buy form {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.btn-buy .one_click button {
	border: 1px solid #72a413;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 16px 20px;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #72a413;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.btn-buy .one_click button:hover {
	background: rgb(240, 240, 240);
	color: #7eb617;
}

.item-product .frame-count-buy .btn-buy-p button,
.drop .button-frame .btn-buy-p button,
.drop .button-frame .btn-buy button,
.drop .button-frame .btn-form button,
.drop .frame-count-buy .buy-wrapper button,
.drop .frame-count-buy .in-cart-wrapper button,
.btn-cart > button[type="submit"] {
	padding: 16px 20px;
}

.right-product {
	background: #f3f3f3;
	border-radius: 4px;
	padding: 34px 27px;
	max-width: 520px;
	width: 100%;
	margin-left: auto;
	height: 100%;
	flex-shrink: 0;
}

.right-product-right {
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	color: #414141;
}

.right-product-right .title {
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	color: #414141;
	margin-bottom: 8px;
}
.right-product-right ul li {
	margin-bottom: 7px;
	padding-left: 18px;
	position: relative;
}
.right-product-right ul li:after {
	content: "";
	width: 6px;
	height: 6px;
	background: #72a413;
	display: block;
	position: absolute;
	left: 5px;
	top: 8px;
	border-radius: 50%;
}
.right-product-right ul li span {
	display: flex;
	color: #7c8075;
}

.right-product-right .bold {
	font-weight: bold;
}

.right-product-right .color-mark {
	color: #72a413;
}
.right-product-right .phone-number {
	display: flex;
	flex-direction: column;
}
.right-product-right .phone-number li {
	padding: 0;
	margin: 3px 0;
}
.right-product-right .phone-number li:after {
	display: none;
}
.right-product-right .phone-number a {
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
	color: #414141;
	padding: 2px;
}

.right-product-right .phone-number a:hover {
	color: #72a413;
}
.right-product-right ul a[href^="tel:"]::before {
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	background-size: contain;
	display: inline-flex;
	margin-right: 5px;
}

.product-container .container {
	margin: auto;
	width: 100%;
}

.comments {
	display: flex;
	justify-content: space-between;
	padding: 0;
}

.comments-left {
	max-width: 730px;
	width: 100%;
}

.comments-right {
	background: #f3f3f3;
	border-radius: 4px;
	max-width: 430px;
	width: 100%;
	height: 100%;
	padding: 45px 70px;
	box-sizing: border-box;
	margin-left: auto;
}

.button-back_wrapper {
	display: none;
}

.frame-title .title {
	font-weight: 500;
	font-size: 36px;
	line-height: 43px;
	color: #414141;
}

.frame-register .frame-form-field .help-block {
	font-size: 16px;
	line-height: 22px;
}

.items-register-add-ref button * {
	font-size: 18px;
}

div.page-category {
	margin-top: 35px;
	margin-bottom: 70px;
	padding-bottom: 0;
}

.page-category .container {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.page-category .right-catalog {
	margin-left: auto;
	max-width: 1430px;
	width: 100%;
	/* flex-shrink: 0; */
}

.page-category .left-catalog {
	max-width: 335px;
	width: 100%;
	background: #f3f3f3;
	border-radius: 4px;
	height: 100%;
	/* padding: 30px; */
	margin-right: 30px;
	box-sizing: border-box;
}

.page-category .left-catalog .frame-filter {
	padding: 30px;
}

.frame-header-category {
	border-bottom: 1px solid #e8e6e6;
	padding-bottom: 30px;
	margin-bottom: 15px;
	margin-top: 45px;
}
.frame-header-category .inside-padd {
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
}
.frames-checks-sliders .filters-content {
	width: 100% !important;
}

.filter.left-catalog .frame-check-filter,
.filter.left-catalog .foot-check-filter {
	display: none !important;
}

.filter-options .foot-check-filter {
	display: flex !important;
}

.frames-checks-sliders > .inside-padd {
	margin-bottom: 22px;
}

.frames-checks-sliders .title {
	margin: 0;
	display: flex;
}
.frames-checks-sliders .title > .text-el {
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	color: #414141;
	text-transform: lowercase;
	display: block;
}

.frames-checks-sliders .title > .text-el:first-letter {
	text-transform: uppercase;
}

.frame-group-checks .inside-padd {
	margin-bottom: 25px;
}

.frame-group-checks .filters-content {
	padding-top: 13px !important;
}

.frame-group-checks .title .d_l {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #414141;
	display: flex;
	width: 100%;
	text-transform: none;
	position: relative;
	padding: 2px 0;
	padding-right: 18px;
}
.frame-group-checks .title .d_l:after {
	content: "";
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	border-left: 0;
	border-bottom: 0;
	position: absolute;
	right: 3px;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
	transition: transform 0.3s;
}

.frame-group-checks .title .d_l.valuePD:after {
	transform: rotate(135deg);
	border-color: #72a413;
}

.frame-group-checks .title .d_l.valuePD,
.frame-group-checks .title .d_l:hover {
	color: #72a413;
}

.frame-group-checks .frame-label {
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 25px;
}
.frame-sort,
.frame-count-onpage {
	margin-right: 40px;
}

.frame-sort .title,
.frame-count-onpage .title {
	font-size: 15px;
	line-height: 22px;
	color: #414141;
	margin-right: 6px;
}

.btn-def button .text-el {
	display: none;
}

.frame-catalog-view {
	margin: 0 60px;
}

.frame-catalog-view ul {
	display: flex;
	align-items: center;
}
.frame-catalog-view ul li {
	margin: 0 5px;
}

.frame-catalog-view ul button {
	width: 50px;
	height: 50px;
	border: 1px solid #e8e6e6;
	box-sizing: border-box;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-position: center;
}

.frame-catalog-view button[data-href="table"] {
	background-image: url(/templates/newLevelCart/images/icons/grid_icon_active.svg);
}

.frame-catalog-view button[data-href="list"] {
	background-image: url(/templates/newLevelCart/images/icons/stroke_icon_active.svg);
}

.frame-catalog-view .active button[data-href="table"] {
	background-image: url(/templates/newLevelCart/images/icons/grid_icon.svg);
	cursor: not-allowed;
}

.frame-catalog-view .active button[data-href="list"] {
	background-image: url(/templates/newLevelCart/images/icons/stroke_icon.svg);
	cursor: not-allowed;
}

.frame-count .count {
	font-size: 13px;
	line-height: 16px;
	color: #7c8075;
}

.slider-count-frame {
	/* overflow: hidden; */
	position: relative;
}

.slider-count-frame .title {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #414141;
	margin-bottom: 20px;
}
.slider-cont {
	margin: 18px 0 17px;
	position: relative;
	padding-left: 10px;
	padding-right: 25px;
	max-width: 100%;
	box-sizing: border-box;
}

.slider-count-frame .ui-slider-handle {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #72a413;

	border: 2px solid #ffffff;
	box-shadow: 2px 2px 9px 3px rgba(114, 164, 19, 0.3);
	background-image: none;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	cursor: e-resize;
}

.form-cost.number {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.input-price-wrapper {
	display: flex;
}

.input-price-wrapper label {
	margin-right: 10px;
}

.input-price-wrapper input[type="text"] {
	width: 100px;
	height: 40px;
	flex-shrink: 0;
}
.filter-options {
	margin-bottom: 25px;
}

.filter-options .title {
	display: none;
}

.filter-options .inside-padd {
	display: flex;
	align-items: center;
}
.filter-options .list-check-filter {
	padding: 0;
	display: flex;
}
.filter-options .list-check-filter li {
	margin-right: 15px;
}
.filter-options .list-check-filter button {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	background: #72a41310;
	border-radius: 4px;
	padding: 10px;
	padding-right: 25px;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	color: #72a413;
	position: relative;
}

.frame-check-filter .list-check-filter li button:hover {
	background: #72a41320;
}
.filter-options .icon_remove_filter {
	width: 18px;
	height: 18px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(/templates/newLevelCart/images/icons/close_red.svg);
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.filter-options .frame-check-filter .list-check-filter li button:hover .icon_remove_filter {
	background-position: center;
}

.filter-options .foot-check-filter {
	margin-left: 20px;
}

.filter-options .btn-reset-filter {
	padding: 0;
	text-decoration: none;
	padding: 10px;
	transition: 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.filter-options .btn-reset-filter:hover {
	background: #e1340e10;
	border-radius: 6px;
}

.btn-reset-filter .text-el,
.btn-reset-filter .text-el:hover {
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	color: #e1340e;
	border: 0;
}

/* product-catalog */

.items-catalog > li {
	position: relative;
	/* width: 215px; */
}

.items-catalog.table {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: stretch;
}

.items-catalog.list {
	flex-direction: column;
	flex-wrap: nowrap;
}

.items-catalog.table .globalFrameProduct {
	max-width: 23%;
	width: 100%;
	margin: 1%;
	display: flex;
	flex-direction: column;
	height: auto;
	align-items: stretch;
	justify-content: space-between;
}

.items-catalog.table .price-buy-wrapper {
	margin-top: 10px;
}
.items-catalog.list .globalFrameProduct {
	max-width: 100%;
	width: 100%;
	margin: 25px 0;
	padding-bottom: 20px;
	/* display: flex; */
	/* flex-wrap: wrap; */
	position: relative;
	padding-left: 260px;
	min-height: 200px;
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.items-catalog.list .frame-photo-title {
	display: flex;
	flex-direction: column;
	text-decoration: none;
}

.frame-photo-title {
	text-decoration: none;
}

.items-catalog.list .globalFrameProduct .photo-block {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	max-width: 230px;
	width: 100%;
	max-height: 240px;
	min-height: 0px;
	margin: auto;
	overflow: hidden;
}

.items-catalog.table .no-vis-table {
	display: none;
}

.items-catalog.list .price-buy-wrapper {
	order: 1;
	margin-top: 10px;
}

.items-catalog.list .characteristic {
	display: flex;
	flex-direction: column;
}

.charasteristics-item-wrapper {
	margin: 2px 0;
	color: #7c8075;
	font-size: 15px;
	line-height: 22px;
}

.category-benefits-container .frame-title {
	display: none;
}

.s-append .frame-text-block {
	margin-top: 70px;
}

.left-catalog-first .title-category {
	margin-bottom: 40px;
	margin-top: 30px;
}

.frame-menu-category-first > ul:not(.sub-category) {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	/* justify-content: space-between; */
}

.frame-menu-category-first > ul:not(.sub-category) > li {
	max-width: 32.3%;
	margin: 0.5%;
	width: 100%;
	margin-bottom: 25px;
	min-height: 170px;
	background: #f3f3f3;
	border-radius: 4px;
	display: flex;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	height: auto;
	transition: background 0.3s;
}

.frame-menu-category-first > ul:not(.sub-category) > li.open {
	background: #72a41313;
}

.frame-menu-category-first > ul:not(.sub-category) > li a {
	display: flex;
	text-decoration: none;
}

.frame-menu-category-first .photo-block {
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #fff;
	width: 140px;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	padding: 0;
}

.frame-menu-category-first .photo-block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.category_list_wrapper {
	margin-left: 20px;
	margin-top: 10px;
}

.frame-menu-category-first a .text-el {
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	color: #414141;
	display: inline-block;
	word-break: break-word;
}

.category_list_wrapper .frame-l2 {
	display: flex;
	flex-direction: column;
}
.btn-additional-s_c {
	order: -1;
}

.frame-l2 .btn-additional-s_c button:after {
	transition: 0.3s;
}
.frame-menu-category-first a .text-el:hover,
.frame-l2 .sub-category a:hover {
	color: #72a413;
}

.frame-l2 .sub-category {
	display: flex;
	flex-direction: column;
	overflow: visible;
	max-height: 100%;
}
.frame-l2 .sub-category a {
	font-size: 15px;
	line-height: 22px;
	text-decoration: none;
}

.frame-l2 .btn-additional-s_c button {
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	text-transform: uppercase;
	color: #72a413;
	padding: 3px 0;
	background-image: url(/templates/newLevelCart/images/icons/arrow_down.svg);
	background-position: 98%;
	background-repeat: no-repeat;
	padding-right: 15px;
}

.open .frame-l2 .btn-additional-s_c button {
	background-image: url(/templates/newLevelCart/images/icons/arrow_up.svg);
}

.frame-l2 .sub-category {
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.4s;
}

.open .frame-l2 .sub-category {
	max-height: 200px;
	overflow: auto;
}

.frame-l2 .btn-additional-s_c button:after {
	content: "Все категории";
}

.uk-lang .frame-l2 .btn-additional-s_c button:after {
	content: "Всі категорії";
}

.open .btn-additional-s_c button:after {
	content: "Скрыть";
}

.uk-lang .open .btn-additional-s_c button:after {
	content: "Сховати";
}

.items-text-category {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}

.items-text-category li {
	max-width: 32%;
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	background: #f3f3f3;
	border-radius: 4px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.items-text-category li a {
	display: flex;
}

.items-text-category .photo-block {
	max-width: 140px;
	max-height: 220px;
	width: 100%;
	/* height: 100%; */
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin-right: 20px;
	overflow: hidden;
	border-radius: 4px;
}

.items-text-category .photo-block img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}

.title-date-wrapper {
	display: flex;
	flex-direction: column;
}
/* .items-text-category li a {
	display: none;
} */
.items-text-category li a .title {
	font-size: 18px;
	line-height: 28px;
	color: #414141;
	font-weight: normal;
}

.items-text-category li a:hover .title {
	color: #72a413;
}
.title-date-wrapper a {
	text-decoration: none;
}

.title-date-wrapper .date {
	margin-bottom: 5px;
}
.items-text-category > li > .description {
	margin-top: 10px;
	font-size: 15px;
	line-height: 22px;
	color: #7c8075;
	max-height: 40px;
	overflow: hidden;
}
.items-text-category > li > .description p {
	margin: 0;
}

/* brands-page */

.brands-page-container,
.search-page-container {
	display: flex;
	flex-direction: row-reverse;
}
.brands-page-container .title-category .count,
.search-page-container .title-category .count {
	font-size: 18px;
}
.brands-page-container .left-catalog,
.search-page-container .left-catalog {
	max-width: 350px;
	width: 100%;
	background: #f3f3f3;
	border-radius: 4px;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	margin-right: auto;
}
.brands-page-container .left-catalog .nav-category li,
.search-page-container .left-catalog .nav-category li {
	margin-bottom: 8px;
}
.brands-page-container .left-catalog .nav-category span,
.search-page-container .left-catalog .nav-category span {
	font-size: 16px;
	line-height: 22px;
}

.brands-page-container .right-catalog,
.search-page-container .right-catalog {
	max-width: 1430px;
	width: 100%;
}

.category-benefits-frame .benefit-item,
.search-page-container .benefit-item {
	border: 0;
	margin-bottom: 10px;
}

.all-brands-wrapper {
	display: flex;
}

.all-brands-wrapper .left-brand-list {
	max-width: 335px;
	width: 100%;
	flex-shrink: 0;
	background: #f3f3f3;
	border-radius: 4px;
	height: 100%;
	margin-right: auto;
}

.all-brands-wrapper .right-brand-list {
	max-width: 1430px;
	width: 100%;
	display: flex;
	overflow: hidden;
}

.items-brand-image {
	display: flex;
	flex-wrap: wrap;
}

.items-brand-image li {
	max-width: 23.5%;
	width: 100%;
	margin: 0.5%;
	background: #f3f3f3;
	border-radius: 4px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.items-brand-image li a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.items-brand-image li .photo-block {
	background: #ffffff;
	border-radius: 4px;
	max-width: 200px;
	width: 100%;
	max-height: 120px;
	min-height: 80px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.items-brand-image li .photo-block img {
	width: 100%;
	object-fit: contain;
	max-height: 100%;
}

.items-brand-image li a .title {
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	color: #414141;
}
.items-brand-image li a:hover .title {
	color: #63970e;
}

/* cart-page */

/* start-right-cart */

.page-cart form.clearfix {
	display: flex;
}

.page-cart {
	margin-top: 50px;
}

.left-cart {
	max-width: 580px;
	width: 38%;
	margin-right: auto;
}

.right-cart {
	max-width: 1040px;
	width: 58%;
}

.frame-bask-order .frame-title,
.left-cart .title-cart {
	margin-bottom: 50px;
}

.items-bask {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding-right: 35px;
}
.items-bask .frame-items {
	max-width: 560px;
	width: 100%;
}
.items-bask .frame-items a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.items-bask .photo-block {
	border: 1px solid #e8e6e6;
	box-sizing: border-box;
	border-radius: 4px;
	max-width: 120px;
	width: 100%;
	height: 85px;
	flex-shrink: 0;
}
.items-bask .product-descriptions {
	display: flex;
	flex-direction: column;
	max-width: 400px;
	width: 100%;
}

.items-bask .product-descriptions .title {
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	color: #414141;
}

.items-bask .product-descriptions .price-discount {
	color: #7c8075;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	margin-top: 4px;
}
.items-bask > .frame-cur-sum-price {
	margin: 0 10px;
	white-space: nowrap;
}

.items-bask .frame-count {
	display: flex;
	align-items: center;
}

.items-bask .icon_times_cart_del,
.items-bask .icon_times_cart_del:hover {
	position: absolute;
	right: 0;
	background-image: url(/templates/newLevelCart/images/icons/trash.svg);
	background-position: center;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	padding: 3px;
	cursor: pointer;
}
.gen-info-price .table-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	margin-bottom: 4px;
}
.gen-info-price .s-t-1,
.product-price,
.gen-info-price .text-el {
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	color: #414141;
}

.product-price,
.gen-info-price .text-el {
	color: #72a413;
	padding-left: 5px;
}

.frame-foot {
	margin-top: 20px;
}

.header-frame-foot .inside-padd {
	display: flex;
	justify-content: flex-end;
}

.gen-sum-order .title {
	font-weight: normal;
	font-size: 18px;
	line-height: 34px;
	color: #414141;
}

.header-frame-foot .frame-prices .price-new .price {
	font-size: 26px;
}

.header-frame-foot .frame-prices .price-new {
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	text-align: right;
	color: #414141;
}

.right-cart .groups-form {
	display: flex;
	justify-content: flex-end;
	margin-top: 25px;
}

/* end-right-cart */

/* left-cart */

.left-cart input[type="text"]:not(.input-search, .frame-count input),
.left-cart .drop input[type="text"]:not(.input-search, .frame-count input),
.left-cart input[type="password"],
.left-cart textarea {
	background: #ffffff;
	border: 1px solid #e8e6e6;
	box-sizing: border-box;
	border-radius: 4px;
}

.left-cart .frame-label span.title,
.horizontal-form.big-title .frame-label > span.title {
	display: none;
}

.horizontal-form label,
.horizontal-form .frame-label .horizontal-form label,
.horizontal-form .frame-label.frame-fullname {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.frame-fullname .input-wrapper {
	max-width: 48%;
	width: 100%;
}
.frame-fullname .input-wrapper:first-child {
	margin-right: auto;
}

.left-cart .groups-form-info .frame-label {
	margin-bottom: 30px;
}

.phone-wrapper-top {
	display: flex;
	align-items: center;
}

.phone-wrapper-top input[type="text"] {
	max-width: 48%;
	width: 100%;
}

.phone-wrapper-top button,
.frame-form-field button.hidden-comment-btn {
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	color: #72a413;
	border: none;
	padding: 3px;
	margin-left: 30px;
}

.phone-wrapper-top button:after {
	content: "+ добавить еще номер";
}

.uk-lang .phone-wrapper-top button:after {
	content: "+ додати ще номер";
}

.frame-form-field button.hidden-comment-btn:after {
	content: "+ добавить комментарий к заказу";
}

.uk-lang .frame-form-field button.hidden-comment-btn:after {
	content: "+  додати коментар до замовлення";
}

.frame-phone .drop.drop-add-phone {
	position: relative;
	margin-top: 20px;
}

.left-cart .not_important {
	display: none;
}

.groups-form-delivery .frame-label {
	position: relative;
}

div[id="np_delivery"] {
	margin-bottom: 30px;
}

div[id="np_delivery"] label.title {
	display: flex;
	/* align-items: start; */
	align-items: center;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
}

div[id="np_delivery"] label.title > div {
	max-width: 430px;
	width: 100%;
	margin-left: auto;
}

div[id="np_delivery"] .my-select {
	margin: 0;
}
.check-variant-delivery .frame-label .name-count {
	display: flex;
}

div[id="np_delivery"] .my-select-result {
	background: #ffffff;
	border: 1px solid #e8e6e6;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 16px;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	color: #7c8075;
}
div#np_delivery select {
	padding: 16px;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	color: #7c8075;
	max-width: 430px;
	width: 100%;
	margin: 0;
	margin-left: auto;
	border: 1px solid #e8e6e6;
	box-sizing: border-box;
	border-radius: 4px;
	max-height: 500px;
	overflow: auto;
	cursor: pointer;
	box-shadow: none;
}

button#view_on_map {
	float: none;
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	color: #72a413;
	border: 0;
	margin-top: 15px;
	padding: 3px;
}
div#np_delivery select[disabled] {
	opacity: 0.5;
	background-color: #eee;
	cursor: not-allowed;
}
div#np_delivery select[disabled] + button {
	display: none !important;
}
.frame-comment .frame-form-field {
	display: flex;
	justify-content: space-between;
	/* flex-direction: row-reverse; */
}

.frame-form-field button.hidden-comment-btn {
	margin: 0;
}
.frame-comment .frame-form-field .drop-comment {
	position: relative;
	max-width: 275px;
	width: 100%;
	max-height: 0;
	display: block !important;
	transition: 0.3s;
	overflow: hidden;
}
.frame-comment .frame-form-field .drop-comment.active {
	max-height: 150px;
	display: block !important;
}

.frame-comment .frame-form-field textarea {
	background-color: #fff;
}

.left-cart .title-wrapper span.title {
	display: block;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	color: #414141;
	margin-bottom: 15px;
}

/* end-left-cart */

.copy-category {
	height: 0px;
	width: 0px;
	overflow: hidden;
}

.frame-group-checks .filters-content {
    display: block!important;
}

.frame-group-checks .filters-content .jspPane {
    padding: 0!important;
}

.title.title_filter {
    pointer-events: none!important;
}

.frame-group-checks .title .d_l:after {
    display: none;
}