/* Card. */
.card h1 {
	font-size: 44px;
	font-weight: 700;
	display: none;
}

.card h2,
.card h3 {
	font-size: 24px;
}

.card_name {
	font-size: 24px !important;
	margin-bottom: 40px;
}

.card_name._mob {
	display: none;
}

.card_name._desktop {
	font-size: 18px!important;
	margin-bottom: 20px;
	display: block;
}

.card_item {
	align-items: flex-start;
	grid-gap: 80px;
	margin-bottom: 72px;
}

.card_item_img {
	grid-gap: 20px;
}

.card_item_img .images {
	display: flex;
	grid-gap: 20px;
	max-height: 600px;
}

.card_item_img .thumbs {
	display: flex;
	flex-direction: column;
	grid-gap: 20px;
}

.card_item_img .thumbs a {
	--size: 60px;

	overflow: hidden;
	display: block;

	width: var(--size);
	min-width: var(--size);
	height: var(--size);
	border: 1px solid #eee;
	border-radius: 10px;

	transition: border .43s;
}

.card_item_img .thumbs a.zoomThumbActive {
	border: 2px solid var(--primary);
}

.card_item_img a img {
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.card_item_img .big {
	position: relative;

	width: 100%;
	border: 1px solid #eee;
	border-radius: 10px;
}

.card_item_img .big img {
	border-radius: 10px;
}

.card_item_img .big .images_caption {
	pointer-events: none;
	position: absolute;
	top: 8px;
	left: 8px;
	padding: 0 12px;
	color: #ED6D30;
	font-size: 15px;
	font-weight: 700;
	line-height: 32px;
	background-color: #FDF4EF;
	border-radius: 6px;
	z-index: 2;
}

.card_item_img .big .images_favorit {
	--size: 24px;
	position: absolute;
	top: 16px;
	right: 16px;

	width: var(--size);
	height: var(--size);
	cursor: pointer;
	z-index: 2;
}

.card_item_img .big .images_favorit path {
	transition: fill .43s, stroke .43s;
}

.card_item_img .big .images_favorit:hover path {
	stroke: var(--primary);
}

.card_item_img .big .images_favorit.active path {
	fill: var(--primary);
	stroke: var(--primary)
}

.card_item_img .big .zoomWrapperImage img {
	width: auto;
	height: auto;
}

.card_item_info {
	font-size: 15px;
}

.card_item_top {
	flex-wrap: wrap;
	grid-gap: 12px 32px;

	white-space: nowrap;
}

.card_item_rate,
.card_top_rate {
	--color: var(--primary);
	grid-gap: 15px;

	font-size: 15px;
	font-weight: 500;
}

.card_item_rate > span,
.card_top_rate > span {
	display: none;
}

.card_item_rate p,
.card_top_rate p {
	margin-top: 2px;
}

.card_item_rate ul,
.card_top_rate ul {
	--size: 16px;
	--inner: 2px;

	display: flex;
	align-items: center;

	margin: 0 calc(var(--inner) * -1);
}

.card_item_rate li,
.card_top_rate li {
	position: relative;

	width: calc(var(--size) + var(--inner) * 2);
	height: var(--size);
	padding: 0 var(--inner);
}

.card_item_rate li:before,
.card_top_rate li:before {
	content: '';
	position: absolute;
	top: 0;
	left: var(--inner);
	right: var(--inner);
	bottom: 0;

	/* Inactive. */
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.4838 11.8758C7.18274 11.7093 6.81726 11.7093 6.5162 11.8758L4.47591 13.0036C3.74533 13.4075 2.87074 12.7913 3.00515 11.9674L3.41873 9.43248C3.46984 9.11921 3.36919 8.80029 3.14753 8.5731L1.35927 6.74032C0.79082 6.15771 1.11943 5.17628 1.92408 5.05341L4.30922 4.68924C4.63892 4.6389 4.92181 4.42751 5.06353 4.12559L6.09476 1.92858C6.45468 1.16178 7.54532 1.16178 7.90524 1.92858L8.93647 4.1256C9.07819 4.42751 9.36108 4.6389 9.69078 4.68924L12.0759 5.05341C12.8806 5.17628 13.2092 6.15771 12.6407 6.74032L10.8525 8.5731C10.6308 8.80029 10.5302 9.11921 10.5813 9.43248L10.9948 11.9674C11.1293 12.7913 10.2547 13.4075 9.5241 13.0036L7.4838 11.8758Z' fill='%23F5C15C'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;

	transition: background-image .43s;
}


.card_item_rate li:not(.active):before,
.card_top_rate li:not(.active):before {
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.4838 11.8758C7.18274 11.7093 6.81726 11.7093 6.5162 11.8758L4.47591 13.0036C3.74533 13.4075 2.87074 12.7913 3.00515 11.9674L3.41873 9.43248C3.46984 9.11921 3.36919 8.80029 3.14753 8.5731L1.35927 6.74032C0.79082 6.15771 1.11943 5.17628 1.92408 5.05341L4.30922 4.68924C4.63892 4.6389 4.92181 4.42751 5.06353 4.12559L6.09476 1.92858C6.45468 1.16178 7.54532 1.16178 7.90524 1.92858L8.93647 4.1256C9.07819 4.42751 9.36108 4.6389 9.69078 4.68924L12.0759 5.05341C12.8806 5.17628 13.2092 6.15771 12.6407 6.74032L10.8525 8.5731C10.6308 8.80029 10.5302 9.11921 10.5813 9.43248L10.9948 11.9674C11.1293 12.7913 10.2547 13.4075 9.5241 13.0036L7.4838 11.8758Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
}

.card_item_code {
	color: #666;
}

.card_item_price {
	grid-gap: 12px;

	margin-top: 12px;
}

.card_item_price ._this {
	font-size: 20px;
}

.card_item_price ._this {
	--color: var(--primary);

	font-size: 28px;
	font-weight: 500;
}

.card_item_price ._sale {
	padding: 0 4px;
	color: var(--white);
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	background-color: #ED6D30;
	border-radius: 6px;
}

.card_item_price ._old {
	--color: var(--gray);
	font-size: 17px;
	font-weight: 400;
	text-decoration: line-through;
}

.card_item_note {
	--color: #505759;

	font-size: 15px;
}

.card_item_promotion {
	grid-gap: 20px;
	margin-top: 10px;
	padding: 12px 20px;
	border: 1px solid #ED6D30;
	border-radius: 10px;
}

.card_item_promotion_img {
	width: 140px;
	min-width: 140px;
	height: 40px;
}

.card_item_promotion_img img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
}

