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

@font-face {
	font-family: "FiraSansExtraCondensed";
	font-weight: normal;
	font-style: normal;
	src: url("FiraSansExtraCondensed-Medium.woff") format("woff"),
	url("FiraSansExtraCondensed-Medium.ttf") format("truetype");
}

.stamp_picture {
	left: 100px;
}

#order img {
	height: auto;
	max-width: 100%;
}
#order table {
	max-width: 100%;
}
#description table {
	max-width: 100%;
}
#description img {
	height: auto;
	max-width: 100%;
}
iframe {max-width: 100%;}
.product_preview-form {
	top: 55px;
}
.product_preview-title {
	top: 5px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.desktop .product_preview-form_container {
	height: initial;
}
.product_preview-form_container {
	margin-bottom: 100px;
}
#cookie {
	font-size: 12px;
	border-top: 1px ridge green;
	padding-top: 10px;
	margin-bottom: 10px;
	margin-top: -30px;
	max-width: 100%;
	display: block;
	clear: both;
}
#copy {
	color: red;
	font-size: 12px;
}
#mixer1 img{
	border: 2px ridge green;}
h1.content-title {
	text-align: center;
	text-shadow: 1px 1px 1px black;
	color: green;
}
.menu {
	text-align: left !important;
}
.menu-link {
	font-size: 100%;
	font-weight:bold;
	text-transform: none !important;
}
.menu-link {
	font-weight: normal;
}
.product_preview-prices--sale {
	background-color: #619900;
}

/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .popup b, .popup strong, .h4, .h5, .h6 {
  text-transform: none !important;
}*/

.menu-node--main_lvl_2 > .menu-link {
	text-align: left;
	padding: 0.75rem 1rem;
}
a.geo-menu-link {
	position: relative;
	top: 2px;
}
.uptl_container {
	display: none !important;
}
.header .editor.mb-0 {
	margin-bottom: 0;
}
.header .contacts,
.cart_widget--header {
	padding-right: 1rem;
	display: inline-block;
}
.header .contacts p span span {
	white-space: nowrap;
}
.wrap {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.section--top_panel .wrap {
	padding: 0.5rem 1rem;
}
.menu--collection .menu-toggler,
.menu--mobile .menu-marker--parent,
.filter_section-toggler {
	visibility: hidden;
}
.top_menu {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	padding-right: 140px;
}
.referer-code {
	position: relative !important;
	right: 0;
	top: 2px;
}
.menu-node:hover > .menu--dropdown {
	display: block;
}

.collection-description--top.cut {
	height: 155px;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	padding-bottom: 50px;
	-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;-webkit-transition: all .5s ease;-o-transition: all .5s ease;-moz-transition: all .5s ease;transition: all .5s ease;
}
.collection-description--top.cut .more {
	cursor: pointer;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px 10px 10px;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 34%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(34%, rgba(255,255,255,0.9)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 34%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 34%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(34%, rgba(255,255,255,0.9)), color-stop(50%, rgba(255,255,255,1)), to(rgba(255,255,255,1)));
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 34%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );

}
.collection-description--top.cut .more:hover {
	color: #346900;
}
.collection-description--top.show {
	height: auto;
}
.filter_section-value_link {
	position: relative;
}
/*.filter_section-value_link:after {
    content: '';
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    cursor: pointer;
  position: absolute;
  left: 0;
  top: 5px;
}*/
.filter_section-value--current .filter_section-value_link:after,
.filter_section-value_link--active:after {
	background: #346900;
}
/*.filter_section-value_styled {
  visibility: hidden;
}*/
.product_preview-tip {
	padding: 5px 10px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
}
.product_preview-tip.product_preview-tip--lider-prodazh {
	background: #FF851B;
}
.product_preview-tip.product_preview-tip--new {
	background: #FF4136;
}
.product_preview-tip.product_preview-tip--dlya-biznesa {
	background: #0074D9;
}

@media (max-width: 800px) {

	.product_preview-form_container {
		margin-bottom: 160px;
	}
}

@media (max-width: 800px) {
	.section--content {
		padding-top: 100px;
	}
	header.mobile-fixed {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 11;
		-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.4);
		box-shadow: 0 2px 5px rgba(0,0,0,0.4);
	}
	.section--top_panel .logo-holder.flex {
		width: 100%;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.section--top_panel .logo-holder a.logo {
		width: 200px;
	}
	.section--top_panel .flex {
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		flex-flow: row wrap;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		padding: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.section--top_panel .flex .col {
		width: 50%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.cart_widget-total {
		display: none;
	}
	.section--top_panel .flex .top_menu_holder {
		-webkit-justify-content: flex-start;
		-webkit-box-pack: start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		width: 45%;
	}
	.section--top_panel .flex .top_menu_holder .logo {
		width: -webkit-calc(100% - 50px);
		width: -moz-calc(100% - 50px);
		width: calc(100% - 50px);
	}
	.section--top_panel .flex .header-info {
		-webkit-justify-content: flex-end;
		-webkit-box-pack: end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		width: 55%;
	}
	.top_menu_holder .top_menu {
		width: 34px;
		margin-right: 10px;
		padding-right: 0;
	}
	.cart_widget-items_count {
		padding: 2px 0;
	}
	.header-info .toggle-search-btn,
	.header-info a.phone,
	.header-info a.address{
		height: 25px;
		line-height: 26px;
		cursor: pointer;
		color: #346900;
		text-align: center;
		padding: 0 5px;
		margin: 0 3px;
		border-right: 1px solid #346900;
		border-left: 1px solid #346900;
	}
	.cart_widget {
		padding: 0 5px;
		border-right: 1px solid #346900;
		border-left: 1px solid #346900;
		margin-left: 5px;
	}
	.header-info a.phone span {
		display: none;
	}
	.search-holder {
		-webkit-transition: all 1s ease;
		-o-transition: all 1s ease;
		-moz-transition: all 1s ease;
		transition: all 1s ease;
		display: none !important;
	}
	.search-holder.open {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -moz-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.index .infoBlock,
	.panel--bottom {
		display: none;
	}
	.index {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		flex-flow: row wrap;
	}
	.index .mobile-flex-order1 {
		-webkit-box-ordinal-group: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
		padding-top: 0;
		padding-bottom: 10px;
		border-top: none;
		border-bottom: 1px solid #BFD9A9;
	}
	.index .mobile-flex-order2 {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}
	.index .content iframe {
		width: 100%;
		display: block;
		margin: 0 0 15px;
	}
}
@media (max-width: 767px) {
	.section--content {
		padding-top: 90px;
	}
}
@media (max-width: 480px) {
	.section--content {
		padding-top: 60px;
	}
}
@media (max-width: 360px) {
	.cart_widget-items_count {
		display: none;
	}
}

.brand-link {
	color: #346900;
	font-weight: bold;
	display: block !important;
}
.brand-link:hover {
	text-decoration: underline;
}



.fixed-menu {
	display: none;
	min-height: 70px;
	background-color: #BFD9A9;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.fixed-menu.show {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.fixed-menu .fixed-menu-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 100%;
	max-width: 1280px;
}

.fixed-menu .header .contacts, .cart_widget--header {
	padding: 0;
}

.fixed-menu .logo {
	margin-left: 20px;
}

.fixed-menu__main-wrap a {
	margin-right: 15px;
}

.fixed-menu__tel,
.fixed-menu a[href="/page/kontakty"] {
	font-size: 20px;
}

.fixed-menu a[href*="/page"] {
	font-variant: all-small-caps;
	font-size: 20px;
}

.fixed-menu a[href*="/page"]:hover {
	text-decoration: underline;
}

.fixed-menu__main-wrap .toggle-search-btn i.fa {
	font-size: 32px;
	color: #778769;
}

.fixed-menu .section--top_panel {
	font-size: 15px;
}

.fixed-menu .logo img {
	width: 220px;
	height: 50px;
}

.fixed-menu__main {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 100%;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.fixed-menu__main-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.fixed-menu__main .menu-link {
	width: 70px;
	height: 70px;
	background-color: #d8f5bf;
}

.fixed-menu__main .menu-link i.fa {
	font-size: 35px;
	color: #778769;
}

.fixed-menu .search-holder {
	display: none;
}

.fixed-menu .search-holder.open {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 0;
}

.fixed-menu .referer-code {
	position: inherit;
}

.fixed-menu .cart_widget--header .cart_widget-items_count {
	bottom: 32px;
	background-color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	padding: 3px 7px;
}

.fixed-menu .cart_widget-link {
	display: block;
	margin-left: 20px;
}

.fixed-menu .cart_widget-icon  .fa-shopping-basket:before {
	content: '';
}

.fixed-menu .cart_widget-icon {
	background: url(fixed-basket.png) center center no-repeat;
	display: block;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100%;
	background-size: 100%;
	height: 40px;
	width: 40px;
	float: left;
}

.fixed-menu .cart_widget-title {
	margin-left: 55px;
	display: block;
}

.fixed-menu .cart_widget--header .cart_widget-total {
	display: block;
	margin-left: 55px;
}

.fixed-menu .toggle-search-btn {
	margin-left: 15px;
}
.fixed-menu__main-wrap a {
	color: #1c1c1c;
}
.fixed-menu__main-wrap .fixed-menu__tel {
	color: #346E00;
}
.fixed-menu__main-wrap a:hover {
	color: #346E00;
}


@media (max-width: 800px) {

	.fixed-menu {
		display: none !important;
	}
}

@media (max-width: 1160px) {

	.fixed-menu a[href="/page/delivery"],
	.fixed-menu a[href="/page/garantii-vozvrat"] {
		display: none;
	}
}

@media (max-width: 920px) {

	.fixed-menu a[href="/page/kontakty"] {
		display: none;
	}

	.fixed-menu .toggle-search-btn {
		margin-left: 5px;
	}
	.fixed-menu__main-wrap a {
		margin: 0;
	}

	.fixed-menu .cart_widget-link {
		margin-left: 10px;
	}
}

.all-colors {
	margin: 2rem 0;
}

.co-input--radio label.not_available {
	display: none !important;
}
@media (max-width: 768px) {
	.product_preview-status {
		font-size: 12px;
	}
}
/*   New Styles for modal add to cart     */
.modal--product_added {
	width: 800px;
	max-height: 90%;
	position: fixed;
	left: 50% !important;
	top: 50% !important;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.modal--product_added .modal-content {
	width: 100%;
	margin: 0 0 30px;
}
.modal--product_added .modal-content .product-info {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
}
.modal--product_added .modal-content .product-info-image img {
	height: 100px;
	width: auto;
	display: block;
}
.modal--product_added .modal-content .product-info-title {
	padding: 20px;
	max-width: 50%;
}
.modal--product_added .modal-content .product-info-price {
	padding: 20px;
	text-align: right;
}
.modal--product_added .buttons-holder {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.product_preview-status {
	font-size: 14px;
}
.modal--product_added .product_preview-status {
	font-size: 12px;
	font-weight: normal;
}
.modal .slider--product .owl-carousel .owl-item img {
	width: 50% !important;
}
@media (max-width: 1023px) {
	.modal--product_added {
		width: 90%;
	}
}
@media (max-width: 768px) {
	.modal--product_added .modal-content .product-info-title,
	.modal--product_added .modal-content .product-info-price {
		width: 100%;
		max-width: 100%;
	}
	.modal--product_added .buttons-holder button,
	.modal--product_added .buttons-holder a {
		width: 90%;
		margin: 0 auto 10px;
	}
	.slider--product .slider-title {
		margin-bottom: 40px;
		font-size: 16px;
	}
	.owl-carousel .owl-nav .owl-prev,
	.owl-carousel .owl-nav .owl-next,
	.owl-carousel .owl-dot {
		margin-bottom: 0;
	}
}

/*   New Styles for new order block     */
.co-breadcrumbs {
	margin-bottom: 0.5rem;
}
.co-delivery_method-list .co-checkout-block .co-client-logged {
	display: inline;
}
.co-delivery_method-list .co-checkout-block {
	margin-bottom: 2rem;
}
.co-client .co-client-info {
	display: none;
}
.co-client .co-button {
	opacity: 0;
	position: absolute;
	left: -8888em;
}
.co-client a.link {
	display: inline;
	margin-left: 7px;
	opacity: 1;
	position: relative;
	left: 0;
	top: -1px;
}

.editor table td {
	border: 1px solid #555555;
}

.article-table {
	width: 100%;
}

.table-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-flow: row wrap;
	width: 100%;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}

.article-table .column {
	-webkit-flex-basis: 33%;
	-ms-flex-preferred-size: 33%;
	flex-basis: 33%;
}

.article-table .column {
	border: 1px solid #555555;
}

.article-table .column .table__title {
	border-bottom: 1px solid #555555;
	color: #538135;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 70px;
	text-align: center;
}

.article-table .column .table__row {
	padding: 30px 10px;
	min-height: 280px;
}

.article-table .column .table__row--align {
	text-align: center;
}

.article-table .column .table__row--border {
	border-bottom: 1px solid #555555;
}

@media ( max-width: 768px ) {

	.table-flex {
		font-size: 12px;
	}

	.article-table .column.column--hidden {
		-webkit-flex-basis: 10% !important;
		-ms-flex-preferred-size: 10% !important;
		flex-basis: 10% !important;
	}
}

@media ( max-width: 767px ) {

	.article-table .column.column--hidden {
		display: none;
	}

	.article-table .column {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.table__row--pseudo,
	.table__row--cour {
		position: relative;
		padding: 50px 10px 20px !important;
	}

	.table__row--cour::before,
	.table__row--pseudo::before {
		content: '';
		position: absolute;
		top: 10px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		display: block;
	}

	.table__row--cour::before {
		content: 'Курьером:';
	}

	.table__row--pseudo::before {
		content: 'Самовывоз:';
	}
}

/* Стили для новой страницы товара */

.hidden {
	display: none; }
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex; }
a,
a:hover {
	color: #346E00; }
.tabs {
	width: 100%; }
.tabs__caption {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-flow: row nowrap;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	background-color: #FFF9E0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	position: relative;
	margin-bottom: 30px;
	padding: 0;
	list-style: none;
	margin-top: 0; }
.tabs__caption::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #F8D01C;
	position: absolute;
	bottom: 0;
	left: 0; }
.tabs__caption li {
	line-height: 70px;
	padding: 0 15px;
	font-size: 24px;
	color: #326A00;
	cursor: pointer; }
.tabs__caption li.active {
	color: #000;
	background-color: #fff;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	border-top: 1px solid #F8D01C;
	border-left: 1px solid #F8D01C;
	border-right: 1px solid #F8D01C;
	z-index: 1; }

.tabs__content.active {
	display: block; }
.video-reviews__more,
.video-reviews__roll-up {
	position: relative;
	margin-top: 25px;
	display: inline-block;
	padding-right: 30px; }
.video-reviews__more::after,
.video-reviews__more::before,
.video-reviews__roll-up::after,
.video-reviews__roll-up::before {
	content: '';
	position: absolute;
	display: block;
	width: 6px;
	height: 1px;
	top: 50%;
	background-color: #346E00;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%); }
.video-reviews__more::before,
.video-reviews__roll-up::after {
	content: '';
	right: 16px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg); }
.video-reviews__more::after {
	content: '';
	right: 20px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg); }
.video-reviews__roll-up::before {
	content: '';
	right: 12px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg); }
.video-reviews__iframe p {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px; }
.video-reviews__iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; }
.gifts__block {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-flow: column nowrap; }
.gifts__block > p {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	min-height: 60px;
	padding: 20px 0 20px 60px;
	height: 100%;
	position: relative; }
.gifts__block > p span:first-child {
	padding: 5px 0; }
.gifts__block > p::before {
	content: '';
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	-webkit-background-size: 100% 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background: url(gifts.svg) center center no-repeat;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%); }
.quality-mark__block {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center; }
.quality-mark__block div {
	width: 160px;
	height: 160px; }
.quality-mark__block div img {
	width: 100%; }
.quality-mark__block div:not(:first-child) {
	margin-left: 30px; }
.product {
	max-width: 1280px;
	width: 100%; }
.product h4 {
	font-size: 24px;
	line-height: 29px;
	margin: 0 0 20px; }
.product-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-flow: column nowrap;
	width: 100%; }
