:root {
	--main-green: #03815c;
	--main-black: #222f37;
	--main-orange: #faa500;
	--main-red: #eb3863;
	--main-violet: #845db7;
}

/*! normalize.css v8.0.1 */
html{line-height:1.6;font-family:'Manrope',sans-serif;font-size:13px;font-weight:600;-webkit-text-size-adjust:100%}body{margin:0;background:#fafafa;color:var(--main-black)}button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}svg{vertical-align:bottom}img{border-style:none;max-width:100%;vertical-align:bottom}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

*,
*:before,
*:after {
	box-sizing: border-box;
}

a {
	color: var(--main-black);
	text-decoration: none;
}
a:hover {
	color: var(--main-orange);
}

ol.unstyled,
ul.unstyled {
	list-style: none;
	margin: 0;
	padding: 0;
}
.container {
	width: 95%;
	margin: 0 auto;
}

.mm-menu .menu-header {
	background: var(--main-green);
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-height: 50px;
	padding: 0 15px;
}
.mm-menu .menu-header .close {
	font-size: 40px;
	color: #fff;
}
.mm-menu .menu-header .logo img {
	max-height: 50px;
}




@media (min-width: 576px) {}
@media (min-width: 768px) {
	.container {
		width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 960px;
	}
}
@media (min-width: 1240px) {
	.container {
		width: 1170px;
	}
}



@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1240px) {}


/*

xs: 0
sm: 576px
md: 768px
lg: 992px
xl: 1200px

*/

/* Alerts */
.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	/* border-radius: 0.25rem; */
	border-radius: 6px;
}

.alert-dismissible {
	padding-right: 4rem;
}
.alert .close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}
.alert button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
}
.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.6rem 1.25rem;
	color: inherit;
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}

.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.alert-light {
	color: #818182;
	background-color: #ededed;
	border-color: #fdfdfe;
}

.alert-dark {
	color: #1b1e21;
	background-color: #d6d8d9;
	border-color: #c6c8ca;
}

.alert+.alert {
	margin-top: 1rem;
}



/* welcome-line */
.welcome-line {
	background: #af4581;
	color: #fff;
	text-align: center;
	padding: 9px 0;
}
.welcome-line span {
	color: var(--main-orange);
	text-transform: uppercase;
	display: block;
}
.welcome-line .button {
	margin-top: 0.5em;
}
.welcome-line a {
	border-radius: 6px;
	border: 2px solid #fff;
	color: #fff;
	display: inline-block;
	line-height: 16px;
	padding: 5px 20px;
}
@media (min-width: 576px) {
	.welcome-line span {
		display: inline-block;
	}
	.welcome-line .button {
		margin-top: 0;
		margin-left: 1rem;
		display: inline-block;
	}
}
@media (min-width: 768px) {
	.welcome-line {
		font-size: 16px;
	}
	.welcome-line a {
		font-size: 14px;
		padding: 10px 20px;
	}
}
/* end welcome-line */


/* contacts-line */
.contacts-line {
	padding: 10px 0;
}
.contacts-line .time {
	display: none;
}
.contacts-line .phones {
	font-size: 14px;
	font-weight: 800;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	column-gap: 1rem;
	row-gap: 0.5rem;
}
.contacts-line .phones a {
	white-space: nowrap;
	display: flex;
}
.contacts-line .phones a > span {
	margin-right: .5rem;
	width: 20px;
	display: flex;
}
@media (min-width: 992px) {
	.contacts-line .container {
		display: flex;
		justify-content: space-between;
	}
	.contacts-line .time {
		display: flex;
	}
	.contacts-line .time span + span {
		margin-left: 1rem;
	}
}
/* end contacts-line */


/* header */
header.main {
	background: var(--main-green);
	position: relative;
	z-index: 10;
}
header.main .logo {
	display: none;
}
header.main .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
header.main .search {
	background: #cde6de;
	border-radius: 6px;
	flex-grow: 1;
	display: flex;
}
header.main .search input {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 0 0 1rem;
	border: none;
	outline: none;
	background: none;
	font-size: 14px;
}
header.main .search button {
	display: flex;
	align-items: center;
	background-color: transparent;
	border: none;
	padding: 0 1rem;
}
header.main .languages {
	display: none;
}
header.main .buttons {
	display: flex;
	align-items: center;
	column-gap: 8px;
}
header.main .buttons span {
	display: block;
}
header.main .ico-account,
header.main .ico-compare {
	display: none;
}
header.main .ico-cart {
	padding: 10px;
}
header.main .ico-cart > span {
	position: relative;
}
header.main .ico-cart .count {
	color: #fff;
	background: var(--main-red);
	border: 2px solid var(--main-green);
	border-radius: 50%;
	line-height: 20px;
	height: 24px;
	width: 24px;
	text-align: center;
	position: absolute;
	top: -5px;
	right: -11px;
}
header.main .ico-cart:hover svg > path {
	fill: var(--main-orange);
}
header.main .ico-cart:hover svg > circle {
	fill: var(--main-orange);
	stroke: var(--main-orange);
}
header.main .ico-right-menu:hover svg > rect {
	fill-opacity: .2;
}

@media (min-width: 576px) {
	header.main .container {
		column-gap: 20px;
	}
	header.main .logo {
		display: block;
	}
}
@media (min-width: 768px) {}
@media (min-width: 992px) {
	header.main .languages {
		display: flex;
		align-items: center;
		column-gap: 10px;
	}
	header.main .languages span {
		background: rgba(255, 255, 255, .5);
		height: 36px;
		width: 1.5px;
	}
	header.main .languages a {
		text-transform: uppercase;
		font-size: 16px;
		color: #fff;
	}
	header.main .languages a.active,
	header.main .languages a:hover {
		color: var(--main-orange);
	}
	header.main .ico-account {
		padding: 12px 14px;
		display: flex;
		align-items: center;
	}
	header.main .ico-account:hover svg path {
		stroke: var(--main-orange);
	}
	header.main .ico-compare {
		padding: 12px 14px;
		display: flex;
		align-items: center;
	}
	header.main .ico-compare:hover svg path {
		fill: var(--main-orange);
	}
}
/* end header */


/* live shearh */
.scroll-wrap {
	background: #fefefe;
	box-shadow: 0 4px 16px rgba(0,0,0, .1);
	max-height: 40vh;
	overflow-y: auto;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	overflow-x: hidden;
	scrollbar-width: thin;
}

@supports selector(::-webkit-scrollbar) {
  .scroll-wrap {
    scrollbar-width: auto;
  }
}

.scroll-wrap::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.scroll-wrap::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}

.scroll-wrap::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}

.scroll-wrap::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}


.scroll-wrap > ul {
	padding: 1rem;
	list-style: none;
	margin: 0;
}

li.livesearch-item a {
	display: flex;
	align-items: center;
	gap: 8px;
}
li.livesearch-item + .livesearch-item {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 1rem;
	padding-top: 1rem;
}

li.livesearch-item img {
	width: 50px;
	height: 50px;
	object-fit: contain;
}

li.livesearch-item .price {
	flex-shrink: 0;
	min-width: 90px;
	text-align: right;
	margin-left: auto;
	display: flex;
	flex-direction: column;
}
li.livesearch-item .price-old {
	text-decoration: line-through;
	opacity: 0.5;
	font-size: 14px;
	line-height: 1;
}
li.livesearch-item .price-new {
	font-size: 16px;
	font-weight: 700;
}


@media (min-width: 992px) {
	header.main .search {
		position: relative;
	}
	.scroll-wrap {
		margin-top: 13px;
		right: -2rem;
		left: -2rem;
	}
	.scroll-wrap > ul {
		padding: 1rem 2rem;
	}
}
/* end live shearh */