.card_item_promotion_info {

}

.card_item_promotion_name {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;

	font-weight: 700;
}

.card_item_promotion_bottom {
	grid-gap: 30px;

	margin-top: 8px;
	line-height: 1;
}

.card_item_promotion_date {
	--color: #505759;

	font-size: 15px;
}

.card_item_promotion_more {
	color: var(--primary);
	font-weight: 500;
}

.card_item_btn {
	flex-wrap: wrap;
	grid-gap: 12px 28px;

	margin-top: 20px;
	white-space: nowrap;
}

.card_top_btn {
	white-space: nowrap;
}

.card_item_btn .btn,
.card_top_btn .btn {
	--color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	grid-gap: 4px;
	height: 44px;
	padding: 10px;
	color: var(--color);
	font-size: 15px;
	font-weight: 700;
	border-radius: 40px;
	background-color: var(--primary);
	cursor: pointer;
	transition: box-shadow .43s;
}

.let-me-know {
	padding: 20px !important;
	font-size: 11px!important;
	inline-size: fit-content;
}

.card_item_btn .btn:not(.btn-green):hover,
.card_top_btn .btn:not(.btn-green):hover {
	box-shadow: 0 0 32px var(--primary);
}

.card_item_btn .btn-green,
.card_top_btn .btn-green {
	padding: 0;
}
.card_item_btn .btn-green-card,
.card_top_btn .btn-green-card {
	/*background-color: #399500;*/
	background-color: var(--primary);

}
.card_item_btn .btn:not(.btn-green-card):hover, .card_top_btn .btn:not(.btn-green-card):hover {
	/*box-shadow: 0 0 32px #399500;*/
}



.card_item_sprint {
	--color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	grid-gap: 4px;
	height: 44px;
	padding: 20px;
	color: var(--color);
	font-size: 15px;
	font-weight: 500;
	border-radius: 40px;
	border: 2px solid var(--primary);
	background-color: var(--primary);
	cursor: pointer;

	transition: all .43s;
}

.card_item_sprint:not(:hover) {
	background-color: transparent;
	color: var(--primary);
	border-color: #BFE4F3;

}

.card_item_status {
	font-weight: 500;
	color: #F4A499;
}