.product-wrap span {
	line-height: 21px;
}
.goods__item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-flow: row nowrap;
	font-size: 18px;
	padding: 0 10px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	justify-content: flex-start; }
.goods__item-gallery {
	max-width: 620px;
	width: 100%; }
.goods__item-sale {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-flow: column nowrap;
	margin-left: 50px; }
.goods__item-sale-top {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-flow: row wrap;
	max-width: 400px;
	width: 100%;}
.goods__item-sale-article {
	font-size: 16px;
	color: #999999; }
.goods__item-sale-article span {
	font-weight: bold; }
.goods__item-title {
	font-size: 38px;
	line-height: 46px;
	max-width: 400px;
	width: 100%;
	margin: 15px 0 20px; }

.goods__item-characteristic {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-flow: column nowrap; }
.goods__item-characteristic > div,
.goods__item-characteristic-wrap > div:not(:last-child) {
	margin-bottom: 20px; }
.goods__item-characteristic-color {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-flow: row nowrap; }
.goods__item-price {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-flow: column nowrap; }
.goods__item-old-price {
	font-size: 18px;
	color: #F03930; }
.goods__item-old-price span {
	text-decoration: line-through; }
.goods__item-full-price {
	font-size: 34px;
	font-weight: bold; }
.goods__item-btn-wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-flow: row wrap; }
.goods__item .btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	font-weight: bold;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: none;
	cursor: pointer;
	line-height: 60px;
	padding: 0 20px; }
