* {
	box-sizing: border-box;
	scrollbar-width: thin;
	font-family: 'Roboto Condensed', 'Roboto', 'Open Sans', sans-serif;
	-webkit-tap-highlight-color: transparent;
}


body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

address, caption, cite, code, dfn, th, var, h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
}

caption, th {
	text-align: left;
}

abbr, acronym, fieldset, img {
	border: 0;
}

.clearfix:after {
	content: '';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

q:before {
	content:'&laquo;';
}

q:after {
	content:'&raquo;';
}


.forbidden_select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* Чтобы работали переносы, должен быть указан lang="ru" в html */
.hyphens {
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-o-hyphens: auto;
	-khtml-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}



body, p, div, td {
	font-size: 16px;
}

p {
	margin-bottom: 5px;
	line-height: 150%;
}

li {
	line-height: 150%;
	margin-bottom: 10px;
}

ul {
	list-style-type: square;
}

h1, h2 {
	font-weight: bold;
}

h2 {
	margin-bottom: 15px;
}

section {
	margin-bottom: 50px;
}

body {
	background: #eee url('../images/bg1.jpg') no-repeat center center/cover;
	background-attachment: fixed;
	/*
	background: #eee;
	*/
}


a {
	/*
	color: #0477BF;
	*/
	color: #0C5482;
	text-decoration: none;
}

a:hover {
	color: #D62828;
}






header {
	margin-bottom: 20px;
	margin-top: 20px;
	min-height: 120px;
}

header .button_menu {
	display: none;
	width: 40px;
	height: 40px;
	position: relative;
	border: #ccc solid 1px;
	border-radius: 4px;
	cursor: pointer;
	order: 0;
	flex-shrink: 0;
}

header .mobile_menu {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #fff;
	display: none;
	z-index: 1000000;
	overflow: auto;
}

header .mobile_menu.visible {
	display: block;
}

header .mobile_menu .block_manager {
	display: flex;
	gap: 5px;
	flex-direction: column;
	justify-content: center;
}

header .mobile_menu_header {
	display: flex;
	gap: 20px;
	justify-content: space-around;
	border-bottom: #eee solid 1px;
	padding: 20px;
}


header .button_menu::before {
	content: '';
	position: absolute;
	display: block;
	left: calc(50% - 12px);
	top: calc(50% - 12px);
	width: 24px;
	height: 24px;
	background: url('../images/menu.svg') no-repeat center center/contain;
}

header .button_menu.opened::before {
	background: url('../images/delete.svg') no-repeat center center/contain;
}

header .mobile_menu .mobile_menu_catalog {
	padding: 20px;
	border-bottom: #eee solid 1px;
}

header .mobile_menu .mobile_menu_user_links,
header .mobile_menu .mobile_menu_links
{
	padding: 20px;
	border-bottom: #eee solid 1px;
}

header .mobile_menu .mobile_menu_user_links ul,
header .mobile_menu .mobile_menu_links ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

header .mobile_menu .mobile_menu_user_links li,
header .mobile_menu .mobile_menu_links li
{
	font-size: 18px;
	margin: 0;
}

header .mobile_menu .mobile_menu_user_links li a,
header .mobile_menu .mobile_menu_links li a
{
	text-decoration: none;
	color: #0C5482;
}
header .mobile_menu .mobile_menu_user_links li a:hover,
header .mobile_menu .mobile_menu_links li a:hover
{
	color: #D62828;
}



header .block_user {
	/*width: 30%;*/
/*	margin-left: auto; */
}

header .block_cart {
	/* margin-left: auto; */
}


header .block_cart .cart {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 5px 10px;
	background: linear-gradient(64deg,#ffe5b7 6.32%,#e3cef9 92.14%);
	width: 120px;
	min-height: 80px;
	position: relative;
	user-select: none;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none;
	flex-direction: column;
	gap: 5px;
}

header .block_cart .cart .sum {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 22px;
	text-shadow: 1px 1px 0 #fff;
	white-space: nowrap;
}

header .block_cart .cart .icon {
	display: block;
	width: 32px;
	height: 32px;
	background: url('../images/cart.svg') no-repeat center center/contain;
}




header .cart .counter {
	background: #0a6978;
	color: #fff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}










header .logo {
	/*
	background: transparent url('../images/potochnik.svg') no-repeat center center/100%;
	 */
	/*background: #2F5945;*/
	user-select: none;
	text-decoration: none;
	/*
	width: 261px;
	height: 43px;
	*/
	color: #675f7b;
	font-size: 42px;
	font-weight: bold;
	line-height: 100%;



}

header .logo .brand {
	font-weight: bold;
	font-size: 24px;
	text-transform: uppercase;
}


header .slogan {
	color: #000;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
}



header .outer_wrapper > .wrapper {
	margin: 0 auto;
	min-width: 320px;
	max-width: 1280px;
	position: relative;
	padding: 20px;
	display: flex;
	background: #fff;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

header > .outer_wrapper > .wrapper > .block_manager .wrapper_phone,
header .mobile_menu .block_manager .wrapper_phone
{
	display: flex;
	gap: 20px;
	margin-bottom: 5px;
}

header .mobile_menu .block_manager .wrapper_phone {
	justify-content: center;
	margin-bottom: 0;
}



header .block_pickup_point {
	margin-left: 20px;
}

header > .outer_wrapper > .wrapper > .block_manager {
}

header > .outer_wrapper > .wrapper > .block_manager .messengers {
	display: flex;
}

header > .outer_wrapper > .wrapper > .block_manager .messengers > * {
	display: block;
	width: 32px;
	height: 32px;
}

header > .outer_wrapper > .wrapper > .block_manager .messengers > .telegram {
	background: url('../images/telegram.svg') no-repeat center center/100%;
}

header > .outer_wrapper > .wrapper > .block_manager .messengers > .whatsapp {
	background: url('../images/whatsapp.svg') no-repeat center center/100%;
	margin: 0 10px;
}

header > .outer_wrapper > .wrapper > .block_manager .messengers > .viber {
	background: url('../images/viber.svg') no-repeat center center/100%;
}

header > .outer_wrapper > .wrapper > .block_manager .email {
	margin-bottom: 5px;
}

footer {
	min-height: 200px;
	background-color: #17232a;
	color: #82909d;
	padding: 40px;
}


.top_menu {
	background: #000;
}

.top_menu .wrapper {
	margin: 0 auto;
	min-width: 320px;
	max-width: 1280px;
	position: relative;
	min-height: 50px;
}


main .wrapper {
	margin: 0 auto;
	min-width: 320px;
	max-width: 1280px;
	position: relative;
	padding: 20px;
	background: #fff;
	min-height: 50vh;
}

footer h4 {
	color: #eee;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

footer .wrapper {
	margin: 0 auto;
	min-width: 320px;
	max-width: 1280px;
	position: relative;
	padding: 20px;
}

footer .blocks {
	display: grid;
	gap: 20px;
	flex-wrap: wrap;
}

footer .blocks .seller_info {
	grid-row: 1;
	grid-column: 1;
}


footer .menu {
	grid-row: 1;
	grid-column: 2;
}

footer .menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}

footer .menu ul > li {
	width: 46%;
}

footer a {
	color: #ccc;
	text-decoration: none;
}

footer a:hover {
	color: #ffa749;
}

footer p {
	margin: 0 0 5px 0;
}

footer .payment_methods {
	grid-row: 3;
	grid-column: 2;
}

footer .payment_systems {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

footer .payment_systems .ps {
	height: 60px;
	width: 80px;
	flex-shrink: 0;
}

footer .payment_systems .ps.mir {
	background: url('../images/payment_systems/mir.svg') no-repeat center center/contain;
}

footer .payment_systems .ps.sbp {
	background: url('../images/payment_systems/sbp2.svg') no-repeat center center/contain;
}

footer .payment_systems .ps.cash {
	background: url('../images/payment_systems/rub.svg') no-repeat center center/contain;
}


footer .payment_systems .ps.visa {
	background: url('../images/payment_systems/visa.svg') no-repeat center center/contain;
}

footer .payment_systems .ps.mastercard {
	background: url('../images/payment_systems/mastercard.svg') no-repeat center center/80%;
}

footer .payment_systems .ps.paykeeper {
	width: 110px;
	background: url('../images/payment_systems/paykeeper.svg') no-repeat center center/contain;
}

footer .payment_systems .ps.intellectmoney {
	width: 110px;
	background: url('../images/payment_systems/intellectmoney2.svg') no-repeat center center/contain;
}

footer .payment_systems .ps.tochka {
	width: 110px;
	background: url('../images/payment_systems/tochka_white.svg') no-repeat center center/contain;
}

footer .payment_systems .ps.ozon {
	width: 110px;
	background: url('../images/payment_systems/ozon_white.svg') no-repeat center center/contain;
}


/*
footer .payment_systems .ps.mir {
	background: url('../images/payment_systems/mir_white.svg') no-repeat center center/contain;
}

footer .payment_systems .ps.sbp {
	background: url('../images/payment_systems/sbp_white.svg') no-repeat center center/contain;
}

footer .payment_systems .ps.visa {
	background: url('../images/payment_systems/visa_white.svg') no-repeat center center/contain;
}

footer .payment_systems .ps.mastercard {
	background: url('../images/payment_systems/mastercard_white.svg') no-repeat center center/contain;
}

footer .payment_systems .ps.paykeeper {
	background: url('../images/payment_systems/paykeeper_white.svg') no-repeat center center/contain;
}


footer .payment_systems .ps.mir:hover {
	background: url('../images/payment_systems/mir.svg') no-repeat center center/contain;
}

footer .payment_systems .ps.sbp:hover {
	background: url('../images/payment_systems/sbp.svg') no-repeat center center/contain;
}

footer .payment_systems .ps.visa:hover {
	background: url('../images/payment_systems/visa.svg') no-repeat center center/contain;
}

footer .payment_systems .ps.mastercard:hover {
	background: url('../images/payment_systems/mastercard.svg') no-repeat center center/contain;
}

footer .payment_systems .ps.paykeeper:hover {
	background: url('../images/payment_systems/paykeeper.svg') no-repeat center center/contain;
}
*/

.group_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 20px;
}

.group_list > * {
	display: block;
	padding: 10px;
	background: #eee;
	border-radius: 5px;
	text-decoration: none;
	color: #444;
	font-size: 18px;
	user-select: none;
}

.group_list > *:hover {
	color: #444;
}


.page {
	/*
	margin: 0 auto;
	min-width: 320px;
	max-width: 1280px;
	position: relative;
	background: #fff;
	box-shadow: 0 0 3px 2px #aaa;
	*/
}

main {

	margin-bottom: 20px;
}




.cookie_alert {
	z-index: 10000;
	display: block;
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.8);
	border: #ccc;
	padding: 30px;
	width: 100%;
	font-size: 14px;
	color: #fff;
}



.cookie_alert p {
	margin: 0 0 10px 0;
}

.cookie_alert > .close {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 22px;
	height: 22px;
	background: url('../images/white_close.svg') no-repeat center center;
	background-size: 100% 100%;
}

.cookie_alert > .cookie_alert_content a {
	color: #fff;
	text-decoration: underline;
}

.cookie_alert > .cookie_alert_content > :last-child {
	margin-bottom: 0;
}


body.hide_scroll {
	overflow: hidden;
}


footer .logo {
	width: 100px;
	height: 100px;
	background: url('../images/designium.png') no-repeat;
	display: block;
}

footer  .logo:hover {
	background-position: -100px 0;
}


.page_catalog .product_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px 2%;
}

.page_catalog .product {
	width: 32%;
	min-width: 240px;
	background: #fff;
	padding: 0px;
	border: #ccc solid 1px;
	position: relative;
	/*max-width: 320px;*/
}

.site_veniki .page_catalog .product {
	width: 23.5%;
}

.page_catalog .product .button {
	margin-top: auto;
}
/*
.page_product .product .button {
	max-width: 320px;
}
*/
.page_catalog .product:hover {
	-webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.5);
	box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.5);
}