.card_item_status.st_1 {
	color: #399500;
}

.card_item_status.st_3 {
	color: #ED6D30;
}

.card_item_groups {
	margin-top: 20px;
}

.card_item_groups .group {
	overflow: hidden;
	/*display: inline-grid;*/
	/*margin-right: calc(var(--bone_size) * -1);*/
}

.card_item_groups .group:not(:first-child) {
	margin-top: 16px;
}

.card_item_groups ul {
	--size: 52px;

	overflow-x: scroll;

	display: flex;
	align-items: center;
	grid-gap: 20px;

	margin-bottom: -100px;
	padding-right: var(--bone_size);
	padding-bottom: calc(100px - var(--scroll));

	width: 500px;
}
.card_item_groups li {
	min-inline-size: fit-content;
	display: inline-grid;
}
.card_item_groups li.st_0 a img {
	opacity: .3;
}
.card_item_groups .group-products li.active {
	order: -1;
}

.card_item_groups a {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;

	/*	width: var(--size);*/
	padding: 4px 8px;
	min-width: var(--size);
	height: var(--size);
	border: 2px solid #F4F4F4;
	border-radius: 10px;
	text-align: center;
}

.card_item_groups .active a {
	border-color: var(--primary);
}

.card_item_groups img {
	height: 100%;
	object-fit: cover;
	object-position: center;

	max-height: 40px;
	max-width: 40px;
}

.card_item_groups .group-title {
	margin-top: 16px;
	color: #666;
	font-size: 15px;
}

@media only screen and (max-width: 768px) {

	/* group-title. */

	.card_item_groups .group-title {
		margin-top: 20px;
	}

	/* group-title. */

}

.card_item_bottom {
	flex-wrap: wrap;
	grid-gap: 16px 36px;

	margin-top: 20px;
}

.card_item_bottom li {
	display: flex;
	align-items: center;
	grid-gap: 20px;

	white-space: nowrap;
}

.card_item_bottom img {
	--size: 40px;

	width: var(--size);
	min-width: var(--size);
	height: var(--size);
}

.card_mob {
	display: none;
}

.card_top {
	position: sticky;
	top: 0;

	margin: 0 calc(var(--bone_size) * -1);
	padding: 10px var(--bone_size);
	background-color: var(--bg);
	border-bottom: 1px solid transparent;
	z-index: 1;

	transition: border .43s;
}

.card_top.fixed {
	border-color: #eee;
}

.card_top_hide_wrapper {
	display: none;
}

.card_top_hide {
	grid-gap: 20px;

	margin-bottom: 8px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.card_top_hide > div {
	grid-gap: 24px;
}

.card_top_img {

}

.card_top_img img {
	--size: 52px;
	overflow: hidden;
	display: block;
	width: var(--size);
	min-width: var(--size);
	height: var(--size);
	border: 1px solid #eee;
	border-radius: 10px;
	object-fit: contain;
	object-position: center;

	transition: border .43s;
}

.card_top_info {

}

.card_top_name {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

	font-size: 15px;
}

.card_top_rate ul {
	--size: 14px;
}

.card_top_price {
	grid-gap: 20px;
}

.card_top_price ._this {
	font-size: 20px;
	font-weight: 700;
}

.card_top_price ._sale {
	padding: 0 4px;
	color: var(--white);
	font-size: 15px;
	font-weight: 700;
	line-height: 24px;
	background-color: #ED6D30;
	border-radius: 6px;
}

.card_top_price ._old {
	--color: var(--gray);
	font-size: 17px;
	text-decoration: line-through;
}

.card_top_btn {

}

.card_top_nav {
	--color: var(--primary);

	display: flex;
	justify-content: center;
	grid-gap: 80px;
}

.card_top_nav a {
	--line_l: 0px;
	--line_r: 0px;

	display: inline-block;
	position: relative;

	cursor: pointer;
	line-height: 1.4;
	font-size: 14px;
	outline: 0 none !important;
	white-space: nowrap;

	transition: color .43s;
}

.card_top_nav a:after {
	content: '';
	position: absolute;
	left: var(--line_l);
	right: 100%;
	bottom: 0;

	border-bottom: 1px solid var(--color);

	transition: right .23s ease-out;
}

.card_top_nav a.active:after {
	right: var(--line_r);
}

.card #prop {
	max-width: 1200px;
	margin: 90px auto 0;
}