.goods__item .btn.btn-buy {
	background: #4FA500;
	background: -webkit-radial-gradient(top, #4FA500, #3F8400);
	background: -moz-radial-gradient(top, #4FA500, #3F8400);
	background: -o-radial-gradient(top, #4FA500, #3F8400);
	background: radial-gradient(to bottom, #4FA500, #3F8400);
	-webkit-box-shadow: 0 2px 5px rgba(52, 110, 0, 0.3), 0px 2px 5px rgba(52, 110, 0, 0.3905);
	box-shadow: 0 2px 5px rgba(52, 110, 0, 0.3), 0px 2px 5px rgba(52, 110, 0, 0.3905);
	color: #fff;
	letter-spacing: 1.5px;
	font-size: 27px;
	margin-right: 10px; }
.goods__item .btn.btn-simple {
	padding: 0 20px;
	line-height: 60px;
	font-size: 20px;
	color: #346E00;
	border: 1px solid #BEDAA7;
	font-weight: normal; }
.goods__item-increase-price {
	margin-bottom: 20px; }
.goods__item-gifts span {
	position: relative; }
.goods__item-gifts span::after {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	background: url(gifts.svg) center center no-repeat;
	position: absolute;
	right: -35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%); }
.product__content {
	margin-top: 40px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-flow: row nowrap;
	width: 100%;
	padding: 0 10px;
	font-size: 16px; }
.product__content-column {
	-ms-flex-preferred-size: 50%;
	-webkit-flex-basis: 50%;
	flex-basis: 50%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	-webkit-flex-flow: column nowrap;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-flow: column nowrap; }
.product__content-column:last-child {
	margin-left: 20px; }
.product__content-column--right-side > div:not(.mobile-content-menu) {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	width: 100%;
	padding: 30px; }
.mobile-content-menu {
	padding: 0 10px;
	display: none; }
.bg-gray {
	background-color: #F8F8F8; }
.bg-light-yellow {
	background-color: #FFF9E0; }

.delivery__select {
	width: 100%;
	padding: 15px;
	border: 1px solid #91c365;
	border-radius: 5px;
	background-color: #eef1ea;
	cursor: pointer;
}

.delivery__select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select-wrap {
	max-width: 700px;
	width: 100%;
	margin: 20px auto;
}

.select__custom {
	position: relative;
}

.select-wrap select {
	margin: 20px;
}

.select__gap {
	position: relative;
	width: 100%;
	padding: 15px;
	border: 1px solid #91c365;
	border-radius: 5px;
	background-color: #eef1ea;
	cursor: pointer;
	max-width: 400px;
}

.select__gap.on {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select__list {
	position: absolute;
	width: 100%;
	background: #eef1ea;
	margin: 0px 0;
	padding: 0;
	list-style: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.5);
	z-index: 10;
}

.select__list.on {
	display: block;
}

.select__item {
	border-radius: 5px;
}

.select__item span {
	display: block;
	padding: 10px 15px;
	cursor: pointer;
	color: #333;
	margin: 0 10px;
}

.select__item:hover,
.select__item.selected {
	background-color: rgb(216, 222, 190);
}

.select__item span:last-of-type {
	border-bottom: 1px solid #d4d4d4;
}

.select__item:last-child span {
	border-bottom: none;
}

.select__item span.hint {
	color: #b5b4b4;
	font-size: 13px;
	padding: 0 0 10px;
	line-height: 1.2;
	min-height: 25px;
}

.select__gap:after {
	content: '';
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	right: 15px;
	border: 2px solid #91c365;
	border-top: none;
	border-right: none;
	transform: translateY(-50%) rotate(-45deg);
	transition: 0.3s ease-out;
}

.on.select__gap:after {
	transform: translateY(-50%) rotate(-225deg);
}

.garanty-popup,
.goods__item-increase-price-popup {
	position: absolute;
	display: none;
	width: 300px;
	padding: 10px;
	background-color: #FFF9E0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.garanty-popup::before {
	content: '';
	display: block;
	position: absolute;
	border: 10px solid transparent;
	border-right: 10px solid #FFF9E0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -20px;
}

.goods__item-increase-price-popup::before {
	content: '';
	display: block;
	position: absolute;
	border: 10px solid transparent;
	border-bottom: 10px solid #FFF9E0;
	top: -20px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%; }

.garanty-popup {
	left: 190px;
}

.goods__item-increase-price-popup {
	left: 50%;
	top: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -50px; }

.delivery__text-link:hover .delivery__popup {
	left: 100%;
}

.garanty:hover .garanty-popup,
.goods__item-increase-price:hover .goods__item-increase-price-popup,
.delivery__text-link:hover .delivery__popup {
	display: block;
}

.goods__item-gallery-mobile {
	display: none;
}

@media (max-width: 600px) {
	.goods__item-gallery-mobile {
		display: block;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-moz-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3; }
	.tabs__caption {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		-webkit-flex-flow: column nowrap;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		flex-flow: column nowrap; }
	.goods__item {
		font-size: 16px; }
	.goods__item-gallery {
		display: none; }
	.goods__item-title {
		font-size: 28px;
		line-height: 34px;
		text-align: center;
		margin: 0 auto;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1; }
	.goods__item-sale-article,
	.goods__item-sale-compare {
		font-size: 12px; }
	.goods__item-sale-top {
		margin-bottom: 15px;
		margin: 0 auto;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2; }
	.goods__item-sale {
		margin-left: 0;
		width: 100%; }
	.goods__item-sale-sell {
		font-size: 12px; }
	.goods__item-characteristic-wrap > div,
	.goods__item-increase-price,
	.goods__item-gifts,
	.mobile-content-menu > a,
	.mobile-content-menu details {
		min-height: 50px;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		align-items: center;
		border-bottom: 1px solid #E5E5E5;
		margin-bottom: 0 !important;
		padding-left: 10px; }
	.mobile-content-menu details summary {
		color: #346E00; }
	.delivery__text {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		align-items: center; }
	.goods__item-characteristic-delivery span {
		min-height: auto !important; }
	.delivery__text-link {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		-webkit-flex-flow: column nowrap;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		flex-flow: column nowrap; }
	.delivery__text-link::before,
	.delivery__text-link::after {
		content: '';
		top: 21px;
		right: 25px;
	}
	.goods__item-characteristic {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-moz-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4; }
	.goods__item-characteristic-color {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		justify-content: space-between; }
	.goods__item-characteristic-wrap > div:first-child {
		border-top: 1px solid #E5E5E5; }
	.garanty,
	.goods__item-increase-price {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		flex-flow: row wrap; }
	.garanty:hover,
	.goods__item-increase-price:hover {
		padding-top: 12px; }
	.garanty-mark,
	.goods__item-increase-price-mark {
		border: none!important; }
	.garanty-mark span,
	.goods__item-increase-price-mark span {
		font-size: 0 !important; }
	.garanty-mark::after,
	.goods__item-increase-price-mark::after,
	.garanty-mark::before,
	.goods__item-increase-price-mark::before {
		content: '';
		top: 12px;
		right: 25px;
		display: block;
		position: absolute;
		background: #346E00;
		width: 1px;
		height: 9px;}
	.garanty-mark::before,
	.goods__item-increase-price-mark::before {
		-webkit-transform: rotate(-45deg) translateY(-50%);
		-moz-transform: rotate(-45deg) translateY(-50%);
		-ms-transform: rotate(-45deg) translateY(-50%);
		-o-transform: rotate(-45deg) translateY(-50%);
		transform: rotate(-45deg) translateY(-50%); }
	.garanty-mark::after,
	.goods__item-increase-price-mark::after {
		-webkit-transform: rotate(45deg) translateY(-50%);
		-moz-transform: rotate(45deg) translateY(-50%);
		-ms-transform: rotate(45deg) translateY(-50%);
		-o-transform: rotate(45deg) translateY(-50%);
		transform: rotate(45deg) translateY(-50%); }
	.garanty-popup,
	.goods__item-increase-price-popup,
	.delivery__popup {
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		background-color: inherit !important;
		-webkit-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-o-transform: none !important;
		transform: none !important;
		width: auto !important;
		color: #000 !important;
		bottom: auto !important; }
	.garanty-popup::before,
	.goods__item-increase-price-popup::before,
	.delivery__popup::before {
		content: '';
		display: none !important;}
	.goods__item-btn-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		-webkit-flex-flow: column nowrap;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		flex-flow: column nowrap; }
	.goods__item-price {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		align-items: center; }
	.goods__item-old-price {
		color: #F03930; }
	.goods__item .btn.btn-simple {
		margin: 10px 0 0 0;
		text-align: center; }
	.goods__item-gifts {
		position: relative;
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-moz-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5; }
	.goods__item-gifts span {
		position: initial; }
	.goods__item-gifts span::after {
		right: 15px; }
	.mobile-content-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		-webkit-flex-flow: column nowrap;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		flex-flow: column nowrap; }
	.mobile-content-menu summary {
		max-height: 50px;
		padding: 14px 0;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-box;
		display: flex;
		-ms-flex-direction: row;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-moz-box-orient: horizontal;
		-moz-box-direction: normal;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		align-items: center;
		position: relative; }
	.mobile-content-menu summary::after,
	.mobile-content-menu summary::before {
		content: '';
		width: 7px;
		height: 2px;
		background-color: #346E00;
		display: block;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%); }
	.mobile-content-menu summary::after {
		right: 22px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg); }
	.mobile-content-menu summary::before {
		right: 26px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg); }
	.mobile-content-menu summary:focus {
		outline: none; }
	.mobile-content-menu summary::-webkit-details-marker {
		display: none; }
	.product__content {
		margin-top: 0; }
	.product__content-column:last-child {
		margin: 0; }
	.product h4 {
		font-size: 22px;
		line-height: 24px; }
	.tabs {
		/*display: none;*/ }
	.product__content {
		padding: 0; }
	.product__content-column--right-side > div:not(.mobile-content-menu) {
		-webkit-border-radius: 0;
		border-radius: 0;
		padding: 20px; }
	.quality-mark__block div {
		width: 130px;
		height: 130px; }
	.quality-mark__block div:not(:first-child) {
		margin-left: 20px; }
}
@media (max-width: 1220px) {
	.product__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		-webkit-flex-flow: column nowrap;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		flex-flow: column nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		align-items: center; }
	.product__content-column {
		max-width: 620px;
		width: 100%;
		-ms-flex-preferred-size: auto;
		-webkit-flex-basis: auto;
		flex-basis: auto;} }
@media (max-width: 1080px) {
	.goods__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		-webkit-flex-flow: column nowrap;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		flex-flow: column nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		align-items: center; } }

.product-wrap table {
	max-width: 560px;
	width: 100% !important;
}

.product-compare.compare-trigger--added .goods__item-sale-compare {
	display: none;
}

.goods__item-characteristic-delivery span {
	min-height: 50px;
	height: 100%;
	padding: 10px 0;
}

.slider.slider--gallery {
	max-width: 410px;
	width: 100%;
	margin: 0 auto;
}

.goods__item-characteristic-color .color-row {
	margin-left: 10px;
}

.goods__item-characteristic-color .color-row a {
	margin-left: 10px;
}

.goods__item-characteristic-color .color-row a:first-child {
	margin-left: 0;
}

.goods__item-characteristic-color .color-row img {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 0.5px solid #c9a5a5;
}

.video-reviews.bg-light-yellow.more-video .video-reviews__iframe {
	overflow: hidden;
	position: relative;
	padding-bottom: 64%;
	height: 0;
}

.video-reviews.bg-light-yellow.more-video .video-reviews__iframe.show-more {
	padding: 0;
	height: auto;
	overflow: inherit;
}

.product-presence_field {
	color: inherit;
}

@media ( max-width: 320px ) {

	.quality-mark__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		-webkit-flex-flow: column nowrap;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		flex-flow: column nowrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		align-items: center;
	}

	.quality-mark__block div {
		margin: 0 0 20px 0 !important;
	}
}