/* footer */
footer.main {
	margin-top: 50px;
	background: var(--main-black);
	color: #fff;
	line-height: 2;
	padding: 30px 0;
}
footer.main a {
	color: #E0E0E0;
}
footer.main a:hover {
	color: var(--main-orange);
}
footer.main .items {
	display: flex;
	justify-items: center;
	row-gap: 1rem;
	flex-direction: column;
	align-items: center;
	padding: 20px 0px;
}
footer.main .hotline-rating-informer img {
	width: 106px;
	height: auto;
}
footer.main .title {
	text-transform: uppercase;
	text-align: center;
}
footer.main .body {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
footer.main .body span + span {
	margin-left: 20px;
}
.main-copyright {
	background: #1c272f;
	padding: 10px 0;
	text-align: center;
}
.main-copyright a {
	color: #E0E0E0;
}
.main-copyright a:hover {
	color: var(--main-orange);
}
footer .partners {
	margin: 0;
	padding: 20px 8px;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 3rem;
	border-top: 1px solid #BDBDBD;
}
.list-with-icon li a {
	display: flex;
	align-items: center;
}
.list-with-icon .icon {
	display: flex;
	min-width: 20px;
}
@media (max-width: 767px) {
	footer.main {
		padding: 0;
	}
	footer.main .items {
		align-items: flex-start;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
	}
	footer .partners {
		flex-wrap: wrap;
		gap: 2rem;
		justify-content: center;
	}
	footer.main .items > * {
		flex-basis: 33.3333%;
	}
	footer.main .items > .item {
		flex-basis: 66.6666%;
	}
	footer.main .title {
		text-align: left;
	}
	footer.main .body {
		justify-content: flex-start;
	}
}
@media (max-width: 479px) {
	footer.main .items > * {
		flex-basis: 50%;
	}
	footer.main .items {
		row-gap: 2rem;
	}
}
@media (min-width: 768px) {
	footer.main {
		padding: 0;
		margin-top: 100px;
	}
	footer.main .items {
		justify-content: space-between;
		flex-direction: row;
		flex-wrap: wrap;
		row-gap: 2rem;
		align-items: start;
	}
}
@media (min-width: 992px) {
	footer.main .items > * {
		flex-basis: 20%;
	}
	footer.main .items > .item {
		flex-basis: 20%;
	}
}
@media (min-width: 1240px) {
	footer.main .items {
		flex-wrap: nowrap;
	}
	footer.main .items > *,
	footer.main .items > .item {
		flex-basis: auto;
	}
	footer.main .title {
		text-align: left;
	}
	footer.main .body {
		justify-content: flex-start
	}
}
/* end footer */









.clear > * {float: left;}
.clear:after, .breadcrumb:after {content: '';display: block;clear: both;}

.text-right {text-align: right;}

.col-left, .col-right {
	width: 18%;
}
.product-category .col-left, .product-category .col-right {
	width: calc(22% - 2px);
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
}
.col-left + .col-content,
.col-content + .col-right {
	float: right;
}
.col-content {
	width: 78%;
}

.product-category h1 {
	font-weight: 800;
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 0.75em;
}
.sorting-box {
	background: #fff;
	margin-bottom: 2px;
	padding: 13px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sorts-desctop {
	text-align: right;
}
.sorts-desctop .text-sort {
	font-size: 16px;
	font-weight: 400;
	margin-right: 13px;
}
.sorts-desctop a {
	text-decoration: none;
}
.sorts-desctop a + a {
	margin-left: 13px;
}
.sorts-desctop a > span:before {
	color: #c1c1c1;
}
.sorts-desctop a.active > span:before {
	color: #50b848;
}

#content {
	min-height: 500px;
	text-align: justify;
}


.btn {
	width: 100%;
	display: block;
	height: 40px;
	border-radius: 3px;
	line-height: 40px;
	border: none;
	cursor: pointer;
	color: #fff;
	background: #50b848;
	outline: none;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
.btn:hover {
	background: #358a45;
	color: #fff;
}

.buttons .btn {
	width: auto;
	display: inline-block;
	padding: 0 10px;
}

.for-credit {
	text-align: center;
	font-weight: bold;
}
.for-credit button img {
	vertical-align: middle;
	transition: linear all 0.2s;
}
.for-credit button img + span {
	margin-left: 10px;
	z-index: 13;
	font-weight: 600;
}
.for-credit button:hover img {
	transform: scale(1.15);
}
#input-month {
	max-width: 180px;
}

.btn-image {
	background: none;
	border: none;
	vertical-align: middle;
	cursor: pointer;
}

.breadcrumb {
	padding: 0;
	margin: 20px 0 0;
	list-style: none;
}
.product-category .breadcrumb {
	margin-bottom: 20px;
}
.breadcrumb li {
	float: left;
	font-size: 12px;
}
.breadcrumb li + li:before {
	float: left;
	display: block;
	content: ' >> ';
	padding: 0 7px;
}
.breadcrumb a {
	text-decoration: none;
}

.header .languages a {
	text-transform: uppercase;
	font-size: 12px;
}
.header a {
	text-decoration: none;
}

.header {
	padding: 20px 0;
	z-index: 5;
	position: relative;
}
.header .logo {
	width: 160px;
}
.header .search {
	margin-left: 30px;
	width: 400px;
	position: relative;
}
.header .work-day {
	width: 130px;
	line-height: 20px;
	margin-left: 30px;
	font-weight: 600;
}
.header .info {
	margin-left: 10px;
	width: 180px;
}
.header .cart-box {
	margin-left: 10px;
}
.header .compare-box {
	margin-left: 10px;
}
.header .user-box {
	margin-left: 10px;
}




.header .logo img {
	width: 100%;
}

.header .languages {
	display: flex;
	flex-direction: column;
}
.header .account a + a {margin-left: 20px;}
.header .languages a + a {border-top:  1px solid #333;}
.header .languages a.active {
	color: #50b848;
}

.header .account,
.header .languages {
	line-height: 20px;
}


.header .phone {
	padding: 5px 0;
	line-height: 30px;
	position: relative;
	text-align: center;
	z-index: 3;
}
.header .phone a {
	font-size: 16px;
	white-space: nowrap;
	display: block;
}
.header .phone > a {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	color: #354855;
}
.header .phone > a span.icon-phone {
	font-size: 24px;
	margin-right: 6px;
}
.header .phone > a span.icon-arrow_down {
	font-size: 7px;
	margin-left: 6px;
}
.header .phone:hover ul {
	display: block;
}
.header .phone ul {
	position: absolute;
	top: 100%;
	left: -20px;
	right: -20px;
	display: none;
	padding: 10px;
	margin: 0;
	list-style: none;
	box-shadow: 5px 10px 20px 0 rgba(0,0,0,.3);
	background: #fff;
}
.header .phone ul a {
	line-height: 1;
	padding: 5px 0;
}



.search-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.search-row input[type="text"], .search-row select {
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px !important;
	height: 40px;
	border: 1px solid #ddd;
	color: var(--main-black);
	-webkit-appearance: auto;
	border-radius: 0;
	resize: none;
	outline: none;
	padding: 5px 10px;
}
.search-subcategory {
	display: block;
	margin-top: 10px;
}
#button-search {
	min-width: 110px;
}
@media (max-width: 574px) {
	.search-row .column {
		flex: 1 1 100%;
	}
}

ul.subcategories-wrap {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 15px;
}
.subcategories-wrap > li {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	padding: 15px;
	width: 24%;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 3px 3px 6px #00000038;
}
.subcategories-wrap > li a {
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: bold;
}
@media (max-width: 1240px) {
	.subcategories-wrap > li {
		width: 32%;
	}
}
@media (max-width: 991px) {
	.subcategories-wrap > li {
		width: auto;
		flex: 1 1 25%;
	}
}
@media (max-width: 574px) {
	ul.subcategories-wrap {
		flex-wrap: nowrap;
		min-width: 100%;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
	}
	.subcategories-wrap > li {
		scroll-snap-align: start;
		padding: 10px;
	}
	.subcategories-wrap > li a {
		font-size: 13px;
	}
}

.view-icon-box {
	line-height: 47px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F2F2F2;
	border-radius: 6px;
	width: 47px;
	height: 47px;
}
.shopping-cart .cart-totals {
	display: flex;
	position: relative;
}
.shopping-cart .count {
	position: absolute;
	top: -3px;
	right: -6px;
	font-size: 10px;
	font-weight: 600;
	color: #faf5f5;
	border-radius: 50%;
	background: #50b848;
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	text-align: center;
	vertical-align: bottom;
}
.mobile-menu .shopping-cart {
	float: right;
}
.mobile-menu .shopping-cart .text {
	color: #fafafa;
}

.header-icons {
	display: flex;
}

.shopping-compare .compare-total, .shopping-user span[class*=icon] {
	font-size: 23px;
	line-height: 1;
}
.shopping-compare .count {
	font-size: 18px;
	font-weight: bold;
	color: #faf5f5;
	border-radius: 50%;
	background: #333;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: bottom;
}
/*.mobile-menu .shopping-compare {
	float: right;
	margin-right: 15px;s
}
.mobile-menu .shopping-compare .text {
	color: #fafafa;
}
.mobile-menu .shopping-compare .count {
	background: #fafafa;
	color: #333;
}*/
.mobile-menu {

}

.mm-menu, .mm-close {
	display: none;
}
.mobile-menu {
	display: none;
	background: #333;
	color: #faf5f5;
}
.mobile-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}
.mobile-menu .level-1 {
	height: 0;
	overflow: hidden;
	transition: all .2s ease-in-out;
}
.mobile-menu ul a {
	color: #fafafa;
	display: inline-block;
	line-height: 36px;
	text-decoration: none;
}
.mobile-menu .level-2 {
	padding-left: 30px;
	list-style-type: circle;
}
.mobile-menu .menu-text {
	float: left;
	line-height: 20px;
	margin: 5px 0;
	padding: 5px 14px;
	text-decoration: none;
	background: #FCC500;
	color: #333;
	border-radius: 5px;
}
.mobile-menu .menu-text.active + ul {
	height: auto;
}
.mobile-menu .active .default,
.mobile-menu .close {display: none;}
.mobile-menu .active .close {display: block;}

.header-icons-mobile {
	display: flex;
	float: right;
}
.header-icons-mobile > * {
	margin: 5px 0 5px 10px;
}
.header-icons-mobile .view-icon-box {
	text-decoration: none;
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.header-icons-mobile .shopping-compare .compare-total, .header-icons-mobile .shopping-user span[class*=icon] {
	font-size: 18px;
}
.header-icons-mobile .cart-totals img {
	max-height: 20px;
}
.header-icons-mobile .shopping-cart .count {
	width: 14px;
	height: 14px;
	line-height: 14px;
}
.menu-wrapper {
	display: none;
}
@media (min-width: 992px) {
	.menu-wrapper {
		display: block;
	}
}

.btn-catalog {
	position:relative;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	color: #222F37;
	font-weight: 700;
	display: flex;
	align-items: center;
	border-radius: 5px;
	padding: 0 10px;
	min-width: 125px;
	height: 40px;
	line-height: 40px;
	background: var(--main-orange, #FAA500);
}
.btn-catalog:after {
	content: "";
	position: absolute;
	bottom: -17px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent;
}
.btn-catalog svg {
	margin-right: 8px;
}
.main-menu {
	background: #50B848;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
	position: relative;
	z-index: 4;
	height: 56px;
	box-sizing: border-box;
	padding: 8px 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
/*.main-menu.fixed > div {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}*/
.main-menu ul.level-1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
}
.main-menu ul.level-1 > li  {
	border-right: 1px solid #fff;
	display: flex;
	align-items: center;
}
.main-menu ul.level-1 > li.open-catalog {
	border-right: none;
	margin-right: 1em;
}
.main-menu ul.level-1 > li:last-child {
	border-right: none;
}
.main-menu ul.level-1 > li > a {
	background: #50B848;
	color: #faf5f5;
	padding: 0 13px;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	display: block;
	line-height: 20px;
	text-align: center;
	height: 34px;
	display: flex;
	align-items: center;
}
.mobile-menu ul.level-1 > li > a span[class*="icon"],
.main-menu ul.level-1 > li > a span[class*="icon"] {
	margin-right: 9px;
}
.mobile-menu ul.level-1 > li > a span.icon-catalog,
.main-menu ul.level-1 > li > a span.icon-catalog {
	font-size: 18px;
}
.mobile-menu ul.level-1 > li > a span.icon-delivery,
.main-menu ul.level-1 > li > a span.icon-delivery {
	font-size: 30px;
}
.mobile-menu ul.level-1 > li > a span.icon-calc,
.main-menu ul.level-1 > li > a span.icon-calc {
	font-size: 20px;
}
.mobile-menu ul.level-1 > li > a span.icon-chart,
.main-menu ul.level-1 > li > a span.icon-chart {
	font-size: 22px;
}
.mobile-menu ul.level-1 > li > a span.icon-varanty,
.main-menu ul.level-1 > li > a span.icon-varanty {
	font-size: 20px;
}
.mobile-menu ul.level-1 > li > a span.icon-return,
.main-menu ul.level-1 > li > a span.icon-return {
	font-size: 20px;
}
.mobile-menu ul.level-1 > li > a span.icon-send,
.main-menu ul.level-1 > li > a span.icon-send {
	font-size: 18px;
}
/*.mobile-menu ul.level-1 > li > a span,
.main-menu ul.level-1 > li > a span {
	text-indent: -9999px;
	display: inline-block;
	width: 32px;
	height: 20px;
	background: url(../img/menu-ico.png) no-repeat 0 0;
}
.mobile-menu ul.level-1 > li > a span.i2,.main-menu ul.level-1 > li > a span.i2 {background-position: 0 -20px;}
.mobile-menu ul.level-1 > li > a span.i3,.main-menu ul.level-1 > li > a span.i3 {background-position: 0 -40px;}*/
.main-menu ul.level-1 > li > a.catalog {
	background: #FCC500;
	color: #333;
	border-radius: 5px;
	padding: 10px 30px;
	height: auto;
}
.main-menu .level-2 {
	display: none;
	border: 1px solid #50b848;
	background: #f9f9f9;
	/*padding: 10px 0;*/
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	box-shadow: 5px 10px 20px 0 rgba(0,0,0,.3);
}

.main-menu .tab-names {
	width: 23%;
	box-sizing: border-box;
	min-height: 300px;
	padding-top: 20px;
	z-index: 2;
	position: relative;
}
.main-menu .tab-names a {
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
	padding: 5px 15px;
	line-height: 1.2;
	color: #50b848;
	position: relative;
}
.main-menu .tab-names a.active {
	background: #fff;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
.main-menu .tab-names a:hover {
	color: #358a45;
}
.main-menu .tab-names i {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	height: 18px;
	line-height: 18px;
	color: #ccc;
}
.main-menu .tab-names .active i {
	color: #666;
}

.main-menu .tab-content {
	opacity:0;
	transition: opacity 0.2s ease;
	width: 77%;
	box-sizing: border-box;
}
.main-menu .tab-content.active {
	opacity: 1;
	background: #fff;
	padding: 20px 0;
	box-shadow: 0px 0px 2px 0 rgba(0,0,0,.3);
}
.main-menu .tab-content > div {
	padding: 0 15px 0 5px;
	display: none;
}
.main-menu .tab-content > div.active {display: block;}
.main-menu .tab-content .column {
	width: 25%;
	box-sizing: border-box;
	list-style: none;
	padding: 0 10px;
	margin: 0;
	height: 330px;
}
.main-menu .tab-content .column + .column {
	border-left: 1px solid #dadada;
}
.main-menu .tab-content .column:nth-child(4) ~ * {display: none;}
.main-menu .tab-content .title {
	text-align: center;
	font-weight: bold;
	color: #666;
}
.main-menu .tab-content li {
	line-height: 1.2;
	padding: 7px 0;
}
.main-menu .tab-content li + .title {
	margin-top: 15px;
}
.main-menu .tab-content .link a,
.main-menu .tab-content .link-2 a {
	color: #50b848;
	text-decoration: none;
}
.main-menu .tab-content .link a:hover,
.main-menu .tab-content .link-2 a:hover {
	color: #333;
}

.main-menu .tab-content .link-2 a {
	font-size: 14px;
	width: 50%;
	text-align: center;
}
.main-menu .product .image {
	width: auto;
	height: auto;
}
.main-menu .product.column {
	border: 1px solid #dadada;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.main-menu .product.column + .product {
	width: 24%;
	margin-left: 1%;
}
.main-menu .product .name, .main-menu .product .action {margin-top: 10px;}
.main-menu .product .price .actual {line-height: 30px;font-size: 20px;}
.main-menu .product .button {width: 80px;}
.main-menu .product .button a {height: 30px;line-height: 30px;width: 100%;}


.main-menu ul.level-1 > li:hover > div {display: flex;}
.main-menu .level-2 > li > a,
.main-menu ul.level-3 > li > a,
.main-menu ul.level-4 > li > a {
	display: block;
	padding: 5px 0;
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
.main-menu .level-2 > li:hover > a {
	color: #333;
	font-weight: 600;
}

.main-menu .level-2 > li,
.main-menu ul.level-3 > li,
.main-menu ul.level-4 > li {
	padding: 0 10px;
	position: relative;
}
.main-menu .level-2 > li.children > a {
	font-size: 14px;
}
.main-menu .level-2 > li > i,
.main-menu ul.level-3 > li > i {
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 34px;
}
.main-menu ul.level-3,
.main-menu ul.level-4 {
	position: absolute;
	background: #fff;
	width: 200px;
	left: 100%;
	top: 0;
	padding: 0;
	list-style: none;
	margin: 0;
	display: none;
}
.main-menu .level-2 > li:hover {
	background: #fff;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.main-menu .level-2 > li:hover .level-3,
.main-menu ul.level-3 > li:hover .level-4 {
	display: block;
	box-shadow: 10px 0px 20px -10px rgba(0,0,0,.3);
}


.menu-fixed {
	height: 56px;
}

.fixed > .main-menu,
.fixed > .mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
}




.part-svg img{
	width: 140px;
}

#slideshow {
	border-radius: 5px;
	overflow: hidden;
}
.main-slider {
	margin-top: 20px;
}
/*.main-slider .slideshow {
	width: 880px;
}*/
.main-slider .slideshow a,
.main-slider .slideshow img {width: 100%;}

.main-slider .special {
	width: 290px;
	float: right;
}
.main-slider .special .product {
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #e8e8e8;
	height: 480px;
}
.main-slider .special .product .image {
	width: 260px;
	height: 260px;
}
.slideshow .item {
	display: block;
}

.manufacturer-carousel {
	margin-top: 20px;
	border-radius: 5px;
	background: #fff;
	padding: 25px 20px;
	box-sizing: border-box;
}
.manufacturer-carousel .item img {
	box-sizing: border-box;
	padding: 0 25px;
	max-width: 220px;
	margin: 0 auto;
}
.manufacturer-carousel.owl-carousel .owl-dots {
	bottom: -20px;
}



.products-box {margin-top: 40px;}
.products-box + .html-box {
	margin-top: 60px;
}
.product-category .products-box {margin-top: 0;}
.products-box .title {
	font-size: 40px;
	font-weight: 800;
	margin-bottom: 40px;
	color: #333;
	text-align: center;
	position: relative;
}
.products-box .title:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1px;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #FCC500;
	border-radius: 5px;
}
.products-box .title span {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 0 37px;
	background: #fafafa;
}
.products-box .title span:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: -3px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 11px solid #FCC500;
	border-bottom: 5px solid transparent;
}
.products-box .title span:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: -3px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 11px solid #FCC500;
	border-bottom: 5px solid transparent;
}
.products-box .product {
	box-sizing: border-box;
	position: relative;
	height: 450px;
	overflow: hidden;
}
.products-box .product > .inner {
	position: absolute;
	padding: 20px 10px;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	transition: all .2s ease-in-out;
}
.products-box .product:hover {
	overflow: visible;
}
.products-box .product:hover > .inner {
	z-index: 1;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.4);
}
.item4 .product {
	width: 25%;
	border-left: 1px solid #eee;
}
.item4 .product:nth-child(4n+1) {
	border-left: none;
}

