@font-face {
	font-family:"Mr_Lonely";
	src:url("/fonts/Mr_Lonely.otf") format("OpenType");
}

:root {
	--site-width:1200px;
}
* {
	box-sizing:border-box;
	font-stretch:normal;
	letter-spacing:0px;
	word-spacing:0px;
	line-height:100%;
	margin:0px;
	padding:0px;
	font-family:inherit;
	font-size:inherit;
}
body {
	background-color:#FFFFFF;
	margin:0px;
	color:#000000;
	font-family:Arial;
	font-size:16px;
}
a {
	color:#0033CC;
	outline:none;
	text-decoration:none;
}
a:hover {
	color:#990000;
}
.pseudo_link {
	color:#0033CC !important;
	cursor:pointer;
}
.pseudo_link:hover {
	color:#990000 !important;
}
img {
	display:block;
	border:none;
}
div {
	text-align:left;
}
h1, h2 {
	font-size:inherit;
	font-weight:inherit;
	margin:0px;
	padding:0px;
}
textarea {
	resize:none;
}
.med {
	/* Как пчелы ярыя роятся да слетаются, так бы к тем торговым людям купцы сходились */
}
input::-ms-clear {
	display:none;
}
.clearfix::after {
	content:"";
	clear:both;
	display:table;
}
.cleared_input {
	border:0px;
	margin:0px;
	padding:0px;
	background:transparent;
	width:100%;
	height:100%;
	font-family:Arial;
	vertical-align:middle;
	height:18px;
	font-size:16px;
	outline:none;
}
.flex_center {
	display:flex;
	align-items:center;
	justify-content:center;
}
.hidden {
	display:none;
}
.bold {
	font-weight:bold;
}
.indent {
	margin-left:30px;
}

.form_hint {
	margin-bottom:3px;
	text-align:left;
}
.form_hint SPAN {
	font-weight:bold;
}
.form_input {
	background-color:#FFFFFF;
	border:#565451 solid 1px;
	margin-bottom:10px;
	padding:5px;
}
.form_submit {
	width:200px;
}
.form_message {
	font-size:18px;
	color:red;
	margin-bottom:10px;
	line-height:20px;
}

.search_form {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:10px;
}
.search_form .form_input {
	margin-bottom:0px;
}
.search_value {
	flex:1 1 0px;
	border-radius:5px;
}
.search_submit {
	width:70px;
	margin-left:10px;
	border-radius:5px;
}

.pagers {
	margin-bottom:10px;
	text-align:center;
}
.pager_active {
	display:inline-block;
	width:70px;
	background-color:#ebecec;
	border:#990000 solid 1px;
	margin-left:10px;
	font-size:15px;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
	padding-bottom:5px;
}
.pager_non_active {
	display:inline-block;
	width:70px;
	background-color:#FFFFFF;
	border:#000000 solid 1px;
	margin-left:10px;
	font-size:15px;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
	padding-bottom:5px;
}

.site_popup_background {
	position:fixed;
	top:0px;
	left:0px;
	background-color:#000000;
	opacity:0.8;
	width:100%;
	height:100%;
	z-index:10;
	display:none;
}
.site_popup {
	background-color:#ebecec;
	border-radius:10px;
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	z-index:15;
	display:none;
	padding:10px;
	width:calc(100% - 20px);
	max-width:600px;
	max-height:90vh;
	overflow:auto;
}

.edit_iframe_container {
	width:100%;
	max-width:var(--site-width);
	margin-left:10px;
	margin-right:10px;
}
.auto_height_iframe {
	width:100%;
	border:none;
	overflow:hidden;
}

.adaptive_text_open {
	display:none;
	margin-top:5px;
	font-weight:bold;
	font-size:15px;
}