@media ( max-width: 1200px ) {

	.delivery__popup,
	.garanty-popup,
	.goods__item-increase-price-popup {
		left: auto !important;
		top: 40px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	.garanty-popup::before,
	.goods__item-increase-price-popup::before,
	.delivery__popup::before {
		content: '';
		display: block;
		position: absolute;
		border: 10px solid transparent;
		border-bottom: 10px solid #FFF9E0;
		top: -20px;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
	}
}

.product-compare {
	margin: 0;
}

.garanty,
.goods__item-increase-price {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.garanty-item {
	font-weight: bold;
}

.garanty-mark,
.goods__item-increase-price-mark {
	position: relative;
	padding: 5px;
	border: 1px dashed #999999;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	margin-left: 10px;
	cursor: pointer;
}

.garanty-mark span,
.goods__item-increase-price-mark span {
	font-size: 12px;
	color: #999999;
}

.goods__item-sale-sell {
	padding: 0 10px;
	background-color: #F03930;
	color: #fff;
	margin-left: 10px;
	line-height: 30px;
	position: relative;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.goods__item-sale-sell::before {
	content: '';
	display: block;
	position: absolute;
	border: 13px solid transparent;
	border-right: 10px solid #F03930;
	left: -22px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tabs__caption,
.product-wrap h1,
.product-wrap h2,
.product-wrap h3,
.product-wrap h4,
.slider-title {
	font-family: "FiraSansExtraCondensed", sans-serif;
}

.property-title {
	width: 35%;
}

.property-values {
	width: 65%;
}

h4 p {
	display: inline-block;
}

.product-presence_field--sell_off {
	font-weight: bold;
}

.product-presence_field--sell_off .not-available {
	color: #000;
	font-weight: normal;
}

.product h2 p {
	display: inline;
	margin-bottom: 18px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3;
}
/*.collection-description--top table,
.collection-description--top table td {
  border: 1px solid #92c03c;
  padding: 5px;
}*/

.collection table,
.collection table td {
	border: 1px solid #92c03c;
	padding: 5px;
}
/************ Feedback form **************/
.feedback-form {
	width: 96%;
	max-width: 500px;
	background: #fff;
	border-radius: 5px;
	margin: 20px 0;
	padding: 40px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	box-shadow: 0px 0px 5px #333;
	box-sizing: border-box;
	z-index: 1041;
}
.feedback-form__holder {
	overflow-x: auto;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 999;

}
.feedback-form__rating {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	list-style: none;
	padding: 0;
}
.feedback-form__rating-item {
	margin: 0 10px 15px;
	width: 48px;
	height: 48px;
	position: relative;
	cursor: pointer;
}
.feedback-form__rating-item:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	opacity: 0.5;
}
.feedback-form__rating-item:hover:after {
	opacity: 0;
}
.feedback-form__rating-item.selected:after {
	opacity: 0;
}
.feedback-form__rating-item img {
	max-width: 100%;
}
.feedback-form__item {
	width: 100%;
	margin: 0 0 20px;
}
.feedback-form__label {
	display: block;
	width: 100%;
	margin: 0 0 6px;
}
.feedback-form__textarea {
	display: block;
	width: 100%;
	margin: 0;
	resize: none;
	height: 100px;
	border: 1px solid #333;
}
.feedback-form__btn-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
}
.feedback-form__btn {
	display: block;
	width: 100%;
	margin: 0 auto 5px;
	max-width: 284px;
	width: 100%;
	border: 1px solid #84b53f;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 14px;
	outline: none;
	min-height: 40px;
	margin-bottom: 20px;
	color: #fff;
	background-color: #84b53f;
	cursor: pointer;
}
.feedback-form__overlay {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: rgba(0,0,0,0.5);
}
.feedback-form__thanks {
	width: 100%;
	padding: 40px 0;
	text-align: center;
	display: none;
}
.feedback-form__thanks-image {
	text-align: center;
}
.feedback-form__thanks-image img {
	max-width: 72px;
}
.feedback-form__close {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.feedback-form__close:before,
.feedback-form__close:after {
	content: '';
	display: block;
	width: 2px;
	height: 24px;
	position: absolute;
	left: 50%;
	top: 0;
	background: #000;
	transform: rotate(45deg);
}
.feedback-form__close:after {
	transform: rotate(-45deg);
}

.tabs__contacts-content {
	display: none;
	padding: 20px 0 0;
	border-top: 1px solid #abc;
}

.tabs__contacts-input {
	display: none;
}

.tabs__contacts-tab {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 15px 25px;
	font-weight: bold;
	text-align: center;
	border: 1px solid transparent;
}

.tabs__contacts-tab:hover {
	color: #789;
	cursor: pointer;
}

.tabs__contacts-input:checked + label {
	color: #008000;
	border: 1px solid #008000;
	border-top: 2px solid #008000;
	border-bottom: 1px solid #fff;
}

#tabs__contacts-tab_1:checked ~ #tabs__contacts-content_1,
#tabs__contacts-tab_2:checked ~ #tabs__contacts-content_2,
#tabs__contacts-tab_3:checked ~ #tabs__contacts-content_3 {
	display: block;
}

.products-slider__title, .product-added-popup__title {
	display: block;
}

@media screen and (max-width: 600px) {
	.tabs__contacts-tab {
		padding: 5px;
		font-size: 13px;
		text-transform: lowercase;
	}
}


.js-toogle a {
	display: inline-block;
	margin-left: .25em;
	margin-right: .25em;
}

.product-description p {
	font-size: 16px;
	font-family: "Ubuntu", sans-serif;
	color: #333333;
}

.product-description span {
	font-size: 16px !important;
	font-family: "Ubuntu", sans-serif !important;
	color: #333333 !important;
}

.quick-order__errors {
	margin-bottom:  10px;
}
span.accordion__label-title .hint {
	display:  none;
}
.catalog-menu__item a {padding-top: 10px !important;padding-bottom:  10px !important;  }
.catalog-menu__wrapper.catalog-menu__wrapper--fixed .catalog-menu__trigger {
	height: auto !important;
}
/*.catalog-menu__content li>a {
	line-height: 1.3;
}*/
.product__sidebar-reviews {
	height:  initial !important;
}
div.product__gallery, div.product__sidebar-reviews {
	border: none;
	background: none;
}
div.product-card:not(.collection-banner) img {
	display: block;
	height: 180px;
	max-width: 90%;
}
div.product__quality-marks img {
	max-width: 87px;
	max-height: 87px;
}
.article-preview__text-collapsing {
	max-height: 111px !important;
	height:  auto !important;
}
.article-preview__text-collapsing-brand {
	max-height: 111px !important;
	height:  auto !important;
	height: 125px;
	overflow: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin-bottom: 10px;
}
.article-preview__text-collapsing--showed {
	height: auto !important;
	max-height: none !important;
}
span.article-preview__image-capture {
	background: rgba(255,255,255,.7);
}
input.search__main-field {
	box-sizing: border-box;
}
div.mobile-header {
	z-index: 3;
}
.search-page {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 32px 15px 70px;
}
.search-title.content-title {
	font-weight: 500;
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 30px;
	text-align: left;
	text-shadow: none;
	color: #464646;
}
.about__sidebar img {
	width: auto;
}
img.main-header__cart-item-image {
	width: 100px;
	height: 100px;
}
.main-header__cart-items {
	max-height: 330px;
	overflow-y: auto;
}
.product__color img {
	border-radius: 50%;
	max-width: 20px;
}
h3.product__sidebar-content-title p {
	display: inline;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3;
}
div.product__sidebar-content img, div.product__sidebar-content video {
	width: 100%;
}
.article-preview--mini .article-preview__image .video img:not(.modal__close) {
	position: relative;
	top: -26px;
}
div.article-preview--mini .article-preview__image {
	max-height: 155px;
}
.banners__item-slider video {
	max-width: 832px;
}
div.modal__content {
	padding: 30px 40px 20px;
}
.co-input-field {
	border: 1px solid #cccccc !important;
}
.product__features-item br {
	display: none;
}
.main-header__cart-item {
	position: relative;
}
.main-header__cart-delete {
	position: absolute;
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
	padding: 4px;
	box-sizing: content-box;
	background: #fff;
	border-radius: 50%;
	z-index: 2;
	border: 1px solid;
}

.main-header__cart-delete svg {
	width: 100%;
	height: 100%;
}

div.modal__form-group input, .modal__form-group select {
	border: 1px solid rgba(70, 70, 70, 0.3) !important;
	color: #464646;
	text-align: left;
}

h3.quick-order__title {
	font-size: 18px;
	margin-bottom: 20px;
}

div.modal--quick-order .modal__content {
	background: #fff;
}

div.quick-order__fields input {
	height: 30px;
}

form.quick-order {
	width: 260px;
}

@media (max-width: 480px) {
	form.quick-order {
		width: 215px;
	}
}

.modal--quick-order .modal__close svg {
	width: 14px;
	position: relative;
	top: -6px;
}

input.quick-order__field {
	margin-bottom: 0;
}

.modal--quick-order .modal__close {
	position: absolute;
	top: 0;
	right: 0;
	margin: 8px;
	padding: 4px;
	background: #fff;
	border-radius: 50%;
	-webkit-transition: all .5s cubic-bezier(.23,1,.32,1);
	-o-transition: all .5s cubic-bezier(.23,1,.32,1);
	transition: all .5s cubic-bezier(.23,1,.32,1);
	border: 1px solid #84b53f;
}

div.quick-order__fields {
	margin-bottom: 5px;
}

@media (min-width: 1140px) {
	.main-header__logo + img {
		width: 230px;
	}

	div.product-card--compact {
		width: calc(33% - 20px);
		padding: 0 10px 21px;
	}
  
  .products-slider div.product-card--compact {
    width: 100%;
  }
}

.footer__payments-item {
	display: inline-block;
}

.footer__payments-item--visa {
	width: 56px;
	height: 33px;
	background: url(visa.svg) no-repeat;
	background-position: center;
}

.footer__payments-item--visa:hover {
	width: 56px;
	height: 33px;
	background: url(visa-green.svg) no-repeat;
	background-position: center;
}

.footer__payments-item--mastercard {
	width: 52px;
	height: 33px;
	background: url(mastercard.svg) no-repeat;
	background-position: center;
}

.footer__payments-item--mastercard:hover {
	width: 52px;
	height: 33px;
	background: url(mastercard-green.svg) no-repeat;
	background-position: center;
}

.footer__payments-item--maestro {
	width: 53px;
	height: 33px;
	background: url(masestro.svg) no-repeat;
	background-position: center;
}

.footer__payments-item--maestro:hover {
	width: 53px;
	height: 33px;
	background: url(masestro-green.svg) no-repeat;
	background-position: center;
}

.footer__payments-item--sberbank {
	width: 28px;
	height: 33px;
	background: url(sberbank.svg) no-repeat;
	background-position: center;
}

.footer__payments-item--sberbank:hover {
	width: 28px;
	height: 33px;
	background: url(sberbank-green.svg) no-repeat;
	background-position: center;
}

.footer__payments-item--halva {
	width: 34px;
	height: 35px;
	background: url(halva.svg) no-repeat;
	background-position: center;
}

.footer__payments-item--halva:hover {
	width: 34px;
	height: 35px;
	background: url(halva-green.svg) no-repeat;
	background-position: center;
}

.footer__payments-item--tinkoff {
	width: 76px;
	height: 35px;
	background: url(tinkoff.svg) no-repeat;
	background-position: center;
}

.footer__payments-item--tinkoff:hover {
	width: 76px;
	height: 35px;
	background: url(tinkoff-green.svg) no-repeat;
	background-position: center;
}

.footer__payments-item--mir {
	width: 59px;
	height: 35px;
	background: url(mir.svg) no-repeat;
	background-position: center;
}

.footer__payments-item--mir:hover {
	width: 59px;
	height: 35px;
	background: url(mir-green.svg) no-repeat;
	background-position: center;
}

input.search__main-field:focus {
	border: none;
	padding: 5px;
}


.co-sidebar--fixed {
	position:  fixed;
	top: 165px;
	box-shadow: none;
}

.co-sidebar
box-shadow: none;
}

form#order_form {
	width:  50%;
}

