ul.tools {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

li.tools-show {
	width: 100%;
	padding: 3px 3px 3px 25px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 16px;
	font-size: 0.95rem;
	line-height: 0.9rem;
	cursor: pointer;
}
li.tools-show:hover {
	color: #d40041;
}
.tools-thumbs {
	background-image: url("../images/icon-tools-show-thumb.svg");
}
.tools-list {
	background-image: url("../images/icon-tools-show-table.svg");
}

/* ```````````````````````````````````````````````````````````````````````````````` */

li.tools-sort-met {
	padding: 3px;
	font-size: 0.95rem;
	border: 2px solid transparent;
	cursor: pointer;
}
li.tools-sort-met:hover {
	background-color: #ebe9f1;
}
.tools-sort-met-asc-selected, .tools-sort-met-desc-selected {
	padding: 3px 3px 3px 16px !important;
	border: 2px solid #d40041 !important;
}
.tools-sort-met-asc-selected:before {
	content: "▼";
	position: absolute;
	margin: 3px 0 0 -13px;
	font-size: 0.6rem;
}
.tools-sort-met-desc-selected:before {
	content: "▲";
	position: absolute;
	margin: 3px 0 0 -13px;
	font-size: 0.6rem;
}

/* ```````````````````````````````````````````````````````````````````````````````` */

div.pages {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
	margin: 15px 0 0 0;
}

div.pages-statistic {
	display: flex;
	justify-content: start;
	align-items: center;
	padding: 5px 5px 5px 20px;
}
div.pages-statistic div {
	padding: 5px;
}
div.pages-count {
	background-color: #ebe9f1;
}

ul.pages {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
	margin: 0;
	padding: 5px 5px 5px 20px;
	list-style: none;
}

ul.pages a {
	display: block;
	min-width: 10px;
	padding: 5px;
	text-decoration: none;
}

div.pages-selected {
	min-width: 10px;
	padding: 5px;
	background-color: #ebe9f1;
}

/* -------------------------------------------------------------------------------- */

a.banner {
	display: flex;
	justify-content: flex-end;
	height: 300px;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	text-decoration: none;
}

div.banner-content {
	display: flex;
	flex-direction: column;
}
div.banner-header {
	padding: 20px 20px 10px 20px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
}
div.banner-text {
	padding: 0 20px 0 20px;
	color: #000000;
	font-size: 1.2rem;
	text-align: right;
}

@media (max-width: 711px) {
	a.banner {
		height: 250px;
	}
	div.banner-text {
		font-size: 1rem;
		line-height: 1.4rem;
	}
}

.banner-pulty-du {
	background-image: url("../images/banners/pulty-du.png");
}
.banner-rele {
	background-image: url("../images/banners/rele.png");
}
.banner-batarejki {
	background-image: url("../images/banners/batarejki.png");
}
.banner-tranzistory {
	background-image: url("../images/banners/tranzistory.png");
}
.banner-razemy-perekhodniki {
	background-image: url("../images/banners/razemy-perekhodniki.png");
}
.banner-svetodiody {
	background-image: url("../images/banners/svetodiody.png");
}
.banner-lampy {
	background-image: url("../images/banners/lampy.png");
}
.banner-kabelnye-nakonechniki {
	background-image: url("../images/banners/kabelnye-nakonechniki.png");
}
.banner-kabel-provoda {
	background-image: url("../images/banners/kabel-provoda.png");
}
.banner-termousadochnaya-trubka {
	background-image: url("../images/banners/termousadochnaya-trubka.png");
}
.banner-bloki-pitaniya {
	background-image: url("../images/banners/bloki-pitaniya.png");
}
.banner-predokhraniteli {
	background-image: url("../images/banners/predokhraniteli.png");
}

/* -------------------------------------------------------------------------------- */

div.mp-blocks {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	margin: 10px 0;
}

div.mp-block {
	width: 25%;
}

div.mp-block a {
	display: block;
	position: relative;
	min-height: 75px;
	margin: 5px;
	padding: 10px;
	border: 2px solid #0c0135;
}
div.mp-block a:hover {
	background-color: #ceccd7;
	border: 2px solid #d40041;
}

div.mp-block-content {
	position: absolute;
	z-index: 2;
	left: 10px;
	top: 10px;
	color: #0c0135;
	font-size: 1.1rem;
	font-weight: bold;
}
div.mp-block img {
	position: absolute;
	z-index: 1;
	right: 5px;
	bottom: 5px;
	width: 75%;
	height: 75%;
	max-width: 90px;
	max-height: 90px;
}

@media (max-width: 1023px) {
	div.mp-block {
		width: 33%;
	}
}
@media (max-width: 711px) {
	div.mp-block {
		width: 50%;
	}
}
@media (max-width: 568px) {
	div.mp-block-content {
		font-size: 0.9rem;
	}
	div.mp-block img {
		width: 53%;
		height: 53%;
	}
}

/* -------------------------------------------------------------------------------- */

div.catalog-head {
	display: flex;
	flex-wrap: start;
	justify-content: space-between;
	align-items: top;
}
div.catalog-head h1, div.catalog-head h2 {
	display: flex;
	flex-wrap: start;
	justify-content: start;
	align-items: center;
	width: 100%;
}

div.catalog-head h1 span {
	margin: 0 0 0 10px;
}

.header-sup {
	margin: 0 0 0 15px;
	white-space: nowrap;
	font-size: 0.8rem;
	line-height: 0.8rem;
}

@media (max-width: 568px) {
	.header-sup {
		display: none;
	}
}

div.catalog-head-full, div.catalog-head-sub, div.catalog-head-sub-products {
	display: flex;
	flex-wrap: start;
	justify-content: start;
	align-items: center;
}
div.catalog-head-sub-pre {
	padding: 0 5px 0 0;
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
}

div.catalog-head-full div.catalog-head-sub-pre {
	font-size: 0.8rem !important;
}
div.catalog-head-full h2 {
	flex-grow: 3;
}
div.catalog-head-full a {
	display: block;
	color: #000000;
	font-size: 1.1rem !important;
	text-decoration: none;
}
div.catalog-head-full a:hover {
	color: #d40041;
}

div.catalog-head-sub-products {
	margin: -20px 0 20px 0;
}
div.catalog-head-sub-products h2 {
	font-size: 1rem;
}
div.catalog-head-sub-products div.catalog-head-sub-pre {
	font-size: 0.9rem !important;
}

/* -------------------------------------------------------------------------------- */

.catalog-part {
	display: none !important;
}

/* -------------------------------------------------------------------------------- */

ul.cats-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: stretch;
	margin: 20px 0;
	padding: 5px 10px;
	list-style: none;
	/*border-top: 2px solid #d40041;
	border-left: 2px solid #ebe9f1;
	border-right: 2px solid #ebe9f1;
	border-bottom: 2px solid #3e2a75;*/
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	transition: 0.5s;
}
ul.cats-list:hover {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
}
ul.cats-list li {
	width: 25%;
}