.item3 .product {
	width: 33.3333%;
	border-right: 1px solid #eee;
}
.item3 .product:nth-child(3n+1) {
	border-left: 1px solid #eee;
}
.product-category .item3 .product:nth-child(3n+1) {
	border-left: none;
}

.product .image {
	width: 280px;
	height: 280px;
	margin: 0 auto;
	position: relative;
}
.product-page .images .image .stiker,
.product .image .stiker {
	background: #f44336;
	background-repeat: no-repeat;
	color: #fff;
	padding: 3px 6px;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 700;
	position: absolute;
	top: 0;
	right: 0;
}
.product-page .images .image .stiker {
	top: 20px;
	right: 20px;
}

.product .image .stiker-1,
.product .image .stiker-2,
.product .image .stiker-3,
.product .image .stiker-special {
	padding: 0;
	text-indent: -9999px;
	background-size: 80px;
	height: 80px;
	width: 80px;
	left: 0;
	right: auto;
}


.product-page .images .image .stiker-1,
.product-page .images .image .stiker-2,
.product-page .images .image .stiker-3,
.product-page .images .image .stiker-special {
	padding: 0;
	top: 10px;
	right: 10px;
	text-indent: -9999px;
	background-size: 100px;
	height: 100px;
	width: 100px;
}
.product-page .images .image .stiker-1, .product .image .stiker-1 {background-color: transparent; background-image: url(../image/Gif500.gif);}
.product-page .images .image .stiker-2, .product .image .stiker-2 {background-color: transparent; background-image: url(../image/Gif800.gif);}
.product-page .images .image .stiker-3, .product .image .stiker-3 {background-color: transparent; background-image: url(../image/Gift_free.gif);}

.product-page .images .image .stiker-special, .product .image .stiker-special {
	background-color: transparent; background-image:  url(../img/stiker-special.png);
}

.product .image .stiker-5,
.product .image .stiker-6,
.product .image .stiker-7,
.product .image .stiker-8 {
	background: #00d60b;
	left: 0;
	width: 80px;
	height: 40px;
	border-radius: 50%;
	padding: 20px 0;
	line-height: 20px;
	text-align: center;
}

.product .image .stiker-5 div,
.product .image .stiker-6 div,
.product .image .stiker-7 div,
.product .image .stiker-8 div {
	font-size: 16px;
}
.product .image .stiker-5 span,
.product .image .stiker-6 span,
.product .image .stiker-7 span,
.product .image .stiker-8 span {
	font-size: 11px;
}

.product-page .images .image .stiker-5,
.product-page .images .image .stiker-6,
.product-page .images .image .stiker-7,
.product-page .images .image .stiker-8 {
	border: 2px solid #fff;
	background: #00d60b;
	text-align: center;
	border-radius: 50%;
	padding: 30px 0;
	line-height: 20px;
	top: 10px;
	right: 10px;
	height: 40px;
	width: 100px;
	font-size: 13px;
}

.product .image .stiker-7,
.product .image .stiker-8 {
	background-image: url(../svg/gift.svg);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: 50% 8px;
	padding: 30px 0 10px;
}
.product-page .images .image .stiker-7,
.product-page .images .image .stiker-8 {
	background-image: url(../svg/gift.svg);
	background-size: 32px;
	background-repeat: no-repeat;
	background-position: 50% 8px;
	padding: 40px 0 20px;
}
.product .image .stiker-9,
.product-page .images .image .stiker-9 {
	background: #00d60b url(../svg/gift.svg) no-repeat;
	background-size: 32px;
	background-position: 5px;
	padding: 10px 10px 10px 42px;
}

.product-page .images .image .stiker-5 div,
.product-page .images .image .stiker-6 div,
.product-page .images .image .stiker-7 div,
.product-page .images .image .stiker-8 div {
	font-size: 22px;
}
.product-page .images .image .stiker-5 span,
.product-page .images .image .stiker-6 span,
.product-page .images .image .stiker-7 span,
.product-page .images .image .stiker-8 span {
	font-size: 12px;
}

.product .image a,
.product .image img {
	display: block;
	width: 100%;
}
.product .name a {
	display: block;
	color: #333;
	text-decoration: none;
	height: 60px;
	line-height: 20px;
	font-size: 15px;
	overflow: hidden;
	text-align: left;
}
.product .name a:hover {
	color: #358a45;
}
.product .name,
.product .action {
	margin-top: 20px;
}
.product .button {
	width: 120px;
	float: right;
}
.product .price {
	position: relative;
}
.product .price .price-request {
	font-size: 16px;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
	.product .price .price-request {
		font-size: 14px;
	}
}
.product .price > * {
	display: block;
}
.product .price .old {
	text-decoration: line-through;
	line-height: 1;
	color: #828282;
	font-size: 16px;
	line-height: 1;
}
.product .price .actual {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
}
.product .compare {
	display: none;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding: 5px 0;
	margin-top: 20px;
}
.product .add-to-cart img {
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -3px;
}
.product .compare a {
	text-decoration: none;
}
.product .attribute a:hover,
.product .compare a:hover {
	color: #358a45;
}
.product .attribute {
	display: none;
	padding: 15px 0;
	text-align: left;
}
.product .attribute > div + div {
	/*margin-top: 10px;*/
}
.product .attribute a {
	display: block;
	text-align: center;
	color: #50b848;
	font-size: 13px;
	margin-top: 10px;
}
.product .attribute span {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	width: 50%;
	box-sizing: border-box;
	height: 18px;
	overflow: hidden;
}
.product .attribute span + span {
	font-weight: bold;
}
.product .attribute .attr {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.pagination {
	margin: 50px 0 0 5em;
	padding: 0;
	list-style: none;
}
.pagination li {
	display: inline-block;
}
.pagination li a,
.pagination li span {
	display: inline-block;
	width: 26px;
	text-decoration: none;
	color: #fff;
	line-height: 26px;
	text-align: center;
	border-radius: 50%;
	background: #50b848;
	margin-left: 3px;
}
.pagination li a:hover,
.pagination li span {
	background: #333;
}




.product-page {
	margin-top: 30px;
}
.product-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
	box-sizing: border-box;
	border-radius: 5px 5px 0 0;
}
.product-wrapper-bottom {
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
	border-top: none;
	border-radius: 0 0 5px 5px;
}
.product-page .images {
	flex: 1;
	border-right: 1px solid #f2f2f2;
	box-sizing: border-box;
}
.product-page .images-wrapper {
	display: flex;
	align-items: stretch;
	justify-content: center;
	position: relative;
}
.product-page .images-wrapper .btn-image {
	border: 1px solid #F2F2F2;
	box-sizing: border-box;
	border-radius: 4px;
	line-height: 44px;
	color: #50B848;
	font-size: 13px;
	font-weight: 600;
	margin-top: 20px;
}
/*.product-page .images.one-img {width: 400px;}*/
.product-page .detail {
	flex: 1;
	box-sizing: border-box;
}
.product-page .detail .detail-content {
	padding: 40px 30px 20px;
}
.product-page .product-top-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product-page .compare {
	padding: 20px 30px;
	border-top: 1px solid #F2F2F2;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product-page .compare a {
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
}
.product-page .compare a i {
	margin-right: 10px;
	font-size: 18px;
	color: #C4C4C4;
	vertical-align: bottom;
}
.product-page .compare .icon-scale {
	font-size: 20px;
}