button#create_order {
	margin: 0;
}

.products-slider .product-card__comparison-btn {
	right: 30px;
}

.products-slider .product-card__label {
	right: 65px;
}

@media (max-width: 768px) {
	.product-added-popup__product {
		margin-bottom: 18px;
	}
	.products-slider__list--3-cards .product-card:nth-child(n+4){
		display: none;
	}
	.products-slider__list--3-cards .product-card:nth-child(3) {
		border-bottom: none;
	}
}

#product-added-full {
	min-width: 250px;
}

.accordion--mini .accordion__toggler:checked+.accordion__label span.accordion__label-title {
	color: #464646;
}


.accordion--mini li.accordion__content-item a {
	color: #464646;
}

.cart__discount {
	flex-wrap: wrap;
}

.cart__discount-value {
	text-align: right;
	flex-grow: 1;
	padding-right: 95px;
	font-weight: bold;
}

@media (max-width: 860px) {
	.cart__discount-value {
		padding: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		margin-top: 20px;
	}
	.cart__discount-block {
		flex-direction: column;
		align-items: center;
	}
}

#variant-select {
	margin-bottom: 15px;
}

li.top-header__menu-item a, div.top-header__user-code, .div.secondary-header__social>a {
	font-size: 13px;
}

ul.catalog-menu__content li>a {
	font-size: 14px;
}

breadcrumbs__item a {
	font-size: 11px;
}

.accordion--delivery label.accordion__label::after {
	width: 20px;
}

.accordion--delivery span.accordion__label-title, .accordion__toggler:checked+.accordion__label span.accordion__label-title {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
}

strong.call-form__title {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 30px;
	display: block;
}

div.modal__form-group label {
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #84b53f;
	padding-bottom: 4px;
	position: relative;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	font-style: normal;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	padding-left: 10px;
}

button.quick-order__submit {
	width: auto;
}

.co-input--empty_nested .co-input-label {
	font-size: 0.9em
}

.co-input--nested .co-input-label {
	padding: 0 0.5rem 0;
}

.co-input--nested .co-input-field {
	line-height: 1.3;
}

.input--error > .input-notice {
	width: 100%;
}

.co-toggable_field {
	margin-top: 6px;
	border: none;
	display: flex !important;
}

.co-toggable_field-title {
	font-size: 1.15rem;
	line-height: 1.2;
}

.co-toggable_field-description * {
	font-size: 0.9rem;
}

div.product-card--compact {
	max-width: 270px;
}

.article-preview__text h1, .article-preview__text strong.product__title {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 8px;
	margin-top: 2px;
	line-height: 1.2;
}

.catalog-grid__sidebar-article h2, .catalog-grid__sidebar-menu h2 {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #84b53f;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	margin-bottom: 15px;
}

.MagicZoom, .mz-figure {
	z-index: 0 !important;
}

.catalog-grid__filter > strong {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #84b53f;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
	margin-bottom: 15px;
}

.filter__block-title {
	display: block;
}

.call-form__success-message strong {
	margin: 10px 0px 10px 0px;
	font-size: 16px;
	align-self: baseline;
	line-height: 1.3;
}

.call-form__success-message button {
	margin-top: 20px;
}

.call-form__success-message img {
	margin-bottom: 20px;
}

.article-preview__text ol, .article-preview__text ul {
	list-style: disc;
	list-style-position: inside;
}



.seo-filter-collecton-heading {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 8px;
	margin-top: 2px;
	line-height: 1.2;
}

.catalog-grid__sidebar-menu-item a > span {
	order: 2;
}

.co-toggable_field-information {
	max-width: calc(100% - 32px);
	width: calc(100% - 32px);
	min-width: calc(100% - 32px);
	flex-basis: calc(100% - 32px);
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

.co-toggable_field-information div[id*="delivery_error"]:not(:empty) {
	width: 100%;
	margin-bottom: 20px;
}

.co-delivery_method-information .co-delivery_method-description:nth-child(2) {
	position: relative;
	right: 0;
	font-size: 0;
	min-width: 35px;
	height: 35px;
	display: inline-block;
	background: url(22.png) center / contain no-repeat;
	opacity: 0.6;
	max-width: 35px;
	margin-left: 10px;
	top: -5px;
}

.co-toggable_field-price[data-price="0"] {
	color: #fff;
}

.co-toggable_field-price[data-price="0"]::after {
	content: "Бесплатно";
	font-size: 1em;
	color: #000;
	position: relative;
	left: -35px;
}

.co-delivery_method-information .co-delivery_method-description ~ span {
	width: 100%;
	margin: 0;
}

.co-delivery_method-information .co-delivery_method-description:nth-child(2) p {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: absolute;
	right: 0;
	bottom: calc(100% + 10px);
	text-align: left;
	color: #fff;
	border-radius: 5px;
	font-size: 12px;
	width: 155px;
	z-index: 2;
	transform: scale(0);
	transition: 0.3s;
	padding: 12px 15px;
	line-height: 1.3;
	background: linear-gradient(45deg, #eeffd6, #ffffff);
	border: 1px dashed;
	min-width: 280px;
}

.co-payment_method-title {
	padding-right: 40px;
}

p#period {
	display: none;
}
div#boxberry_pickup_address_cod {
	display: none;
}

.co-payment_method-title:hover .payment_method-icon::after {
	opacity: 1;
}

.co-payment_method-description {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: calc(100% + 2px);
	text-align: left;
	border-radius: 5px;
	font-size: 12px;
	width: 155px;
	z-index: 2;
	transform: scale(0);
	transition: 0.3s;
	padding: 12px 15px;
	line-height: 1.3;
	background: linear-gradient(45deg, #eeffd6, #ffffff);
	border: 1px dashed;
	min-width: 280px;
	color: #000;
}

.co-delivery_method-title {
	flex-grow: 1;
	max-width: calc(100% - 50px);
	line-height: 1.3;
}

.co-input--subscribe .co-toggable_field-information {
	display: block;
}

.co-delivery_method-information .co-delivery_method-description:nth-child(2) .js-select-bxb {
	position: absolute;
	background: #fff;
	border: none;
	padding: 5px 0;
	bottom: -50px;
	width: 170px;
	font-size: 12px !important;
	/* border-bottom: 1px dashed; */
	border-radius: 0;
	transform: none;
	min-width: 0;
}
@media (max-width: 675px) {
	#delivery_description_1917988 .js-select-bxb {
		bottom: -61px;
	}
}
@media (max-width: 385px) {
	#delivery_description_1917986 .js-select-bxb {
		bottom: -61px;
	}
}
@media (max-width: 387px) {
	#delivery_description_1917988 .js-select-bxb {
		bottom: -86px;
	}
}
@media (max-width: 373px) {
	#delivery_description_1917988 .js-select-bxb {
		bottom: -111px;
	}
}

.payment_method-icon::after {
	content: '';
	position: absolute;
	right: 0;
	font-size: 0;
	min-width: 35px;
	height: 35px;
	display: inline-block;
	background: url(22.png) center / contain no-repeat;
	opacity: 0.6;
	max-width: 35px;
	margin-left: 10px;
	top: 7px;
	transition: 0.3s;
}

.co-delivery_method-information .co-delivery_method-description:nth-child(2) .js-select-bxb::after {
	display: none;
}

.co-delivery_method-information .co-delivery_method-description:nth-child(2) .js-select-bxb a {
	color: #84b53f !important;
	font-weight: 500;
	font-size: 14px !important;
	border-bottom: 1px solid;
}

.co-delivery_method-information .co-delivery_method-description:nth-child(2):hover {
	opacity: 1;
}

.co-delivery_method-information .co-delivery_method-description:nth-child(2):hover p {
	transform: scale(1);
}

.co-delivery_method-information .co-delivery_method-description:nth-child(2) p::before {
	content: '';
	position: absolute;
	top: 100%;
	height: 10px;
	background: none;
	left: 0;
	width: 100%;
}

.co-delivery_method-information .co-toggable_field-description *{
	font-size: 15px !important;
	text-align: left;
	color: #000 !important;
}

.co-delivery_method-information .co-delivery_method-description:nth-child(2) p::after, .co-payment_method-description.co-toggable_field-description::after {
	content: '';
	top: 100%;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 6px solid #000;
	position: absolute;

	right: 12px;
	left: unset;
	border-right: none;
	border-top: 8px solid #000;
	border-left: 12px solid transparent;
	transform: none;
}

.article-preview--news .article-preview__image img {
	max-height: 155px;
	display: block;
	object-position: top;
	object-fit: contain !important;
}

.article ul {
	list-style: disc inside;
	margin-bottom: 1em;
}

.article ul {
	list-style: disc inside;
	margin-bottom: 1em;
}

.article ol {
	list-style: decimal;
	margin-bottom: 1em;
}

.article ol, .article ul {
  list-style-position: outside;
  padding-left: 20px;
}

.catalog-grid__body .article-preview__text iframe {
	max-height: 430px;
}

.features__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.features__item-title {
	width: 155px;
}

.ie11-magic .main-header--fixed::before {
	content: "";
	display: block;
	position: fixed;
	top: 0px;
	left: 50%;
	width: 100vw;
	height: 83px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #fff;
	z-index: -1;
	border-bottom: 1px solid #ddd;
}


.ie11-magic .owl-carousel .owl-item img {
	display: block;
	width: auto;
}