div.cats-list-item {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: top;
	padding: 10px 10px 10px 0;
}

a.cats-list-link-icon {
	display: block;
	width: 80px;
	height: 80px;
	min-width: 80px;
	min-height: 80px;
	overflow: hidden;
	border: 2px solid #ebe9f1;
}
a.cats-list-link-icon:hover {
	border: 2px solid #d40041;
}
a.cats-list-link-icon:hover img {
	transform: scale(1.1);
}
a.cats-list-link-icon img {
	display: block;
	object-fit: contain;
	width: 80px;
	height: 80px;
	transition: 0.3s;
}

a.cats-list-link-text {
	width: 100%;
	padding: 10px 5px 5px 10px;
	color: #000000;
	font-size: 1rem;
	text-decoration: none;
}
a.cats-list-link-text:hover {
	color: #d40041;
}

div.cats-list-cnt-products {
	margin: 10px 0 0 0;
	padding: 3px;
	color: #999999;
	font-size: 0.85rem;
}

div.cats-list-thumb-img-empty {
	width: 80px;
	height: 80px;
	background-image: url("../images/category-thumb-empty.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	opacity: 0.15;
}

@media (max-width: 1150px) {
	ul.cats-list li {
		width: 33.333%;
	}
}
@media (max-width: 1023px) {
	ul.cats-list li {
		width: 50%;
	}
}
@media (max-width: 711px) {
	a.cats-list-link-text {
		padding: 5px 5px 5px 15px;
	}
}
@media (max-width: 568px) {
	ul.cats-list li {
		width: 100%;
	}
	a.cats-list-link-text {
		padding: 5px 5px 5px 15px;
		overflow-wrap: break-word;
		word-wrap: break-word;
		word-break: break-all;
		line-break: strict;
		hyphens: auto;
	}
}

/* -------------------------------------------------------------------------------- */

div.catalog-head-sub-search {
	margin: 10px 0 20px 0;
}
div.catalog-head-sub-search h2 {
	margin: 0;
	padding: 0;
	font-size: 1rem;
}

ul.cats-list-search {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: start;
	margin: 0 0 40px 0;
	padding: 5px 10px;
	list-style: none;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	transition: 0.5s;
}
ul.cats-list-search:hover {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
}
ul.cats-list-search li {
	width: 25%;
}

div.cats-list-search-item {
	padding: 5px;
}
div.cats-list-search-item a {
	display: block;
	color: #3e2a75;
	font-size: 0.9rem;
	text-decoration: none;
}
div.cats-list-search-item a:hover {
	color: #d40041;
}

@media (max-width: 1150px) {
	ul.cats-list-search li {
		width: 33.333%;
	}
}
@media (max-width: 1023px) {
	ul.cats-list-search li {
		width: 50%;
	}
}
@media (max-width: 711px) {
	ul.cats-list-search li {
		width: 100%;
	}
}

/* -------------------------------------------------------------------------------- */

div.frame-empty {
	margin: 20px 0;
	padding: 20px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	transition: 0.5s;
}
div.frame-empty:hover {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
}

div.frame-empty span {
	padding: 5px;
	background-color: #d40041;
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: bold;
}

/* -------------------------------------------------------------------------------- */

div.list-products {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: start;
	position: relative;
}
div.list-products-content {
	flex-grow: 3;
	padding: 0 0 0 20px;
}

div.search-params {
	position: relative;
	min-width: 250px;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.search-params-toggle {
	display: none;
}
div.search-params-toggle-container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	margin: 0 0 20px 0;
	padding: 10px;
	background-color: #ebe9f1;
	font-size: 0.95rem;
	font-weight: bold;
	text-align: center;
	border: 2px solid #2f254f;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
div.search-params-toggle-container:hover {
	background-color: #d8d3e6;
	color: #d40041;
	border: 2px solid #d40041;
}
div.search-params-toggle-container:active {
	transform: scale(0.97);
}
div.search-params-toggle-container-switch {
	padding: 0 5px 0 0;
}
div.search-params-toggle-container-name {
	flex-grow: 3;
	padding: 0 5px;
	font-weight: bold;
}

div.search-params-wait {
	display: none;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.75;
	background-image: url("../images/spin-wait.gif");
	background-repeat: no-repeat;
	background-position: center 50px;
	background-color: #ffffff;
}

div.search-params-clear {
	margin: 0 0 20px 0;
	padding: 10px;
	font-size: 0.95rem;
	font-weight: bold;
	text-align: center;
	border: 2px solid #2f254f;
	cursor: pointer;
}
div.search-params-clear:hover {
	background-color: #ebe9f1;
	color: #d40041;
	border: 2px solid #d40041;
}
div.search-params-clear:active {
	transform: scale(0.97);
}

div.search-params-logs {
	display: none;
	position: absolute;
	z-index: 99;
	left: 270px;
	padding: 15px 60px 10px 60px;
	background-color: #ffffff;
	white-space: nowrap;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: center;
	border: 1px solid #2f254f;
	box-shadow: 4px 5px 20px rgba(0, 0, 0, 0.3);
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
div.search-params-logs:before {
	content: "";
	position: absolute;
	z-index: 98;
	top: 10px;
	left: -9px;
	border-right: 10px solid #ffffff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
div.search-params-logs:after {
	content: "";
	position: absolute;
	z-index: 97;
	top: 10px;
	left: -10px;
	border-right: 10px solid #2f254f;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

div.search-params-logs-action {
	margin: 10px 0;
	padding: 5px;
	font-size: 0.95rem;
	font-weight: bold;
	text-align: center;
	border: 2px solid #2f254f;
	cursor: pointer;
}
div.search-params-logs-action:hover {
	background-color: #ebe9f1;
	color: #d40041;
	border: 2px solid #d40041;
}
div.search-params-logs-action:active {
	transform: scale(0.97);
}

div.search-params-logs-close {
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 3px;
	color: #d40041;
	font-size: 1.1rem;
	cursor: pointer;
}
div.search-params-logs-close:hover {
	background-color: #d8d3e6;
}

div.search-params-item {
	position: relative;
	margin: 0 0 20px 0;
	border: 1px solid #ebe9f1;
}
div.search-params-item-primary {
	border: 1px solid #999999;
	box-shadow: 4px 5px 20px rgb(0, 0, 0, 0.15);
}

div.search-params-item-head {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	background-color: #ebe9f1;
	font-size: 0.95rem;
}
div.search-params-item-head-container {
	flex-grow: 3;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	padding: 10px;
	cursor: pointer;
}
div.search-params-item-head-container:hover {
	background-color: #d8d3e6;
}
div.search-params-item-head-switch {
	padding: 0 5px 0 0;
}
div.search-params-item-head-name {
	flex-grow: 3;
	padding: 0 5px;
	font-weight: bold;
}
div.search-params-item-head-expand-list {
	padding: 10px;
	font-size: 1.1rem;
	cursor: pointer;
}
div.search-params-item-head-expand-list:hover {
	background-color: #d8d3e6;
}

div.search-params-item ul {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	max-height: 200px;
	overflow-y: scroll;
	background-color: #ffffff;
}
ul.search-params-item-list-open {
	display: block !important;
}
div.search-params-item ul::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
div.search-params-item ul::-webkit-scrollbar-thumb {
	background-color: #ebe9f1;
	border: 1px solid #d8d3e6;
}
div.search-params-item ul::-webkit-scrollbar-thumb:hover {
	background-color: #d40041;
	border: 1px solid transparent;
}

div.search-params-item ul li {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
div.search-params-item ul li:hover {
	background-color: #f5f4f8;
}
li.search-params-item-value-selected {
	background-color: #fffae5;
}

div.search-params-item ul li div {
	padding: 5px;
	font-size: 0.85rem;
}
div.search-params-item ul li div:nth-child(2) {
	flex-grow: 3;
	width: 100%;
	padding: 5px 0 0 5px;
}
div.search-params-item ul li div:nth-child(3) {
	padding: 0 10px 0 0;
	color: #999999;
	font-size: 0.75rem;
}

ul.search-params-expand-list {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: start;
	align-items: start;
	position: absolute;
	z-index: 90;
	width: 600px;
	top: 40px;
	left: 0;
	max-height: none !important;
	overflow-y: visible !important;
	padding: 10px !important;
	border: 1px solid #d8d3e6;
	box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.3);
}
ul.search-params-expand-list li {
	width: 25%;
	align-items: start !important;
}
ul.search-params-expand-list li div:nth-child(2) {
	padding: 7px 0 5px 5px !important;
}
div.search-params-item ul li div:nth-child(3) {
	padding: 7px 5px 0 5px !important;
}

div.search-params-item input[type=checkbox] {
	cursor: pointer;
}
div.search-params-item label {
	display: block;
	width: 100%;
	cursor: pointer;
}

@media (max-width: 711px) {
	div.list-products {
		flex-wrap: wrap;
	}
	div.search-params-toggle {
		display: block;
		width: 100%;
	}
	div.search-params {
		display: none;
		width: 100%;
	}
	div.list-products-content {
		width: 100%;
		padding: 0;
	}
	div.search-params-item-head-expand-list {
		display: none;
	}

	div.search-params-logs {
		position: fixed;
		z-index: 99;
		top: unset !important;
		left: 0 !important;
		bottom: 0;
		width: 100%;
		padding: 15px 0 20px 0;
		background-color: #fffae5;
		font-size: 0.95rem;
		border: 0;
		box-shadow: 0 0 20px rgb(0, 0, 0, 0.3);
	}
	div.search-params-logs:before {
		content: none;
	}
	div.search-params-logs:after {
		content: none;
	}
	div.search-params-logs-action {
		width: 70%;
		margin: 10px auto;
		padding: 10px;
		font-size: 1rem;
		background-color: #ffffff;
	}
}

/* -------------------------------------------------------------------------------- */

ul.list-products-table {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
ul.list-products-table li {
	position: relative;
}

ul.list-products-table > li {
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.07);
}
ul.list-products-table > li:hover {
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

div.list-products-table-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 10px;
}

.list-products-table-out-stock {
	opacity: 0.3;
}

div.list-products-table-item-part-left {
	display: flex;
	flex-wrap: nowrap;
	justify-content: start;
	align-items: center;
	flex-grow: 3;
	flex-basis: 300px;
}
div.list-products-table-item-part-right {
	display: flex;
	flex-wrap: nowrap;
	justify-content: start;
	align-items: center;
}

div.list-products-table-item-params {
	width: 100%;
}
div.list-products-table-item-params ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
div.list-products-table-item-params ul li {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: start;
	width: 50%;
	border-bottom: 1px dotted #cccccc;
}
div.list-products-table-item-params ul li:hover {
	background-color: #f5f4f8;
}

div.list-products-table-item-params-name {
	padding: 3px 10px;
	color: #555555;
	font-size: 0.85rem;
	flex-grow: 3;
}
div.list-products-table-item-params-value {
	padding: 3px 10px;
	color: #000000;
	font-size: 0.85rem;
	white-space: nowrap;
}

@media (max-width: 711px) {
	div.list-products-table-item-params {
		display: none;
	}
}

/* ```````````````````````````````````````````````````````````````````````````````` */

div.list-products-table-thumb-code {
	padding: 0 0 5px 0;
	color: #d40041;
	font-size: 0.9rem;
}
div.list-products-table-thumb-code span {
	font-weight: bold;
}

div.list-products-table-img a {
	display: block;
	width: 90px;
	height: 90px;
	min-width: 100%;
	max-width: 80px;
	min-height: 80px;
	overflow: hidden;
}
div.list-products-table-img a img {
	display: block;
	object-fit: contain;
	width: 100%;
	height: 100%;
}
div.list-products-table-img-empty {
	width: 100%;
	height: 100%;
	background-image: url("../images/product-thumb-empty.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	opacity: 0.15;
}

div.list-products-table-title {
	padding: 0 10px;
}
div.list-products-table-title a {
	display: block;
	color: #000000;
	text-decoration: none;
}
div.list-products-table-title a:hover {
	color: #d40041;
}

div.list-products-table-category {
	margin: 5px 0 0 0;
	color: #999999;
	font-size: 0.9rem;
}
div.list-products-table-category a {
	display: inline-block;
	color: #999999;
	text-decoration: underline;
}

/* ```````````````````````````````````````````````````````````````````````````````` */

div.list-products-table-stock {
	display: flex;
	flex-wrap: nowrap;
	justify-content: start;
	align-items: center;
	text-align: right;
}

div.list-products-table-price {
	display: block;
	min-width: 90px;
}
div.list-products-table-price span.price {
	color: #d40041;
	font-size: 1rem;
	font-weight: bold;
}
div.list-products-table-price span.price-currency {
	padding: 0 5px 0 3px;
	color: #d40041;
	font-size: 0.9rem;
}
div.list-products-table-price span.price-unit {
	padding: 3px;
	background-color: #f9f8fb;
	color: #000000;
	font-size: 0.9rem;
}

div.list-products-table-rest {
	display: block;
	min-width: 55px;
	margin: 0 10px;
	line-height: 0.7rem;
}
div.list-products-table-rest span.unit-count {
	color: #000000;
	font-size: 0.9rem;
	font-weight: bold;
}
div.list-products-table-rest span.unit-order {
	color: #000000;
	font-size: 0.8rem;
	font-weight: bold;
}

div.list-products-table-stock-empty {
	position: relative;
	white-space: nowrap;
	padding: 3px;
	color: #d40041;
	border: 2px solid #d40041;
}

div.list-products-table-stock-full {
	white-space: nowrap;
	color: #d40041;
}
div.list-products-table-stock-full a {
	display: inline;
	padding: 0;
	text-decoration: underline;
}

/* ```````````````````````````````````````````````````````````````````````````````` */

div.list-products-table-cart {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	min-width: 165px;
	min-height: 35px;
}

div.list-products-table-cart-count {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
div.list-products-table-cart-count button {
	padding: 5px 8px;
}
div.list-products-table-cart-count input {
	width: 40px;
	padding: 5px 3px;
	text-align: center;
}

div.product-table-cart-buy {
	padding: 0 0 0 5px;
}
div.product-table-cart-buy button {
	padding: 5px 8px;
}

div.product-table-cart-buy-order-sum {
	display: block;
	text-align: right;
}
div.product-table-cart-buy-order-sum span.price {
	color: #d40041;
	font-size: 1rem;
	font-weight: bold;
}
div.product-table-cart-buy-order-sum span.price-currency {
	padding: 0 5px 0 3px;
	color: #d40041;
	font-size: 0.9rem;
}

div.list-products-table-cart-view-sum {
	width: 100%;
	text-align: right;
}
div.list-products-table-cart-view-sum span.price {
	color: #d40041;
	font-size: 1rem;
	font-weight: bold;
}
div.list-products-table-cart-view-sum span.price-currency {
	padding: 0 5px 0 3px;
	color: #d40041;
	font-size: 0.9rem;
}

/* -------------------------------------------------------------------------------- */

ul.list-products-thumb {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: stretch;
	margin: 20px 0;
	padding: 0;
	list-style: none;
	transition: 0.5s;
}
ul.list-products-thumb li {
	position: relative;
	width: 14.286%;
	padding: 0 0 80px 0;
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.07);
}
ul.list-products-thumb li:hover {
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}
ul.list-products-thumb-params li {
	width: 16.666% !important;
}

div.list-products-thumb-category {
	padding: 10px;
	color: #999999;
	font-size: 0.9rem;
}
div.list-products-thumb-category a {
	display: block;
	padding: 5px 0 0 0 !important;
	min-height: 75px;
	color: #999999;
	text-decoration: underline !important;
}
div.list-products-thumb-category a:hover {
	color: #d40041;
}

div.list-products-thumb-code {
	margin: 10px 0 0 0;
	font-size: 0.85rem;
}
div.list-products-thumb-code span {
	font-weight: bold;
}

ul.list-products-thumb a {
	display: block;
	position: relative;
	padding: 10px;
	text-decoration: none;
}
ul.list-products-thumb a:hover div.list-products-thumb-title {
	color: #d40041;
}

.list-products-thumb-out-stock {
	opacity: 0.3;
}

div.list-products-thumb-img {
	display: block;
	position: relative;
	width: 100%;
	height: 150px;
	min-width: 100%;
	max-width: 150px;
	min-height: 150px;
	overflow: hidden;
}
div.list-products-thumb-img img {
	display: block;
	object-fit: contain;
	width: 100%;
	height: 100%;
}
div.list-products-thumb-img-empty {
	width: 100%;
	height: 100%;
	background-image: url("../images/product-thumb-empty.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	opacity: 0.15;
}

div.list-products-thumb-title {
	padding: 5px 0;
	color: #000000;
	font-size: 0.9rem;
}

/* ```````````````````````````````````````````````````````````````````````````````` */

div.list-products-thumb-stock {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-end;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 40px;
}

div.list-products-thumb-price {
	padding: 0 5px 10px 10px;
}
div.list-products-thumb-price span.price {
	color: #d40041;
	font-size: 1.1rem;
	font-weight: bold;
}
div.list-products-thumb-price span.price-currency {
	padding: 0 5px 0 3px;
	color: #d40041;
	font-size: 1rem;
}
div.list-products-thumb-price span.price-unit {
	padding: 3px;
	background-color: #f9f8fb;
	color: #000000;
	font-size: 0.9rem;
}

div.list-products-thumb-rest {
	padding: 0 10px 10px 0;
	line-height: 0.9rem;
}
div.list-products-thumb-rest span.unit-count {
	color: #000000;
	font-size: 1rem;
	font-weight: bold;
}
div.list-products-thumb-rest span.unit-order {
	color: #000000;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 0.7rem;
}

div.list-products-thumb-stock-empty {
	margin: 0 10px 10px 10px;
	padding: 3px;
	color: #d40041;
	border: 2px solid #d40041;
}

div.list-products-thumb-stock-full {
	padding: 0 10px 10px 15px;
	color: #d40041;
}
div.list-products-thumb-stock-full a {
	display: inline;
	padding: 0;
	text-decoration: underline;
}

/* ```````````````````````````````````````````````````````````````````````````````` */

div.list-products-thumb-cart {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

div.list-products-thumb-cart-count {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 5px 10px 10px;
}
div.list-products-thumb-cart-count button {
	padding: 5px 8px;
}
div.list-products-thumb-cart-count input {
	width: 100%;
	padding: 5px 3px;
	text-align: center;
}

div.product-thumb-cart-buy {
	padding: 0 10px 10px 0;
}
div.product-thumb-cart-buy button {
	padding: 5px 8px;
}

@media (max-width: 1150px) {
	ul.list-products-thumb li {
		width: 16.666%;
	}
	ul.list-products-thumb-params li {
		width: 20% !important;
	}
}
@media (max-width: 1000px) {
	ul.list-products-thumb li {
		width: 20%;
	}
	ul.list-products-thumb-params li {
		width: 25% !important;
	}
}
@media (max-width: 900px) {
	ul.list-products-thumb li {
		width: 25%;
	}
	ul.list-products-thumb-params li {
		width: 33.333% !important;
	}
}
@media (max-width: 700px) {
	ul.list-products-thumb li {
		width: 33.333%;
	}
	ul.list-products-thumb-params li {
		width: 50% !important;
	}
}
@media (max-width: 530px) {
	ul.list-products-thumb li {
		width: 50%;
	}
}

/* -------------------------------------------------------------------------------- */

div.product-desc {
	margin: 10px 0 20px 0;
	font-size: 0.95rem !important;
	border-top: 1px solid #f5f4f8;
	border-bottom: 1px solid #f5f4f8;
}
div.product-desc-simple {
	border: 0 !important;
}
div.product-desc p {
	padding: 10px 10px 0 10px;
}
div.product-desc p:first-child {
	padding: 0 10px 10px 10px;
}
div.product-desc p:last-child {
	padding: 10px 10px 0 10px;
}

div.product-desc table {
	border-collapse: collapse;
}
div.product-desc table tr:hover {
	background-color: #ebe9f1;
}
div.product-desc table th, div.product-desc table td {
	padding: 5px;
	text-align: left !important;
	border: 2px solid #ebe9f1;
}
div.product-desc table th p, div.product-desc table td p {
	margin: 0 !important;
	padding: 0 !important;
}
div.product-desc li p {
	margin: 0 !important;
	padding: 3px !important;
}

div.product-properties dl {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.95rem;
}
div.product-properties dt {
	margin: 0;
	padding: 7px 0 0 15px;
}
div.product-properties dd {
	margin: 0;
	padding: 3px 0 7px 15px;
	border-bottom: 1px solid #ebe9f1;
}
div.product-properties dd:last-of-type {
	border: 0;
}

div.product-cart-tech-file {
	position: absolute;
	right: 0;
	top: 10px;
	padding: 5px 10px;
	background-color: #ffffff;
	border-top: 1px solid #ebe9f1;
	border-left: 1px solid #ebe9f1;
	border-right: 1px solid #ebe9f1;
}
div.product-cart-tech-file a {
	display: block;
	padding: 0 0 0 60px;
	background-image: url("../images/icon-pdf.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 50px;
	font-size: 0.9rem;
	line-height: 1rem;
}

div.tech-specs-head {
	margin: 20px 0 0 0;
}

table.tech-specs {
	margin: 20px 0 0 0;
	border-collapse: collapse;
}
table.tech-specs tr {
	border-bottom: 1px solid #f5f4f8;
}
table.tech-specs tr:hover {
	background-color: #f5f4f8;
}
table.tech-specs tr:last-child {
	border: 0;
}

table.tech-specs td {
	padding: 7px 15px;
	vertical-align: top;
	font-size: 0.95rem;
}
table.tech-specs td input[type=checkbox], table.tech-specs td label {
	cursor: pointer;
}
table.tech-specs td[itemprop=name] {
	color: #555555;
}
table.tech-specs td[itemprop=value] {
	font-weight: bold;
}

tr.tech-specs-action:hover {
	background-color: transparent !important;
}
tr.tech-specs-action td {
	padding: 15px !important;
	white-space: nowrap;
	text-align: right;
	vertical-align: middle !important;
}

div.tech-specs-action-button {
	display: inline-block;
	white-space: nowrap;
	padding: 10px;
	font-size: 0.95rem;
	font-weight: bold;
	text-align: center;
	border: 2px solid #2f254f;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
div.tech-specs-action-button:hover {
	background-color: #ebe9f1;
	color: #d40041;
	border: 2px solid #d40041;
}
div.tech-specs-action-button:active {
	transform: scale(0.97);
}

div.product-image-thumbs {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	align-items: start;
	gap: 10px;
	margin: 15px 0 5px 0;
}
div.product-image-thumbs a {
	width: 68px !important;
	height: 68px !important;
}

@media (min-width: 700px) {
	div.product {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		align-items: start;
	}

	div.product-image {
		margin: 0 20px 0 0;
	}
	div.product-image a {
		display: block;
		position: relative;
		overflow: hidden;
		width: 400px;
		height: 400px;
		padding: 2px;
		background-color: #ffffff;
		box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
		transition: 0.5s;
	}
	div.product-image a:hover {
		box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
	}

	div.product-image img {
		display: block;
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

	div.product-image-cover-empty {
		display: block;
		position: relative;
		overflow: hidden;
		width: 400px;
		height: 400px;
		padding: 2px;
		background-image: url("../images/product-thumb-empty.svg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 80%;
		background-color: #ffffff;
		opacity: 0.15;
		box-shadow: 0 0 15px 0 rgba(0, 0, 0, 1);
		transition: 0.5s;
	}

	div.product-properties {
		flex-grow: 3;
		flex-basis: 300px;
	}
}

span.product-properties-apart-separator {
	display: inline-block;
	margin: 0 5px;
	color: #999999;
	font-size: 1rem;
}

@media (max-width: 699px) {
	div.product {
		display: flex;
		flex-wrap: wrap;
		align-items: start;
		width: 100%;
	}

	div.product-image {
		width: 100%;
		margin: 0 5px 10px 0;
	}
	div.product-image a {
		display: block;
		position: relative;
		width: 100%;
		padding: 2px;
		background-color: #ffffff;
		box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
		transition: 0.5s;
	}
	div.product-image a:hover {
		box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
	}

	div.product-image img {
		display: block;
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: 680px;
		max-height: 600px;
		margin: 0 auto;
	}

	div.product-image-cover-empty {
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
		min-height: 600px;
		padding: 2px;
		background-image: url("../images/product-thumb-empty.svg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 80%;
		background-color: #ffffff;
		opacity: 0.15;
		box-shadow: 0 0 15px 0 rgba(0, 0, 0, 1);
	}

	div.product-properties {
		width: 100%;
	}
}

span[itemprop=description] {
	display: none;
}

/* ```````````````````````````````````````````````````````````````````````````````` */

div.product-stock {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 10px 0;
	padding: 20px;
	background-color: #f5f4f8;
}

span.price-title {
	display: none;
}
span[itemprop=priceCurrency] {
	display: none;
}

div.product-price {
	display: flex;
	justify-content: start;
	flex-wrap: nowrap;
	align-items: center;
	flex-grow: 3;
	white-space: nowrap;
	margin: 0 10px 0 0;
}
div.product-price b.price {
	color: #d40041;
	font-size: 2rem;
	font-weight: bold;
}
div.product-price span.price-currency {
	padding: 0 5px 0 10px;
	color: #d40041;
	font-size: 1.5rem;
}
div.product-price span.price-unit {
	padding: 5px;
	background-color: #f9f8fb;
	color: #000000;
	font-size: 1rem;
}

/* ```````````````````````````````````````````````````````````````````````````````` */

div.product-availability {
	margin: 0 10px 0 0;
}
div.product-availability span.unit-count {
	color: #000000;
	font-size: 1rem;
	font-weight: bold;
}
div.product-availability span.unit-order {
	color: #000000;
	font-size: 1rem;
	font-weight: bold;
	line-height: 0.9rem;
}

div.product-stock-empty-photo, div.product-stock-empty {
	padding: 5px;
	background-color: #d40041;
	color: #ffffff;
	font-weight: bold;
}
div.product-stock-empty-photo {
	position: absolute;
	top: 10px;
	left: 10px;
}

div.product-stock-full {
	color: #d40041;
	font-weight: bold;
}

/* ```````````````````````````````````````````````````````````````````````````````` */

div.product-cart {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

div.product-cart-count {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
div.product-cart-count button {
	padding: 8px 11px;
}
div.product-cart-count input {
	width: 50px;
	padding: 7px 5px;
	font-size: 15px;
	text-align: center;
}

div.product-cart-buy {
	padding: 0 0 0 10px;
}
div.product-cart-buy button {
	padding: 8px 15px;
	background: linear-gradient(to bottom, #f2b2c6, #d40041);
	color: #ffffff;
	border: 1px solid #d40041;
}
div.product-cart-buy button:active {
	box-shadow: inset 0 5px 5px rgba(119, 0, 37, 0.5);
}

.product-cart-articul {
	display: inline-block;
	padding: 3px;
	color: #d40041;
	border: 2px solid #d40041;
}

div.price-wholesale {
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 3px;
	background-color: #ffffff;
	font-size: 0.9rem;
	border: 2px solid #d40041;
}

div.product-cart-articul-add {
	position: absolute;
	left: 10px;
	bottom: 10px;
	padding: 3px;
	background-color: #ffffff;
	color: #d40041;
	font-size: 0.9rem;
	font-weight: bold;
	border: 2px solid #d40041;
}

@media (max-width: 699px) {
	div.product-cart {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin: 10px 0 0 0;
	}
}

/* -------------------------------------------------------------------------------- */

@media (min-width: 700px) {
	div.list-products-over {
		width: 100%;
		overflow: auto;
	}
	div.list-products-over ul {
		flex-wrap: nowrap;
		padding: 0 10px;
	}
	div.list-products-over ul li {
		min-width: 170px;
	}

	div.list-products-over::-webkit-scrollbar {
		width: 10px;
		height: 10px;
	}
	div.list-products-over::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
	}
	div.list-products-over::-webkit-scrollbar-thumb {
		background-color: #3e2a75;
	}
	div.list-products-over::-webkit-scrollbar-thumb:hover {
		background-color: #d40041;
	}
}

.catalog-head-products-other {
	margin: 20px 0 0 0;
}

/* -------------------------------------------------------------------------------- */

li.basket-item-container {
	padding: 0 !important;
	border-bottom: 2px solid #403562;
}
li.basket-item-container:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1023px) {
	li.basket-item-container {
		margin: 0 10px 0 0;
	}
	li.basket-item-container:last-child {
		margin-bottom: 100px;
		border: 0 !important;
	}
}
@media (max-width: 568px) {
	li.basket-item-container {
		margin: 0 20px 0 0;
	}
}

div.basket-item {
	position: relative;
	padding: 10px;
}
.basket-out-stock {
	opacity: 0.3;
}

div.basket-grid {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

div.basket-item-part-right {
	flex-grow: 3;
}

div.basket-item a {
	margin: 0 !important;
	padding: 0 !important;
	background-image: none !important;
	border: 0 !important;
}
div.basket-item a:before {
	content: "" !important;
}

/* ```````````````````````````````````````````````````````````````````````````````` */

div.basket-thumb-code {
	padding: 5px 0 5px 10px;
	color: #ffffff;
	font-size: 0.8rem;
}
div.basket-thumb-code span {
	font-weight: bold;
}

div.basket-img a {
	display: block;
	width: 70px;
	height: 70px;
	min-width: 100%;
	max-width: 70px;
	min-height: 70px;
	overflow: hidden;
}
div.basket-img a img {
	display: block;
	object-fit: contain;
	width: 100%;
	height: 100%;
}
div.basket-img-empty {
	width: 100%;
	height: 100%;
	background-image: url("../images/product-thumb-empty-basket.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	opacity: 0.3;
}

div.basket-item-part-right a {
	display: block;
	padding: 0 10px !important;
	color: #000000;
	text-decoration: none;
}
div.basket-item-part-right a:hover {
	color: #d40041;
}

/* ```````````````````````````````````````````````````````````````````````````````` */

div.basket-stock {
	display: flex;
	flex-wrap: nowrap;
	justify-content: start;
	align-items: center;
	padding: 10px 0 0 0;
}

div.basket-price {
	display: block;
	min-width: 64px;
	padding: 2px;
	color: #ffffff;
	text-align: center;
	border: 2px solid #c5bfd5;
}
div.basket-price span.price {
	font-size: 0.9rem;
}
div.basket-price span.price-currency {
	padding: 0 0 0 3px;
	font-size: 0.9rem;
}

div.price-unit {
	display: block;
	min-width: 15px;
	padding: 0 0 0 5px;
	color: #c5bfd5;
	font-size: 0.8rem;
	text-align: center;
}
div.price-arrow {
	display: block;
	min-width: 15px;
	padding: 0 0 0 5px;
	color: #c5bfd5;
	font-size: 0.5rem;
	text-align: center;
}

div.basket-rest {
	display: block;
	padding: 0 0 0 10px;
	color: #c5bfd5;
	font-size: 0.9rem;
}

div.basket-stock-empty {
	display: block;
	padding: 0 0 0 10px;
	color: #d40041;
	font-size: 0.9rem;
}

/* -------------------------------------------------------------------------------- */

li.basket-item-empty {
	height: 50px;
}

li.basket-order {
	position: fixed;
	z-index: 999999;
	width: 305px;
	padding: 5px;
	background-color: #d40041;
}

li.basket-order a {
	display: block;
	padding: 5px !important;
	color: #ffffff;
	font-size: 1.1rem !important;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border: 0 !important;
}
li.basket-order a:before {
	content: "" !important;
}
li.basket-order a:hover {
	color: #3e2a75 !important;
}
li.basket-order:after {
	content: "▼";
	position: absolute;
	left: 145px;
	bottom: -12px;
	width: 16px;
	height: 16px;
	color: #d40041;
}

li.basket-order div {
	padding: 0 5px 5px 5px;
	color: #ffffff;
	font-size: 0.9rem;
	text-align: center;
}
li.basket-order div span.basket-order-count span.basket-order-count-data {
	font-weight: bold;
}
li.basket-order div span.basket-order-sum {
	padding: 0 0 0 5px;
}
li.basket-order div span.basket-order-sum span.price {
	font-weight: bold;
}
li.basket-order div span.basket-order-sum span.rice-currency {
	font-weight: bold;
}

@media (max-width: 1009px) {
	li.basket-item-empty {
		height: 75px;
	}

	li.basket-order {
		display: block;
		position: absolute;
		z-index: 999999;
		top: 80px;
		left: 20px;
		right: 20px;
		width: auto;
	}

	li.basket-order:after {
		left: 47%;
		bottom: -10px;
	}
}

/* -------------------------------------------------------------------------------- */

div.order-delete-all {
	padding: 10px 0 10px 30px;
	background-image: url("../images/icon-close-simple.svg");
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: 6px 12px;
	color: #d40041;
	font-weight: bold;
	cursor: pointer;
}
div.order-delete-all:hover {
	background-image: url("../images/icon-close-hover.svg");
	background-size: 24px;
	background-position: 0 6px;
	color: #3e2a75;
}

div.order-delete {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 24px;
	height: 24px;
	padding: 5px;
	background-image: url("../images/icon-close-simple.svg");
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: center center;
	background-color: #ffffff;
	border-radius: 24px;
	cursor: pointer;
}
div.order-delete:hover {
	background-image: url("../images/icon-close-hover.svg");
	background-size: 24px;
}

div.order-result {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	padding: 10px;
}
div.order-result-title {
	padding: 5px;
}
div.order-result-cnt {
	padding: 5px 10px;
	font-weight: bold;
	border: 2px solid #d40041;
}
div.order-result-sum {
	padding: 5px 10px;
	background-color: #d40041;
	color: #ffffff;
}
div.order-result-sum span.price {
	margin: 0 5px 0 0;
	font-size: 1.1rem;
	font-weight: bold;
}
div.order-result-sum span.price-currency {
	font-size: 1rem;
}

/* -------------------------------------------------------------------------------- */

ul.order-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: justify-content;
	align-items: start;
	margin: 10px 0;
	padding: 20px;
	list-style: none;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	transition: 0.5s;
}
ul.order-form:hover {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
}

li.order-form-title {
	width: 15%;
	text-align: right;
}
li.order-form-data {
	width: 75%;
}
li.order-form-data input[type=text], li.order-form-data textarea {
	width: 100%;
	resize: none;
	background: linear-gradient(to bottom, #f1f1f1, #fafafa);
	font-family: "Roboto Condensed", sans-serif;
	font-size: 0.95rem;
}

input#family, input#first_name, input#middle_name, input#phone, input#email, input#delivery_index {
	width: 50%;
}

div.order-form-container {
	position: relative;
	padding: 10px 10px 20px 5px;
}
li.order-form-title div.order-form-container {
	white-space: nowrap;
	padding: 15px 5px 10px 15px !important;
	font-weight: bold;
}

div.order-form-container div {
	margin: 0 0 15px 0;
}
div.order-form-container div:last-child {
	margin: 0;
}
div.order-form-container label {
	margin:0 0 0 5px;
}
div.order-form-sms {
	margin: 10px 0 5px 0 !important;
}

div.order-form-request-min-data {
	display: none;
	margin: 0 0 15px 0;
	padding: 10px;
	color: #d40041;
	border: 2px solid #d40041;
}
div.order-form-request-min-data span {
	font-weight: bold;
}

div.obligat {
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 10px;
	width: 12px;
	height: 12px;
	background-image: url("../images/icon-obligat.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 8px;
}

li.delivery-index, li.delivery-address {
	display: none;
}

div.order-form-error {
	display: none;
	margin: 0 0 15px 5px;
	padding: 10px;
	color: #d40041;
	border: 2px solid #d40041;
}
div.order-form-error p {
	margin: 0;
	padding: 0 10px;
}
div.order-form-error ul {
	margin: 5px 0 0 25px;
	padding: 0;
	list-style: square outside;
}

@media (max-width: 1009px) {
	input#family, input#first_name, input#middle_name, input#phone, input#email, input#delivery_index {
		width: 60%;
		min-width: 300px;
	}
}

@media (max-width: 711px) {
	li.order-form-title {
		width: 100%;
		text-align: left;
	}
	li.order-form-data {
		width: 100%;
	}
	li.order-form-data input[type=text], li.order-form-data textarea {
		width: 100% !important;
		min-width: auto;
		max-width: auto;
	}
	div.order-form-container {
		position: relative;
		padding: 10px 10px 10px 0;
	}
	li.order-form-title div.order-form-container {
		padding: 10px 10px 0 0 !important;
	}
	div.obligat {
		top: 15px;
		left: auto;
		right: 0;
	}
}

#submit {
	padding: 10px 20px;
	background: linear-gradient(to bottom, #f2b2c6, #d40041);
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: bold;
	border: 1px solid #d40041;
}
#submit:active {
	box-shadow: inset 0 5px 5px rgba(119, 0, 37, 0.5);
}

/* -------------------------------------------------------------------------------- */

div.view-status-order-form {
	margin: 20px 0;
	padding: 20px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	transition: 0.5s;
}
div.view-status-order-form:hover {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
}

div.view-status-order-form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
div.view-status-order-form li {
	padding: 5px;
}

div.view-status-order-form ul input {
	width: 145px;
}

@media (max-width: 711px) {
	div.view-status-order-form li {
		width: 100%;
	}
}

/* -------------------------------------------------------------------------------- */

ul.view-status-order {
	display: flex;
	flex-wrap: wrap;
	justify-content: justify-content;
	align-items: start;
	margin: 10px 0;
	padding: 20px;
	list-style: none;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	transition: 0.5s;
}
ul.view-status-order:hover {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
}

li.view-status-order-title {
	width: 15%;
	text-align: right;
}
li.view-status-order-data {
	width: 75%;
}

div.view-status-order-container {
	padding: 5px;
}
li.view-status-order-title div.view-status-order-container {
	color: #999999;
}

@media (max-width: 711px) {
	li.view-status-order-title {
		width: 100%;
		text-align: left;
	}
	li.view-status-order-data {
		width: 100%;
	}
	div.order-form-container {
		padding: 5px;
	}
}

/* -------------------------------------------------------------------------------- */

div.reqs {
	margin: 10px 0;
	padding: 20px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	transition: 0.5s;
}
div.reqs:hover {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
}

div.reqs table {
	width: 100%;
	border-collapse: collapse;
}
div.reqs table tr {
	border-bottom: 2px solid #ebe9f1;
}
div.reqs table tr:last-child {
	border: 0;
}
div.reqs table td {
	padding: 10px 5px;
	vertical-align: top;
}

div.reqs table td.title {
	white-space: nowrap;
	text-align: right;
}
div.reqs table td.data {
	width: 100%;
	font-weight: bold;
}

/* -------------------------------------------------------------------------------- */

div.contacts {
	margin: 10px 0;
	padding: 20px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	transition: 0.5s;
}
div.contacts:hover {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
}

div.contacts table {
	width: 100%;
	border-collapse: collapse;
}
div.contacts table tr {
	border-bottom: 2px solid #ebe9f1;
}
div.contacts table tr:last-child {
	border: 0;
}
div.contacts table td {
	padding: 10px 5px;
	vertical-align: top;
}

div.contacts table td.title {
	white-space: nowrap;
	text-align: right;
}
div.contacts table td.data {
	width: 100%;
	font-weight: bold;
}

div.contacts table td.data ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: square outside;
}
div.contacts table td.data ul li {
	padding: 0 0 5px 0;
}

div.yandex-map {
	margin: 10px 0;
	padding: 20px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	transition: 0.5s;
}
div.yandex-map:hover {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
}

/* -------------------------------------------------------------------------------- */

ul.manufactures {
	display: flex;
	flex-wrap: wrap;
	justify-content: justify-content;
	align-items: start;
	margin: 10px 0;
	padding: 20px;
	list-style: none;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	transition: 0.5s;
}
ul.manufactures:hover {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
}

div.manufactures-thumb {
	display: flex;
	flex-wrap: wrap;
	justify-content: justify-content;
	align-items: start;
	min-width: 220px;
	padding: 15px;
}
div.manufactures-thumb a {
	padding: 0 5px 0 0;
	color: #000000;
	font-size: 0.95rem;
	font-weight: bold;
	text-decoration: none;
}
div.manufactures-thumb a:hover {
	color: #d40041;
}

div.manufactures-thumb a img {
	width: 100px;
}

@media (max-width: 1009px) {
	ul.manufactures {
		padding: 10px;
	}
	ul.manufactures li {
		width: 33.333%;
	}
	div.manufactures-thumb {
		min-width: 180px;
		padding: 10px 5px 10px 0;
	}
	div.manufactures-thumb a {
		font-size: 0.9rem;
		font-weight: normal;
	}
	div.manufactures-thumb a img {
		width: 90px;
	}
}
@media (max-width: 711px) {
	ul.manufactures li {
		width: 50%;
	}
}

/* -------------------------------------------------------------------------------- */