.product-page .info {width: 400px;margin-left: 50px;}

.product-page .name-col h1 {
	font-size: 30px;
	font-weight: 800;
	line-height: 1;
	margin: 0;
}
.product-page .top {
	margin-bottom: 30px;
}
.product-page .rating-col {
	display: flex;
	align-items: center;
}
.product-page .rating-col .rating-count {
	margin-left: 8px;
	font-size: 13px;
	font-weight: 400;
}

.product-information-links {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 15px;
}
.product-information-links .link-item {
	padding: 17px 20px 17px 55px;
	border-radius: 5px;
	color: #333;
}
.product-information-links .link-item .heading {
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}
.product-information-links .link-item .sub-heading {
	font-size: 13px;
	font-weight: 400;
}
.product-information-links .link-item .sub-heading a {
	color: #2F80ED;
	text-decoration: none;
}
.product-information-links .link-item .sub-heading a:hover {
	text-decoration: underline;
}
.product-information-links .free-delivery {
	background: #FFF9E4 url('../icons/carbon_delivery.png') no-repeat 17px center;
}
.product-information-links .chipper {
	background: #E5FFE4 url('../icons/ri_price-tag-3-line.png') no-repeat 17px center;
}

.product-page .product-actions {
	background: #FAFAFA;
	border-radius: 5px;
	margin-top: 16px;
}
.product-page .product-actions .price-request {
	font-size: 20px;
	position: relative;
	top: -6px;
}
.product-page .product-actions .action-row {
	padding: 25px;
}
.product-page .product-actions .action-row + .action-row {
	border-top: 1px solid #F2F2F2;
}
.product-page .product-actions .product-buy {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product-page .product-actions .buy-buttons {
	display: flex;
}

.product-page .date-stock {
	border: 4px solid #fcc500;
	background: #fff9e4;
	border-radius: 10px;
	margin-top: 16px;
	padding: 20px;
	font-size: 16px;
}


.product-page .only-admin {
	background: #fcc500;
	border-radius: 5px;
	margin-top: 16px;
	padding: 5px 25px;
}
.product-page .only-admin span {
	font-weight: 600;
	font-size: 125%;
}
.product-page .product-credit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.product-page .product-credit .credit-payment {
	font-size: 14px;
	font-weight: 700;
}
.product-page .product-credit .credit-payment .payment-bill {
	color: #50B848;
}
.product-page .product-credit .bank-icons img {
	margin: 0 6px;
}
.product-page .product-credit .buttons {
	min-width: 195px;
	text-align: center;
}

.product-page .product-advantages {
	margin-top: 18px;
	display: flex;
	justify-content: space-between;
}
.product-page .product-advantages .item {
	flex: 1;
	display: flex;
	align-items: center;
	border-right: 1px solid #F2F2F2;
	padding: 15px 10px 0 20px;
}
.product-page .product-advantages .item:last-child {
	border-right: none;
}
.product-page .product-advantages .item span[class*="icon"] {
	font-size: 25px;
	margin-right: 10px;
}
.product-page .product-advantages .item span.icon-card {
	font-size: 19px;
}
.product-page .product-advantages .item .text {
	font-size: 12px;
	font-weight: 400;
}


.product-page .btn-kredit {
	margin-top: 10px;
	background: #fff;
	color: #50b848;
	border: 2px solid #50b848;
	font-weight: bold;
}

.product-page .info .info-head {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.product-page .info .text {
	color: #5d5d5d;
}
.product-page .info .green {
	color: #009a22;
}
.product-page .info .item + .item {margin-top: 20px;}

.product-page .info .i1 {
	background: url(../img/free-delivery.png) no-repeat 0 0;
}
.product-page .info .i2 {
	background: url(../img/montag.png) no-repeat 0 0;
}
.product-page .info .i3 {
	background: url(../img/oplata.png) no-repeat 0 0;
}
.product-page .info .item {
	background-size: 50px;
	padding-left: 60px;
}


.product-page .images .image-additional {
	width: 125px;
	border-right: 1px solid #F2F2F2;
	box-sizing: border-box;
	text-align: center;
	padding: 12px;
	display: flex;
	flex-direction: column;
}
/*.product-page .images .image-additional > div {
	height: 75px;
	overflow: hidden;
}*/
.product-page .images .image-additional > div + div {
	margin-top: 10px;
}
.hidden {
	display: none;
}
/*.product-page .images .image-additional > div:nth-child(4) ~ div {display: none;}*/
.product-page .images .image {
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
}
.product-page .images.one-img .image {
	width: 100%;
	max-width: 400px;
}


.product-page .images .image-additional a,
.product-page .images .image-additional img,
.product-page .images .image a,
.product-page .images .image img {
	width: 100%;
	display: block;
}
/*.product-page .images .image-additional a,
.product-page .images .image a {
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 5px;
	background: #fff;
}*/

.product-page .images .image-additional a {
	padding: 12px 6px;
	box-sizing: border-box;
	border: 1px solid transparent;
	border-radius: 4px;

}
.product-page .images .image-additional a:hover {
	border-color: #FCC500;
}

.product-page .other-memory {
	padding: 15px 30px 30px;
	border-top: 1px solid #f2f2f2;
}
.product-page .other-color {
	margin-top: 15px;
}
.product-page .other-memory .title,
.product-page .other-color .title {
	font-weight: bold;
	font-size: 16px;
	color: #5d5d5d;
}
.product-page .other-color a {
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-top: 5px;
	border-radius: 50%;
	border: 2px solid #ccc;
	position: relative;
}
.product-page .other-color a.active,
.product-page .other-color a:hover {
	border-color: #50b848;
}

.product-page .tooltiptext {
	visibility: hidden;
	width: 140px;
	background-color: #555;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -70px;
	opacity: 0;
	transition: opacity 0.3s;
}
.product-page .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}
.product-page .other-color a:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.product-page .other-memory a {
	display: inline-block;
	color: #333;
	padding: 3px 10px;
	margin-top: 5px;
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #ddd;
}
.product-page .other-memory a:hover {
	border-color: #50b848;
}
.product-page .other-memory a.active {
	background: #50b848;
	border-color: #50b848;
	color: #fff;
}
.product-page .price .old {
	color: #828282;
	font-size: 14px;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-page .price .actual {
	font-weight: bold;
	font-size: 33px;
	line-height: 1;
}
.product-page .stock-7,
.product-page .stock-5,
.product-page .stock-6,
.product-page .stock-8 {
	padding: 0 12px;
	line-height: 26px;
	color: #333;
	font-size: 12px;
	background: #F5FFF5;
	border-radius: 5px;
	position: relative;
}
.product-page div[class*="stock-"]:before {
	display: inline-block;
	content: "";
	width: 8px;
	height: 8px;
	background: #50B848;
	border-radius: 100%;
	margin-right: 7px;
}
.product-page div.stock-5:before,
.product-page div.stock-6:before,
.product-page div.stock-8:before {
	content: "x";
	background: transparent;
	border: 1px solid;
	font-size: 14px;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 1;
}
.product-page .stock-5 {
	background: #fff5f5;
}
.product-page .stock-6,
.product-page .stock-8 {
	background: #ffb15029;
}

.product-page div.stock-5:before {
	color: #ea3a4d;
}
.product-page div.stock-6:before,
.product-page div.stock-8:before {
	content: "x";
	color: #ffb150;
}
.product-page select {
	width: 100%;
}

#product > .form-group {
	margin-top: 20px;
}
#product .color {
	display: inline-block;
}
#product .color input {display: none;}
#product .color label {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius: 50%;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	display: inline-block;
	cursor: pointer;
}
#product .color input:checked + label {
	border-color: #50b848;
}




.product-stikers {
	margin-top: 20px;
	line-height: 20px;
}
.product-stikers > div + div {
	margin-top: 10px;
}
.product-stikers input {display: none;}
.product-stikers label {
	position: relative;
	padding-left: 30px;
	font-weight: bold;
}
.product-stikers label:before {
	display: block;
	content: '';
	background: #f1f2f3;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	box-sizing: border-box;
}
.product-stikers input:checked + label {
	color: #50b848;
}
.product-stikers input:checked + label:before {
	background: #50b848 url(../img/checkbox.svg) no-repeat 50% 50%;
	border: none;
}
.product-stikers .info-ps {
	margin-left: 5px;
	color: #ff2f2f;
}
.product-stikers .price {
	float: right;
	font-weight: bold;
	font-size: 18px;
}
.product-stikers .price span {
	font-size: 12px;
}



.ps-popup .mfp-content > div {
	background: #fff;
	box-sizing: border-box;
	padding: 20px;
	width: 600px;
	margin: 0 auto;
	position: relative;
}


#button-cart {
	line-height: 40px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	padding: 0;
	text-transform: none;
	min-width: 110px;
	margin-left: 10px;
}
/*#button-cart span {
	line-height: 50px;
	display: inline-block;
	background: url(../img/cart.png) no-repeat 0 50%;
	background-size: 42px;
	padding-left: 60px;
}*/
#button-cart img {
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -3px;
}

.product-tabs > ul {
	list-style: none;
	text-align: center;
	border: 1px solid #FCC500;
	background-color: #fff;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-tabs > ul li {
	display: inline-block;
	flex: 1;
}
.product-tabs > ul a {
	display: block;
	padding: 21px 10px;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	font-weight: bold;
	text-transform: uppercase;
	transition: background 0.2s linear;
}
.product-tabs > ul li.active a {
	background: #FCC500;
}
.product-tabs .tab-content {
	padding: 30px;
}
.product-tabs .tab-pane {
	display: none;
}
.product-tabs .tab-pane.active {
	display: block;
}

.product-tabs .attributes-box {
	margin-bottom: 60px;
}
.product-tabs .attributes-box h2 {
	display: inline-block;
	margin-top: 0;
}
.product-tabs .attributes-box h2 span.icon-service {
	font-size: 16px;
	margin-left: 15px;
}
.product-tabs .attributes {
	width: 48%;
}
.product-tabs .attributes + .attributes {
	margin-left: 4%;
}
.product-tabs .attributes .item > div {
	width: 50%;
	box-sizing: border-box;
}
.product-tabs .attributes .item {
	border-bottom: 1px solid #ddd;
}
.product-tabs .attributes .item + .item {
	margin-top: 15px;
}
.product-tabs .attributes .item > div:first-child {
	font-weight: bold;
	padding-right: 15px;
}
.product-tabs .attributes .item > div:nth-child(2) {
	padding-left: 15px;
}



.specials-tabs > ul {
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
	text-align: center;
}
.specials-tabs > ul li {
	display: inline-block;
	float: none;
	margin: 0 9px;
}
.specials-tabs > ul a {
	text-decoration: none;
	padding: 9px 25px;
	display: block;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	background: #F2F2F2;
	color: #828282;
	border-radius: 60px;
	transition: linear 0.15s all;
}
.specials-tabs > ul .active a {
	background: #FCC500;
	font-weight: 600;
	color: #333;
}
.specials-tabs .tab-content {
	padding-top: 20px;
}
.specials-tabs .tab-pane {
	display: none;
}
.specials-tabs .tab-pane.active {
	display: block;
}