.ie11-magic .banners .owl-carousel .owl-item img {;
	width: 100%;
}

.ie11-magic .banners__item--showroom::after {
	content: "";
	display: block;
	padding-bottom: 63.92%;
}

.ie11-magic .catalog-menu__content .catalog-menu__secondary-dropdown .catalog-menu__image-item {
	display: block;
}


.ie11-magic .article-preview__text{
	flex-direction: row !important;
}

.ie11-magic .catalog-menu__item-has-children > a {
	padding-top: 7px;
}

.ie11-magic .tabs__content > li.selected, .ie11-magic .tabs__item-body, .ie11-magic .tabs__navigation a {
	display: block;
}

.ie11-magic .product__sidebar-reviews {
	height: auto;
}

.ie11-magic .product-card img {
	width: auto;
}

.ie11-magic .owl-carousel .owl-item .owl-lazy {
	opacity: 1;
}

.cart__item-price-title {
	font-weight: bold;
	line-height: 1.2;
	font-size: 16px;
}

.cart__item-title {
	padding: 12px 0 15px;
}

.cart__item-price-title p {
	font-weight: normal;
}

@media (min-width: 1140px) {
	span.main-header__contact-phone {
		font-size: 21px;
	}

	span.main-header__work-hours-item {
		font-size: 11px;
	}
	.main-header--fixed span.main-header__work-hours-item {
		font-size: 10px;
	}
	span.main-header__cart-count-text, li.main-header__static-menu-item {
		font-size: 13px;
	}
	ul.main-header__static-menu {
		width: 310px;
		margin-right: 45px;
	}
}

@media (max-width: 768px) {

	#feedback_form table, #feedback_form td {
		max-width: 290px;
		width: 290px;
	}
	#feedback_form textarea {
		max-width: 260px;
	}
	strong.call-form__title {
		font-size: 16px;
		line-height: 1.3;
		margin-bottom: 30px;
	}
}

.tabs__content .tabs__item-body {
	display: block;
}

.contacts__pickup-tabs .tabs__item-body {
	display: flex;
}

.tabs__content .tabs__item-body p img[style*="float"] {
	margin: 4px 16px 16px;
}

.product__grid-main .tabs__item-body ul {
	list-style: disc;
	margin-left: 1rem;
}

.product__grid-main .tabs__item-body ol {
	list-style: decimal;
	margin-left: 1rem;
}

.product__grid-main .js_phone-field {
	border: 1px solid rgb(132, 181, 63);
}

.news-grid--categories .news-grid__item a {
	font-weight: bold;
	font-size: 22px;
	color: #464646;
	text-decoration: none;
}

.news-grid--categories .news-grid__item:first-of-type a {
	font-size: 30px;
}

.news-grid.news-grid--categories {
	padding: 0;
}

@media (max-width: 768px) {

	.mobile-header.mobile-header--fixed + .intro {
		padding-top: 109px;
	}
}

.body--noscroll {
	overflow: hidden;
	height: 100vh;
	-webkit-overflow-scrolling:auto
}

.liked-message {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fd983b;
	position: fixed;
	top: 143px;
	z-index: 4;
	width: 100%;
	max-width: 1140px;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px;
}

.liked-message__image {
	width: 60px;
	height: auto;
	max-height: 60px;
	margin-right: 20px;
	object-fit: contain;
}

.liked-message__text {
	color: #fff;
	line-height: 1.4;
	max-width: 640px;
}

.liked-message__text strong {
	display: block;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 3px;
}

.liked-message__text span {
	font-size: 12px;
}

.liked-message__compare-link.button {
	background: #fff;
	color: #84b53f;
	margin: 0 10px 0 20px;
	border-radius: 5px;
	padding: 8px 23px;
}

.liked-message__close {
	background: none;
	border: none;
	width: 35px;
	height: 30px;
}

.liked-message__close svg {
	max-width: 100%;
}

.header-fixed .liked-message {
	position: fixed;
	top: 84px;
	max-width: 100%;
}

.product-card__comparison-btn.product-card__comparison-btn--delete {
	background: url(comparison-delete.svg) no-repeat;
	background-size: contain;
}

.product-card__comparison-tooltip {
	display: none;
}

.product-card__comparison-btn:hover .product-card__comparison-tooltip {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	right: 0;
	bottom: calc(100% + 10px);
	background: #84b53f;
	text-align: center;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	font-size: 12px;
	width: 155px;
	z-index: 2;
}

.product-card__comparison-tooltip::before {
	content: '';
	position: absolute;
	top: 100%;
	height: 10px;
	background: none;
	left: 0;
	width: 100%;
}

.product-card__comparison-tooltip::after {
	content: '';
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 6px solid #84b53f;
	position: absolute;
}

.product-card__comparison-tooltip a {
	color: #fff;
	border-bottom: 1px solid;
	display: block;
	margin-top: 7px;
}

.catalog-grid__products .product-card__comparison-btn:hover .product-card__comparison-tooltip {
	transform: translateX(62px);
}

@media (max-width: 768px) {
	.product-card__comparison-tooltip {
		display: none !important;
	}
	.liked-message, .header-fixed .liked-message {
		flex-wrap: wrap;
		top: 44px;
		justify-content: flex-end;
		align-items: flex-start;
	}
	.liked-message__image {
		width: 50px;
		margin-right: 10px;
	}
	.liked-message__text {
		width: calc(100% - 60px);
		margin-bottom: 15px;
	}
	.liked-message__close {
		margin-top: 4px;
	}
}

.tabs__navigation a {
	min-height: 100%;
}

.tabs__navigation-exit {
	display: flex;
	align-items: center;
	justify-content: center;
}

.tabs__navigation-exit svg {
	margin: 0 !important;
	width: 50px;
	height: 18px !important;
}

.user-cabinet-tabs .tabs__navigation li {
	border-right: 1px solid #D1D1D1;
}

.user-cabinet-tabs .tabs__navigation .tabs__navigation-item--spacer {
	flex-grow: 5;
}

.user-cabinet-tabs .tabs__navigation .tabs__navigation-item--exit {
	border: none;
}

.user-cabinet-tabs .tabs__navigation {
	background: #f8f8f8;
}

.profile.tabs__item-body {
	justify-content: space-between;
}

.profile__info-block {
	width: calc(50% - 40px);
}

.profile__form-block {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 18px;
	align-items: center;
}

.tabs__item-body .profile__form h2 {
	font-size: 20px;
	margin-bottom: 32px;
}

.profile input[type="email"], .profile input[type="password"], .profile input[type="text"], .profile input[type="tel"], .profile__form textarea, .profile__form select {
	border-radius: 3px;
	border: 1px solid #D1D1D1;
	font-style: normal;
	font-size: 16px;
	padding: 8px 14px;
	text-align: left;
	flex-grow: 1;
	min-height: 40px;
}

.profile select {
	max-width: calc(100% - 160px);
	color: #464646;
}

.profile select:hover, .profile select:focus {
	border: 1px solid #D1D1D1;
	color: #464646;
}

.profile input[type="submit"] {
	flex-grow: 1;
	min-height: 44px;
	/*width: 100%;*/
	margin-top: 5px;
}

.profile__password-line {
	margin-top: 36px;
	padding-top: 12px;
	border-top: 1px solid #D1D1D1;
	margin-bottom: 35px;
}

.profile input.profile__field-invalid {
	border: 1px solid #FF939E;
	box-shadow: 0 0 16px -8px #FF939E;
}

.profile__form-error-msg {
	min-width: 100%;
	color: #E41329;
	padding: 4px 0 4px 160px;
}

.profile__form-block a {
	/*padding-left: 20px;*/
	font-size: 16px;
}

.modal.profile {
	width: 390px;
	max-width: 95%;
}

.profile .modal__dialog {
	max-width: 100%;
}

.profile .modal__content {
	max-width: 100%;
	width: 390px;
}

.profile__form-block--three {
	padding-left: 160px;
	justify-content: space-between;
}

.profile__form-block--three label {
	display: none;
}

.profile__form-block--three input {
	max-width: 90px;
	flex-grow: 0 !important;
}

.quick-order__confidential-message {
	max-width: 100%;
}