.card #prop .options {
	overflow: hidden;

	display: grid;
	grid-template-columns: repeat(2, calc(50% - 40px));
	grid-gap: 16px 80px;

	margin-top: 30px;
}

.card #prop .options_name {
	grid-column: 1/3;

	font-size: 24px;
	font-weight: 600;
}

.card #prop .options_name:not(:first-child) {
	margin-top: 16px;
}

.card #prop .options_line {
	display: flex;
	align-items: flex-end;
	grid-gap: 12px;

	font-size: 15px;
	line-height: 1;
}

.card #prop .options_caption {
	display: flex;
	align-self: flex-end;
	grid-gap: 4px;
	flex-grow: 1;

	color: #666;
}

.card #prop .options_caption:after {
	content: '';
	flex-grow: 1;

	min-width: 20px;
	border-bottom: 1px solid #D9D9D9;
}

.card #prop .options_info {
	text-align: right;
	overflow-wrap: break-word;
}

.card #description {
	--sbone: 0px;
	--sbone_w: 1200px;
	--sbone_size: max((100vw - var(--sbone_w) - var(--scroll)) / 2, var(--sbone));

	margin-top: 80px;
}

.card #description .sbone {
	width: 100%;
	max-width: calc(var(--sbone_w) + var(--sbone) * 2);
	margin: 0 auto;
	padding: 0 var(--sbone);
}

.card #description .tab_title {
	margin-bottom: 40px;
}

.card #description * {
	max-width: 100%;
}

.card #description img {
	display: inline;

	max-width: 100%;
	height: auto !important;
	/*	width: calc(100% + var(--sbone_size) * 2) !important;*/
	/*	height: 100% !important;*/
	/*	margin: 0 calc(var(--sbone_size) * -1);*/
	/*	padding: 0 var(--bone_size);*/
}

.card #description h3 + p {
	margin-top: 28px;
}

.card #description p {
	/*	font-size: 19px;*/
}

.card #description p:not(:first-child) {
	margin-top: 50px;
}

.card #description p:not(:first-child) img {
	/*	margin-top: 70px;*/
}

.card #description a {
	--color: var(--primary) !important;
}

.card .products_title {
	padding: 0;
}

.card #comments {
	max-width: 800px;
	margin: 80px auto 0;
}

.card #comments .comments_top {
	flex-wrap: wrap;
	grid-gap: 12px 40px;

	margin-bottom: 40px;
}

.card #comments .comments_btn {
	--color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	grid-gap: 4px;
	height: 44px;
	padding: 20px;
	color: var(--color);
	font-size: 15px;
	font-weight: 500;
	white-space: nowrap;
	border-radius: 40px;
	background-color: var(--primary);
	cursor: pointer;
	transition: box-shadow .43s;
}

.card #comments .comment_wrapper {
	padding: 44px 50px;
	border: 1px solid #EEEEEE;
	border-radius: 8px;
}

.card #comments .comment_item.admin {
	padding-left: 37px;
}

.card #comments .comment_item.level2 {
	margin-top: 32px;
	padding-top: 32px;

	border-top: 1px solid #EEEEEE;
}

.card #comments .comment_item_top {
	flex-wrap: wrap;
	grid-gap: 4px 40px;

	margin-bottom: 24px;
}

.card #comments .author_name  {
	position: relative;

	font-size: 18px;
	font-weight: 700;
}

.card #comments .admin .author_name:before {
	--size: 25px;

	content: '';
	position: absolute;
	top: calc(50% - var(--size) / 2);
	left: -37px;

	width: var(--size);
	height: var(--size);
	background-image: url('/img/megabite_new/logo_small.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}

.card #comments .created {
	--color: #666666;

	font-size: 14px;
}

.card #comments .rating {
	--size: 20px;
	--inner: 2px;

	display: flex;
	align-items: center;

	margin: 0 calc(var(--inner) * -1);
}

.card #comments .rating span,
.card #comments .rating label {
	position: relative;

	width: calc(var(--size) + var(--inner) * 2);
	height: var(--size);
	padding: 0 var(--inner);
}