.review .button {
	margin: 10px auto 0;
	width: 200px;
}
.review .alert-danger {
	color: red;
}
.review form input[type=text],
.review form textarea,
.accountpage input,
.popup-oneclick input,
.popup-oneclick textarea {
	width: 100%;
	resize: none;
	border: 1px solid #ccc;
	box-sizing: border-box;
	height: 36px;
	border-radius: 3px;
}
.popup-oneclick textarea {
	height: 100px;
}
.review form input[type=text],
.accountpage input,
.popup-oneclick input {
	padding: 0 10px;
}
.accountpage input,
.accountpage a.forgotten {
	margin-bottom: 10px;
}
.popup-oneclick {
	margin-top: 20px;
}
.popup-oneclick input + input, .popup-oneclick input + textarea {
	margin-top: 10px;
}
.popup-oneclick input.error {
	border-color: #f44336;
}
.oneclick .hidden {display: none;}

.btn-oneclick {
	margin-top: 10px;
	text-align: center;
}
#button-oneclick {
	font-size: 13px;
	font-weight: 600;
	color: #333;
	text-decoration: none;
	background-color: #FCC500;
	display: block;
	border-radius: 4px;
	line-height: 40px;
	min-width: 132px;
	text-align: center;
	white-space: nowrap;
}
#button-oneclick:hover {
	background-color: #ffd130;
}

.review form textarea {
	padding: 10px;
	height: 100px;
	margin-top: 10px;
}
.review .radio-box {
	text-align: center;
}
.review .item {
	padding: 5px;
	margin-top: 10px;
}
.review .item table {width: 100%;}

.radio-box input {display: none;}
.radio-box label {
	color: #FCC500;
	cursor: pointer;
	font-size: 18px;
}
.radio-box label .fa-star-o {display: none;}

.radio-box input:checked ~ input + label .fa-star-o {display: inline-block;}
.radio-box input:checked ~ input + label .fa-star {display: none;}


.product-page .rating-col .rating,
.review .star {
	color: #FCC500;
}
.product-page .rating-col .rating {
	font-size: 16px;
	text-align: center;
}

.product-page .description {
	/*margin-top: 40px;*/
	overflow-x: auto;
}

.product-page .description * {
	font-size: 16px !important;
	line-height: 1.6 !important;
	background: none !important;
}
.product-page .description img {
	max-width: 100% !important;
	height: auto !important;
}
.product-page .description iframe {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}
.product-page .description table {
	max-width: 100%;
	box-sizing: border-box;
}
.product-page .description table td {
	padding: 5px;
}
.product-page .description table td, .product-page .description table td p {
	font-size: 13px !important;
}


.popular-post {
	margin-top: 60px;
}
.popular-post .title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #333;
	color: #333;
}
.popular-post .item {
	background-size: cover;
	position: relative;
	display: block;
	text-decoration: none;
}
.popular-post .item:first-child {
	width: 60%;
	height: 480px;
}
.popular-post .item:first-child ~ .item {
	float: right;
	width: 38%;
	height: 230px;
}
.popular-post .item:last-child {
	margin-top: 20px;
}
.popular-post .item span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	color: #fff;
	font-size: 22px;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.4));
}

.mfp-content {padding: 20px 0;}
.mfp-content figure {margin: 15px 0;background: #fff;}
img.mfp-img {padding: 20px 0 20px !important;}

.addcart-popup {
	background: #fff;
	width: 800px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
}
.addcart-popup .title {
	font-size: 24px;
}
.addcart-popup .total {
	font-size: 12px;
	margin-top: 10px;
}
.addcart-popup .buttons:after,
.addcart-popup .item:after {
	clear: both;
	display: block;
	content: '';
}
.addcart-popup .item {
	border-top: 1px solid #d0d0d0;
	margin-top: 20px;
	padding-top: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
}
/*.addcart-popup .item > * {
	float: left;
}*/
.addcart-popup .image {
	width: 150px;
	display: block;
}
.addcart-popup .image * {width: 100%;}
.addcart-popup .name {
	width: 400px;
}
.addcart-popup .name small {
	color: #aaa;
}
.addcart-popup .price {
	width: 150px;
	float: right;
	text-align: right;
}
.addcart-popup .big {
	font-size: 18px;
}
.addcart-popup .buttons {
	margin-top: 20px;
}
.addcart-popup .buttons a {width: 200px;}
.addcart-popup .buttons .left {float: left;}
.addcart-popup .buttons .right {float: right;}



.addcart-simplecheckout {
	border-bottom: 1px solid #eee;
}
.addcart-simplecheckout .item:after {
	clear: both;
	display: block;
	content: '';
}
.addcart-simplecheckout .item {
	border-top: 1px solid #eee;
	margin-top: 20px;
	padding-top: 20px;
}
.addcart-simplecheckout .item > * {
	float: left;
}
.addcart-simplecheckout .image {
	width: 150px;
	display: block;
}
.addcart-simplecheckout .image * {width: 100%;}
.addcart-simplecheckout .pname {
	width: 550px;
	margin-left: 50px;
}
.addcart-simplecheckout .pname a {
	color: #50b848;
	text-decoration: none;
}
.addcart-simplecheckout .pname small {
	color: #aaa;
}
.addcart-simplecheckout .button {
	width: 50px;
	text-align: right;
	display: inline-block;
}
.addcart-simplecheckout .button a {
	cursor: pointer;
	color: #50b848;
}
.addcart-simplecheckout .price {
	width: 260px;
	text-align: right;
	float: right;
}
.addcart-simplecheckout span.number {
	line-height: 32px;
	margin-left: 10px;
}
.addcart-simplecheckout .btn-danger {
	line-height: 32px;
	float: right;
}
.addcart-simplecheckout .big {
	font-size: 18px;
}

.customer-register {
	text-align: center;
}
.customer-register + .customer-register {
	text-align: left;
}
.customer-register input {
	display: none;
}
.customer-register label {
	position: relative;
	background: #f1f2f3;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	padding: 5px 10px;
	cursor: pointer;
	width: calc(80% - 20px);
	font-size: 15px;
	text-align: center;
}
.customer-register input:checked + label {
	/*background: #50b848 url(../img/checkbox.svg) no-repeat 10px 50%;*/
	background: #50b848;
	color: #fff;
}
/*
.product-stikers input:checked + label {
	color: #50b848;
}
.product-stikers input:checked + label:before {

	border: none;
}*/









.info-page {
	margin-top: 20px;
}
.info-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	box-shadow: 0px 5px 20px 0 rgba(0,0,0,.1);
}
.info-menu li + li {
	border-top: 1px solid #eee;
}
.info-menu a {
	display: block;
	background: #fff;
	text-decoration: none;
	line-height: 20px;
	padding: 10px;
}
.info-menu a.active {
	background: #50b848;
	color: #fff !important;
}


.information-6 .col-right {padding-top: 85px;}
.information-information  .col-content {
	box-shadow: 0px 5px 20px 0 rgba(0,0,0,.1);
	box-sizing: border-box;
	padding: 10px 20px 20px;
	background: #fff;
}
.information-information.information-6 .col-content,
.information-information.information-3 .col-content {
	padding: 0;
	box-shadow: none;
	background: none;
}

.info-tabs > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.info-tabs > ul > li {
	box-shadow: inset 0 -10px 15px -15px rgba(0,0,0,.5);
	background: #e9e9e9;
	padding: 10px 15px;
	margin-right: 5px;
	cursor: pointer;
	display: inline-block;
	vertical-align: bottom;
}
.info-tabs > ul > li.active {
	background: #fff;
	box-shadow: none;
	padding: 15px 15px;
	box-shadow: 0px -10px 20px -10px rgba(0,0,0,.1);
}
.info-tabs .title {
	font-size: 24px;
}
.info-tabs .sub-title {
	color: #787878;
	font-size: 13px;
}
.info-tabs > div {
	background: #fff;
	box-sizing: border-box;
	padding: 20px;
	display: none;
	box-shadow: 0px 5px 20px 0 rgba(0,0,0,.1);
}
.info-tabs > div.active {
	display: block;
}
.info-tabs img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.information-information img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.information-information .images img {display: inline-block;}

.filters select,
.filters-mob select {
	height: 30px;
	border: 1px solid #ddd;
	border-radius: 4px;
	color: var(--main-black);
	-webkit-appearance: auto;
}
.filters-mob select {
	width: 100%;
	box-sizing: border-box;
}
.filters-mob > div {
	margin-top: 10px;
}
.filters .limit {
	float: right;
}

.map-block {
	height: 500px;
	margin-top: 20px;
}
.contact-page {
	margin-top: 40px;
}
.contact-page .item {
	width: 30%;
	box-shadow: 5px 5px 20px 0px rgba(0,0,0,.1);
}
.contact-page .item + .item {
	margin-left: 5%;
}
.contact-page img {
	width: 100%;
}
.contact-page .info {
	padding: 10px 20px;
	background: #fff;
}
.contact-page .metro {
	background: url(../img/icon-metro.png) no-repeat 0 50%;
	color: #009ffd;
	font-size: 22px;
	font-weight: bold;
	padding-left: 35px;
}
.contact-page .address {
	font-size: 20px;
	font-weight: bold;
}
.contact-page ul {
	list-style: none;
	padding: 0;
	color: #999;
}

.show-btn {
	display: none;
	width: 30px;
	background: #50b848;
	line-height: 30px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 100%;
}




.checkout-success .pull-right {width: 200px;}

.table-compare {
	width: 100%;
	min-width: 960px;
	border-spacing: 0;
}
.table-compare tbody td {
	width: 20%;
	font-size: 13px;
	text-align: left;
	padding: 5px 0;
}
.table-compare thead td {
	padding: 30px 0 0;
}
.table-compare tbody + tbody  td,
.table-compare tbody tr + tr td {
	border-top: 1px solid #eee;
}
.product-compare input[type=button],
.product-compare .btn {width: 100px;margin: 0 auto;display: inline-block;}
.product-compare input[type=button] {margin-bottom: 10px;}
.product-compare .scroll-x {overflow-x: scroll;}


.product-page .credit {
	padding: 5px 0;
	line-height: 40px;
	position: relative;
	text-align: center;
	z-index: 3;
}
.product-page .credit a {
	font-size: 16px;
	display: block;
	text-decoration: none;
	cursor: pointer;
}
.product-page .credit > a {
	background: #3A3A52;
	border-radius: 5px;
	line-height: 40px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 0 15px;
}
.product-page .credit > a img {
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -3px;
}

.product-page .credit:hover > a {
	background: #2d2d55;
}
.product-page .credit a span {
	font-size: 24px;
}

.product-page .credit ul {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	display: none;
	padding: 10px;
	margin: 0;
	list-style: none;
	box-shadow: 5px 10px 20px 0 rgba(0,0,0,.3);
	background: #fff;
}

/* tooltip */
.tooltip {
		position: relative;
		display: inline-block;
		cursor: pointer;
		vertical-align: text-top;
}
.tooltip .icon-inform {
	font-size: 15px;
}