.page_catalog .product .image {
	height: 230px;
	padding: 15px;
}

.page_catalog .product .image a {
	display: block;
	height: 100%;
}

.page_catalog .product .image img {
	display: block;
	margin: 0 auto;
/*	height: 100%;*/
	max-width: 100%;
	max-height: 100%;
}

.page_catalog .product .inner_wrapper {
	padding: 15px 15px 15px 15px;
	display: flex;
	flex-direction: column;
	min-height: 260px;
}

.page_catalog .product .name {
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
}

.page_catalog .product .name a {
	text-decoration: none;
	color: #000;
}

.page_product h3 {
	text-transform: uppercase;
}

.page_catalog .product .add_to_cart,
.page_product .add_to_cart
{
	display: flex;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	background: green;
	color: #fff;
	text-decoration: none;
	margin: 0 auto;
	border-radius: 5px;
	user-select: none;
}

.page_product .add_to_cart {
	max-width: 320px;
}

.page_product h1 {
	margin-bottom: 10px;
}

.page_product .product_id {
	margin-bottom: 20px;
	color: #555;
}

.page_product .price_wrapper {
	display: flex;
	justify-content: center;
	align-items: baseline;
	gap: 10px;
	flex-wrap: wrap;
}

.page_product .price {
	font-size: 50px;
	font-weight: bold;
	display: inline-block;
}

.page_product .old_price {
	font-size: 30px;
	color: #9b9b9b;
	position: relative;
	display: inline-block;
	font-weight: bold;
}

.page_product .old_price::before {
	content: "";
	height: 2px;
	background-color: #ea0005;
	width: 100%;
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	transform: rotate(-9deg);
	opacity: .5;
	pointer-events: none;
}



.page_catalog .product .add_to_cart:hover,
.page_product .add_to_cart:hover
{
	background: rgba(0, 128, 0, .7);
}

.page_catalog .product .id {
	margin-top: 15px;
	font-size: 14px;
	color: #555;
}

.page_product .price_per_unit {
	text-align: center;
	color: #777;
	margin-top: 3px;
}

.page_product .button {
	margin-top: 20px;
}