.card #comments .rating span:before,
.card #comments .rating label:before {
	content: '';
	position: absolute;
	top: 0;
	left: var(--inner);
	right: var(--inner);
	bottom: 0;

	/* Inactive. */
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.4838 11.8758C7.18274 11.7093 6.81726 11.7093 6.5162 11.8758L4.47591 13.0036C3.74533 13.4075 2.87074 12.7913 3.00515 11.9674L3.41873 9.43248C3.46984 9.11921 3.36919 8.80029 3.14753 8.5731L1.35927 6.74032C0.79082 6.15771 1.11943 5.17628 1.92408 5.05341L4.30922 4.68924C4.63892 4.6389 4.92181 4.42751 5.06353 4.12559L6.09476 1.92858C6.45468 1.16178 7.54532 1.16178 7.90524 1.92858L8.93647 4.1256C9.07819 4.42751 9.36108 4.6389 9.69078 4.68924L12.0759 5.05341C12.8806 5.17628 13.2092 6.15771 12.6407 6.74032L10.8525 8.5731C10.6308 8.80029 10.5302 9.11921 10.5813 9.43248L10.9948 11.9674C11.1293 12.7913 10.2547 13.4075 9.5241 13.0036L7.4838 11.8758Z' fill='%23F5C15C'/%3E%3C/svg%3E%0A");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;

	transition: background-image .43s;
}


.card #comments .rating span:not(.active):before,
.card #comments .rating label:not(.active, .hover):before {
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.4838 11.8758C7.18274 11.7093 6.81726 11.7093 6.5162 11.8758L4.47591 13.0036C3.74533 13.4075 2.87074 12.7913 3.00515 11.9674L3.41873 9.43248C3.46984 9.11921 3.36919 8.80029 3.14753 8.5731L1.35927 6.74032C0.79082 6.15771 1.11943 5.17628 1.92408 5.05341L4.30922 4.68924C4.63892 4.6389 4.92181 4.42751 5.06353 4.12559L6.09476 1.92858C6.45468 1.16178 7.54532 1.16178 7.90524 1.92858L8.93647 4.1256C9.07819 4.42751 9.36108 4.6389 9.69078 4.68924L12.0759 5.05341C12.8806 5.17628 13.2092 6.15771 12.6407 6.74032L10.8525 8.5731C10.6308 8.80029 10.5302 9.11921 10.5813 9.43248L10.9948 11.9674C11.1293 12.7913 10.2547 13.4075 9.5241 13.0036L7.4838 11.8758Z' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
}

.card #comments .dignity,
.card #comments .shortcoming {
	margin-top: 20px;
	/*	font-size: 19px;*/
}

.card #comments .dignity span,
.card #comments .shortcoming span {
	color: #666666;
}

.card #comments .comment_text {
	margin-top: 20px;
	font-size: 15px;
}

.card #comments .comment_footer {
	margin-top: 24px;
}

.card #comments .answer_button {
	--color: var(--primary);
	cursor: pointer;
	font-weight: 500;
}

.card #comments .comment_footer_rate {
	grid-gap: 32px;
}

.card #comments .comments_hidden {
	display: none;
}

.card #comments .comment_vote {
	position: relative;
	cursor: pointer;
}

.card #comments .comment_vote svg {
	width: 23px;
	height: 23px;
}
.comment_vote svg path {
	fill:grey;
}
.link.comment_vote.active svg path {
	fill: var(--primary);
}
.link-red:hover svg path {
	fill:darkred;
}
.link-green:hover svg path {
	fill:darkgreen;
}

.card #comments .comment_vote span {
	position: absolute;
	top: -12px;
	right: -10px;

	padding: 2px 4px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.25;
	background-color: var(--primary);
	border-radius: 4px;

	transition: opacity .43s;
}

.card #comments .comment_vote span:not(.active) {
	opacity: 0;
}

.card #comments .show-more {
	--color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	grid-gap: 4px;

	margin-top: 20px;
	height: 44px;
	padding: 20px;
	color: var(--color);
	font-size: 15px;
	font-weight: 500;
	border-radius: 40px;
	background-color: var(--primary);
	cursor: pointer;
	transition: box-shadow .43s;
}


.comments_net {
	grid-template-columns: 1fr 475px;
	align-items: flex-start;
	justify-content: space-between;
	grid-gap: 40px;
}

.comments_list {
	display: grid;
	grid-gap: 20px;

	max-width: 1200px;
}

.comments_form_wrapper {
	overflow: hidden;

	border: 1px solid #EEEEEE;
	border-radius: 8px;
}

.comments_form {
	overflow-y: scroll;
	max-height: 90vh;

	margin-right: -40px;
	padding: 40px calc(40px - var(--scroll) + 24px) 20px 24px;
}