.header {
	width:100%;
	background-color:#ebecec;
	padding:10px;
	padding-bottom:15px;
}
.header_content {
	position:relative;
	width:100%;
	max-width:var(--site-width);
}
.logotype {
	float:left;
	margin-right:15px;
}
.logotype IMG {
	width:240px;
	border-radius:50%;
}
.logotype_small IMG {
	width:60px !important;
}
@media screen and (max-width: 900px) {
	.logotype IMG {
		width:60px !important;
	}
}
@media screen and (max-width: 700px) {
	.logotype {
		display:none;
	}
}
.page_info {
}
.site_title {
	text-align:center;
	font-size:35px;
	padding-top:10px;
	margin-bottom:25px;
	font-family:"Mr_Lonely";
}
@media screen and (max-width: 900px) {
	.site_title {
		font-size:33px;
		padding-top:10px;
		margin-bottom:10px;
	}
	.site_title SPAN {
		display:none;
	}
}
@media screen and (max-width: 600px) {
	.site_title {
		font-size:31px;
	}
}
.header_contact {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	margin-bottom:10px;
}
.header_contact DIV {
	font-size:20px;
	line-height:20px;
	margin-right:25px;
}
@media screen and (max-width: 900px) {
	.header_contact DIV {
		font-size:19px;
	}
}
@media screen and (max-width: 700px) {
	.header_contact DIV {
		font-size:18px;
	}
}
.header_contact DIV:last-child {
	margin-right:0px !important;
}
.header_contact A {
	white-space:nowrap;
}
.header_contact IMG {
	height:25px;
}
@media screen and (max-width: 600px) {
	.header_contact DIV:nth-child(1) {
		margin-right:10px;
	}
	.header_contact DIV:nth-child(2) {
		display:none;
	}
	.header_contact DIV:nth-child(3) {
		margin-right:10px;
	}
	.header_contact DIV:nth-child(4) {
		margin-right:0px;
	}
}
.page_title {
	text-align:center;
	font-size:23px;
	margin-top:25px;
	margin-bottom:10px;
}
.page_text {
	text-align:justify;
	font-size:16px;
	line-height:22px;
}
@media screen and (max-width: 900px) {
	.page_title {
		font-size:21px;
	}
}
@media screen and (max-width: 600px) {
	.page_title {
		font-size:19px;
	}
}

.absoulted_right_content {
	position:absolute;
	top:0px;
	right:-10px;
	transform:translate(100%, 0px);
	width:170px;
}
.right_plate {
	background-color:#FFFFFF;
	border:#ebecec solid 1px;
	border-radius:10px;
	margin-bottom:10px;
	padding:2px;
	font-size:13px;
}
.statistic_title {
	text-align:center;
	margin-bottom:5px;
}
.statistic_line {
	display:flex;
	margin-bottom:5px;
}
.statistic_line:last-child {
	margin-bottom:0px;
}
.statistic_line > DIV {
	margin-right:5px;
	text-align:center;
	flex:1 1 0px;
}
.statistic_line > DIV:last-child {
	margin-right:0px;
}

.footer {
	width:100%;
	background-color:#ebecec;
	padding:10px;
}
.footer_content {
	width:100%;
	max-width:var(--site-width);
}
.copyright {
	text-align:center;
	font-size:17px;
	margin-bottom:10px;
}
@media screen and (max-width: 900px) {
	.copyright {
		font-size:15px;
	}
}
.footer_contact {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	margin-bottom:10px;
}
.footer_contact A {
	white-space:nowrap;
}
.footer_contact DIV {
	font-size:16px;
	line-height:16px;
	margin-right:20px;
}
@media screen and (max-width: 900px) {
	.footer_contact DIV {
		font-size:15px;
	}
}
.footer_contact DIV:last-child {
	margin-right:0px !important;
}
.footer_contact IMG {
	height:21px;
}
@media screen and (max-width: 600px) {
	.footer_contact DIV {
		margin-right:10px;
	}
	.footer_contact DIV:nth-child(1) {
		flex:0 0 100%;
		text-align:center;
		margin-bottom:5px;
	}
	.footer_contact DIV:nth-child(2) {
		flex:0 0 100%;
		text-align:center;
		margin-bottom:5px;
	}
}
.footer_counters {
	display:flex;
	align-items:center;
	justify-content:center;
}
.footer_counters DIV {
	margin-right:10px;
}
.footer_counters DIV:last-child {
	margin-right:0px;
}

.content {
	padding-top:10px;
	padding-bottom:10px;
}
.content:empty {
	display:none;
}