.page_catalog .product .price_wrapper {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.page_catalog .product .price {
	font-size: 24px;
	display: inline-block;
	font-weight: bold;
}

.page_catalog .product .old_price {
	font-size: 18px;
	color: #9b9b9b;
	position: relative;
	display: inline-block;
	font-weight: bold;
}

.page_catalog .product .old_price::before {
	content: "";
	height: 2px;
	background-color: #ea0005;
	width: 100%;
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	transform: rotate(-9deg);
	opacity: .5;
	pointer-events: none;
}

.page_catalog .product .favorite_button {
	position: absolute;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff url('../images/favorite.svg') no-repeat center center/70%;
	top: 10px;
	right: 10px;
	opacity: 0.5;
	box-shadow: 0 0 7px rgb(0,0,0,.3);
	cursor: pointer;
}

.page_catalog .product:hover .favorite_button {
	opacity: 1;
}

.page_catalog .product .compare_button {
	position: absolute;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff url('../images/compare.webp') no-repeat center center/70%;
	top: 10px;
	right: 60px;
	opacity: 0.5;
	box-shadow: 0 0 7px rgb(0,0,0,.3);
	cursor: pointer;
}

.page_catalog .product:hover .compare_button {
	opacity: 1;
}

.page_catalog .product .gallery {
	display: flex;
	overflow: hidden;
	margin-bottom: 15px;
}

.page_catalog .product .gallery img {
	display: block;
	height: 50px;
	margin: 0 10px;
	padding: 1px;
	border: #eee solid 1px;
}

.page_catalog .product .counter,
.page_product .counter
{
	display: none;
	width: 140px;
	height: 50px;
	border: #ccc solid 1px;
	padding: 2px;
	margin: 0 auto;
	border-radius: 5px;
	background: #fff;
}
/*
.page_product .counter {
	margin: 0;
}
*/
.cart .counter {
	display: flex;
	width: 140px;
	height: 50px;
	border: #ccc solid 1px;
	padding: 2px;
	margin: 0 auto;
	border-radius: 5px;
	background: #fff;
}


.page_catalog .product .counter a,
.cart .counter a,
.page_product .counter a
{
	font-size: 20px;
	display: block;
	width: 20%;
	font-weight: bold;
	text-align: center;
	color: #000;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 90%;
	background-color: green;
}

/*
.cart .counter a {
	background-color: #ccc;
}
*/
.page_catalog .product .counter a.minus,
.page_product .counter a.minus
{
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background-image: url('../images/minus_white.svg');
}

.page_catalog .product .counter a.plus,
.page_product .counter a.plus
{
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background-image: url('../images/plus_white.svg');
}


.cart .counter a.minus
{
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	/*
	background-image: url('../images/minus.svg');
	*/
	background-image: url('../images/minus_white.svg');
}

.cart .counter a.plus
{
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	/*
	background-image: url('../images/plus.svg');
	*/
	background-image: url('../images/plus_white.svg');
}





.page_catalog .product .counter a:hover,
.page_catalog .product .counter a:active,
.page_product .counter a:hover,
.page_product .counter a:active
{
	/*
	background-color: #ffa749;
	*/
	background-color: rgba(0,128,0,.7);
}

.cart .counter a:hover,
.cart .counter a:active
{
	/*background-color: #aaa;*/
	background-color: rgba(0,128,0,.7);
}

.page_catalog .product .counter input,
.page_product .counter input,
.cart .counter input
{
	padding: 0;
	margin: 0;
	border: none;
	outline: 0;
	outline-offset: 0;
	width: 60%;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

.cart .counter input {
	height: 42px;
}

.page_catalog .product.in_cart .add_to_cart,
.page_product .product.in_cart .add_to_cart
{
	display: none;
}

.page_catalog .product.in_cart .counter,
.page_product .product.in_cart .counter
{
	display: flex;
}

.page_catalog .product .in_cart_message,
.page_product .product .in_cart_message
{
	display: none;
	padding: 10px;
	justify-content: center;
	font-size: 12px;
	font-weight: bold;
	color: #444;
}


.page_catalog .product.in_cart .in_cart_message,
.page_product .product.in_cart .in_cart_message
{
	display: flex;
}


.page_catalog .product .status,
.page_product .product .status
{
	margin-top: 10px;
	font-weight: normal;
	text-align: center;
}

.page_product .product_main_block {
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
	padding: 20px;
	border-radius: 10px;
}

.page_product .description {
	padding: 20px;
	margin-top: 20px;
}

.page_product .button_go_to_payment {
	padding: 10px 40px 10px 10px;
	background: #675f7b;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	height: 40px;
	display: none;
	justify-content: center;
	align-items: center;
	max-width: 200px;
	margin: 20px auto 0;
	user-select: none;
	position: relative;
}

.page_product .button_go_to_payment::before {
	content: '';
	position: absolute;
	display: block;
	width: 36px;
	height: 36px;
	background: url('../images/payment_systems/rub.svg') no-repeat center center/contain;
	top: calc(50% - 18px);
	right: 5px;
}



.in_cart .button_go_to_payment {
	display: flex;
}


/*
.page_product .product .status {
	max-width: 320px;
	text-align: left;
}
*/
.page_catalog .product .status.in_stock,
.page_product .product .status.in_stock
{
	color: #008000;
}

.page_catalog .product .status.in_cart,
.page_product .product .status.in_cart
{
	color: #000;
}

.page_catalog .product .status.in_cart a,
.page_product .product .status.in_cart a
{
	color: #000;
	text-decoration: none;
}


.tag {
	background: #eee;
	font-size: 12px;
	user-select: none;
	line-height: 100%;
	padding: 4px 8px;
	border-radius: 2px;
	display: inline-flex;
}

.tag.novelty {
	color: #fff;
	background: #00b034;
	background: -moz-linear-gradient(top, #00b034 0%, #00d04a 100%);
	background: -webkit-linear-gradient(top, #00b034 0%, #00d04a 100%);
	background: linear-gradient(to bottom, #00b034 0%, #00d04a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b034', endColorstr='#00d04a', GradientType=0);
}

.tag.sale {
	color: #fff;
	background: #ea6818;
	background: -moz-linear-gradient(top, #ea6818 0%, #f7b32c 100%);
	background: -webkit-linear-gradient(top, #ea6818 0%, #f7b32c 100%);
	background: linear-gradient(to bottom, #ea6818 0%, #f7b32c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea6818', endColorstr='#f7b32c', GradientType=0);
}

.tag.hit {
	color: #fff;
	background: #fe4136;
	background: -moz-linear-gradient(top,  #fe4136 0%, #fe7c66 100%);
	background: -webkit-linear-gradient(top,  #fe4136 0%,#fe7c66 100%);
	background: linear-gradient(to bottom,  #fe4136 0%,#fe7c66 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe4136', endColorstr='#fe7c66',GradientType=0 );
}

.tag.discount {
	color: #fff;
	background: #0a9ece;
	background: -moz-linear-gradient(top,  #0a9ece 0%, #12d3e8 100%);
	background: -webkit-linear-gradient(top,  #0a9ece 0%,#12d3e8 100%);
	background: linear-gradient(to bottom,  #0a9ece 0%,#12d3e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a9ece', endColorstr='#12d3e8',GradientType=0 );
}



.tag.pink {
	color: #fff;
	background: #E61ACA;
	background: -moz-linear-gradient(top,  #E61ACA 0%, #E061E6 100%);
	background: -webkit-linear-gradient(top,  #E61ACA 0%,#E061E6 100%);
	background: linear-gradient(to bottom,  #E61ACA 0%,#E061E6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E61ACA', endColorstr='#E061E6',GradientType=0 );
}


.tag.black {
	color: #fff;
	background: #000000;
	background: -moz-linear-gradient(top,  #000000 0%, #444444 100%);
	background: -webkit-linear-gradient(top,  #000000 0%,#444444 100%);
	background: linear-gradient(to bottom,  #000000 0%,#444444 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#444444',GradientType=0 );
}


.catalog_groups {

}

.catalog_groups ul,
header .mobile_menu_catalog ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 5px;
}


header .mobile_menu_catalog ul {
	/*
	max-width: 320px;
	 */
	flex-direction: row;
	gap: 10px 2%;
	flex-wrap: wrap;
	justify-content: space-between;
}


.catalog_groups ul li,
header .mobile_menu_catalog ul li
{
	margin: 0;
}

header .mobile_menu_catalog ul li {
	width: 49%;
}

.catalog_groups ul a,
header .mobile_menu_catalog ul a
{
	display: block;
	padding: 10px;
	background: #eee;
	border-radius: 5px;
	text-decoration: none;
	color: #444;
	font-size: 18px;
	user-select: none;
}

.catalog_groups ul a.selected,
header .mobile_menu_catalog ul a.selected
{
	background: #675f7b;
	color: #fff;
	font-weight: bold;
}


h1 {
	margin: 0 0 20px 0;
	line-height: 130%;
}

.header_menu {
	background: #eee;
	min-height: 50px;
}

.header_menu .wrapper {
	background: #fff;
	margin: 0 auto;
	min-width: 320px;
	max-width: 1280px;
	position: relative;
	display: flex;
}

.header_menu .wrapper .menu {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.header_menu .wrapper .menu li {

}

.header_menu .wrapper .menu li a {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 100%;
	padding: 5px 10px;
	font-size: 14px;
	background: #fff;
	text-decoration: none;
	color: #666;
	width: 90px;
	min-height: 70px;
	position: relative;
	user-select: none;
}

.header_menu .wrapper .menu li a:hover {
	background: #eee;
}


.header_menu .wrapper .menu li a .counter {
	background: #0a6978;
	color: #fff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
}



.header_menu .wrapper .menu li a::after {
	display: block;
	position: absolute;
	content: '';
	width: 32px;
	height: 32px;
	background: red;
	left: calc(50% - 16px);
	top: 10px;
}

.header_menu .wrapper .menu li a.compare::after {
	background: url('../images/compare.webp') no-repeat center center/100%;
}

.header_menu .wrapper .menu li a.wishlist::after {
	background: url('../images/favorite.svg') no-repeat center center/100%;
}

.header_menu .wrapper .menu li a.cart::after {
	background: url('../images/cart.svg') no-repeat center center/100%;
}

.header_menu .wrapper .catalog_button {
	background: #0a6978;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	padding: 10px;
	width: 200px;
	text-align: center;
	height: 40px;
}

.header_menu .wrapper .catalog_button_wrapper {
	padding: 5px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header_menu .wrapper .search_wrapper {
	padding: 10px;
	width: 60%;
	display: flex;
	align-items: center;
	margin: 0 80px 0 0px;
	position: relative;
}

.header_menu .wrapper .search_wrapper > div {
	width: 100%;
	position: relative;
}

.header_menu .wrapper .search_wrapper .search_button {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	top: 0;
	right: 0;
	bottom: 0;
	background: url('../images/magnifier.svg') no-repeat center center/50%;
}



.header_menu .wrapper .search_wrapper input[type="text"] {
	padding: 10px;
	margin: 0;
	border: #ccc solid 1px;
	width: 100%;
	outline: none;
	height: 40px;
	font-size: 14px;
}






.header_menu .wrapper .search_wrapper input[type="text"]::placeholder {
	color: #ccc;
	opacity: 1;
}

h2 {
	margin-bottom: 20px;
}

h3 {
	font-size: 20px;
	margin-bottom: 20px;
}




.page_product .big_image {
	margin-bottom: 20px;
	min-height: 480px;
}

.page_product .big_image img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}


.page_product .product_gallery {
	min-height: 108px;
	overflow: hidden;
}

.page_product .product_gallery .images {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.page_product .product_gallery .item {
	padding: 2px;
	border: transparent solid 2px;
	cursor: pointer;
}

.page_product .product_gallery img {
	height: 100px;
	display: block;
}


.page_product .product_gallery .selected {
	border: #675f7b solid 2px;
}



.properties_section {
	margin-bottom: 40px;
	width: 40%;
}

.properties .row {
	margin-bottom: 10px;
	display: flex;
}

.properties .row .property {
}

.properties .row .dots {
	flex-grow: 1;
	border-bottom: 2px dotted #ccc;
	margin: 0 .5%;
}


.properties .row .value {
	width: 30%;
}

h3 {
	margin-bottom: 20px;
	font-weight: bold;
}














table.payments {
	width: 100%;
	border: #ccc solid 1px;
	border-collapse: collapse;
}

table.payments > thead > tr > th {
	border: #ccc solid 1px;
	padding: 6px;

	background: #f5f5f5;
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #dddddd 100%);
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#dddddd 100%);
	background: linear-gradient(to bottom,  #f5f5f5 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dddddd',GradientType=0 );


}

table.payments > tbody > tr > td {
	border: #ccc solid 1px;
	padding: 6px;
}

table.payments > tbody > tr:hover {
	background-color: #F1F0C3;
}


.payment_form {

}

.payment_form .systems {
	padding-left: 188px;
}



.payment_form .systems li {
	display: block;
	width: 160px;
	height: 80px;
	float: left;
	border: #ccc solid 1px;
	margin-right: 20px;
	cursor: pointer;
	margin-bottom: 20px;
}

.payment_form .systems li:nth-of-type(1) {
	margin-left: -188px;
}

.payment_form .systems li.selected {
	border: 1px solid #fc0;
	outline: #fc0 solid 3px;
}



.cart_page .cart {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 40px;
	gap: 20px;
}

.cart_page .cart .item {
	display: flex;
	padding: 20px;
	border-radius: 10px;
	background: #eee;
	gap: 20px;
	font-size: 22px;
	position: relative;
}

/*
.cart_page .cart .item:hover {
	background: #f9f9f9;
}
*/

.cart_page .cart .item_price_and_quantity {
	display: flex;
	gap: 20px;
	align-items: center;
}

.cart_page .cart .item_info {
	display: flex;
	gap: 10px;
	flex-direction: column;
	flex-grow: 1;
}

.cart_page .cart .item_image {
	width: 104px;
	height: 104px;
	flex-shrink: 0;
}

.cart_page .cart .item_image a {
	display: block;
	width: 104px;
	height: 104px;
}

.cart_page .cart .item_image a img {
	display: block;
	width: 100px;
	height: 100px;
	padding: 1px;
	border: #ccc solid 1px;
	background-color: #fff;
}

.cart_page .cart .item_name {
	font-size: 22px;
/*	font-weight: bold; */
	color: #000;
}

.cart_page .cart .item_name a {
	color: #000;
	text-decoration: none;
}

.cart_page .cart .price {
	font-size: 22px;
	min-width: 100px;
	text-align: center;
	white-space: nowrap;
}

.cart_page .cart .row_total {
	font-size: 22px;
	max-width: 100px;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
}

.cart_page .cart .delete {
	opacity: 0.3;
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url('../images/delete.svg') no-repeat center center/contain;
	/*
	background: url('../images/trash.png') no-repeat;
	*/
}




.cart_page .cart .item .delete:hover {
	opacity: 1.0;
}

.cart_page .cart .item_button_delete {
	width: 32px;

}

.cart_page .summary {
	margin-bottom: 20px;
	position: sticky;
	top: 20px;
}

/*
.cart_page .summary .dots {
	flex-grow: 1;
	border-bottom: 2px dotted #000;
	margin: 0 .5%;
}
*/
.cart_page .summary .title {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 30px;
}

.cart_page .summary .block {
	width: 100%;
	background: #fae9bb;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 20px;
	flex-direction: column;
	gap: 20px;
	display: flex;
}

.cart_page .summary .dots {
	flex-grow: 1;
	border-bottom: 2px dotted #777;
	margin: 0 .5%;
}

.cart_page .summary .block > .tbody > .tr > div {

}

.cart_page .summary .block .row
{
	display: flex;
}

.cart_page .summary .block .row > div {
	font-size: 20px;
	text-shadow: 1px 1px 0 #fff;
}

.cart_page .summary .block .row > :nth-child(1) {
}

.cart_page .summary .block .row .value {
	text-align: right;
	text-shadow: 1px 1px 0 #fff;
	white-space: nowrap;
}

/*
.cart_page .summary .purchase {
	display: block;
	background: #f55e4f none repeat scroll 0 0;
	text-transform: uppercase;
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding: 13px 20px;
	font-size: 14px;
	border: 0px;
	text-align: center;
	-webkit-transition: opacity 200ms linear;
	-o-transition: opacity 200ms linear;
	transition: opacity 200ms linear;
	cursor: pointer;
}
*/




.window {
	display: none;
	position: fixed;
	/*
	safe
	https://developer.mozilla.org/ru/docs/Web/CSS/align-items
	https://coderedirect.com/questions/46470/cant-scroll-to-top-of-flex-item-that-is-overflowing-container
	 */
	justify-content: safe center;
	align-items: safe center;
	z-index: 10000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.6);
	padding: 100px;
	/*overflow: scroll;*/
	overflow: auto;
	min-width: 320px;
}


.window form
{
	background-color: #fff;
	max-width: 480px;
	width: 100%;
	position: relative;
}



.window > .inner_wrapper
{
	background-color: #fff;
	max-width: 480px;
	width: 100%;
	padding: 30px 40px;
	position: relative;
}




.window .title {
	color: #2a2a2a;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}



.window_phone_verification .field_row3 {
	display: flex;
	font-size: 14px;
	justify-content: center;
	align-items: center;
	min-height: 80px;
	text-transform: uppercase;
}

.window_phone_verification .field_row2 {
	display: flex;
	justify-content: center;
}

.window_phone_verification .field_row2 > :nth-child(1) {
	width: 45%;
	margin-right: 5%;
}

.window_phone_verification .field_row2 > :nth-child(2) {
	width: 50%;
}

.window_phone_verification .phone {
	font-weight: bold;
	/*font-size: 22px;*/
}



.window_feedback textarea[name="message"] {
	min-height: 130px;
}




form .title {
	color: #2a2a2a;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}


.form_access_recovery {
	background-color: #fff;
	max-width: 480px;
	padding: 25px 40px;
	right: 0;
	top: 0;
	width: 100%;
	display: none;
}

.form_access_recovery .field_row2,
.window_access_recovery .field_row2
{
	margin-bottom: 15px;
}



form .field
{
	position: relative;
}

form .field_row
{
	margin-bottom: 24px;
}

.form_sign_up .field_row3 {
	margin-bottom: 24px;

}

.form_sign_up .birthdate,
form .birthdate
{
	display: flex;
}

.form_sign_up .birthdate > :nth-child(1),
form .birthdate > :nth-child(1)
{
	width: 30%;
}

.form_sign_up .birthdate > :nth-child(2),
form .birthdate > :nth-child(2)
{
	width: 36%;
	margin: 0 2%;
}

.form_sign_up .birthdate > :nth-child(3),
form .birthdate > :nth-child(3)
{
	width: 30%;
}




.form_sign_up .field_row4 {
	margin-top: 15px;
	margin-bottom: 24px;
	text-align: right
}



.field > label
/*
.form_sign_up .field label,
.window_phone_verification form .field label
	*/
{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	left: 10px;
	top: -7px;
	background-color: #fff;
/*	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);*/
	border-radius: 2px;
	padding: 0 10px;
	text-transform: uppercase;
	color: #555;
	font-size: 14px;
	font-weight: normal;
	z-index: 1;
}

.window p {
	line-height: 150%;
	margin: 0 0 24px;
}

.sign_up_finish .email {
	font-weight: bold;
}

.window .close,
.window form .close,
.window .inner_wrapper .close
{
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	background: url('../images/close.svg') no-repeat center center;
	top: 36px;
	right: 36px;
	z-index: 1;
}

form input[type="text"],
form input[type="password"]
/*
.form_sign_up input[type="text"],
.form_sign_up input[type="password"],
.window_phone_verification form input[type="text"],
.window_phone_verification form input[type="password"]
	*/
{
	border: 2px #a9c3d8 solid;
	display: block;
	height: 62px;
	padding: 10px;
	color: #2a2a2a;
	font-size: 22px;
	border-radius: 2px;
	width: 100%;
}


form textarea
{
	border: 2px #a9c3d8 solid;
	display: block;
	padding: 10px;
	color: #2a2a2a;
	font-size: 22px;
	border-radius: 2px;
	width: 100%;
	resize: vertical;
}






.form_sign_up .text1 {
	color: #2a2a2a;
	font-size: 12px;
	line-height: 150%;
	/*
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	*/
}

.form_sign_up .text2 {
	color: #2a2a2a;
	font-size: 12px;
	font-style: italic;
	line-height: 150%;
}

.form_sign_up .field2 {
	display: flex;
}



.form_sign_up .field2 input[type="radio"] {
	display: none;
}

.form_sign_up .field2 label,
.form_sign_up .field2 a
{
	border-radius: 2px;
	display: block;
	border: #a9c3d8 solid 2px;
	min-height: 42px;
	padding: 10px 10px 10px 50px;
	color: #a9c3d8;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
	background: #fff;
}

.form_sign_up #gender_male:checked + label,
.form_sign_up #gender_female:checked + label,
.form_sign_up .field2 .selected
{
	border-color: #7d7cb0;
	color: #2a2a2a;
}


.form_sign_up .field2 > .male {
	margin-right: 6%;
	width: 44%;
	position: relative;
}

.form_sign_up .field2 > .male:after {
	display: block;
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	background: url('../images/male.svg') center center no-repeat;
	background-size: contain;
	left: 14px;
	top: 50%;
	margin-top: -9px;
}


.form_sign_up #gender_male:checked + label.male:after,
.form_sign_up .field2 .male.selected:after
{
	background: url('../images/male.svg#hover') center center no-repeat;
}


.form_sign_up .field2 > .female {
	width: 50%;
	position: relative;
}

.form_sign_up .field2 > .female:after {
	display: block;
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	background: url('../images/female.svg') center center no-repeat;
	background-size: contain;
	left: 14px;
	top: 50%;
	margin-top: -9px;
}


.form_sign_up #gender_female:checked + label.female:after,
.form_sign_up .field2 .female.selected:after
{
	background: url('../images/female.svg#hover') center center no-repeat;
}

.error .combobox,
form .error textarea,
.field.error input[type="text"],
.field.error input[type="password"],
.error input[type="text"],
.error input[type="password"]
{
	border-color: #e05c5c !important;
}

.field.error:after,
.error .field:after
{
	display: flex;
	content: '';
	position: absolute;
	top: calc(50% - 9px);
	right: -7px;
	width: 16px;
	height: 16px;
	background: #e05c5c url('../images/warning.svg') no-repeat center center;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
}





.field.confirmed:after
{
	display: flex;
	content: '';
	position: absolute;
	top: 13px;
	right: -7px;
	width: 16px;
	height: 16px;
	background: #01ab4b url('../images/check.svg') no-repeat center center;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
}




/*
.form_sign_up .phone_confirm_status {
	display: none;
	position: absolute;
	top: 13px;
	right: -7px;
	width: 16px;
	height: 16px;
	background: #01ab4b url('../images/check.svg') no-repeat center center;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
}
*/

/*
.form_sign_up .phone_confirm_status.confirmed {
	background: #01ab4b;
}
*/

/*
.form_sign_up .phone_confirm_status:after {
	content: '';
	display: block;
	background: url('../images/check.svg') no-repeat center center;
	width: 8px;
	height: 6px;
	background-size: contain;
}
*/



.form_sign_in .field_row2 {
	margin-bottom: 15px;
}

.form_sign_up .button_verify_your_phone,
.form_sign_up .button_change_phone,
.form_sign_in .forgot_password,
.window_access_recovery .back_to_sign_in
{
	font-size: 14px;
	text-decoration: underline;
	color: #2a2a2a;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
}

.form_sign_up .button_change_phone {
	display: none;
}


.form_sign_up .button_verify_your_phone_wrapper {
	margin-bottom: 5px;
}

.form_sign_up .button_change_phone:hover,
.form_sign_in .forgot_password:hover,
.form_sign_up .button_verify_your_phone:hover,
.window_access_recovery .back_to_sign_in:hover
{
	color: #3b5998;
}


.form_sign_up .text2 a {
	color: #2a2a2a;
	text-decoration: underline;
}

.form_sign_up .text2 a:hover {
	color: #3b5998;

}



.form_sign_up .text_or,
.form_sign_in .text_or
{
	color: #2a2a2a;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0;
	text-align: center;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
}



.form_sign_in .text_or::after,
.form_sign_up .text_or::after
{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background: #a9c3d8;
	top: calc(50% - 2px);
}


.form_sign_in .text_or > span,
.form_sign_up .text_or > span
{
	background: #f3fcff;
	position: relative;
	z-index: 1;
	padding: 0 10px;
}



.combobox .scrollbar
{
	display: none;
	position: absolute;
	right: 5px;
	top: 10px;
	bottom: 10px;
	width: 2px;
	background: rgba(125,124,176,.5);
}

.combobox .scrollbar > div
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 25%;
	bottom: 10px;
	width: 2px;
	background: rgba(59,89,152,1);
}



form .combobox.phone_code .value {

}

form > :last-child {
	margin-bottom: 0;
}

form .comment {
	font-size: 12px;
	font-style: italic;
	line-height: 150%;
	margin-top: 5px;
	color: #555;
}





.window_phone_verification button[type="submit"].loading,
.form_sign_up button[type="submit"].loading,
.form_sign_in button[type="submit"].loading,
.window_phone_verification .button_get_code.loading,
button[type="submit"].loading,
button[type="reset"].loading
{
	background: #7d7cb0 url('../images/loading.svg') no-repeat center center;
}

.window_phone_verification button[type="submit"].loading .text,
.form_sign_up button[type="submit"].loading .text,
.form_sign_in button[type="submit"].loading .text,
.window_phone_verification .button_get_code.loading .text,
.window_phone_verification .button_get_code.loading .counter,
button[type="submit"].loading .text,
button[type="reset"].loading .text
{
	display: none;
}

.form_messages {
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 20px;
}

.field_wrapper {
	margin: 20px 0 30px;
}

.field_messages {
	font-size: 16px;
	line-height: 150%;
	margin-top: 5px;
	display: none;
}

.form_messages .error,
.field_messages .error,
.form_messages .warning,
.field_messages .warning
{
	color: #aa0f0f;
}

.form_messages .ok,
.field_messages .ok
{
	color: green;
}

.window_phone_verification .form_messages {
	font-size: 14px;
}

.bw_form .captcha_field img {
	width: 200px;
	height: 60px;
}

.bw_form .captcha_field {
	border: 2px #a9c3d8 solid;
	width: 212px;
	position: relative;
	overflow: visible;
}


.error .captcha_field
{
	border-color: #e05c5c !important;
}

.error .captcha_field:after
{
	display: flex;
	content: '';
	position: absolute;
	top: calc(50% - 8px);
	right: -8px;
	width: 16px;
	height: 16px;
	background: #e05c5c url('../images/warning.svg') no-repeat center center;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
}



.button_change_phone.loading:before,
.button_verify_your_phone.loading:before
{
	position: absolute;
	width: 24px;
	height: 24px;
	content: '';
	display: block;
	left: -30px;
	top: -2px;
	background: url('../images/loading2.svg') no-repeat center center;
	background-size: contain;
}

form .combobox.disabled {
	border-color: #888;
	background: #cdcbda;
	cursor: default;
}

/*
input[type="text"]:read-only,
input[type="text"]:-moz-read-only,
*/
input[type="text"].readonly,
form input[type="text"].readonly
{
	border-color: #888 !important;
	background: #cdcbda !important;
	cursor: default !important;
}

.window_phone_verification input[name="ver_code"] {
	font-size: 22px;
	text-align: center;
	min-height: 60px;
	letter-spacing: 5px;
}

.window_phone_verification button[type="submit"] {
	min-height: 60px;
}

.window_phone_verification .sms_info {
	font-style: italic;
	line-height: 150%;
	-webkit-animation: sms_info_blink 3s linear infinite;
	animation: sms_info_blink 3s linear infinite;
}




@-webkit-keyframes sms_info_blink {
	0% { color: rgba(0, 0, 0, 1); }
	50% { color: rgba(0, 0, 0, .2); }
	100% { color: rgba(0, 0, 0, 1); }
}

@keyframes sms_info_blink {
	0% { color: rgba(0, 0, 0, 1); }
	50% { color: rgba(0, 0, 0, .2); }
	100% { color: rgba(0, 0, 0, 1); }
}



.window_phone_verification .button_get_code .counter {
	display: none;
}

.window_phone_verification .button_get_code.disabled .text {
	display: none;
}

.window_phone_verification .button_get_code.disabled .counter {
	display: inline-block;
}




.checkbox_list {
	border: 2px #a9c3d8 solid;
	display: block;
	min-height: 42px;
	padding: 0px;
	color: #2a2a2a;
	font-size: 14px;
	border-radius: 2px;
	width: 100%;
	position: relative;
}


.checkbox_list:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -3px;
	background: url('../images/arrow_down.svg') no-repeat center center;
	background-size: contain;
}

.checkbox_list.opened:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.checkbox_list .value {
	padding: 10px 10px 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/*
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	*/

	display: flex;
	align-items: center;
	justify-content: left;
}


.checkbox_list .list {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	z-index: 10;
	background: #fff;
	border: 2px #a9c3d8 solid;
	left: -2px;
	right: -2px;
	min-height: 150px;
	max-height: 300px;
	overflow: hidden;
	flex-wrap: wrap;
	padding: 5px;
	align-content: flex-start;
}


.checkbox_list .list > * {
	width: 50%;
}

.checkbox_list .list > * > label {
	display: flex;
	padding: 5px;
	align-items: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.checkbox_list .list > * > label:hover,
.checkbox_list .list > * > label.selected
{
	background: #e0ddf5;
}

.checkbox_list.opened .list {
	display: flex;

}

.checkbox_list .value_item {
	background: #7d7cb0;
	border: none;
	border-radius: 2px;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 2px 6px;
	margin: 0 10px 10px 0;
	min-height: 26px;
}

.checkbox_list .value {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	overflow: hidden;
}

.checkbox_list .checkbox18 {
	display: inline-block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	/*border: 1px #a9c3d8 solid;*/
	border: 1px #7d7cb0 solid;
	box-sizing: border-box;
	cursor: pointer;
	vertical-align: middle;
	background: #fff;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: 5px;
}

.checkbox_list .checkbox18 + label {
	margin-left: 3px;
	display: inline-block;
	vertical-align: middle;
}

.checkbox_list .checkbox18 input[type="checkbox"] {
	left: -40px;
	top: 0;
	position: absolute;
	display: block;
	margin: 0;
}


.checkbox_list .checkbox18 span {
	display: none;
}


.checkbox_list .checkbox18 input[type="checkbox"]:checked + span {
	background-image: url('../images/green_tick.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	box-sizing: border-box;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
}


















form .combobox {
	background: #fff;
	border: 2px #a9c3d8 solid;
	display: block;
	height: 62px;
	padding: 0px;
	color: #2a2a2a;
	font-size: 14px;
	border-radius: 2px;
	width: 100%;
	position: relative;
}

form .combobox:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -3px;
	background: url('../images/arrow_down.svg') no-repeat center center;
	background-size: contain;
}

form .combobox.opened:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

form .combobox .value {
	padding: 0 10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: left;
	font-size: 22px;
}

.form_sign_up input[type="text"]:focus,
.form_sign_up input[type="password"]:focus,
form .combobox.focus,
form input[type="text"]:focus,
form input[type="password"]:focus,
form textarea:focus,
.checkbox_list.focus,
.focus
{
	border-color: #7d7cb0 !important;
}

form .combobox.opened {

}

form .combobox .list {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	z-index: 10;
	background: #fff;
	border: 2px #a9c3d8 solid;
	left: -2px;
	right: -2px;
	max-height: 300px;
	overflow: auto;
}

form .combobox.opened .list ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}

form .combobox.opened .list {
	display: block;

}


form .combobox .list li {
	padding: 10px;
	cursor: pointer;
	font-size: 22px;
	color: #2a2a2a;
	min-height: 32px;
	margin: 0;
}

form .combobox .list li:nth-child(even) {
	background: #f8f7ff;
}


form .combobox .list li:hover {
	background-color: #e0ddf5;
}


form .combobox .list li.selected {
	background-color: #e0ddf5;
}


form .combobox.phone_code li {
	display: flex;
}

form .combobox.phone_code .code {
	min-width: 50px;
	display: inline-block;
	text-align: right;
	margin-right: 3%;
	width: 20%;
}

form .combobox.phone_code .country {
	display: inline-block;
	font-weight: bold;
	word-break: break-word;
	width: 77%;
}


form .combobox.phone_code .value,
form .combobox.birthday_day .value
{
	justify-content: center;
}


.wrapper_form {
	padding: 40px;
	max-width: 640px;
	background: #f3fcff;
	border: #a9c3d8 solid 2px;
	margin: 0 auto;
}

.checkbox_wrapper {
	gap: 10px;
	display: flex;
}

.checkbox_wrapper .checkbox_text {
	font-size: 15px;
	line-height: 130%;
}

.checkbox_wrapper .checkbox {
	margin-top: 3px;
}


.password > a {
	position: absolute;
	display: flex;
	width: 52px;
	right: 0;
	bottom: 0;
	top: 0;
	align-items: center;
	justify-content: center;
}


.password > a:after {
	display: block;
	content: '';
	width: 26px;
	height: 16px;
	background: url('../images/eye.png') no-repeat left bottom;
}


.password.opened > a:after {
	background-position: left top;
}


.band_people .button_sign_up,
.form_sign_up button[type="submit"],
.form_sign_in button[type="submit"],
.form_access_recovery button[type="submit"],
.window button[type="submit"],
.window_phone_verification .button_get_code,
button[type="submit"]
{
	background-color: #7d7cb0;
}

/*
.band_people .button_sign_up,
.form_sign_up button[type="submit"],
.form_sign_in button[type="submit"],
.form_access_recovery button[type="submit"],
.window button[type="submit"],
.window_phone_verification .button_get_code,
button[type="submit"]
{
	background-color: #7d7cb0;
}

.band_people .button_facebook_sign_up,
.form_sign_up .button_facebook_sign_up,
.form_sign_in .button_facebook_sign_up
{
	background-color: #3b5998;
}
*/
.button_facebook_sign_up .icon {
	width: 24px;
	height: 24px;
	display: inline-block;
	background: #3b5998 url('../images/facebook2.svg') no-repeat left center;
	margin-right: 20px;
}


.form_sign_up .button_facebook_sign_up {
	margin-bottom: 30px;
}

.band_people .button_sign_up,
.band_people .button_facebook_sign_up,
.form_sign_up .button_facebook_sign_up,
.form_sign_in .button_facebook_sign_up,
.form_sign_up button[type="submit"],
.form_sign_in button[type="submit"],
.window button[type="submit"],
.window_phone_verification .button_get_code,
.form_access_recovery button[type="submit"]
/*button[type="submit"]*/
{
	padding: 0;
	width: 100%;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 1px 1px 1px 1px;
	border: none;
	display: flex;
	text-decoration: none;
	min-height: 42px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	justify-content: center;
	align-items: center;
	position: relative;
}


.window_phone_verification .button_get_code.disabled,
form button.disabled
{
	background: #c2c2c2 !important;
	color: rgb(228, 228, 228) !important;
	cursor: default !important;
	pointer-events: none;
	text-shadow: 0 1px 0 rgba(100, 100, 100, 0.5);
	opacity: 0.5;
}

.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.green_button:disabled {
	opacity: 0.3;
}




@media screen and (min-width: 481px) and (max-width: 640px) {

	.window {
		padding: 20px;
	}

	.window form {
		padding: 0px;
		margin: 0 auto 20px;
	}

	.window form .close {
		top: 26px;
		right: 20px;
	}

	.window .title {
		font-size: 22px;
	}

	.field > label {
		font-size: 10px;
		padding: 0 5px;
		left: 6px;
	}



}


@media screen and (max-width: 480px) {

	.window {
		padding: 20px;
	}

	.window form {
		margin-bottom: 20px;
		padding: 0px;
	}

	.window form .close {
		top: 26px;
		right: 20px;
	}

	.window .title {
		font-size: 22px;
	}

	.field > label {
		font-size: 12px;
		padding: 0 5px;
		left: 6px;
	}


	.window_phone_verification .field_row2 {
		flex-wrap: wrap;
	}

	.window_phone_verification .field_row2 > :nth-child(1) {
		width: 100%;
		margin: 0 0 20px;
	}

	.window_phone_verification .field_row2 > :nth-child(2) {
		width: 100%;
	}

}


.bw_tagbox {
	border: 2px #a9c3d8 solid;
	display: block;
	min-height: 42px;
	padding: 10px 10px 0;
	color: #2a2a2a;
	font-size: 14px;
	border-radius: 2px;
	width: 100%;
	box-shadow: none;

}


.bw_tagbox .list > .tag_item {
	background: #7d7cb0;
	border: none;
	border-radius: 2px;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 2px 20px 2px 6px;
}

.bw_tagbox .list > .tag_input,
.bw_tagbox .list > .tag_item
{
	margin: 0 10px 10px 0;
}

.bw_tagbox .list > .tag_item.selected,
.bw_tagbox .list > .tag_item.drag
{
	background: #7d7cb0;
	border: none;
	color: #fff;
}

.bw_tagbox .list > .tag_item span {
	min-height: auto;
}

.bw_tagbox .list > .tag_item .close {
	background: url('../images/delete_tag.svg') no-repeat center center;
}

form .title_comment {
	color: #444;
	font-size: 14px;
	margin-top: 5px;
}

form .combobox_range {
	display: flex;
	justify-content: space-between;
}

form .combobox_range > :nth-child(1) {
	width: 48%;
}

form .combobox_range > :nth-child(2) {
	width: 48%;
}



form .editbox_range {
	display: flex;
	justify-content: space-between;
}


form .editbox_range > :nth-child(1) {
	width: 48%;
}

form .editbox_range > :nth-child(2) {
	width: 48%;
}


.window.player {

}

.window.player > .inner_wrapper {
	padding: 0;
}

.window.player .inner_wrapper .close {
	right: -36px;
	top: 0;
	background: url('../images/white_close.svg') no-repeat center center;
}


.window_cabinet .tabs {
	display: flex;
	gap: 40px;
	border-bottom: #ccc solid 1px;
}

.window_cabinet .tabs a {
	display: block;
	user-select: none;
	color: #777;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	bottom: -1px;
	position: relative;
	padding: 0 0 5px;
}

.window_cabinet .tabs .selected {
	border-bottom: #f33 solid 3px;
	color: #222;
}



.window.window_cabinet > div
{
	padding: 30px 40px;
	background-color: #f3fcff;
	border: #a9c3d8 solid 2px;
	max-width: 480px;
	width: 100%;
	position: relative;
}

.window.window_cabinet form {
	background: transparent;
}



.window.window_cabinet .tabs_content .tab_content {
	display: none;
}

.window.window_cabinet .tabs_content {
	margin-top: 30px;
}

.window.window_cabinet .tabs_content .tab_content.selected {
	display: block;
}


input,
textarea {
	outline: none;
}

.social_net_buttons {
	display: flex;
	gap: 15px;
}




.window.window_access_recovery > div {
	padding: 30px 40px;
	background-color: #fff;
	position: relative;
	width: 480px;
}


.page_product .wrapper_product_info {
	margin-bottom: 40px;
	display: flex;
	gap: 20px;
}


.page_product .wrapper_product_info .right_part {
	width: 37%;
	background: #fff;
}

.page_product .wrapper_product_info .left_part {
	width: 60%;
	background: #fff;
	flex-grow: 1;
}



.page_product .product_details {
	padding: 20px;
	background: #fff;
	margin-bottom: 50px;
}

.page_product .product_details .tabs {
	display: flex;
	gap: 20px;
	border-bottom: #ccc solid 1px;
	margin-bottom: 30px;
}


.page_product .product_details .tabs a {
	display: block;
	user-select: none;
	color: #777;
	text-decoration: none;
	bottom: -1px;
	position: relative;
	padding: 0 0 5px;
	font-weight: bold;
}

.page_product .product_details .tabs .selected {
	border-bottom: #f33 solid 3px;
	color: #222;
}




.page_product .product_details .tabs_content .tab_content {
	display: none;
}

.page_product .product_details .tabs_content {
	margin-top: 30px;
}

.page_product .product_details .tabs_content .tab_content.selected {
	display: block;
}



.window_cookie {
	display: none;
	max-width: 440px;
	position: fixed;
	bottom: 40px;
	left: auto;
	right: 40px;
	z-index: 10000;
	box-shadow: 0 0 24px 0 rgba(0,0,0,.27);
	padding: 19px 24px;
	background: rgba(7,7,7, 0.9);
	color: #f5f7fa;
	border-radius: 10px;
}

.window_cookie h6 {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 10px;
}

.window_cookie h6,
.window_cookie p
{
	color: #f5f7fa;
}

.window_cookie p {
	margin-bottom: 10px;
}

.window_cookie a {
	text-decoration: underline;
	color: #f5f7fa;
}

.window_cookie .wrapper_button_close {
	display: flex;
	justify-content: center;
}

.window_cookie .button_close {
	background: #7d7cb0;
	display: flex;
	cursor: pointer;
	border: none;
	outline: none;
	padding: 10px 15px;
	border-radius: 5px;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	justify-content: center;
	max-width: 160px;
	margin: 0 auto;
	text-decoration: none;
	user-select: none;
}

footer .social_networks {
	width: 48%;
	grid-row: 2;
	grid-column: 1;
}

footer .networks {
	display: flex;
	gap: 20px;
}

footer .networks > * {
	width: 50px;
	height: 50px;
}

footer .networks .telegram {
	background: url('../images/telegram_logo.svg') no-repeat center center/contain;
}

footer .networks .vk {
	background: url('../images/vk_logo.svg') no-repeat center center/contain;
}

header > .outer_wrapper > .wrapper > .block_important_info,
header .mobile_menu .block_important_info
{
	max-width: 220px;
	font-size: 14px;
	line-height: 150%;
}


.green_button
{
	font-size: 32px;
	text-transform: uppercase;
	display: block;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	cursor: pointer;
	border: 0 none;
	border-radius: 6px 6px 6px 6px;
	background: linear-gradient(#84C63C, #489615) repeat scroll 0 0 #489615;
	box-shadow: 0 3px rgba(0, 0, 0, 0.1), 0 -4px rgba(0, 0, 0, 0.1) inset;
	padding: 8px 16px 12px;
	font-weight: bold;
	width: 100%;
	user-select: none;
}











.green_button.toggled
{
	top: 2px;
	box-shadow: 0 1px rgba(0, 0, 0, 0.1), 0 -4px rgba(0, 0, 0, 0.1) inset, 0 0 100px rgba(255, 255, 255, 0.2) inset;
}

.green_button.toggled:hover
{
	top: 2px;
	box-shadow: 0 1px rgba(0, 0, 0, 0.1), 0 -4px rgba(0, 0, 0, 0.1) inset, 0 0 100px rgba(255, 255, 255, 0.2) inset;
}


.green_button:hover
{
	box-shadow: 0 3px rgba(0, 0, 0, 0.1), 0 -4px rgba(0, 0, 0, 0.1) inset, 0 0 100px rgba(255, 255, 255, 0.2) inset;
	color: #FFFFFF;
}

.green_button:active
{
	top: 2px;
	box-shadow: 0 1px rgba(0, 0, 0, 0.1), 0 -4px rgba(0, 0, 0, 0.1) inset, 0 0 100px rgba(255, 255, 255, 0.2) inset;
}



header .client_cabinet {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #675f7b;
	position: relative;
	display: flex;
	gap: 5px;
	align-items: center;
}


header .client_cabinet .icon {
	background: url('../images/user.svg') no-repeat center center/contain;
	width: 40px;
	height: 40px;
	flex-shrink: 1;
}




header .my_cabinet {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #675f7b;
	position: relative;
	display: flex;
	gap: 5px;
	align-items: center;
}


header .my_cabinet .icon {
	background: url('../images/user2.svg') no-repeat center center/contain;
	width: 40px;
	height: 40px;
	flex-shrink: 1;
}



header > .outer_wrapper > .wrapper > .block_manager .phone,
header > .outer_wrapper > .wrapper > .block_manager .phone a,
header .mobile_menu .block_manager .phone,
header .mobile_menu .block_manager .phone a
{
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 24px;
}


header > .outer_wrapper > .wrapper > .block_manager h6,
header .mobile_menu .block_manager h6,
header .block_shop_address h6
{
	margin-bottom: 5px;
	color: #777;
	text-transform: uppercase;
	font-size: 12px;
}

header .mobile_menu .block_manager h6
{
	margin-bottom: 0;
}



header > .outer_wrapper > .wrapper > .block_manager .schedule,
header .mobile_menu .block_manager .schedule
{
	margin-top: 5px;
	color: #777;
	font-size: 14px;
}

header .mobile_menu .block_manager .schedule {
	margin-top: 0;
}

header .mobile_menu .block_manager > * {
	text-align: center;
}

.cart_payment_methods {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.cart_payment_methods .ps {
	border: #eee solid 2px;
	border-radius: 10px;
	filter: grayscale(1);
	user-select: none;
	position: relative;
	width: 240px;
	height: 160px;
	padding: 100px 10px 10px 10px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #777;
	cursor: pointer;
}

.cart_payment_methods .ps.selected {
	filter: none;
	/*
	border: #D62828 solid 2px;
	*/
	border: #7d7cb0 solid 2px;
	color: #000;
}

.cart_payment_methods .ps::before {
	position: absolute;
	width: 160px;
	height: 80px;
	display: block;
	content: '';
	left: calc(50% - 80px);
	top: 10px;
	background-size: contain;
	opacity: 0.3;
}


.cart_payment_methods .ps.selected::before {
	opacity: 1;
}



.cart_payment_methods .cash::before {
	background: url('../images/5000_rubles.jpg') no-repeat center center/contain;
}

.cart_payment_methods .card::before  {
	background: url('../images/card.png') no-repeat center center/70%;
}

.cart_payment_methods .sbp::before  {
	background: url('../images/payment_systems/sbp.svg') no-repeat center center/70%;
}



.cart_payment_methods .tochka::before  {
	background: url('../images/payment_systems/tochka.svg') no-repeat center center/70%;
}


.cart_payment_methods .ozon::before  {
	background: url('../images/payment_systems/ozon.svg') no-repeat center center/70%;
}

/*
.glow {
	-webkit-animation: glow 3s ease-in-out infinite alternate;
	-moz-animation: glow 3s ease-in-out infinite alternate;
	animation: glow 3s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
	from {
		text-shadow:
				0 0 20px #ff9522,
				0 0 30px #ff9522,
				0 0 40px #ff9522,
				0 0 50px #ff9522;
	}
	to {
		text-shadow:
				0 0 10px #fe4d00,
				0 0 20px #fe4d00,
				0 0 30px #fe4d00,
				0 0 40px #fe4d00;
	}
}
*/

header.fixed .outer_wrapper {
	position: fixed;
	z-index: 10000;
	width: 100%;
	margin: 0;
	top: 0;
}

header.fixed .outer_wrapper > .wrapper {
	border-bottom: #675f7b solid 1px;
}

header .block_logo {

}

header .block_logo > div {
	display: flex;
	/*gap: 5px;*/
	flex-direction: column;
	position: relative;
	padding-left: 75px;
}
/*
.site_veniki header .block_logo > div {
	padding-left: 0;
}
*/
header .block_logo .icon {
	position: absolute;
	left: 0;
	top: calc(50% - 30px);
	display: block;
	width: 60px;
	height: 60px;
	background: url('../images/owl.svg') no-repeat center center/contain;
}




.wrapper_menu_info_for_customer {
	width: 20%;
	flex-shrink: 0;
}

.menu_info_for_customer {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	border: #ccc solid 1px;
	width: 100%;
	/*
	position: sticky;
	top: 140px;
	*/
}

.menu_info_for_customer li {
	border-bottom: #ccc solid 1px;
	margin: 0;
}

.menu_info_for_customer li.selected {
	background: #eee;
	font-weight: bold;
}

.menu_info_for_customer > :last-child {
	border-bottom: none;
}


.menu_info_for_customer a {
	display: block;
	text-decoration: none;
	padding: 10px;
	color: #000;
}

.menu_info_for_customer a:hover {
	color: #D62828;
}

.customer_content {
	flex-grow: 1;
}

.wrapper_customer_content {
	display: flex;
	gap: 20px;
}

.cart_payment_methods_selected {
	margin-bottom: 20px;
}


.page_cart h3 {
	text-transform: uppercase;
}

.page_cart .field {
}

.page_cart .section_address {

}

.page_cart .section_address .field {
	margin: 0;
}

.page_cart .section_address .fields {
	background: #eee;
	padding: 20px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.page_cart .section_address .fields .row {
	font-size: 20px;
	display: flex;
	gap: 20px;
}

.page_cart .section_address .fields .row > :first-child {
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.page_cart .section_address .fields .row > :last-child {
	flex-grow: 1;
}




.checkbox {
	display: inline-block;
	width: 22px;
	height: 22px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border: 2px #2a2a2a solid;
	box-sizing: border-box;
	cursor: pointer;
	vertical-align: middle;
	background: #fff;
}

.checkbox + label {
	margin-left: 3px;
	display: inline-block;
	vertical-align: middle;
}

.checkbox input[type="checkbox"] {
	left: -40px;
	top: 0;
	position: absolute;
	display: block;
	margin: 0;
}


.checkbox span {
	display: none;
}

.checkbox input[type="checkbox"]:checked + span {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8IS0tIENyZWF0ZWQgd2l0aCBJbmtzY2FwZSAoaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvKSAtLT4NCg0KPHN2Zw0KICAgICAgICB3aWR0aD0iMy43MDQxNjc2bW0iDQogICAgICAgIGhlaWdodD0iMi44MDg0ODQ4bW0iDQogICAgICAgIHZpZXdCb3g9IjAgMCAzLjcwNDE2NzcgMi44MDg0ODQ5Ig0KICAgICAgICB2ZXJzaW9uPSIxLjEiDQogICAgICAgIGlkPSJzdmc4Ig0KICAgICAgICBpbmtzY2FwZTp2ZXJzaW9uPSIxLjMuMSAoOTFiNjZiMDc4MywgMjAyMy0xMS0xNikiDQogICAgICAgIHNvZGlwb2RpOmRvY25hbWU9InRpY2tfd2hpdGUuc3ZnIg0KICAgICAgICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSINCiAgICAgICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIg0KICAgICAgICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQogICAgICAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQogICAgICAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyINCiAgICAgICAgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyINCiAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIj4NCiAgICA8ZGVmcw0KICAgICAgICAgICAgaWQ9ImRlZnMyIiAvPg0KICAgIDxzb2RpcG9kaTpuYW1lZHZpZXcNCiAgICAgICAgICAgIGlkPSJiYXNlIg0KICAgICAgICAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIg0KICAgICAgICAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiDQogICAgICAgICAgICBib3JkZXJvcGFjaXR5PSIxLjAiDQogICAgICAgICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMC4wIg0KICAgICAgICAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiINCiAgICAgICAgICAgIGlua3NjYXBlOnpvb209IjMxLjY3ODM4NCINCiAgICAgICAgICAgIGlua3NjYXBlOmN4PSI3LjMwNzgyMjMiDQogICAgICAgICAgICBpbmtzY2FwZTpjeT0iNC44Mjk3OTE5Ig0KICAgICAgICAgICAgaW5rc2NhcGU6ZG9jdW1lbnQtdW5pdHM9Im1tIg0KICAgICAgICAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0ibGF5ZXIxIg0KICAgICAgICAgICAgc2hvd2dyaWQ9ImZhbHNlIg0KICAgICAgICAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxOTIwIg0KICAgICAgICAgICAgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iOTk2Ig0KICAgICAgICAgICAgaW5rc2NhcGU6d2luZG93LXg9Ii04Ig0KICAgICAgICAgICAgaW5rc2NhcGU6d2luZG93LXk9Ii04Ig0KICAgICAgICAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMSINCiAgICAgICAgICAgIHVuaXRzPSJtbSINCiAgICAgICAgICAgIGZpdC1tYXJnaW4tdG9wPSIwIg0KICAgICAgICAgICAgZml0LW1hcmdpbi1sZWZ0PSIwIg0KICAgICAgICAgICAgZml0LW1hcmdpbi1yaWdodD0iMCINCiAgICAgICAgICAgIGZpdC1tYXJnaW4tYm90dG9tPSIwIg0KICAgICAgICAgICAgaW5rc2NhcGU6c2hvd3BhZ2VzaGFkb3c9IjIiDQogICAgICAgICAgICBpbmtzY2FwZTpwYWdlY2hlY2tlcmJvYXJkPSIwIg0KICAgICAgICAgICAgaW5rc2NhcGU6ZGVza2NvbG9yPSIjZDFkMWQxIiAvPg0KICAgIDxtZXRhZGF0YQ0KICAgICAgICAgICAgaWQ9Im1ldGFkYXRhNSI+DQogICAgICAgIDxyZGY6UkRGPg0KICAgICAgICAgICAgPGNjOldvcmsNCiAgICAgICAgICAgICAgICAgICAgcmRmOmFib3V0PSIiPg0KICAgICAgICAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0Pg0KICAgICAgICAgICAgICAgIDxkYzp0eXBlDQogICAgICAgICAgICAgICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPg0KICAgICAgICAgICAgPC9jYzpXb3JrPg0KICAgICAgICA8L3JkZjpSREY+DQogICAgPC9tZXRhZGF0YT4NCiAgICA8Zw0KICAgICAgICAgICAgaW5rc2NhcGU6bGFiZWw9IkxheWVyIDEiDQogICAgICAgICAgICBpbmtzY2FwZTpncm91cG1vZGU9ImxheWVyIg0KICAgICAgICAgICAgaWQ9ImxheWVyMSINCiAgICAgICAgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMxOS43Mzg3NiwtODkuNTkyMDQpIj4NCiAgICAgICAgPHBhdGgNCiAgICAgICAgICAgICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIg0KICAgICAgICAgICAgICAgIGQ9Im0gLTMxNi4xNzAyOCw4OS43Mjc3MjkgYyAtMC4xODA5MSwtMC4xODA5MTggLTAuNDc1MTUsLTAuMTgwOTE4IC0wLjY1NjA3LDAgbCAtMS41NjE5OSwxLjU2MTk4NyAtMC41NTg2NiwtMC41NTg2NTcgYyAtMC4xODA5MSwtMC4xODA5MTggLTAuNDc1MTYsLTAuMTgwOTE4IC0wLjY1NjA2LDAgLTAuMTgwOTMsMC4xODA5MTcgLTAuMTgwOTMsMC40NzUxNTggMCwwLjY1NjA3NSAwLDAgMC45MTI1MiwwLjkwMzI2MiAwLjk0OTYzLDAuOTIzODA2IDAuMTgxNTksMC4xMzMyMDMgMC40MzgwNiwwLjExNzk2IDAuNjAyNCwtMC4wNDYzOCBsIDEuODgwNzUsLTEuODgwNzQ3IGMgMC4xODA5MiwtMC4xODA5MTggMC4xODA5MiwtMC40NzQ0OTUgMCwtMC42NTYwNzUgeiINCiAgICAgICAgICAgICAgICBpZD0icGF0aDQ1NDYiDQogICAgICAgICAgICAgICAgc3R5bGU9InN0cm9rZS13aWR0aDowLjAwNjYyNzAyO2ZpbGw6IzAwMCIgLz4NCiAgICA8L2c+DQo8L3N2Zz4NCg==');
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	box-sizing: border-box;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #fae9bb;
}

.wrapper_form .checkbox {
	border: #a9c3d8 solid 2px;
}

.wrapper_form .checkbox input[type="checkbox"]:checked + span {
	background-color: #fff;
}

.wrapper_form .checkbox.focus span {
	border-color: #7d7cb0 !important;
}

.wrapper_form .form_sign_up button[type="submit"],
.wrapper_form .form_sign_in button[type="submit"],
.wrapper_form .form_access_recovery button[type="submit"]
{
	height: 62px;
	font-size: 22px;
}

.social_net_buttons {
	display: flex;
	gap: 15px;
	justify-content: center;
	flex-wrap: wrap;
}

.social_net_buttons > * {
	padding: 0;
	cursor: pointer;
	text-transform: uppercase;
	border: none;
	display: flex;
	text-decoration: none;
	min-height: 42px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	justify-content: center;
	align-items: center;
	position: relative;
	user-select: none;
	width: 80px;
	background: #a9c3d8;
	border-radius: 6px;
	flex-shrink: 0;
}


.social_net_buttons .button_yandex
{
	background: #a9c3d8 url('../images/yandex.svg') no-repeat center center/50%;
}

.social_net_buttons .button_yandex:hover
{
	background: #7d7cb0 url('../images/yandex_hover.svg') no-repeat center center/50%;
}

.social_net_buttons .button_vk
{
	background: #a9c3d8 url('../images/vk.svg') no-repeat center center/50%;
}

.social_net_buttons .button_vk:hover
{
	background: #7d7cb0 url('../images/vk_hover.svg') no-repeat center center/50%;
}

.social_net_buttons .button_gosuslugi
{
	background: #a9c3d8 url('../images/gosuslugi.svg') no-repeat center center/90%;
}

.social_net_buttons .button_gosuslugi:hover
{
	background: #7d7cb0 url('../images/gosuslugi_hover.svg') no-repeat center center/90%;
}



.wrapper_catalog {
	display: flex;
}

.wrapper_catalog .left_column {
	width: 18%;
	margin-right: 2%;
	padding-top: 60px;
	min-width: 200px;
	flex-shrink: 0;
}

.wrapper_catalog .content {
	width: 80%;
}

.site_veniki .wrapper_catalog .content {
	width: 100%;
}



.wrapper_cart {
	display: flex;
	gap: 20px;
}

.wrapper_cart .left_part {
	width: calc(70% - 20px);
}

.wrapper_cart .right_part {
	flex-shrink: 0;
	width: 30%;
	min-width: 260px;
}



.payment_success {
	flex-direction: column;
	gap: 20px;
	margin: 50px 0;
	display: flex;
}


.payment_success .image {
	width: 100%;
	height: 320px;
	aspect-ratio: 1;
	background: url('../images/owl.jpeg') no-repeat center center/contain;
	/*max-width: 480px;*/
	margin: 0 auto;
}

.payment_success .image img {
	display: block;
	max-width: 100%;
	border-radius: 10px;
	margin: 0 auto;
}

.payment_success .text1 {
	font-size: 26px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.payment_success .text2 {
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
}

.payment_success .text3 {
	font-size: 20px;
	text-align: center;
}

.payment_success .text3 strong {
	font-weight: bold;
	color: #C71585;
}


.payment_fail {
	flex-direction: column;
	gap: 20px;
	margin: 50px 0;
	display: flex;
}


.payment_fail .image {
	width: 100%;
	height: 320px;
	aspect-ratio: 1;
	background: url('../images/sad_smile.svg') no-repeat center center/contain;
	/*
	max-width: 480px;
	*/
	margin: 0 auto;
}

.payment_fail .image img {
	display: block;
	max-width: 100%;
	border-radius: 10px;
}

.payment_fail .text1 {
	font-size: 26px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.payment_fail .text2 {
	font-size: 20px;
	text-align: center;
}






.empty_cart_content {
	flex-direction: column;
	gap: 20px;
	margin-bottom: 50px;
	display: none;
}

.empty_cart .empty_cart_content {
	display: flex;
}

.empty_cart .cart_content {
	display: none;
}

.empty_cart_content .image {
	width: 100%;
	height: 320px;
	max-width: 320px;
	background: url('../images/empty_cart_small.jpg') no-repeat center center/contain;
	aspect-ratio: 1;
	margin: 0 auto;
}

.empty_cart_content .text1 {
	font-size: 26px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.empty_cart_content .text2 {
	font-size: 20px;
	text-align: center;
}





.table {
	display: table;
	border-collapse: collapse;
	width: auto;
}

.tr {
	display: table-row;
}

.thead {
	display: table-header-group;
}

.tbody {
	display: table-row-group;
}

.th {
	display: table-cell;
	background: #f5f5f5;
	background: linear-gradient(to bottom,  #f5f5f5 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dddddd',GradientType=0 );
	-moz-box-shadow: 0 1px 0 #fff inset;
	-webkit-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;
	border: 1px solid #ccc;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

.td {
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #ccc;
	padding: 5px;
}

.table > .tbody > .tr:nth-of-type(even) {
	background-color: #f7f7f7;
}

.table > .tbody > .tr:hover {
	background-color: #fae9bb;
}


.table.orders {
	width: 100%;
	margin-bottom: 100px;
}

.table.orders .th {
	text-transform: uppercase;
	font-size: 18px;
	padding: 10px 15px;
}


.table.orders .td {
	font-size: 18px;
	padding: 10px 15px;
}





.table.orders .items {
	display: flex;
	gap: 20px;
	flex-direction: column;
}

.table.orders .items .item {
	position: relative;
	display: grid;
	grid-gap: 3px 10px;
	grid-template-columns: 1fr 6fr;
}

.table.orders .items .item .toggle {
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	background: #eee url('../images/arrow_down_black.svg') no-repeat center center/50%;
	cursor: pointer;
	user-select: none;
}

.table.orders .items .item .toggle:hover {
	background: #144c79 url('../images/arrow_down_white.svg') no-repeat center center/50%;
}


.table.orders .items .item.opened .toggle {
	background: #eee url('../images/arrow_down_black.svg') no-repeat center center/50%;
	transform: rotate(180deg);
}


.table.orders .items .item.opened .toggle:hover {
	background: #144c79 url('../images/arrow_down_white.svg') no-repeat center center/50%;
	transform: rotate(180deg);
}


.table.orders .items .item > .image {
	width: 54px;
	grid-column: 1;
	grid-row: 1 / 4;
	display: block;
}

.table.orders .items .item > .image a {
	display: block;
}

.table.orders .items .item > .image img {
	width: 54px;
	padding: 1px;
	border: #ccc solid 1px;
	display: block;
	background: #fff;
}

.table.orders .items .item > .name {
	grid-column: 2;
	grid-row: 1;
	font-size: 18px;
	line-height: 150%;
}

.table.orders .items .item > .calc {
	color: #777;
	grid-column: 2;
	grid-row: 2;
	font-size: 14px;
}

.table.orders .items .item .pack_items {
	margin-top: 10px;
	padding: 0;
	display: none;
	gap: 10px;
	flex-direction: column;
}

.table.orders .items .item.opened .pack_items {
	display: flex;
}


.table.orders .items .pack_items .pack_item {
	display: grid;
	grid-gap: 3px 6px;
	grid-template-columns: 1fr 7fr;
}

.table.orders .items .pack_items .pack_item > .image {
	width: 32px;
	grid-column: 1;
	grid-row: 1 / 3;
	display: block;
}

.table.orders .items .pack_items .pack_item > .image img {
	width: 32px;
	padding: 1px;
	border: #ccc solid 1px;
	display: block;
	background: #fff;
}

.table.orders .items .pack_items .pack_item > .name {
	grid-column: 2;
	grid-row: 1;
	font-size: 14px;
	line-height: 150%;
}

.table.orders .items .pack_items .pack_item > .calc {
	color: #777;
	grid-column: 2;
	grid-row: 2;
	font-size: 11px;
}

.table.orders .details {
	display: flex;
	gap: 20px;
	flex-direction: column;
}


.table.orders .details .fields {
	display: none;
	flex-direction: column;
	gap: 3px;
}

.table.orders .details .field {
	display: flex;
	gap: 10px;
}

.table.orders .details .field .name {
	color: #777;
}

.table.orders .details .field .value {
	color: #000;
}


.table.orders .details h4 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Roboto Condensed', 'Roboto', sans-serif;
	margin-bottom: 10px;
}

.table.orders .details h4 {
	cursor: pointer;
	user-select: none;
}

.table.orders .details h4:hover {
	color: #C71585;
}



.table.orders .details section.opened .fields {
	display: flex;
}

.table.orders .th_id {
	width: 120px
}

.table.orders .th_date {
	width: 120px
}


.table.orders .th_total {
	width: 150px
}


.table.orders .th_paid {
	width: 120px
}


.table.orders .th_items {
	width: 30%
}


.table.orders .th_details {

}


.table.orders section {
	margin: 0px;
}




.text_align_center {
	text-align: center;
}

.text_align_right {
	text-align: right;
}















@media all and (max-width: 1280px) {

	header {
		margin: 0;
	}

	header .outer_wrapper > .wrapper {
		border-bottom: #675f7b solid 1px;
	}

	main {
		margin: 0;
	}
}


footer .wrapper_chz {
	grid-row: 2;
	grid-column: 2;
}

footer .chz {
	width: 140px;
	height: 60px;
	background: url('../images/chz.svg') no-repeat center center/contain;
}


.page_sign_up h1,
.page_sign_in h1,
.page_access_recovery h1
{
	text-align: center;
	text-transform: uppercase;
}












.message_wrapper .message {
	padding: 10px 10px 10px 68px;
	margin-bottom: 20px;
	position: relative;
	min-height: 68px;
	display: flex;
	align-items: center;
}

.message_wrapper .message::before {
	content: '';
	position: absolute;
	display: block;
	width: 48px;
	height: 48px;
	top: calc(50% - 24px);
	left: 10px;
}


.message_wrapper .message.bw_mes_ok {
	background-color: #cde59e;
	border-left: #2a7f34 solid 3px;
}

.message_wrapper .message.bw_mes_ok::before {
	background: url('../images/matreshka_48x48.png') center center;
}

.message_wrapper .message.bw_mes_warning {
	background-color: #fae9bb;
	border-left: #ffa500 solid 3px;
}

.message_wrapper .message.bw_mes_warning::before {
	background: url('../images/balalayka_48x48.png') center center;
}


.message_wrapper .message.bw_mes_error {
	background-color: #f5cdc4;
	border-left: #f54d00 solid 3px;
}

.message_wrapper .message.bw_mes_error::before {
	background: url('../images/valenky_48x48.png') center center;
}

.message.bw_mes_info {
	background: #edf6fb;
	border-left: #dbdbdc solid 3px;
	color: #383737;
}









@media all and (min-width: 801px) and (max-width: 1280px) {

	header .client_cabinet .text,
	header .my_cabinet .text
	{
		display: none;
	}

	/*
	header.fixed .outer_wrapper > .wrapper {
		display: grid;
	}

	header .button_menu {
		grid-row: 2;
		justify-self: self-start;
	}

	header .block_user {
		grid-row: 2;
		justify-self: center;
	}

	header .block_cart {
		grid-row: 2;
		justify-self: self-end;
	}
	*/

}

@media all and (max-width: 1200px) {
	.wrapper_catalog {
		flex-direction: column;
		gap: 20px;
	}

	.wrapper_catalog .left_column {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.wrapper_catalog .content {
		width: 100%;
	}

	.catalog_groups ul {
		flex-direction: row;
		flex-wrap: wrap;
	}

}

@media all and (max-width: 960px) {
	header > .outer_wrapper > .wrapper > .block_important_info {
		display: none;
	}
}


@media all and (min-width: 801px) and (max-width: 1200px) {

	.cart_page .summary .block .row {
		flex-direction: column;
		gap: 5px;
	}

	.cart_page .summary .block .row > :nth-child(1) {
		text-align: center;
		text-transform: uppercase;
	}

	.cart_page .summary .block .row .value {
		text-align: center;
		font-size: 32px;
	}

	.cart_page .summary .dots {
		display: none;
	}

}





@media all and (min-width: 801px) and (max-width: 960px) {
	.cart_page .cart .item_price_and_quantity {
		flex-direction: column;
	}
}



@media all and (max-width: 800px) {

	.wrapper_product_info {
		flex-wrap: wrap;
		flex-direction: column;
	}

	.page_product .wrapper_product_info .right_part {
		order: 0;
		width: 100%;
	}

	.page_product .wrapper_product_info .left_part {
		order: 1;
		width: 100%;
	}


	footer .blocks {
		display: flex;
	}


	footer .chz {
		height: 30px;
		margin: 0 auto;
	}

	header {
		min-height: auto;
	}

	.wrapper_customer_content {
		flex-wrap: wrap;
	}

	.wrapper_menu_info_for_customer {
		width: 100%;
		order: 0;
	}

	.customer_content {
		order: 1;
	}

	.wrapper_cart {
		flex-wrap: wrap;
	}

	.wrapper_cart .left_part {
		width: 100%;
	}

	.wrapper_cart .left_part > :last-child {
		margin-bottom: 0;
	}

	.wrapper_cart .left_part > :last-child > :last-child {
		margin-bottom: 0;
	}

	.wrapper_cart .right_part {
		width: 100%;
	}


	.cart_page .summary {
		max-width: 320px;
		margin: 0 auto;
	}


	.client_cabinet .text,
	.my_cabinet .text
	{
		display: none;
	}

	header .block_cart .cart {
		min-height: 40px;
		min-width: 140px;
		width: auto;
		flex-direction: row;
	}

	header .outer_wrapper > .wrapper {
		padding: 10px;
	}

	header .block_logo {
		margin: 0 auto;
		order: 1;
	}

	header .block_logo > div {
		padding-left: 50px;
	}

	header .block_logo .icon {
		width: 40px;
		height: 40px;
		top: calc(50% - 20px);
	}


	header .logo {
		font-size: 40px;
	}

	header .block_user {
		order: 2;
		grid-row: 2;
	}

	header .button_menu {
		display: block;
	}

	header .block_cart {
		order: 3;
	}

	header > .outer_wrapper > .wrapper > .block_manager {
		order: 4;
		display: none;
	}

	header > .outer_wrapper > .wrapper > .block_shop_address {
		order: 3;
		display: none;
	}

	header > .outer_wrapper > .wrapper > .block_important_info {
		order: 3;
		display: none;
	}

	header .block_logo::before {
		width: 40px;
		height: 40px;
	}

	header .slogan {
		display: none;
	}

	footer {
		padding: 0;
	}

	footer .payment_systems {
		flex-wrap: wrap;
	}

	footer .menu {
		width: 100%;
		order: 0;
	}

	footer .payment_methods {
		width: 100%;
		order: 1;
	}

	footer .blocks .seller_info {
		width: 100%;
		order: 2;
		text-align: center;
		margin: 0 auto;
	}

	footer .social_networks {
		width: 100%;
		order: 3;
	}

	footer h4 {
		text-align: center;
	}

	footer .networks {
		justify-content: center;
	}

	footer .networks > * {
		width: 30px;
		height: 30px;
	}

	footer .payment_systems {
		justify-content: center;
	}

	footer .payment_systems .ps {
		height: 30px;
		width: 50px;
	}

	footer .blocks {
		flex-direction: column;
	}

	footer .menu ul {
		justify-content: center;
		gap: 5px 20px;
	}

	footer .menu ul > li {
		margin: 0;
	}


	.wrapper_catalog {
		flex-direction: column;
		gap: 20px;
	}

	.wrapper_catalog .left_column {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.wrapper_catalog .content {
		width: 100%;
	}

	.catalog_groups ul {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.page_catalog .product,
	.site_veniki .page_catalog .product
	{
		margin: 0;
		min-width: 240px;
		width: 48%;
	}

	.page_catalog .product_list {
		/*gap: 20px;*/
		justify-content: center;
	}

	.cart_payment_methods {
		flex-direction: column;
		align-items: center;
	}

	.page_cart .section_address .fields .row {
		flex-direction: column;
		gap: 10px;
	}



	.page_cart .section_address .fields .row > :first-child {
		width: 100%;
		justify-content: flex-start;
	}


	.table.orders {
		display: flex;
		gap: 20px;
		flex-direction: column;
	}

	.table.orders .thead {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.table.orders .tbody {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.table.orders .thead .tr {
		display: grid;
		width: 100%;
		/*grid-gap: 3px 10px;*/
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}


	.table.orders .tbody .tr {
		display: grid;
		width: 100%;
		/*grid-gap: 3px 10px;*/
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.table.orders .td_id {
		grid-row: 1;
	}

	.table.orders .td_date {
		grid-row: 1;
	}

	.table.orders .td_total {
		grid-row: 1;
	}

	.table.orders .td_paid {
		grid-row: 1;
	}

	.table.orders .td_items {
		grid-column: 1 / 3;
		grid-row: 2;
	}

	.table.orders .td_details {
		grid-column: 3 / 5;
		grid-row: 2;
	}





	.table.orders .th_id {
		width: auto;
		grid-row: 1;
	}

	.table.orders .th_date {
		width: auto;
		grid-row: 1;
	}

	.table.orders .th_total {
		width: auto;
		grid-row: 1;
	}

	.table.orders .th_paid {
		width: auto;
		grid-row: 1;
	}

	.table.orders .th_items {
		width: auto;
		grid-column: 1 / 3;
		grid-row: 2;
	}

	.table.orders .th_details {
		width: auto;
		grid-column: 3 / 5;
		grid-row: 2;
	}



}


@media all and (max-width: 640px) {

	.table.orders .td_items {
		width: auto;
		grid-column: 1 / 5;
		grid-row: 2;
	}

	.table.orders .td_details {
		width: auto;
		grid-column: 1 / 5;
		grid-row: 3;
	}

	.table.orders .th_items {
		width: auto;
		grid-column: 1 / 5;
		grid-row: 2;
	}

	.table.orders .th_details {
		width: auto;
		grid-column: 1 / 5;
		grid-row: 3;
	}

	.window_cookie {
		left: 40px;
		max-width: none;
	}

	.cart_page .cart .item {
		padding: 20px;
	}

	.cart_page .cart .item_button_delete {
		position: absolute;
		width: 32px;
		height: 32px;
		top: 10px;
		right: 10px;
	}

	.cart_page .cart .item_image {
		margin: 0 auto;
	}

	.cart_page .cart .item {
		flex-direction: column;
	}

	.cart_page .cart .item_name {
		text-align: center;
	}

	.cart_page .cart .item_price_and_quantity {
		justify-content: center;
	}

	header .block_logo > div {
		padding-left: 40px;
		max-width: 200px;
		margin: 0 auto;
	}

	header .block_logo .icon {
		width: 30px;
		height: 30px;
		top: calc(50% - 15px);
	}

	header .logo {
		font-size: 30px;
	}

	.page_catalog .product,
	.site_veniki .page_catalog .product
	{
		min-width: auto;
		width: 46%;
	}

	.page_catalog .product_list {
		justify-content: center;
	}

}

@media all and (max-width: 480px) {

	.wrapper_form {
		padding: 20px;
	}

	.window_cookie {
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: 0;
	}

	header .mobile_menu_header {
		flex-direction: column;
		align-items: center;
	}

	header .mobile_menu .block_important_info {
		max-width: none;
		text-align: center;
	}


	.cart_page .cart .item_price_and_quantity {
		flex-direction: column;
	}


	header .outer_wrapper > .wrapper {
		gap: 10px;
		flex-wrap: wrap;
	}

	header .block_logo {
		order: 0;
		width: 100%;
		flex-direction: row;
	}

	header .button_menu {
		order: 1;
	}

	header .block_cart {
		order: 2;
	}

	header .block_user {
		order: 3;
	}

	.page_catalog .product,
	.site_veniki .page_catalog .product
	{
		min-width: auto;
		max-width: 320px;
		width: 100%;
	}

}

@media all and (max-width: 320px) {



}