.comments_form_nav {
	display: flex;
	align-items: center;
	/*	justify-content: space-between;*/
	grid-gap: 4px 40px;
	flex-wrap: wrap;

	font-size: 18px;
	font-weight: 700;
}

.comments_form_nav span {
	transition: color .43s;
}

.comments_form_nav input:checked + span {
	color: var(--primary);
}

.comments_form_rate {
	grid-gap: 16px;

	margin-top: 24px;
}

.comments_form_inputs {
	display: grid;
	grid-gap: 24px;

	margin-top: 36px;
}

.comments_form_inputs .element-row {
	position: relative;
}

.comments_form_inputs input {
	width: 100%;
	min-height: 60px;
	font-size: 15px;
	padding: 0 30px;
	border: 1px solid #D1D1D1;
	border-radius: 16px;
	transition: border-color .43s;
}

.comments_form_inputs input::placeholder {
	color: #ccc;
}

.comments_form_inputs label {
	position: absolute;
	top: 100%;
	left: 22px;
	padding: 0 8px;
	color: #999;
	font-size: 14px;
	background-color: var(--bg);
	transform: translate3d(0, -50%, 0px);
}

.comments_form_caption {
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	color: #505759;
}

.comments_form_btn {
	--color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	grid-gap: 4px;

	width: 100%;
	height: 44px;
	margin-top: 20px;
	padding: 20px;
	color: var(--color);
	font-size: 15px;
	font-weight: 500;
	border-radius: 40px;
	background-color: var(--primary);
	cursor: pointer;
	transition: box-shadow .43s;
}

/* Card. */

@media only screen and (max-width: 1200px) and (min-width:901px) {

	/* Card. */

	.card_item {
		grid-gap: 40px;
	}

	.card_item_promotion {
		flex-direction: column;

		padding: 16px 20px;
	}

	/* Card. */

}

@media only screen and (max-width: 1200px) {

	/* Card. */

	.card #comments .comment_wrapper {
		padding: 20px 24px;
	}

	.comments_net {
		grid-template-columns: repeat(2, 1fr);
	}

	.card_top_nav {
		grid-gap: 20px;
	}

	/* Card. */

}

@media only screen and (max-width: 900px) {

	/* Card. */

	.card h1,
	.card h2,
	.card h3 {
		font-size: 24px;
		display: block;
	}



	.card_name._mob {
		display: block;
	}

	.card_name._desktop {
		display: none;
	}

	.card_item {
		grid-gap: 40px;
		grid-template-columns: 1fr;
	}

	.card_item_groups .group {
		margin-left: calc(var(--bone_size) * -1);
	}

	.card_item_groups ul,
	.card_item_groups .group-title {
		padding-left: var(--bone_size);
	}

	.card_item_groups ul {
		--size: 52px;
		overflow-x: scroll;
		align-items: center;
		grid-gap: 20px;
		margin-bottom: -100px;
		padding-right: 0;
		padding-bottom: calc(100px - var(--scroll));
	}

	.card_item_groups li {
		min-inline-size: fit-content;
	}

	.card_item_groups img {
		height: 100%;
		object-fit: contain;
		object-position: center;
	}

	.card #prop {
		overflow: hidden;
	}

	.card #prop .options {
		/*		overflow-x: scroll;*/
		grid-template-columns: 100%;

		/*		max-width: calc(100% + var(--bone_size) * 2);*/
		/*		margin-bottom: -40px;*/
		/*		margin-left: calc(var(--bone_size) * -1);*/
		/*		margin-right: calc(var(--bone_size) * -1);*/
		/*		padding: 0 var(--bone_size) calc(40px - var(--scroll));*/
	}

	.card #prop .options_name {
		grid-column: auto;
	}

	.card #prop .options_line {
		flex-wrap: wrap;
		align-items: flex-start;
		font-size: 14px;
		/*		white-space: nowrap;*/
		border-bottom: 1px solid #D9D9D9;
		padding-bottom: 8px;
	}

	.card #prop .options_caption {
		align-self: flex-start;
	}

	.card #prop .options_caption:after {
		display: none;
	}

	/*.card #prop .options_caption {
		width: 184px;
		min-width: 184px;
	}*/

	.comments_net {
		grid-template-columns: 1fr;
	}

	.card_top {
		position: static;
	}

	.card_top_nav {
		flex-wrap: wrap;
		justify-content: flex-start;
		grid-gap: 20px 30px;
	}

	.card_top_hide_wrapper {
		display: none !important;
		height: 0 !important;
	}

	.card_mob {
		display: flex;
		position: sticky;
		grid-gap: 20px;
		bottom: 0;


		border-top: 1px solid #eee;
		background-color: var(--bg);
		z-index: 9;
	}

	.card_mob > div {
		grid-gap: 16px;
	}

	.card_mob_img img {
		--size: 55px;

		width: var(--size);
		min-width: var(--size);
		height: var(--size);
		object-fit: contain;
		object-position: center;
	}

	.card_mob_price {
		font-size: 16px;
		font-weight: 600;
	}

	.card_mob_favorit {
		--size: 18px;

		width: var(--size);
		height: var(--size);
	}

	.card_mob_favorit path {
		transition: stroke .43s;
	}

	.card_mob_favorit .images_favorit.active path {
		stroke: var(--primary);
	}

	.card_mob_btn .btn {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: -1px;

		width: 126px;
		height: 56px;
		--color: var(--white);
		font-size: 15px;
		font-weight: 500;
		background-color: var(--primary);
	}

	.card_mob_btn .btn-green {
		background-color: #399500;
	}

	/* Card. */

}