/* Tooltip text */
.tooltip .tooltip-text {
		visibility: hidden;
		width: 175px;
		background: #FFF9E4;
		border: 1px solid #E5E5E5;
		box-sizing: border-box;
		box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
		border-radius: 5px;
		padding: 6px 12px;
		color: #828282;
		font-size: 12px;
		font-weight: 400;
		/* Position the tooltip text - see examples below! */
		position: absolute;
		bottom: 100%;
		left: -8px;
		z-index: 1;
		transition: visibility 0.2s linear;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltip-text {
		visibility: visible;
}


.paket-box {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 10px;
	margin-top: 15px;
}
.paket-box > .clear + .clear {
	margin-top: 10px;
}
.paket-box select {
	height: 30px;
	border: 1px solid #ddd;
	border-radius: 4px;
	width: 220px;
	font-size: 13px;
}
.paket-box .paket-info {
	width: 150px;
	margin-left: 5px;
}
.paket-box .text {
	font-weight: bold;
}
.paket-box .ttl {
	font-weight: bold;
}
.paket-box .inf,
.paket-box .button {
	float: right;
}
.paket-box .button a {
	color: #50b848;
	cursor: pointer;
}
.paket-box .button a:hover {
	color: #333;
}
.paket-box .item {
	display: none;
	line-height: 30px;
}
.paket-box .item.active {display: block;}


.paket-tabs ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.paket-tabs li {
	width: 33.3333%;
	text-align: center;
	border-bottom: 3px solid #fafafa;
	padding: 7px 0;
	box-sizing: border-box;
	cursor: pointer;
}
.paket-tabs li.active {border-bottom-color: #50b848;}
.paket-tabs > div {display: none;}
.paket-tabs > div.active {display: block;}

.paket-tabs > div .item {
	width: 50%;
	box-sizing: border-box;
	padding: 15px 0 0;
	margin: 0;
	border: none;
	height: 60px;
}
.paket-tabs > div .item > * {float: left;}
.paket-tabs > div .item:after {
	display: block;
	content: '';
	clear: both;
}
.paket-tabs > div .item span {
	margin-left: 50px;
	float: none;
	display: block;
	line-height: 18px;
	font-size: 14px;
}




.information-contact ul {
	padding-left: 0;
	list-style: none;
}
.information-contact .contacts {
	width: 42%;
}
.information-contact form, .information-contact .map-container {
	width: 56%;
	float: right;
}
.information-contact form input,
.information-contact form textarea {
	box-sizing: border-box;
	border: 1px solid #999;
	padding: 0;
	outline: none;
	border-radius: 3px;
	width: 100%;
	text-indent: 15px;
	display: block;
	height: 40px;
	margin-bottom: 10px;
}
.information-contact form textarea {
	height: 100px;
}



.account-simpleregister .simpleregister-block-content,
.account-simpleregister .simpleregister-button-block {
	padding: 0;
}
#simpleregister_button_confirm {
	padding: 0 20px;
	box-sizing: border-box;
}


.accountpage .col50,
.account-simpleregister #content {
	width: 60%;
	margin: 0 auto;
}
.accountpage .col50 + .col50 {
	border-top: 1px solid #ccc;
	margin-top: 50px;
	padding-top: 20px;
}


.register-1 {
	font-size: 18px;
	border: 1px solid #ccc;
	border-radius: 5px;
	/* color: #50b848; */
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
	padding: 10px 15px;
}







.mob-filter-nav-fixed {
	margin-bottom: 20px;
	display: none;
	height: 30px;
}
.mob-filter-nav-fixed.fixed .f-nav-wrapper {
	position: fixed;
	background: #fff;
	box-shadow: 0 5px 5px 0 rgba(0,0,0,.2);
	z-index: 30;
	top: 40px;
	left: 0;
	right: 0;
	padding: 10px 15px;
	box-sizing: border-box;
}
.mob-filter-nav-fixed.fixed .f-nav-wrapper > div {
	width: 720px;
	margin: 0 auto;
}


.mob-filter-nav a {
	background: #50b848;
	width: 49%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 5px 0;
	line-height: 20px;
}
.mob-filter-nav a + a {
	float: right;
}
.mob-filter-nav a.active {
	background: #358a45;
}
.mob-filter-nav a .f-close,
.mob-filter-nav a.active .f-open {display: none;}
.mob-filter-nav a.active .f-close {display: inline;}

.html-box .button,
.html-box .hide {display: none;}
.html-box.active .button {
	display: block;
}
.html-box.active > .hidden-box {
	max-height: 400px;
	overflow: hidden;
	position: relative;
	transition: all .5s ease-in-out;
}
.html-box.active > .hidden-box:after {
	background: linear-gradient(rgba(0,0,0,0), rgb(255 255 255));
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100px;
}
.html-box.active.show > .hidden-box {
	max-height: 10000px;
}
.html-box.active.show > .hidden-box:after {
	display: none;
}


.container .html-box {
	width: auto !important;
}
.hide-container {display: none;}