.profile input::placeholder {
	font-style: normal !important;
	font-size: 16px !important;
	text-align: left !important;
	color: #c6c6c6 !important;}
.profile input:-moz-placeholder {
	font-style: normal !important;
	text-align: left !important;
	font-size: 16px !important;
	color: #c6c6c6 !important; }
.profile input::-moz-placeholder {
	font-style: normal !important;
	text-align: left !important;
	font-size: 16px !important;
	color: #c6c6c6 !important; }
.profile input:-ms-input-placeholder {
	font-style: normal !important;
	text-align: left !important;
	font-size: 16px !important;
	color: #c6c6c6 !important; }
.profile input::-webkit-input-placeholder { font-style: normal !important;
	text-align: left !important;
	font-size: 16px !important;
	color: #c6c6c6 !important; }

.profile__form-block label {
	min-width: 160px;
	max-width: 160px;
	padding-right: 10px;
}

.profile .quick-order__title {
	text-align: left;
	text-transform: none;
	font-size: 20px;
	margin-bottom: 20px;
	color: #292929;
}

.profile div.modal__form-group label {
	padding-left: 0;
	font-weight: 400;
	color: #292929;
	font-size: 16px;
	padding-bottom: 10px;
}

.profile div.quick-order__fields input {
	height: auto;
}

.user-cabinet-tabs .tabs__item-body.tabs__item-body--comparison {
	align-items: flex-start;
	flex-direction: column;
}

.article__content {
	max-width: 100%;
	overflow-x: hidden;
}

.contacts__pickup-tabs .tabs__item-body.tabs__item-body--order-history {
	flex-direction: column;
}

.order-history {
	display: flex;
	padding: 20px 40px;
	border: 1px solid #D8DADF;
	margin-bottom: 30px;
	justify-content: space-between;
	transition: 0.3s;
}

.order-history__product-image {
	width: 120px !important;
	height: 120px;
	object-fit: contain;
	border: 1px solid #D8DADF;
	margin: 0 6px;
}

.order-history__product-image:nth-of-type(n+4) {
	margin-top: 6px;
}

.quick-order__fields .modal__form-group {
	position: relative;
}

span.quick-order__show-pass {
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	top: 34px;
	right: 7px;
	cursor: pointer;
}

span.quick-order__show-pass svg {
	width: 25px;
	height: 25px;
}

span.quick-order__show-pass path {
	fill: #949494;
	transition: 0.3s;
}

span.quick-order__show-pass:hover path {
	fill: #000;
}

.tabs__item-body .order-history__date {
	font-size: 18px;
	margin-bottom: 9px;
}

.order-history__number {
	font-size: 18px;
}

.order-history__column--info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 260px;
}

.order-history__column--first {
	min-width: 210px;
	margin-right: 15px;
}

.order-history__column--products {
	flex-grow: 1;
	max-width: 410px;
}

.order-history__price {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
}

.order-history__status {
	color: #84b53f;
	margin-bottom: 2px;
}

.order-history__status::first-letter, .order-card__info-status::first-letter {
	text-transform: capitalize;
}

.order-history__status span.red {
	color: #E41428;
}

.tabs__item-body .order-history__link.button {
	text-decoration: none;
	margin-top: 10px;
	width: 100%;
}

.order-history:hover {
	box-shadow: 0 0 18px -5px rgba(0,0,0,0.3);
}

.order-card__head {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #C6C6C6;
	position: relative;
	top: -10px;
	margin-bottom: 30px;
}

.order-card__head a {
	display: flex;
	width: 100%;
	align-items: center;
	font-size: 16px;
}

.order-card__head svg {
	width: auto;
	height: 18px;
	margin-right: 10px;
}

.order-card__body {
	display: flex;
}

.order-card__info-head svg {
	width: 30px;
	height: 30px;
	margin-right: 15px;
}

.order-card__minicheck {
	min-width: 290px;
	max-width: 290px;
	border-radius: 5px;
}

.order-card__info-head {
	background: #84b53f;
	color: #fff;
	padding: 12px 20px;
	display: flex;
	align-items: center;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.order-card__info-body {
	padding: 12px 20px;
	border: 1px solid #C6C6C6;
	border-top: none;
	font-size: 16px;
	line-height: 1.4;
}

.order-card__info-footer {
	padding: 12px 20px;
	border: 1px solid #C6C6C6;
	border-top: none;
	background: #F8F8F8;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.tabs__item-body .order-card__info-date {
	margin-bottom: 0;
	color: #fff;
	font-size: 20px;
}

.tabs__item-body .order-card__info-body h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}

.order-card__info-value:not(:last-of-type) {
	margin-bottom: 20px;
}

.order-card__info-price {
	font-weight: 700;
	font-size: 18px;
	display: block;
	width: 100%;
	line-height: 1.5;
}

.order-card__info-value span {
	display: block;
}

.order-card__info-status {
	color: #84b53f;
	font-size: 16px;
	display: block;
	line-height: 1.5;
}
.order-card__info-status span.red {
	color: #E41428;
}

.order-card__main {
	flex-grow: 1;
	padding: 0 0 0 16px;
}

.tabs__item-body .order-card__main h2 {
	font-size: 20px;
	margin-bottom: 40px;
}

.order-card__products {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.order-card__product-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc(33% - 40px);
	text-align: center;
	margin-right: 40px;
	margin-bottom: 20px;
}

.tabs__item-body .order-card__product-item {
	text-decoration: none;
}

.order-card__product-price {
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	color: #464646;
	margin-top: 12px;
}

.order-card__product-image {
	margin-bottom: 20px;
	height: 160px;
	object-fit: contain;
}

.order-card__product-title {
	color: #464646;
	font-size: 14px;
}

#article-content {
	max-width: 100%;
}

.profile input[type="password"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #464646;
}
.profile input[type="password"]::-moz-placeholder { /* Firefox 19+ */
	color: #464646;
}
.profile input[type="password"]:-ms-input-placeholder { /* IE 10+ */
	color: #464646;
}
.profile input[type="password"]:-moz-placeholder { /* Firefox 18- */
	color: #464646;
}

@media (max-width: 991px) {
	.profile .modal__content {
		padding: 30px 20px 20px;
	}
	.order-card__product-image {
		height: 80px;
	}
	.profile__info-block {
		width: 100%;
	}
	.profile__form-block {
		margin-bottom: 10px;
	}
	.profile__form-block label {
		padding-bottom: 5px;
		max-width: 100%;
	}
	.profile__form-block a {
		padding-left: 0;
		padding-top: 10px;
		width: 100%;
	}
	.profile__form-block--three {
		padding-left: 0;
	}
	.tabs__navigation-exit svg {
		display: none;
	}
	.user-cabinet-tabs .tabs__navigation li {
		border: none;
		border-bottom: 1px solid #D1D1D1;
	}
	.user-cabinet-tabs .tabs__navigation .tabs__navigation-item--spacer {
		display: none;
	}
	.contacts__pickup-tabs .tabs__item-body.tabs__item-body--order-history {
		width: 100%;
	}
	.order-history {
		flex-wrap: wrap;
	}
	.order-history__column--info {
		width: 100%;
	}
	.order-history__column--products {
		display: flex;
		justify-content: flex-end;
	}
	.order-history__column--products > a:nth-child(n+4) {
		display: none;
	}
	.profile input[type="email"], .profile input[type="password"], .profile input[type="text"], .profile input[type="tel"], .profile__form textarea, .profile__form select {
		width: 100%;
	}
	.profile select {
		max-width: 100%;
	}
	.profile__form {
		margin-top: 30px;
	}
	.profile input[type="submit"] {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.order-history {
		padding: 15px;
	}
	.order-history__column--products > a:nth-child(n+4) {
		display: block;
	}
	.order-history__column--products {
		margin: 15px 0;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	.order-history__column--products a {
		max-width: 50%;
	}
	.order-card__body {
		flex-direction: column;
		align-items: center;
	}
	.order-card__minicheck {
		min-width: 100%;
		max-width: 100%;
		border-radius: 5px;
		margin-bottom: 20px;
	}
	.order-card__product-item {
		width: 100%;
		margin-bottom: 40px;
	}
}

.pagination {
	display: flex;
	align-items: center;
}

.pagination-page {
	margin: 0 3px;
}

.pagination-node--current {
	margin: -7px -15px;
	padding: 7px 15px;
	background: #84b53f;
	color: #fff;
}

.co-input-label label[for="order_comment"] {
	background: #fff;
	padding: 7px;
	left: -7px;
	position: relative;
	top: -7px;
	width: 100%;
	display: block;
}

.copyright {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 15px 70px;
	font-size: 16px;
	color: #878787;
	font-weight: 300;
}

footer.footer {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 32px 15px 5px;
}

@media (max-width: 991px) {
	.copyright {
		padding: 30px 15px;
	}
}

.owl-carousel .owl-item.active .owl-lazy {
	opacity: 1;
}

.footer__payment-icons {
	width: 295px;
}

.footer__payments-list ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.footer__payments-list li {
	margin: 0 10px 10px 0;
}

.main-header__contact-phone pre {
	overflow: unset;
}

input:focus::placeholder {
	color: transparent!important;
	opacity: 0.5!important; /* Firefox */
}

input:focus::-ms-input-placeholder { /* Microsoft Edge */
	color: transparent!important;
}

input:focus:-ms-input-placeholder { /* Microsoft Edge */
	color: transparent!important;
}

input[type="email"]:focus:-moz-placeholder, input[type="email"]:focus::placeholder, input[type="number"]:focus:-moz-placeholder, input[type="number"]:focus::placeholder, input[type="text"]:focus:-moz-placeholder, input[type="text"]:focus::placeholder {
	color: transparent!important;
}

.article-preview__text-collapsing {
	position: relative;
}

.article-preview__text-collapsing:after {
	position: absolute;
	bottom: -3px;
	content: '';
	display: block;
	width: 100%;
	height: 20px;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 100%);
}

.return-info__image-content img {
	object-fit: contain;
	width: auto;
	align-self: flex-start;
}
.review_form-submit {
 width: 100%; 
}

.podpiska-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  align-items: center;
  margin: 1rem 0 0;
}
@media (max-width: 640px) {
  .podpiska-grid {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.podpiska-grid {
    margin: 1rem 0 0.5rem;
}
span.mobile-header__usercode {
  margin: 10px 0 5px;
}
ul.mobile-header__slide-nav-top {
  padding: 5px 0;
}

.edit_client_payment_transaction_juridical_person_bill .field-label {
    padding-bottom: 5px !important;
}
.adaptive--checkout .field-content input[type=email], .adaptive--checkout .field-content input[type=number], .adaptive--checkout .field-content input[type=text], .adaptive--checkout .field-content input[type=password], .field-content input[type=tel] {
  margin-top: 0px !important;
}

.js-recaptcha-field {
  display: flex;
  justify-content: center;
}

.nex-product-toggle-wrapper, .prev-toggle {
 display: none;
}

 
.article__content .button-wrapper .prev-toggle {
  display: none;
}


.button-wrapper {
 text-align: center;
  
 
  
}

.button-wrapper button{ 
  cursor: pointer;
}

.sub-slider-wrapper {
  margin-bottom: 50px; 
}


/* XXX ********************************** */

/* XXX стили для вывода фильтров в основной блок*/
.products-sort-wrapper {
	/* border-bottom: 1px solid rgb(221, 221, 221); */
	margin-bottom: 30px;
}

.products-sort-filtres__horizontal {
	padding-bottom: 3px;
}


form.filter-form-desctop {
	/* display: flex;
	align-items: flex-start;
	justify-content: space-between; */
	display: grid;
	/* grid-template-columns: 3fr 1fr; */
	grid-column-gap: 15px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.checkbox-none {
	/* display: none; */
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
	opacity: 0;
}

.checkbox-show {
	/* display: block; */
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
	opacity: 1;
}

.filter__title {
	margin-bottom: 15px;
	color: #84b53f;
	font-size: 16px;
	font-weight: 500;
	border-bottom: 1px solid #dadada;
	padding-bottom: 8px;
}

.filter-col-left {
	/* display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	grid-auto-rows: 32px;
	grid-gap: 3px; */
	/* width: 80%; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-column-gap: 7px;
	   -moz-column-gap: 7px;
	        column-gap: 7px;
	row-gap: 5px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 100%;
}

.filter-col-left .filter__checkboxes-list .filter__checkboxes-item--horizontal label {
	margin-bottom: 0;
	padding: 6px 0px 3px 24px;
}

.filter-col-left .filter__checkboxes-list .filter__checkboxes-item--horizontal label span {
	/* color: #c7c7c7; */
	color: #868686;
	padding-left: 10px;
}

.filter-col-left .filter__checkboxes-list .filter__checkboxes-item--horizontal label::before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
	left: 0;
	width: 16px;
	height: 16px;
	display: inline-block;
	border: 1px solid rgba(70, 70, 70, .3);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}

.filter-col-left .filter__block {
	position: relative;
	margin-bottom: 0;
	padding: 0;
	/* background-color: #84b53f; */
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

/* XXX стили для блока с ценой и селекта */

select.sort__select-desctop {
	padding: 4px 10px 4px 4px;
}

input.filter__range-horizontal-input_desctop {
	border: 1px solid #e8e8e8 !important;
	padding: 0 !important;
	width: 60px !important;
}

input#price-start-range {
	margin-right: 3px;
} 

.filter__block-price {
	position: relative;
	margin-bottom: 0;
	padding: 0;
	/* background-color: #84b53f; */
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.filter__block-price-range {
	position: absolute;
	/* background: #F8F8F8; */
	background: #ffffff;
	width: 100%;
	min-width: -webkit-max-content;
	min-width: -moz-max-content;
	min-width: max-content;
	z-index: 10;
	padding: 10px 0 0;
	/* padding: 10px 5px 5px; */
	-webkit-box-shadow: 0px 3px 4px #b3b3b3;
	box-shadow: 0px 3px 4px #b3b3b3;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.filter__block-price-range .filter__block--range {
	background: #fff;
}

.filter-price-range-none {
	/* display: none; */
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
	opacity: 0;
}

.filter-price-range-show {
	/* display: block; */
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
	opacity: 1;
}

.filter__block-price .filter__block-title {
	/* border: 1px solid #84B53F; */
	border: 1px solid #e8e8e8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* min-height: 32px; */
	height: 100%;
	/* padding: .5em 3em .5em .8em; */
	/* padding: .1em 1.7em .1em .3em; */
	/* padding: .1em 3em .1em .3em; */
	padding: 4px 3em 4px .3em;
	/* 3em для котображения количества checked */
	/* font-weight: normal; */
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 0;
	/* background: #84B53F; */
	/* color: #ffffff; */
	color: #464646;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	background-image: url(arrow-black.svg);
	background-repeat: no-repeat, repeat;
	/* background-position: right .7em top 50%, 0 0; */
	background-position: right 0.4em top 50%, 0 0;
	-webkit-background-size: .8em auto, 100%;
	        background-size: .8em auto, 100%;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.filter__block-price:hover {
	/* background-color: #98d048; */
	-webkit-box-shadow: 0px 2px 4px #b3b3b369;
	box-shadow: 0px 2px 4px #b3b3b369;
}

/* XXX ********************************************** */









.filter-form-desctop .filter-col-left .filter__block .filter__block-title {
	/* border: 1px solid #84B53F; */
	border: 1px solid #e8e8e8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* min-height: 32px; */
	height: 100%;
	/* padding: .5em 3em .5em .8em; */
	/* padding: .1em 1.7em .1em .3em; */
	padding: 4px 3em 4px .3em;
	/* 3em для котображения количества checked */
	/* font-weight: normal; */
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 0;
	/* background: #84B53F; */
	/* color: #ffffff; */
	color: #464646;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	background-image: url(arrow-black.svg);
	background-repeat: no-repeat, repeat;
	/* background-position: right .7em top 50%, 0 0; */
	background-position: right 0.4em top 50%, 0 0;
	-webkit-background-size: .8em auto, 100%;
	        background-size: .8em auto, 100%;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.filter-col-left .filter__block:hover {
	/* background-color: #98d048; */
	-webkit-box-shadow: 0px 2px 4px #b3b3b369;
	box-shadow: 0px 2px 4px #b3b3b369;
}

.filter-col-left .filter__block.list_check {
	/* background-color: #4c7c08; */
	/* background-color: #F8F8F8; */
	border: 1px solid #292929;
}

.filter-col-left .filter__block.list_check:hover {
	/* background-color: #4c7c08; */
	-webkit-box-shadow: 0px 2px 4px #b3b3b369;
	box-shadow: 0px 2px 4px #b3b3b369;
}

.filter__block--range .filter__block-title {
	border: none;
	background: none;
	color: #464646;
	font-size: 14px;
	font-weight: 500;
	padding: 0;
}

@media screen and (max-width: 769px) {
	.products-sort-filtres {
		display: none;
	}

	.filter-vert {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

.horizontal-block__bottom {
	margin-top: 36px;
}

.horizontal-buttons-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 7px;
	/* padding-top: 20px;
	padding-bottom: 20px; */
}

.horizontal-buttons-block .filter-button__reset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* border: 1px solid #dadada; */
	font-style: normal !important;
	font-size: 14px !important;
	color: #464646 !important;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	padding-right: 7px;
	position: relative;
	text-decoration: none;
}

.horizontal-buttons-block a.catalog-grid__sidebar-link.filter-button__reset::after {
	display: block;
	position: absolute;
	content: "";
	height: 1px;
	background: black;
	bottom: 0;
	width: 95%;
}

.horizontal-buttons-block div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* padding: 10px; */
	padding: 5px;
	background: transparent;
	color: #464646;
	cursor: pointer;
	border: 1px solid #e8e8e8;
	/*border-radius: 7px;
	*/
	-webkit-border-radius: 40px !important;
	border-radius: 40px !important;
	margin-right: 2px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
}

.horizontal-buttons-block div:hover {
	-webkit-box-shadow: 0px 2px 4px #b3b3b369;
	box-shadow: 0px 2px 4px #b3b3b369;
}


.filter-col-left .filter__block .filter__checkboxes-block {
	position: absolute;
	/* background: #F8F8F8; */
	background: #ffffff;
	width: 100%;
	min-width: -webkit-max-content;
	min-width: -moz-max-content;
	min-width: max-content;
	z-index: 10;
	/* padding: 10px 0 0; */
	padding: 10px 5px 5px;
	-webkit-box-shadow: 0px 3px 4px #b3b3b3;
	box-shadow: 0px 3px 4px #b3b3b3;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

/* .filter-col-right {
	margin-left: 3px;
} */

/* .filter-col-right .filter__block--range {
	border: 1px solid #ddd;
} */

.filter-col-right .sort {
	width: 100%;
	margin-bottom: 7px;
}

.filter-col-right .sort .sort__select {
	width: 100%;
}

.filter__checkboxes-list .filter__checkboxes-item.filter__checkboxes-item--horizontal {
	padding: 0 10px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}

.filter__checkboxes-item.filter__checkboxes-item--horizontal:hover {
	border-top: 1px solid #80808021;
	border-bottom: 1px solid #80808021;
	cursor: pointer;
}

.filter__checkboxes-list .filter__checkboxes-item--horizontal label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 12px;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

button.filter__checkboxes-reset-filter {
	/* font-style: italic; */
	font-weight: 400;
	font-size: 11px;
	/* font-size: 14px; */
	line-height: 16px;
	/* color: #84b53f; */
	color: #464646;
	text-decoration: underline;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background: transparent;
	padding: 5px 10px 10px;
	border: none;
	width: 100%;
}

button.filter__checkboxes-reset-filter:hover {
	opacity: 0.6;
}

.filter-col-right .filter__range-horizontal {
	/* padding: 12px 7px; */
	padding: 5px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: 0;
}
.filter-col-right .filter__block--range .filter__block-title {
	text-align: center;
}

.filter__range-fields .filter__range-horizontal-input {
	margin: auto;
	display: inline-block;
	padding: 4px 4px;
	width: 71px;
}

.filter__horisontal-vendor2 {
	display: none !important;
}

.hide {
	display: none !important;
}

.catalog_row {
  margin-bottom: 2rem;
}
.popular-articles_single {
  display: block;
  margin-bottom: 2.5rem;
}

.catalog_row .catalog-grid__sidebar-menu-item, .popular-articles_single .popular-articles_article{
  margin: 0 auto;
  width: fit-content;
}

@media screen and (max-width:768px) {
	.hide-sm {
		display: none !important;
	}
}

@media screen and (max-width:768px) {
	.show-sm {
		display: block !important;
	}
}

@media screen and (max-width:768px) {
	.show-flex-sm {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

/* XXX ********************************** */
span[id="payment_description_1405783"]{
      transform: scale(1) !important;
  	  position: initial;
  	  width: 500px;
  	  align-items: baseline;
  	  border: none;
}
label[for="order_payment_gateway_id_1405783"]{
align-items: baseline;
}
.co-toggable_field-description::after {
display: none;
}

@media screen and (min-width:768px) {
  	.hide-pc {
		display: none;
	}
  
	.property-title {
		width: 55%;
    	vertical-align: bottom;
	}	

	.property-values {
		width: 40%;
      	vertical-align: bottom;
	}
  
  	li[data-content="product-props"] {
  		justify-content: space-around;
      	flex-direction: column;
  	}
}

@media (max-width: 768px) {
	body > div.product > div.product__grid > div.product__grid-main > div.tabs.product__desc-tabs.is-ended > ul > li.selected > div {
   		padding: 5px;
	}
  
  	.property-title {
    	vertical-align: bottom;
	}	

	.property-values {
      	vertical-align: bottom;
	}
}



/* #560989 */
.field-content a {
  color: #84b53f;
  text-decoration: underline;
}
/* #560989 */

/* 599557 */
a.mc-subscr-toggle {
    display: none !important;
}
/* 599557 */

/* 611555 
@media (max-height: 956px) {
	nav.catalog-menu__dropdown.catalog-menu__dropdown--absolute.js_dropdown-is-active {
    overflow-y: scroll;
    overflow-x: hidden;
}
}


@media (max-height: 750px) {
	nav.catalog-menu__dropdown.js_dropdown-is-active {
    overflow-y: scroll;
	}
}


 611555 */

 .co-delivery_method-information .co-delivery_method-description:nth-child(2):hover p {
		width: 420px !important;
	}

.accordion__label-category--highlight a{
  font-weight: bold;
}
label.accordion__label[for="CATEGORY_31201727"] {
  font-weight: bold;
}