@media only screen and (max-width: 600px) {

	/* Card. */

	.page-product .breadcrumb,
	.page-product .header_central_logo {
		display: none;
	}

	.page-product .header {
		margin-bottom: 0;
	}

	.card_item_img .images {
		flex-direction: column-reverse;
	}

	.card_item {
		grid-template-columns: 100%;

		margin-bottom: 0;
	}

	.card_item_img .thumbs {
		overflow-x: scroll;
		flex-direction: row;

		padding: 0 var(--bone_size) calc(40px - var(--scroll));
	}

	.card_item_img .images {
		overflow: hidden;

		margin-left: calc(var(--bone_size) * -1);
		margin-right: calc(var(--bone_size) * -1);
	}

	.card_item_img .big {
		border-top: 0 none;
		border-left: 0 none;
		border-right: 0 none;
	}

	.card_item_img .big img {
		border-radius: 0;
	}

	.card_name {
		display: none;
	}

	.card_item_info {
		display: flex;
		flex-direction: column;
		grid-gap: 28px;
	}

	.card_item_info > div {
		margin: 0;
	}

	.card_item_price {
		order: -10;
	}

	.card_item_note {
		order: -10;
		margin-top: -20px !important;
	}

	.card_item_price ._this {
		font-size: 24px;
	}

	.card_item_groups {
		order: -9;
	}

	.card_item_btn {
		order: -8;
	}

	.card_item_bottom {
		margin-top: 0;
	}

	.card_item_promotion {
		flex-direction: column;
		margin-left: -20px !important;
		margin-right: -20px !important;
		padding: 30px 30px 24px;
	}

	.card_item_promotion_img {
		width: 100%;
		height: 84px;
	}

	.card_item_promotion_name {
		-webkit-line-clamp: 2;


	}

	.card_item_btn .product_button_wrap {
		display: none;
	}

	.card .products {
		margin-top: 36px;
		padding-top: 24px;
		border-top: 20px solid #F7F7F7;
	}

	.card_top,
	#comments,
	#prop,
	#description,
	#complect {
		margin: 36px calc(var(--bone_size) * -1) 0 !important;
		padding: 24px var(--bone_size) 0;
		border-top: 20px solid #F7F7F7;
	}

	.card #comments .comment_wrapper {
		padding: 18px 20px;
	}

	.card #comments .comment_item_top {
		grid-gap: 4px 20px;
		margin-bottom: 20px;
	}

	.card #comments .author_name,
	.comments_form_nav {
		font-size: 19px;
	}

	.card #comments .rating {
		--size: 16px;
	}

	.card #comments .comment_text {
		font-size: 17px;
	}

	.card #comments .comment_item.level2 {
		margin-top: 16px;
		padding-top: 16px;
	}

	.card #comments .comment_item.admin {
		padding-left: 32px;
	}

	.card #comments .admin .author_name:before {
		--size: 19px;
	}

	.comments_form_rate {
		margin-top: 20px;
	}

	.comments_form_inputs {
		margin-top: 20px;
		grid-gap: 28px;
	}

	.comments_form_rate {
		flex-direction: column;
		align-items: flex-start;
		grid-gap: 4px;
	}

	.comments_form_inputs input {
		min-height: 56px;
	}

	/* Card. */

}