.site_menu {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.site_menu DIV {
	font-size:18px;
	line-height:18px;
}
@media screen and (max-width: 900px) {
	.site_menu DIV {
		font-size:17px;
		line-height:20px;
	}
}
@media screen and (max-width: 600px) {
	.site_menu DIV {
		font-size:16px;
		line-height:19px;
	}
}
.site_menu DIV::after {
	content:"•";
	margin-left:7px;
	margin-right:7px;
}
.site_menu DIV:last-child::after {
	content:"";
}
.site_menu_active A {
	color:#990000;
	white-space:nowrap;
}
.site_menu_non_active A {
	white-space:nowrap;
}

.random_container {
	display:flex;
	width:100%;
	max-width:var(--site-width);
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
}
.random_container > A {
	display:block;
	width:calc(10% - 9px);
	margin-right:10px;
}
.random_container > A:last-child {
	margin-right:0px;
}
.random_container > A > IMG {
	width:100%;
	aspect-ratio:1/1;
	border:#000000 solid 1px;
	border-radius:5px;
	object-fit:cover;
}
@media screen and (max-width: 600px) {
	.random_container > A {
		width:calc(20% - 8.3px);
	}
	.random_container > A:nth-child(5) {
		margin-right:0px;
	}
	.random_container > A:nth-child(n+6) {
		display:none;
	}
}

.thumbs_container {
	width:100%;
	max-width:var(--site-width);
}
.thumb_item {
	display:block;
	margin-bottom:10px;
	background-color:#ebecec;
	border-radius:10px;
	padding:10px;
}
@media screen and (min-width: 901px) {
	.thumbs_container {
		margin-left:5px;
		margin-right:5px;
	}
	.thumb_item {
		width:calc(25% - 10px);
		margin-left:5px;
		margin-right:5px;
	}
}
@media screen and (max-width: 900px) {
	.thumbs_container {
		margin-left:5px;
		margin-right:5px;
	}
	.thumb_item {
		width:calc(33.33% - 10px);
		margin-left:5px;
		margin-right:5px;
	}
}
@media screen and (max-width: 600px) {
	.thumbs_container {
		margin-left:5px;
		margin-right:5px;
	}
	.thumb_item {
		width:calc(50% - 10px);
		margin-left:5px;
		margin-right:5px;
	}
}
.thumb_item_image {
	margin-bottom:10px;
}
.thumb_item_image IMG {
	width:100%;
	border:#000000 solid 1px;
	border-radius:5px;
	object-fit:cover;
	max-width:max-content;
}
.thumb_item_type {
	text-align:center;
	margin-bottom:5px;
}
.thumb_item_title {
	text-align:center;
	margin-bottom:5px;
	font-weight:bold;
}
.thumb_item_materials {
	text-align:center;
	margin-bottom:5px;
}
.thumb_item_price {
	text-align:center;
}
.thumb_item_price SPAN {
	font-weight:bold;
}

.product {
	width:100%;
	max-width:var(--site-width);
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
}
.product_images {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	max-width:300px;
}
@media screen and (max-width: 600px) {
	.product_images {
		width:170px;
	}
}
@media screen and (max-width: 450px) {
	.product_images {
		float:none;
		margin-right:0px;
		width:100%;
		display:flex;
		align-items:center;
		justify-content:center;
	}
}
.product_image {
}
.product_image IMG {
	width:100%;
	border:#000000 solid 1px;
	border-radius:5px;
}
@media screen and (max-width: 450px) {
	.product_image IMG {
		max-width:max-content;
	}
}
.product_sub_images {
	display:flex;
	flex-wrap:wrap;
	margin-top:5px;
}
@media screen and (max-width: 450px) {
	.product_sub_images {
		display:none;
	}
}
.product_sub_images > A {
	display:block;
	width:calc(33.33% - 3.4px);
	margin-right:5px;
	margin-bottom:5px;
}
.product_sub_images > A:nth-child(3n) {
	margin-right:0px;
}
.product_sub_images IMG {
	border:#000000 solid 1px;
	border-radius:5px;
	aspect-ratio:1/1;
	width:100%;
	object-fit:cover;
}
.product_title {
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
}
.product_title SPAN {
	color:#444444;
}
.product_parameter {
	display:flex;
	justify-content:space-between;
}
.product_parameter_title {
	color:#444444;
	line-height:22px;
}
.product_parameter_value {
	flex:1 1 0px;
	line-height:22px;
}
.text_before_plate_price {
	font-style:italic;
	margin-top:10px;
	text-align:center;
}
.product_price {
	border:#EBECEC solid 3px;
	border-style:outset;
	border-radius:5px;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:7px;
	padding-bottom:14px;
	padding-left:20px;
	padding-right:20px;
}
.product_price_inner {
	display:inline-block;
	line-height:23px;
	font-size:18px;
	text-align:left;
}
.product_description {
	margin-top:10px;
	line-height:21px;
}

@media screen and (min-width: 801px) {
	.only_vertical {
		display:none;
	}
	.only_horizontal {
	}
	#vertical_indicator {
		display:none !important;
	}
}

@media screen and (max-width: 800px) {
	.only_vertical {
	}
	.only_horizontal {
		display:none;
	}
	#vertical_indicator {
		display:block !important;
	}
}