@media (min-width: 992px) and (max-width: 1240px) {

	.col-left, .col-right {
		width: 20%;
	}

	.header .search,
	.header .work-day,
	.header .cart-box {
		margin-left: 10px;
	}
	.header .search {width: 230px;}
	.header .search input {width: 150px;}
	.header .search button {width: 80px;}
	.header .info {
		width: 160px;
	}
	.main-menu, .menu-fixed {
		height: 40px;
		padding: 0;
		display: flex;
		align-items: center;
		width: 100%;
	}
	.main-menu ul.level-1 > li > a {
		padding: 0 7px;
		font-size: 14px;
	}
	.main-menu ul.level-1 > li > a.catalog {
		padding: 5px 20px;
	}
	.main-menu ul.level-1 > li > a span {width: 26px;}

	.main-menu ul.level-1 > li.open-catalog {
		margin-right: 10px;
	}
	.mobile-menu ul.level-1 > li > a span[class*="icon"],
	.main-menu ul.level-1 > li > a span[class*="icon"] {
		margin-right: 5px;
	}

	.main-menu ul.level-1 {
		justify-content: space-between;
	}

	.main-slider .slideshow {width: 700px;}
	.main-slider .special {width: 240px;}

	.main-slider .special .product {height: 382px;}
	.main-slider .special .product .image {
		width: 200px;
		height: 200px;
	}

	.products-box .product{height: 430px;}
	.product .image {
		width: 220px;
		height: 220px;
	}
	.product .button {width: 90px;}
	.product .name, .product .action {margin-top: 25px;}

	.popular-post .item span {font-size: 18px;padding: 15px;}
	.popular-post .item:first-child {height: 380px;}
	.popular-post .item:first-child ~ .item {height: 180px;}

	.info-tabs .title {font-size: 20px;}
	.info-tabs .sub-title {font-size: 12px;}

	.product-page .name-col h1 {font-size: 20px;}
	.product-page .name-col h1 a {text-decoration: none;}
	/*.product-page .images .image-additional {display: none;}
	.product-page .images, .product-page .images.one-img, .product-page .images .image {width: 300px;}*/
	.product-page .detail {/*width: 350px;*/}
	.product-page .price .old {font-size: 16px;}
	.product-page .price .actual {font-size: 26px;}
	.product-page .compare {font-size: 12px;}
	.product-page .info {width: 330px;}
	.product-page .info .text {font-size: 12px;}
	.product-page .review .button {width: 100%;}

	.contact-page .address {font-size: 16px;}

	.product-page .detail .detail-content {padding: 30px 20px 20px;}
	.product-information-links {flex-direction: column;}
	.product-information-links .link-item + .link-item {margin-top: 15px;}
	.product-page .product-credit .buttons {flex: 1;margin-top: 10px;	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.col-content {width: 100%;float: none;}

	.mob-filter-nav-fixed {display: block;}


	.hide-mob {display: none;}

	.product-category .col-left {
		position: absolute;
		left: 0;
		overflow-y: hidden;
		z-index: 10;
		width: 100%;
		box-sizing: border-box;
		background: #fafafa;
		box-shadow: 5px 5px 20px 0px rgba(0,0,0,.1);
		transition: all .2s ease-in-out;
		height: 0;
	}
	.product-category .col-left > div {
		width: 720px;
		margin-left: auto;
		margin-right: auto;
	}
	.col-left.active {
		height: auto;
		padding: 0 0 20px;
	}



	.mobile-menu {display: block;}
	.header .cart-box,
	.compare-box,
	.header .user-box,
	.main-menu {display: none;}
	.menu-fixed {height: 40px;}
	.menu-fixed {height: 40px;}

	.header .container > div {float: none;}
	.header .logo {margin: 0 auto;}
	.header .search {margin: 15px auto;width: auto;}
	.header .search input {width: calc(100% - 150px);}
	.header .search button {width: 150px;}

	.header .work-day {
		float: right !important;
		width: 50%;
		text-align: center;
	}
	.header .info {
		float: right;
		width: 50%;
		margin: 0;
	}

	.header .languages { display: none; }
	.mm-menu .languages {display: flex; padding-left: 20px; align-items: center;	}
	.mm-menu li.other .languages > a {padding-left: 0; padding-right: 0; position: relative; }
	.mm-menu li.other .languages > a.active { color: #50b848; }
	.mm-menu li.other .languages > a + a { margin-left: 10px; }
	.mm-menu li.other .languages > a + a:before {content: "/";position: absolute; left: -7px; }


	.main-slider .slideshow, .main-slider .special {width: 100%;float: none;}
	.slideshow .item,.main-slider .special .product {height: 380px;}
	.main-slider .special {margin-top: 20px;}
	.main-slider .special .product .image, .product .image {width: 200px;height: 200px;}

	.common-home .product:nth-child(6) ~ .product {display: none;}
	.common-home .one-line .product:nth-child(3) ~ .product {display: none;}
	.products-box .product {height: 407px;}
	.products-box .product:hover {overflow: hidden;}
	.product .name, .product .action {margin-top: 25px;}
	.item4 .product {
		width: 33.3333%;
		border-left: 1px solid #eee;
	}
	.item4 .product:nth-child(3n+1) {
		border-left: none;
	}
	.product .button {width: 80px;}

	.popular-post .item span {font-size: 18px;padding: 15px;}
	.popular-post .item:first-child {height: 380px;}
	.popular-post .item:first-child ~ .item {height: 180px;}

	.info-tabs .title {font-size: 20px;}
	.info-tabs .sub-title {font-size: 12px;}


	.product-page .name-col h1 {font-size: 20px;}

	.product-page .images {float: none;margin: 0 auto 20px;}
	.product-page .images, .product-page .images.one-img, .product-page .images .image {width: 100%;}
	.product-page .detail {/*width: 370px;*/margin: 0;}
	.product-page .price .old {font-size: 16px;}
	.product-page .price .actual {font-size: 26px;}
	.product-page .compare {font-size: 12px;}
	/*.product-page .info {width: 220px;margin-left: 30px;}*/
	.product-page .info .text {font-size: 12px;}
	.product-page .review .button {width: 100%;}

	.addcart-simplecheckout .pname {width: 300px;}

	.col-right {display: none;}

	.footer .hotline {margin: 0 auto;float: none;}

	.footer ul {width: 100%;margin-bottom: 20px;text-align: center;}
	.footer ul.location,
	.footer ul.location + ul,
	.footer ul:nth-child(1),
	.footer ul:nth-child(2) {width: 50%;}
	.footer .right {width: 100%;text-align: center;}
	li.social {display: none;}
	.social-mob {display: block;width: 100%;text-align: center;margin-bottom: 15px;}

	.map-block {height: 300px;}
	.contact-page .info {padding: 5px 10px 10px;}
	.contact-page .metro {font-size: 20px;}
	.contact-page .address {font-size: 16px;}

	.addcart-popup {width: 640px;}
	.addcart-popup .image {width: 100px;}
	.addcart-popup .name {width: 350px;margin-left: 40px;}
	.addcart-popup .price {width: 130px;}

	.paket-tabs li {width: 100%;border: none;}
	.paket-tabs li.active {background: #50b848; color: #fafafa; }
}


@media (min-width: 320px) and (max-width: 767px) {
	.col-content {width: 100%;float: none;}
	.col-right {display: none;}

	.header .languages { display: none; }
	.mm-menu .languages {display: flex; padding-left: 20px; align-items: center;	}
	.mm-menu li.other .languages > a {padding-left: 0; padding-right: 0; position: relative; }
	.mm-menu li.other .languages > a.active { color: #50b848; }
	.mm-menu li.other .languages > a + a { margin-left: 10px; }
	.mm-menu li.other .languages > span { margin: 0 5px; width: 1px; height: 10px; background: #3b3b3b; }
	.mm-menu li.other .languages > a + a:before {content: "/";position: absolute; left: -7px; }

	.mob-filter-nav-fixed {display: block;}
	.hide-mob {display: none;}
	.product-category .col-left {
		position: absolute;
		left: 0;
		overflow-y: hidden;
		z-index: 10;
		width: 100%;
		box-sizing: border-box;
		background: #fafafa;
		box-shadow: 5px 5px 20px 0px rgba(0,0,0,.1);
		transition: all .2s ease-in-out;
		height: 0;
		padding: 0;
	}
	.product-category .col-left > div {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		background: #fff;
		padding: 15px;
		box-sizing: border-box;
	}
	.col-left.active {
		height: auto;
		padding: 0 0 20px;
	}

	.filters > div, .filters .limit{float: none;}
	.filters .limit {margin-top: 10px;}

	.mobile-menu {display: block;}
	.header .cart-box,
	.header .compare-box,
	.header-icons,
	.main-menu {display: none;}
	.menu-fixed {height: 40px;}

	.mob-filter-nav-fixed.fixed .f-nav-wrapper > div {width: auto;}

	.header .container > div {float: none;}
	.header .logo {margin: 0 auto;}
	.header .search {margin: 15px auto;width: auto;}
	.header .search input {width: calc(100% - 100px);}
	.header .search button {width: 100px;}
	.header .work-day {
		float: right !important;
		width: 50%;
		text-align: center;
	}
	.header .info {
		float: right;
		width: 50%;
		margin: 0;
	}

	.main-slider .slideshow, .main-slider .special {width: 100%;float: none;}
	.main-slider .special .product {height: 380px;}
	.main-slider .special {margin-top: 20px;}
	.main-slider .special .product .image, .product .image {width: 200px;height: 200px;}

	.product {width: 100% !important;border: none !important;}
	.products-box .product {height: 375px;}
	.product .name a { height: auto; }
	.products-box .product:hover {overflow: hidden;}
	.product .name, .product .action {margin-top: 25px;}

	.popular-post .item {width: 100% !important;float: none !important;margin: 0 !important;height: 180px !important;}
	.popular-post .item + .item {margin-top: 20px !important;}
	.popular-post .item span {font-size: 18px;padding: 15px;}

	.product-page .name-col h1 {font-size: 20px;}
	.product-page .rating-col .rating {text-align: left;}

	.product-page .images .image-additional {display: none;}
	.product-page .images .image {float: none;width: auto;max-width: 100%;margin: 0 auto;}
	.product-page .images, .product-page .clear > .review {width: 100%;float: none;margin-left: 0;}

	.product-page .clear > .info,
	.product-page .clear > .review,
	.product-page .clear > .detail {margin-top: 40px;float: none;}
	.product-page .detail,
	.product-page .info {width: 100%;margin-left: 0;}

	.product-tabs .attributes {width: 100%;}
	.product-tabs .attributes + .attributes {margin-top: 15px;margin-left: 0;}
	.footer .hotline {margin: 0 auto;float: none;}
	.footer ul {width: 100%;margin-bottom: 20px;text-align: center;}
	.footer ul.location,
	.footer ul.location + ul,
	.footer ul:nth-child(1),
	.footer ul:nth-child(2) {width: 50%;}
	.footer .right {width: 100%;text-align: center;}
	li.social {display: none;}
	.social-mob {display: block;width: 100%;text-align: center;margin-bottom: 15px;}

	.info-tabs > ul > li {
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		padding: 10px 15px !important;
	}

	.product-page .description iframe {height: auto;}

	.map-block {height: 300px;}
	.contact-page .item {width: 100%;float: none;}
	.contact-page .item + .item {margin-left: 0;margin-top: 20px;}
	.contact-page .info {padding: 5px 10px 10px;}
	.contact-page .metro {font-size: 20px;}
	.contact-page .address {font-size: 16px;}

	.addcart-popup {width: 90%;padding: 10px;}
	.addcart-popup .title {font-size: 20px;}
	.addcart-popup .total {margin-top: 0;}
	.addcart-popup .item {margin-top: 10px;padding-top: 10px;}
	.addcart-popup .image {width: 50px;}
	.addcart-popup .name {width: 240px;margin-left: 10px;}
	.addcart-popup .price {width: 130px;}
	.addcart-popup .buttons .left,
	.addcart-popup .buttons .right,
	.addcart-popup .buttons a {width: 100%; box-sizing: border-box;}
	.addcart-popup .buttons .right {margin-top: 10px;}

	.paket-tabs li {width: 100%;border: none;}
	.paket-tabs li.active {background: #50b848; color: #fafafa; }
	.paket-tabs > div .item {width: 100%;}
	.product-page .credit ul {left: 0;right: 0;margin: 0 auto;}

	.information-contact .contacts,
	.information-contact form,
	.information-contact .map-container {width: 100%;float: none;}
	.information-contact form {margin-top: 20px;}


	.ps-popup .mfp-content > div {width: 100%;}


	.accountpage .col50 {width: 100%;}


	.specials-tabs > ul {border-bottom: none; margin-bottom: 20px;	}
	.specials-tabs > ul li {width: auto;display: block;}
	.specials-tabs > ul li + li {margin-top: 10px;}
	.specials-tabs > ul a {font-size: 14px;}
}


.mm-fix {
		overflow: hidden;
	}

	.mm-menu {
		background: #fff;
		box-shadow: 0px 0px 30px 0px rgba(8, 48, 55, 0.51);
		display: block;
		position: fixed;
		top: 0;
		left: -85%;
		bottom: 0;
		width: 80%;
		max-width: 380px;
		z-index: 102;
		overflow: hidden;
	}
	.mm-menu.active {
		left: 0;
	}
	.mm-menu.active + .mm-close {
		background: rgba(0,0,0,.2);
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: 101;
	}
	.mm-menu .title {
		position: relative;
		height: 40px;
		line-height: 40px;
		color: #fff;
		text-align: center;
		font-weight: 200;
	}
	.mm-menu .title.active {
		z-index: 1;
	}
	.mm-menu .title .close {
		position: absolute;
		width: 40px;
		line-height: 40px;
		bottom: 0;
		top: 0;
		right: 0;
		font-size: 30px;
		text-align: center;
	}
	.mm-menu .title.active .close {color: #fff;}
	.mm-menu .title.active .text {
		background: #000;
	}
	.mm-menu .title:after {
		content: "\f104";
		font: normal normal normal 24px/1 FontAwesome;
		display: block;
		position: absolute;
		line-height: 40px;
		color: #fff;
		left: 15px;
		top: 0;
	}
	.mm-menu li.line {
		border-top: 1px solid #eee;
		margin: 10px 15px;
	}
	.mm-menu li.other a,
	.mm-menu li.phone a {
		text-transform: none;
		padding: 5px 20px;
	}
	.mm-menu li.phone a {
		font-weight: 700;
		display: inline-block;

	}
	.mm-menu li.phone img {
		height: 30px;
	}
	.mm-menu li.phone a + a {
		padding: 0;
		vertical-align: middle;
	}
	.mm-menu li.phone a + a + a {
		margin-left: 10px;
	}
	.mm-menu li.has-sub {
		position: relative;
	}
	.mm-menu li.has-sub:after {
		content: "\f105";
		font: normal normal normal 24px/1 FontAwesome;
		display: block;
		position: absolute;
		line-height: 40px;
		color: inherit;
		right: 15px;
		top: 0;
	}

	.mm-menu li.account {
		padding: 10px 20px;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		background: #eee;
		margin: 10px 0;
	}
	.mm-menu li.account a {
		padding: 5px 10px;
		display: inline-block;
		text-transform: none;
	}
	.mm-menu li.account:before {
		content: "\f007";
		display: inline-block;
		font: normal normal normal 16px/1 FontAwesome;
		margin-right: 10px;
	}
	.mm-menu li.account a + a {
		margin-left: 20px;
		border: 1px solid #ddd;
		border-radius: 3px;
		background: #fafafa;
	}

	.mm-menu .mm-panel {
		background: #fff;
		position: absolute;
		top: 90px;
		left: 100%;
		width: 100%;
		bottom: 0;
		overflow: scroll;
		margin: 0;
		padding: 0;
		list-style: none;
		transition: all .2s ease-in-out;
	}
	#mm-start {
		top: 60px;
	}
	.mm-menu .mm-panel.mm-show {
		left: 0;
	}
	.mm-menu ul a {
		padding: 10px 20px;
		line-height: 20px;
		color: #222;
		text-decoration: none;
		text-transform: uppercase;
		display: block;
	}
	.mm-menu ul a span {
		display: block;
		border-bottom: 1px solid #000;
		padding-bottom: 5px;
	}


@media (min-width: 320px) and (max-width: 991px) {

	.product-wrapper { flex-direction: column;}
	.product-page .images { border-right: none;}
	.product-page .images-wrapper { flex-direction: column-reverse;}
	.product-page .images .image-additional {flex-direction: row; padding-top: 2px; flex-wrap: wrap; width: 100%;	border-top: 1px solid #F2F2F2; border-right: none;}
	.product-page .images .image-additional > div {margin-top: 10px; }
	.product-page .images .image-additional > div + div { margin-left: 10px;}
	.product-page .images .image img {width: auto;margin: 0 auto;}
	.product-page .detail { border-top: 1px solid #F2F2F2;}
	.product-information-links .free-delivery {flex: 2;}
	.product-information-links .chipper {flex: 1;margin-left: 15px;}
	.product-tabs > ul a {padding: 12px;}
	.header-icons-mobile .shopping-cart .count { right: -4px; }
	/*    mm_menu    */



	.hide-container {display: block;position: relative;margin-top: 10px;height: 24px;}
	.hide-container:after {
		font: normal normal normal 24px/1 FontAwesome;
		text-align: center;
		left: 0;
		right: 0;
		top: 0;
		display: block;
		content: "\f106";
		line-height: 24px;
		position: absolute;
	}
}

@media (max-width: 575px) {
	.product-page .detail .detail-content {padding: 30px 20px 20px;}
	.product-information-links {flex-direction: column;}
	.product-information-links .link-item + .link-item {margin-top: 15px;}
	.product-page .product-credit .buttons {flex: 1;}
	.product-information-links .chipper { margin-left: 0; }
	.product-page .product-actions .product-buy { flex-direction: column; }
	.product-page .product-actions .buy-buttons { margin-top: 10px; width: 100%; }
	#button-cart, #button-oneclick { flex: 1; }
	.product-page .product-advantages {flex-direction: column;}
	.product-page .product-advantages .item {border-right: none;border-bottom: 1px solid #F2F2F2;padding: 15px;}
	.product-page .product-advantages .item:last-child {border-bottom: none;}
}
@media (max-width: 459px) {
	.for-credit {text-align: left; }
	.product-page .product-credit .buttons { margin-top: 10px; }
}

.puls {
	text-align: center !important;
	color: #fff;
	margin: 20px auto 0 auto;
	display: block
}
.puls:after {
	display: inline-block;
	content: ' ';
	margin-bottom: -7px;
	margin-left: 10px;
	background: url(https://storeinua.com/image/puls2.png) center bottom no-repeat;
	opacity: 1;
	width: 68px;
	height: 28px;
	background-size: cover;
}
.puls:hover {
	color: #4FBEC7 !important;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.puls:hover:after {
	background: url(https://storeinua.com/image/puls2-hover.png) center bottom no-repeat;
	background-size: cover;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

/*New styles*/
@media (min-width: 992px) {
	.header {
			padding: 10px 0;
	}
	.header .container {
		display: flex;
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			align-items: center;
				-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
		justify-content: space-between;
	}
	.header .logo {
			width: 200px;
	}
	.header .search {
			width: 360px;
			display: flex;
				display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
	}
}
@media (max-width: 1240px) and (min-width: 992px) {
	.header .search {
			width: 230px;
	}
	.header .compare-box {
			margin-left: 10px;
	}
}

@media (max-width: 1240px) and (min-width: 992px) {
	.footer ul {
			width: 25%;
	}
}
@media (max-width: 575px) {
	.addcart-simplecheckout .item {
		text-align: center;
	}
	.addcart-simplecheckout .image {
			width: 100%;
			display: inline-block;
			max-width: 300px;
			margin: 0 auto;
	}
	.addcart-simplecheckout .pname {
		width: 100%;
		margin: 20px auto;
	}
	.addcart-simplecheckout .price {
			width: 300px;
			text-align: right;
			float: none;
			margin: 0px auto 20px;
	}
	.product-category h1 {
		font-size: 26px;
	}
}
@media (max-width: 419px) {
		.row-customer_register .col-sm-8 > div {
			display: flex;
			justify-content: space-between;
		}
		.row-customer_register .radio {
			flex-basis: calc(50% - 10px);
			margin: 0;
		}
		.row-customer_register .col-sm-8 > div .radio label {
			text-align: center;
		}
		.customer-register input:checked + label {
			background: #50b848;
			padding: 5px 10px;
		}

		.row-customer_register .col-sm-8 > div .radio:first-child label {
			width: 85%;
		}
		.row-customer_register .col-sm-8 > div .radio:last-child label {
			width: 90%;
		}

		.product-category h1 {
			font-size: 20px;
		}

}

#button-confirm {
	width: calc(100% - 20px);
	padding: 0 10px;
}

#simplecheckout_payment_form #liqpay_btn { display:none; }


.open-credits {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.open-credits > div {
	flex: 1;
}
.open-credits .waranty-wrap {
	margin-left: 15px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1em;
	color: #333;
}
.open-credits .waranty-wrap img {
	width: 35px;
	margin-right: 10px;
}
.open-credits .waranty-wrap .title b.color {
	font-size: 1.25em;
	color: #50b848;
}
.open-credit {
	border: 2px solid #e9e9e9;
	border-radius: 6px;
	padding: 10px;
	margin-top: 1rem;
	cursor: pointer;
	transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
}
.open-credit:hover {
	border-color: #50B848;
	background-color: #f1f2f3;
}
.open-credit .banks-logo {
	display: flex;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e9e9e9;
}
.open-credit .banks-logo span {
	margin-right: 10px;
}
.open-credit .banks-logo img {
	width: 32px;
}

@media (max-width: 600px) {
	.open-credits { flex-direction: column; }
	.open-credits .waranty-wrap { margin-left: 0; }
}




.popup-credit {
	background: #fff;
	border-radius: .5rem;
	padding: 20px 15px;
	text-align: center;
}
.popup-credit .title {
	font-size: 20px;
	font-weight: 800;
	line-height: 24px;
}
.popup-credit .title ~ div {
	margin-top: 20px;
}

.popup-credit * {
	box-sizing: border-box;
}





.mfp-credit .mfp-content {
	width: 80%;
	max-width: 460px;
	padding: 0;
}
.credit-product {
	display: flex;
	justify-content: space-between;
	gap: 16px;
}
.credit-product .image > div {
	width: 100px;
	border-radius: 5px;
	padding: 5px;
	border: 1px solid #e9e9e9;
}
.credit-product img {
	width: 100%;
}
.credit-product .info {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 8px;
}
.credit-product .description {
	text-align: left;
}
.credit-product .total,
.credit-product .bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.credit-product .name {
	max-width: none;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
}
.credit-product .model {
	font-size: 80%;
}
.credit-product .price-box {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.credit-product .price {
	color: #50B848;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}
.credit-product .old-price {
	text-decoration: line-through;
}
.credit-product .quantity-box {
	display: flex;
	justify-content: space-between;
	width: 100px;
	border: 1px solid #e9e9e9;
	overflow: hidden;
	border-radius: 6px;
	background: #fff;
	margin-right: 20px;
}
.credit-product .quantity-box span {
	width: 100%;
	line-height: 32px;
	font-size: 20px;
	cursor: pointer;
	user-select: none;
}
.credit-product .quantity-box span:hover {
	background: #e9e9e9;
}
.credit-product .quantity-box input {
	background: none;
	border: none;
	width: 30px;
	text-align: center;
	height: 32px;
}

.popup-credit .prev-banks,
.popup-credit .text-result {
	text-align: left;
	margin-top: 2rem;
}
.popup-credit .prev-banks.success {
	margin-top: 4rem;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #50B848;
}
.popup-credit .text-result > div + div {
	margin-top: 2rem;
}
.popup-credit .result-head {
	color: #bababa;
	font-size: 13px;
}
.popup-credit .result-body {
	margin-top: .5rem;
	font-size: 18px;
}

#result-buttons,
#result-form {
	display: none;
}

#result-buttons.active,
#result-form.active {
	display: block;
}
#result-form {
	margin-top: 1rem;
}
#result-form input, #result-form textarea {
	margin-bottom: 1rem;
}
#result-form textarea {
	height: 70px;
}
#result-form input.error {
	border-color: red !important;
}


.popup-credit .price {
	color: #50B848;
	font-weight: 600;
}
.popup-credit .price b {
	font-weight: 600;
	font-size: 120%;
}

.popup-credit .buttons a {
	display: block;
	background: #50B848;
	color: #fff;
	line-height: 44px;
}
.popup-credit .buttons a:hover {
	opacity: 0.9;
}



.bank-item {
	margin-top: 1em;
}
.bank-item input[type=radio] {
	display: none;
}
.bank-item label {
	display: block;
}

.bank-item label .name:before,
.bank-item label .name:after {
	content: '';
	display: block;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.bank-item label .name:before {
	left: 0;
	background-color: #f1f2f3;
	border: 1px solid #d5d5d5;
	width: 24px;
	height: 24px;
}
.bank-item input:checked + label .name:before {
	border: none;
	background: #50B848;
}
.bank-item input:checked + label .name:after {
	background: #fff;
	width: 6px;
	height: 6px;
	left: 9px;
}

.bank-item .name img {
	width: 40px;
	min-width: 40px;
	border-radius: 10px;
	overflow: hidden;
}
.bank-item .name {
	display: flex;
	align-items: center;
	text-align: left;
	font-weight: bold;
	position: relative;
	padding-left: 3rem;
	cursor: pointer;
}
.bank-item .name span {
	margin-left: 2rem;
}
.bank-item .detail {
	padding: 12px;
	text-align: left;
}
.bank-item .line-month {
	display: flex;
	align-items: center;
}
.bank-item select {
	background: #fff;
	padding-left: 15px;
	border: 1px solid rgba(25, 25, 25, 0.15);
	border-radius: 6px;
	color: #404040;
	display: block;
	height: 44px;
	outline: none;
	font-size: 14px;
	font-weight: 500;
}
.bank-item .line-month .info {
	margin-left: 1em;
	font-size: 14px;
	font-weight: 600;
}
.bank-item .detail-credit {
	margin-top: 1em;
}
.bank-item .detail-credit a {
	color: #50B848;
}
.bank-item .detail-credit a:hover {
	color: var(--main-orange);
}
.bank-item .description {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #dcdcdc;
}

.bank-item .detail {
	display: none;
}
.bank-item input:checked + label .detail {
	display: block;
	padding: 1em;
	text-align: left;
	background-color: #f9f9f9;
	border: 2px solid #50B848;
	border-radius: 6px;
	margin-top: 0.5em;
}

.banks .text-loading {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(255,255,255, .8);
}
.banks.loading .text-loading {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 991px) {
	.mfp-bottom .mfp-content {
		vertical-align: bottom;
	}
}


.detail-content .form-group .control-label {
	font-weight: bold;
	display: block;
	margin-bottom: 0.5em;
}

/* custom radiobox */
/* для элемента input c type="checkbox" */
.custom-radiobox>input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

/* для элемента label, связанного с .custom-radiobox */
.custom-radiobox>span {
	display: inline-flex;
	align-items: center;
	user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-radiobox>span::before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #adb5bd;
	border-radius: 100%;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */
.custom-radiobox>input:not(:disabled):not(:checked)+span:hover::before {
	border-color: #b3d7ff;
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-radiobox>input:not(:disabled):active+span::before {
	background-color: #50B848;
	border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-radiobox>input:focus+span::before {
	box-shadow: 0 0 0 0.1rem rgba(80, 184, 72, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-radiobox>input:focus:not(:checked)+span::before {
	border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-radiobox>input:checked+span::before {
	border-color: #50B848;
	background-color: #50B848;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-radiobox>input:disabled+span::before {
	background-color: #e9ecef;
}

/* custom radiobox */
/* для элемента input c type="checkbox" */
.custom-checkbox>input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox>span {
	display: inline-flex;
	align-items: center;
	user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox>span::before {
	content: '';
	display: inline-block;
	width: 1em;
	height: 1em;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #adb5bd;
	border-radius: 2px;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox>input:not(:disabled):not(:checked)+span:hover::before {
	border-color: #b3d7ff;
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox>input:not(:disabled):active+span::before {
	background-color: #50B848;
	border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox>input:focus+span::before {
	box-shadow: 0 0 0 0.1rem rgba(80, 184, 72, 0.25);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox>input:focus:not(:checked)+span::before {
	border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox>input:checked+span::before {
	border-color: #50B848;
	background-color: #50B848;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox>input:disabled+span::before {
	background-color: #e9ecef;
}

.mfp-content.iframe-popup {
	max-width: 1000px;
	min-height: 75vh;
}

.mfp-credit .mfp-iframe-holder .mfp-content {
	max-width: 90%;
}

@media (max-width: 575px) {
	.mfp-credit .mfp-iframe-holder .mfp-content {
		max-width: 100%;
		min-height: 100%;
	}
}

.price-group {
	display: flex;
	align-items: center;
	gap: 10px;
}
.quantity-group {
	display: flex;
	align-items: center;
}
.quantity-group button {
	border: 1px solid transparent;
	box-sizing: border-box;
	line-height: 30px;
	width: 30px;
	cursor: pointer;
	background: #50b848;
	color: #fff;
	cursor: pointer;
}
.quantity-group button:first-child {
	border-radius: 3px 0 0 3px;
}
.quantity-group input + button {
	border-radius: 0 3px 3px 0;
}
.quantity-group .number {
	margin-left: 5px;
	min-width: 70px;
}
.quantity-group input {
	width: 30px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 0;
	line-height: 30px;
	text-align: center;
}
.btn-remove-cart {
	background: none;
	border-color: transparent;
	line-height: 30px;
	width: 30px;
	cursor: pointer;
}
.addcart-popup .cart-totals {
	border-top: 1px solid  #d0d0d0;
	padding-top: 10px;
	margin-top: 20px;
	text-align: right;
}
.addcart-popup .cart-totals .popup-cart-total-value {
	min-width: 80px;
	font-size: 18px;
	font-weight: 600;
}
@media (max-width: 574px) {
	.addcart-popup .item {
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
	}
	.price-group {
		flex: 1 1 100%;
		justify-content: center;
	}
	/*.btn-remove-cart {
		position: absolute;
		z-index: 1;
		right: 0;
		top: 0;
	}*/
	.addcart-popup .name {
		width: calc(100% - 100px);
		margin-left: 0;
	}
}

@media (max-width: 991.98px) {
	.product-product .online-chat-root-Verbox #supportTrigger {
		bottom: 90px !important;
	}
}

.checkout-information {
	background: var(--main-green);
	padding: 12px;
	color: #fff;
}

.checkout-information a {
	font-weight: 700;
	color: #fff;
}

.checkout-information a:hover {
	color: #fff;
}
