@charset "utf-8";
/*CSS3*/


/*
Template developer: Elesin Alexander
Skype: virusanja
*/

:root {
	--site-padding: 20px;
	--content-padding-top: 40px;

	--main-font-size: 15px;
	--text-bigger: calc(var(--main-font-size) + 1px);
	--text-bigger2: calc(var(--main-font-size) + 3px);
	--text-small: calc(var(--main-font-size) - 1px);

	--input-height: 60px;
	--input-min-height: 45px;
	--input-offset: 20px;
	--main-color: #060713;
	--theme-main-color: #D31E23;
	--theme-main-color-hover: #C42B30;

	--m1: 10px;
	--m2: calc(var(--m1) * 4);
	--m3: calc(var(--m1) * 6.1);
	--m4: calc(var(--m1) * 3);
	--m5: calc(var(--m1) * 1.9);


	--m-def: 140px;
	--m-less: 125px;
	--m-min: 70px;

	--box-offset-vertical: 30px;
	--box-offset-horizontal: 30px;
}


@font-face {
	font-family: 'Roboto';
	font-display: swap;
	src: local("☺");
	src: url("../fonts/subset-Roboto-Regular.woff2") format("woff2"),
		url("../fonts/subset-Roboto-Regular.woff") format("woff"),
		url("../fonts/subset-Roboto-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	font-display: swap;
	src: local("☺");
	src: url("../fonts/subset-Roboto-Medium.woff2") format("woff2"),
		url("../fonts/subset-Roboto-Medium.woff") format("woff"),
		url("../fonts/subset-Roboto-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	font-display: swap;
	src: local("☺");
	src: url("../fonts/subset-Roboto-Bold.woff2") format("woff2"),
		url("../fonts/subset-Roboto-Bold.woff") format("woff"),
		url("../fonts/subset-Roboto-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	font-display: swap;
	src: local("☺");
	src: url("../fonts/subset-Inter-SemiBold.woff2") format("woff2"),
		url("../fonts/subset-Inter-SemiBold.woff") format("woff"),
		url("../fonts/subset-Inter-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	font-display: swap;
	src: local("☺");
	src: url("../fonts/subset-Inter-Regular.woff2") format("woff2"),
		url("../fonts/subset-Inter-Regular.woff") format("woff"),
		url("../fonts/subset-Inter-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Inter';
	font-display: swap;
	src: local("☺");
	src: url("../fonts/subset-Inter-Medium.woff2") format("woff2"),
		url("../fonts/subset-Inter-Medium.woff") format("woff"),
		url("../fonts/subset-Inter-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: icomoon;
	font-display: swap;
	src: local("☺");
	src: url("../fonts/icomoon.woff") format("woff"),
		url("../fonts/icomoon.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}



[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-marker:before {
	content: "\e910";
}

.icon-chart2:before {
	content: "\e90d";
}

.icon-email:before {
	content: "\e90e";
}

.icon-user2:before {
	content: "\e90f";
}

.icon-eye:before {
	content: "\e900";
}

.icon-views:before {
	content: "\e900";
}

.icon-vision:before {
	content: "\e900";
}

.icon-visit:before {
	content: "\e900";
}

.icon-arr-r:before {
	content: "\e901";
}

.icon-arr-l:before {
	content: "\e902";
}

.icon-arr-t:before {
	content: "\e903";
}

.icon-arr-b:before {
	content: "\e904";
}

.icon-burger:before {
	content: "\e905";
}

.icon-ch:before {
	content: "\e906";
}

.icon-chart:before {
	content: "\e907";
}

.icon-cross:before {
	content: "\e908";
}

.icon-eye-close:before {
	content: "\e909";
}

.icon-pen:before {
	content: "\e90a";
}

.icon-search:before {
	content: "\e90b";
}

.icon-user:before {
	content: "\e90c";
}

html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	font-size: 10px;
}

.m1 {
	margin-bottom: var(--m1);
}

.m2 {
	margin-bottom: var(--m2);
}

.m3 {
	margin-bottom: var(--m3);
}

.m4 {
	margin-bottom: var(--m4);
}

.m5 {
	margin-bottom: var(--m5);
}

.m6 {
	margin-bottom: var(--m6);
}

.m7 {
	margin-bottom: var(--m7);
}

.m-def-top {
	margin-bottom: var(--m-def);
}

.m-def-bottom {
	margin-bottom: var(--m-def);
}

.m-less-top {
	margin-bottom: var(--m-less);
}

.m-less-bottom {
	margin-bottom: var(--m-less);
}

.m-min-top {
	margin-bottom: var(--m-min);
}

.m-min-bottom {
	margin-bottom: var(--m-min);
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],

/* 1 */

input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
	border-radius: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type='password'] {
	font-family: Verdana;
	letter-spacing: 0.125em;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
}

a {
	text-decoration: underline;
	color: inherit;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
	border: 0;
}

.row:after,
.clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}

.container {
	width: 1400px;
	margin: 0 auto;
	max-width: 100%;
}

.btn {
	/*	iOS reset style*/
	-webkit-appearance: none;
	border-radius: 0;
	border: 0;
	padding: 5px var(--input-offset);
	min-height: var(--input-height);
	min-width: 200px;
	background-color: var(--theme-main-color);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	color: white;
	border-radius: 9px;
	-webkit-transition: background-color 300ms, color 300ms, -webkit-box-shadow 300ms;
	transition: background-color 300ms, color 300ms, -webkit-box-shadow 300ms;
	transition: background-color 300ms, box-shadow 300ms, color 300ms;
	transition: background-color 300ms, box-shadow 300ms, color 300ms, -webkit-box-shadow 300ms;
}

.btn-min {
	min-height: var(--input-min-height);
	border-radius: 6px;
	min-width: 120px;
}

.btn.disabled,
.btn:disabled {
	background-color: #A8A8A8 !important;
	color: white !important;
	-webkit-box-shadow: inset 0 0 0 1px transparent;
	box-shadow: inset 0 0 0 1px transparent;
}

.btn:hover {
	background-color: var(--theme-main-color-hover);
}

.btn-grey {
	background-color: #F3F3F3;
	color: var(--main-color);
}

.btn-grey:hover {
	background-color: var(--theme-main-color);
	color: white;
}



.btn-border {
	background-color: transparent;
	-webkit-box-shadow: inset 0 0 0 1px #DCDCDC;
	box-shadow: inset 0 0 0 1px #DCDCDC;
	color: var(--main-color);
}

.btn-border:hover {
	background-color: var(--theme-main-color);
	-webkit-box-shadow: inset 0 0 0 1px transparent;
	box-shadow: inset 0 0 0 1px transparent;
	color: white;
}

.btn-red {
	color: var(--theme-main-color);
	-webkit-box-shadow: inset 0 0 0 1px var(--theme-main-color);
	box-shadow: inset 0 0 0 1px var(--theme-main-color);
}

body .f-in-btn .btn-red:hover,
.btn-red:hover {
	background-color: var(--theme-main-color);
	color: white;
}







.bigger {
	font-size: var(--text-bigger);
}

.small {
	font-size: var(--text-small);
}

.caption,
.caption2,
.caption3,
.caption4,
.caption5,
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
	font-size: 4rem;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1;
}

h1 {
	margin-bottom: var(--m2);
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.slider-load {
	opacity: 0;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

.slider-load.slick-initialized {
	opacity: 1;
}

.slider-load:not(.slick-slider) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.slider-load:not(.slick-slider) > * {
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

ul.custom {
	display: block;
	margin: 0;
	padding: 0;
}

ul.custom > li {
	display: block;
	list-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	width: auto;
	height: auto;
	margin: auto;
	padding: auto;
}

html body input[type="checkbox"],
html body input[type="radio"] {
	width: auto;
	height: auto;
	padding: 0;
}

body {
	font-family: 'Roboto', sans-serif;
	line-height: 1.26;
	min-width: 320px;
	font-style: normal;
	font-weight: 400;
	font-size: var(--main-font-size);
	letter-spacing: -0.01em;
	background-color: #F3F3F3;
	color: var(--main-color);
	width: 100%;
}

.site-wrapper {
	min-height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 750px;
}

.content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: var(--site-padding);
	padding-right: var(--site-padding);
	padding-top: var(--content-padding-top);
}

p {
	margin: 0 0 var(--m1) 0;
}


.header {
	--h-offset: 10px;
	--h-vertical-offset: 15px;
	padding: var(--h-vertical-offset) var(--site-padding);
	position: relative;
	z-index: 120;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: #F3F3F3;
	padding-top: 0;
}

.header .btn {
	margin-right: var(--h-offset);
	min-width: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.catalog-btn i {
	-ms-flex-item-align: center;
	align-self: center;
	margin-left: 10px;
}

.btn .full + i {
	margin-left: 10px;
}


.catalog-btn .icon-burger {
	font-size: 0.7em;
}

.btn .icon-user {
	font-size: 1em;
}

.btn .icon-cart {
	font-size: 1.07em;
}



.header .catalog-btn {
	margin-right: calc(var(--h-offset) * 2);
}

.btn .full {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: left;
}

.hm-logo {
	margin-right: calc(var(--h-offset) * 2);
	display: block;
	width: 160px;
}

.hm-logo img {
	display: block;
}


.h-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*	padding-bottom: var(--h-vertical-offset);*/
	padding-top: calc(var(--h-vertical-offset) / 1.2);
}

.hm-col-l {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hm-col-c {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.hm-col-r {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.h-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding-top: calc(var(--h-vertical-offset) / 2.8);
	padding-bottom: calc(var(--h-vertical-offset) / 2.8);

}

.h-top::after {
	content: ' ';
	position: absolute;
	bottom: 0;
	left: calc(-1 * var(--site-padding));
	right: calc(-1 * var(--site-padding));
	height: 1px;
	background-color: #DCDCDC;
}

.ht-col-l {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
}

.ht-col-c {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.ht-col-r {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}


.plc {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.plc i {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 1em;
}

.plc span {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	margin-left: 8px;
}



.header {
	--h-top: var(--js-h-top, 0px);
	-webkit-transition: -webkit-transform 300ms;
	transition: -webkit-transform 300ms;
	transition: transform 300ms;
	transition: transform 300ms, -webkit-transform 300ms;
}

.header.fixed {
	-webkit-transform: translateY(calc(-1 * var(--h-top)));
	transform: translateY(calc(-1 * var(--h-top)));
}

.h-main .hm-contacts {
	max-width: 0;
	-webkit-transition: max-width 300ms;
	transition: max-width 300ms;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-right: var(--h-offset);
}

.h-main .hm-contacts * {
	white-space: nowrap;
}


.header .hm-icons-wr > .btn:last-child {
	margin-right: var(--h-offset);
}

.h-main .hm-icons-wr {
	position: relative;
	left: var(--h-offset);
	-webkit-transition: left 300ms;
	transition: left 300ms;
}

.header .h-top .hm-contacts {
	-webkit-transition: opacity 100ms, visibility 100ms;
	transition: opacity 100ms, visibility 100ms;
	visibility: visible;
}


@media screen and (min-width: 860px) {
	.header.fixed .h-main .hm-contacts {
		max-width: 200px;
	}

	.header.fixed .h-main .hm-icons-wr {
		left: 0;
	}

	.header.fixed .h-top .hm-contacts {
		visibility: hidden;
		opacity: 0;
	}
}





ul.h-nav-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

ul.h-nav-btns > li:last-child .btn {
	margin-right: 0;
}

ul.h-nav-btns .btn {
	min-width: 180px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

ul.h-nav-btns .btn:hover {
	background-color: transparent;
	color: var(--theme-main-color);
}

.hm-logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-decoration: none;
}

.hm-ot-wrp {
	margin-right: calc(-1 * var(--h-offset));
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.h-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.hb-col-l {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	margin-right: var(--h-offset);
}

.hb-col-r {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.h-bottom .hm-ot-wrp {
	height: 100%;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}


textarea,
input:not(.btn) {
	--input-bg-color: white;
	border: none;
	height: var(--input-height);
	padding: 5px var(--input-offset);
	letter-spacing: -0.01em;
	font-size: var(--main-font-size);
	border-radius: 9px;
	min-width: 300px;
	color: var(--main-color);
	background-color: var(--input-bg-color);
	-webkit-box-shadow: inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 4px transparent;
	box-shadow: inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 4px transparent;
	-webkit-transition: background-color 300ms, -webkit-box-shadow 300ms;
	transition: background-color 300ms, -webkit-box-shadow 300ms;
	transition: box-shadow 300ms, background-color 300ms;
	transition: box-shadow 300ms, background-color 300ms, -webkit-box-shadow 300ms;
}

textarea.parsley-error,
input.parsley-error {
	-webkit-box-shadow: inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 4px var(--theme-main-color);
	box-shadow: inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 2px var(--input-bg-color),
		inset 0 0 0 4px var(--theme-main-color);
}

textarea.parsley-error,
input.parsley-error {
	background-color: #ffeeef;
}

input:not(.btn)::-webkit-input-placeholder {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	color: #9B9CA0;
}

input:not(.btn)::-moz-placeholder {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	color: #9B9CA0;
}

input:not(.btn):-moz-placeholder {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	color: #9B9CA0;
}

input:not(.btn):-ms-input-placeholder {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	color: #9B9CA0;
}

input:not(.btn):not([readonly]):focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

input:not(.btn):not([readonly]):focus::-moz-placeholder {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

input:not(.btn):not([readonly]):focus:-moz-placeholder {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

input:not(.btn):not([readonly]):focus:-ms-input-placeholder {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

textarea::-webkit-input-placeholder {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	color: #9B9CA0;
}

textarea::-moz-placeholder {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	color: #9B9CA0;
}

textarea:-moz-placeholder {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	color: #9B9CA0;
}

textarea:-ms-input-placeholder {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	color: #9B9CA0;
}

textarea:not([readonly]):focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

textarea:not([readonly]):focus::-moz-placeholder {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

textarea:not([readonly]):focus:-moz-placeholder {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

textarea:not([readonly]):focus:-ms-input-placeholder {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

textarea {
	min-height: 120px;
	height: auto;
	resize: vertical;
	padding-top: 20px;
	padding-bottom: 20px;
}



textarea,
.modal input:not(.btn),
.light-bg input:not(.btn) {
	--input-bg-color: #F3F3F3;
}

.light-bg {
	background-color: white;
}


.cr {
	display: inline-block;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	position: relative;
}

.cr input {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	z-index: -1;
	visibility: hidden;
}

.cr-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cr-icon {
	width: 25px;
	height: 25px;
	border: 1px solid #E2E2E2;
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px;
	border-radius: 3px;
}

.cr-icon:before {
	content: '\e906';
	font-family: icomoon;
	position: absolute;
	top: 4px;
	right: 4px;
	bottom: 4px;
	left: 4px;
	color: var(--theme-main-color);
	opacity: 0;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
	font-style: normal;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cr input[type="radio"] + .cr-wrp .cr-icon,
.cr input[type="radio"] + .cr-wrp .cr-icon:before {
	border-radius: 50%;
}

.cr-text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	-ms-flex-item-align: center;
	align-self: center;
}

.cr input:checked + .cr-wrp .cr-icon:before {
	opacity: 1;
}


.cr-policy .cr-icon {
	width: 20px;
	height: 20px;
	border-color: var(--theme-main-color);
	margin-right: 10px;
}

.cr-policy .cr-icon:before {
	font-size: 10px;
}

.cr-policy .cr-text {
	font-size: var(--text-small);
	line-height: 1.15;
	letter-spacing: -0.03em;
	color: #9A9A9A;
}

.cr-policy .cr-text a {
	color: var(--theme-main-color);
}



.search-form {
	--items-hight: calc(var(--input-min-height) + 5px);
	--sf-bg: #E7E7E7;
	height: var(--items-hight);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: var(--sf-bg);
	border-radius: 6px;
	position: relative;
	z-index: 2;
}


.search-form input {
	border: none;
	background-color: transparent;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	padding: 5px var(--input-offset);
	letter-spacing: -0.01em;
	font-size: var(--main-font-size);
	height: auto;
	min-width: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.search-form input::-webkit-input-placeholder {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	color: #9B9CA0;
}

.search-form input::-moz-placeholder {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	color: #9B9CA0;
}

.search-form input:-moz-placeholder {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	color: #9B9CA0;
}

.search-form input:-ms-input-placeholder {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	color: #9B9CA0;
}

.search-form input:focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.search-form input:focus::-moz-placeholder {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.search-form input:focus:-moz-placeholder {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.search-form input:focus:-ms-input-placeholder {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}


.search-clear {
	width: 30px;
	height: 30px;
	-ms-flex-item-align: center;
	align-self: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background-color: #F3F3F3;
	padding: 0;
	margin-right: 4px;
	margin-left: 0;
	visibility: hidden;
	opacity: 0;
	font-size: 1em;
	color: var(--main-color);
	-webkit-transition: color 300ms, visibility 300ms, opacity 300ms;
	transition: color 300ms, visibility 300ms, opacity 300ms;
}

.ico-clear {
	font-style: normal;
	line-height: 1;
	font-size: 29px;
	font-family: 'Times New Roman';
}

.search-clear:hover {
	color: var(--theme-main-color);
}

.search-form.introduced .search-clear {
	opacity: 1;
	visibility: visible;
}



.search-btn {
	border: none;
	background-color: transparent;
	border-radius: 6px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 10px;
	font-size: 18px;
	line-height: 1;
	padding-right: var(--input-offset);
	color: var(--main-color);
	-webkit-transition: color 300ms;
	transition: color 300ms;

}

.search-btn:hover {
	color: var(--theme-main-color);
}

::-moz-selection {
	background-color: var(--theme-main-color);
	color: white;
}

::webkit-selection {
	background-color: var(--theme-main-color);
	color: white;
}

::-moz-selection {
	background-color: var(--theme-main-color);
	color: white;
}

::selection {
	background-color: var(--theme-main-color);
	color: white;
}

.sf-dropdown {
	position: absolute;
	top: calc(100% - 6px);
	left: 0;
	width: 100%;
	background-color: var(--sf-bg);
	border-radius: 0 0 6px 6px;
	z-index: -1;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 300ms, opacity 300ms, -webkit-transform 300ms;
	transition: visibility 300ms, opacity 300ms, -webkit-transform 300ms;
	transition: transform 300ms, visibility 300ms, opacity 300ms;
	transition: transform 300ms, visibility 300ms, opacity 300ms, -webkit-transform 300ms;
	padding-top: 6px;
	min-height: var(--items-hight);
	overflow: hidden;
	-webkit-box-shadow: 10px 30px 30px rgba(11, 6, 20, 0.06);
	box-shadow: 10px 30px 30px rgba(11, 6, 20, 0.06);

}

.header .sf-dropdown {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.search-form.dropdown-open .sf-dropdown {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}

.sf-dropdown-empty {
	background-color: var(--sf-bg);
	border-radius: 0 0 6px 6px;
	position: absolute;
	top: 6px;
	left: 0;
	width: 100%;
	min-height: var(--items-hight);
	-webkit-transition: opacity 300ms 150ms, visibility 300ms 150ms;
	transition: opacity 300ms 150ms, visibility 300ms 150ms;
}

.search-form.fill .sf-dropdown-empty {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 300ms, visibility 300ms;
	transition: opacity 300ms, visibility 300ms;
}

.sf-dropdown-inner {
	overflow: hidden;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: var(--items-hight);
	opacity: 0;
	visibility: hidden;
	background-color: var(--sf-bg);
	-webkit-transition: max-height 300ms, opacity 300ms, visibility 300ms;
	transition: max-height 300ms, opacity 300ms, visibility 300ms;
	z-index: 2;
}

.search-form.fill .sf-dropdown-inner {
	max-height: 50vh;
	opacity: 1;
	visibility: visible;
}



.sf-dropdown-scroll {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 1%;
	overflow: hidden;
	overflow-y: auto;
}

.sf-dropdown-inner > .sf-dr-item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}



.sf-dr-item {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: var(--items-hight, var(--input-height));
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px var(--input-offset);
	border-top: 1px solid #DADADA;
}

a.sf-dr-item {
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

a.sf-dr-item:hover {
	color: var(--theme-main-color);
}

.sf-dr-item span,
.sf-dr-item strong {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	min-width: 20%;
}

.sf-dr-item strong {
	font-weight: 500;
}


.sf-dr-item b,
.sf-dr-item .btn {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: var(--input-offset);
	margin-right: 0;
}

.sf-dr-item b {
	color: var(--theme-main-color);
	font-weight: 500;
}

.sf-dr-item .btn {
	min-height: 30px;
	min-width: 160px;
	border-radius: 6px;
}

.header .search-form {
	border: 1px solid var(--theme-main-color);
}

.header .search-form .search-btn {
	background-color: var(--theme-main-color);
	border-radius: 0 4px 4px 0;
	color: white;
	font-size: 1.3em;
	min-width: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	-webkit-transition: background-color 300ms;
	transition: background-color 300ms;
}

.header .search-form .search-btn:hover {
	background-color: var(--theme-main-color-hover);
}

.header .search-form .search-clear {
	margin-right: 10px;
}

.header .sf-dropdown {
	top: 100%;
	margin-top: 1px;
	padding-top: 0;
}




.h-catalog-wrp {
	position: relative;
	z-index: 3;
}

.h-catalog-subnav {
	position: absolute;
	top: 100%;
	left: 0;
	width: 298px;
	background-color: white;
	border-radius: 9px;
	padding: calc(var(--h-offset) * 2);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 300ms, visibility 300ms, -webkit-transform 300ms;
	transition: opacity 300ms, visibility 300ms, -webkit-transform 300ms;
	transition: transform 300ms, opacity 300ms, visibility 300ms;
	transition: transform 300ms, opacity 300ms, visibility 300ms, -webkit-transform 300ms;


}

.h-catalog-wrp.open .h-catalog-subnav {
	-webkit-transform: translateY(var(--h-offset));
	transform: translateY(var(--h-offset));
	visibility: visible;
	opacity: 1;
}

.h-catalog-wrp.open .catalog-btn {
	background-color: #060713;
}

.catalog-btn .icon-burger {
	position: relative;
}

.catalog-btn .icon-burger:after {
	content: '\e908';
	font-family: icomoon;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1.15em;
	line-height: 0.78;
	opacity: 0;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

.catalog-btn .icon-burger:before {
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

.h-catalog-wrp.open .catalog-btn .icon-burger:after {
	opacity: 1;
}

.h-catalog-wrp.open .catalog-btn .icon-burger:before {
	opacity: 0;
}



ul.h-ct-sublist {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 10px;
	column-gap: 10px;
}

ul.h-ct-sublist a {
	text-decoration: none;
	letter-spacing: -0.02em;
	color: #060714;
	font-size: var(--text-bigger);
	line-height: 1;
	position: relative;
	padding-right: 0.95em;
	display: inline-block;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

ul.h-ct-sublist > li {
	margin-bottom: 7px;
}

ul.h-ct-sublist a:after {
	content: '\e901';
	font-family: icomoon;
	font-size: 0.77em;
	margin-left: 6px;
	vertical-align: middle;
	line-height: 1.25;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

ul.h-ct-sublist a:hover {
	color: var(--theme-main-color);
}

ul.h-ct-sublist a:hover:after {
	opacity: 1;
}

body .scrollbar-thumb {
	width: 2px;
	border-radius: 0;
	background: #060713;
	cursor: pointer;
}

body .scrollbar-track-y {
	width: 2px;
	background: transparent;
	z-index: 2;
}

[data-scrollbar="true"] {
	margin-right: 0px;
	padding-right: 0px;
}

[data-scrollbar].scroll-active:before,
[data-scrollbar].scroll-active:after {
	content: ' ';
	position: absolute;
	left: 0;
	width: 100%;
	height: 10px;
	-webkit-transition: opacity 200ms;
	transition: opacity 200ms;
	z-index: 1;
	pointer-events: none;
}

[data-scrollbar]:before {
	top: 0;
	opacity: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 243, 243, 1)), to(rgba(243, 243, 243, 0)));
	background-image: linear-gradient(to bottom, rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 0) 100%);
}

[data-scrollbar]:after {
	bottom: 0;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(243, 243, 243, 1)), to(rgba(243, 243, 243, 0)));
	background-image: linear-gradient(to top, rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 0) 100%);
}

[data-scrollbar].end:after {
	opacity: 0;
}

[data-scrollbar].start:before {
	opacity: 1;
}



.search-form [data-scrollbar]:before {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(231, 231, 231, 1)), to(rgba(231, 231, 231, 0)));
	background-image: linear-gradient(to bottom, rgba(231, 231, 231, 1) 0%, rgba(231, 231, 231, 0) 100%);
}

.search-form [data-scrollbar]:after {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(231, 231, 231, 1)), to(rgba(231, 231, 231, 0)));
	background-image: linear-gradient(to top, rgba(231, 231, 231, 1) 0%, rgba(231, 231, 231, 0) 100%);
}



ul.breadcrumb {
	margin: 0 0 calc(var(--m1) * 3) 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1;
}

.breadcrumb > li {
	display: block;
	margin-bottom: 10px;
}

.breadcrumb > li > span,
.breadcrumb > li > a {
	display: block;
	color: #6F6A73;
	font-size: var(--text-small);
	font-weight: 400;
	text-decoration: none;
	letter-spacing: normal;
}

.breadcrumb > li > a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.breadcrumb > li > a:hover {
	text-decoration: underline;
}

.breadcrumb > li > a:after {
	content: '\e901';
	font-family: icomoon;
	color: var(--theme-main-color);
	font-size: 0.5em;
	line-height: 1;
	margin-left: 1.15em;
	margin-bottom: 0.45em;
	margin-right: 0.8em;
}

.breadcrumb > li > span {}

/*custom select*/
.custom-select {
	display: inline-block;
	color: black;
	font-size: var(--main-font-size);
	position: relative;
	background-color: #F3F3F3;
	min-width: 260px;
	z-index: 1;
	border-radius: 6px;
}

.c-select-title {
	border: 1px solid #DCDCDC;
	border-radius: 6px;
	padding: 5px var(--input-offset);
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
	height: calc(var(--input-height) - 10px);
	background-color: inherit;
}

.c-select-title span {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.c-select-title:after {
	content: '\e904';
	font-family: icomoon;
	font-size: 0.6em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 1;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-transition: -webkit-transform 300ms;
	transition: -webkit-transform 300ms;
	transition: transform 300ms;
	transition: transform 300ms, -webkit-transform 300ms;
}

.custom-select.open .c-select-title:after {
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.c-select-drop-down {
	border: 1px solid #DCDCDC;
	border-radius: 0 0 6px 6px;
	border-top: none;
	position: absolute;
	overflow: hidden;
	overflow-y: auto;
	top: calc(100% - 6px);
	padding-top: 6px;
	left: 0;
	right: 0;
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	background-color: inherit;
}

.c-select-scroll {
	max-height: 300px;
	overflow: hidden;
	overflow-y: auto;
}

.c-select-list a {
	text-decoration: none;
	display: block;
	padding: 11px var(--input-offset);
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background-color 300ms, color 300ms;
	transition: background-color 300ms, color 300ms;
}

.c-select-list a:hover {
	background-color: #E7E7E7;
}

.c-select-list > li.selected a {
	color: var(--theme-main-color);
}

.custom-select.open .c-select-drop-down {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: visible;
}

.c-select-drop-down .scrollbar-thumb {
	border-radius: 0 !important;
}

.c-select-drop-down .scrollbar-track-y {
	width: 2px !important;
	background-color: transparent !important;
	right: 0 !important;
	border-right: 0 solid white;
}

.c-select-drop-down .scrollbar-thumb {
	width: 2px !important;
	background-color: #060713 !important;
}

/*custom select*/





.cp-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: var(--m4);
}

.cp-main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	-ms-flex-item-align: center;
	align-self: center;
	padding-right: 20px;
}

.cp-main .search-form {
	max-width: 660px;
}

.cp-ot {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.sort {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sort-title {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-item-align: center;
	align-self: center;
	margin-right: 20px;
}

.sort .custom-select {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.search-result {
	font-weight: 500;
}

.sort-title {}


.qt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: calc(var(--input-min-height) - 5px);
	background-color: white;
	border-radius: 9px;
}

.pr-box .qt {
	background-color: #F3F3F3;
}

.qt input {
	width: 1%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	line-height: 1;
	padding: 0;
	height: 100%;
	background: transparent;
	border: none;
	color: #000000;
	font-weight: 500;
	padding-left: 3px;
	padding-right: 3px;
	min-width: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.qt-sf {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*	justify-content: center;*/
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
	cursor: pointer;
	height: 100%;
	width: 25px;
	-ms-flex-negative: 0;
	flex-shrink: 0;

}

.qt-sf.minus {
	padding-left: 5px;

}

.qt-sf.plus {
	padding-right: 5px;
}



.qt-sf.minus:before {
	content: ' ';
	position: absolute;
	width: 14px;
	height: 2px;
	background-color: #060713;
	top: 50%;
	right: 0;
	margin-top: -1px;
	margin-left: -7px;
	-webkit-transition: background-color 300ms;
	transition: background-color 300ms;
}

.qt-sf.plus:after,
.qt-sf.plus:before {
	content: ' ';
	position: absolute;
	width: 14px;
	height: 2px;
	background-color: #060713;
	top: 50%;
	left: 0;
	margin-top: -1px;
	-webkit-transition: background-color 300ms;
	transition: background-color 300ms;
}

.qt-sf.plus:after {
	width: 2px;
	height: 14px;
	margin-top: -7px;
	margin-left: 6px;
}

.qt-sf:hover:after,
.qt-sf:hover:before {
	background-color: var(--theme-main-color);
}



.pr-box {
	--prb-vertical-padding: 20px;
	--prb-padding-left: 15px;
	--prb-padding-right: 20px;
	background-color: white;
	padding: 0 var(--prb-padding-right) 0 var(--prb-padding-left);
	border-radius: 9px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
	position: relative;
	-webkit-transition: -webkit-box-shadow 300ms;
	transition: -webkit-box-shadow 300ms;
	transition: box-shadow 300ms;
	transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

.pr-box:hover {
	-webkit-box-shadow: 0px 0px 40px rgba(8, 7, 20, 0.1);
	box-shadow: 0px 0px 40px rgba(8, 7, 20, 0.1);
}

.pr-col-l {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.pr-col-r {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 54%;
}

.prb-store-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.prb-bills,
.prb-comment,
.prb-time,
.prb-price,
.prb-qt,
.prb-store,
.prb-partnumber,
.prb-manufacturer,
.prb-name-product,
.prb-article,
.prb-main {
	padding-right: 5px;
}

.prb-bills,
.prb-comment,
.prb-time,
.prb-price,
.prb-qt,
.prb-store,
.prb-partnumber,
.prb-manufacturer,
.prb-name-product,
.prb-article,
.prb-status,
.prb-order {
	padding-left: var(--prb-padding-left);
}


.prb-comment,
.prb-time,
.prb-price,
.prb-qt,
.prb-store,
.prb-partnumber,
.prb-manufacturer,
.prb-name-product,
.prb-article,
.prb-main {
	border-right: 1px solid #F3F3F3;
}


.prb-bills,
.prb-comment,
.prb-time,
.prb-price,
.prb-qt,
.prb-store,
.prb-partnumber,
.prb-manufacturer,
.prb-name-product,
.prb-article,
.prb-main,
.prb-status,
.prb-order {
	padding-top: var(--prb-vertical-padding);
	padding-bottom: var(--prb-vertical-padding);
}


.prb-store-item + .prb-store-item .prb-store,
.prb-store-item + .prb-store-item .prb-price,
.prb-store-item + .prb-store-item .prb-time,
.prb-store-item + .prb-store-item .prb-order {
	padding-top: 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.prb-store-item:first-child .prb-td {
	padding-bottom: calc(var(--prb-vertical-padding) / 2);
	padding-top: calc(var(--prb-vertical-padding) / 2);
}


.prb-store-item:first-child + .prb-store-item .prb-store,
.prb-store-item:first-child + .prb-store-item .prb-price,
.prb-store-item:first-child + .prb-store-item .prb-time,
.prb-store-item:first-child + .prb-store-item .prb-order {
	/*	padding-bottom: 0;*/
	margin-top: calc(-1 * var(--prb-vertical-padding));
}






.prb-img,
.prb-td {
	min-height: 80px;
	display: block;
}

.prb-img {
	width: 80px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	border: 1px solid #F3F3F3;
	border-radius: 6px;
	overflow: hidden;
	-ms-flex-item-align: start;
	align-self: flex-start;
	text-decoration: none;
	-webkit-transition: border-color 300ms;
	transition: border-color 300ms;
}

.prb-img:hover {
	border-color: var(--theme-main-color);
}

.prb-img > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;';
}


.prb-td {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.prb-td > * {
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
}

.prb-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
}

.prb-status,
.prb-order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.prb-order .btn {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	min-height: calc(var(--input-min-height) - 5px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 9px;
}

.prb-order .qt + .btn {
	margin-left: 5px;
}

.prb-order .qt {
	width: 90px;
}

.prb-status,
.prb-order,
.prb-time,
.prb-price,
.prb-qt,
.prb-store,
.prb-partnumber,
.prb-manufacturer,
.prb-name-product,
.prb-article {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.prb-name {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	text-decoration: none;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

.prb-name:hover {
	color: var(--theme-main-color);
}

.prb-store-item:not(:first-child) .prb-td {
	min-height: 40px;
}

.prb-store-item:not(:first-child):last-child .prb-td {
	margin-bottom: calc(var(--prb-vertical-padding) - 1px);
}

.prb-order {
	width: 231px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.prb-time {
	width: 83px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.prb-price {
	width: 125px;
	white-space: nowrap;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.prb-qt,
.prb-store {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
}

.prb-partnumber,
.prb-manufacturer {
	width: 138px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.prb-article {
	width: 170px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.prb-img + .prb-name {
	margin-left: 10px;
}


ul.pr-list > li {
	margin-bottom: 10px;
}

ul.pr-list > li:last-child {
	margin-bottom: 0;
}

.prb-head {
	background-color: var(--theme-main-color);
	color: white;
	margin-bottom: var(--prb-vertical-padding);
}





.prb-head .prb-comment,
.prb-head .prb-time,
.prb-head .prb-price,
.prb-head .prb-qt,
.prb-head .prb-store,
.prb-head .prb-partnumber,
.prb-head .prb-manufacturer,
.prb-head .prb-name-product,
.prb-head .prb-article,
.prb-head .prb-main {
	border-color: #D64D51;
}

.prb-head .prb-store-item:first-child .prb-store,
.prb-head .prb-store-item:first-child .prb-price,
.prb-head .prb-store-item:first-child .prb-time,
.prb-head .prb-store-item:first-child .prb-order {
	padding-bottom: var(--prb-vertical-padding);
	padding-right: 5px;
}

.f-in {
	margin-bottom: 10px;
}

.f-in-btn {
	margin-top: 20px;
	margin-bottom: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -10px;
}

.f-in-btn .btn {
	width: 100%;
	margin-bottom: 10px;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	min-width: 0;
	margin-left: 10px;
}

.f-in-btn .btn:hover {
	background-color: #F3F3F3;
	color: var(--main-color);
}

.clbk-box {
	padding: 80px;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: var(--main-color);
	border-radius: 16px;
	background-image: url('../img/decor-bg-min.jpg');
	background-position: center;
	background-size: cover;
}

.clbk-box-col-l {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	padding-right: 20px;
	-ms-flex-item-align: center;
	align-self: center;
}

.clbk-box-col-r {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 48%;
}

.clbk-form {
	width: 100%;
}

.clbk-form > *:last-child {
	margin-bottom: 0;
}

.clbk-form .f-in {
	width: 100%;
}

textarea,
.f-in input {
	width: 100%;
	min-width: 0;
	border-radius: 6px;
}


.clbk-caption {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-size: 4rem;
	letter-spacing: -0.02em;
	color: #F9F9F9;
	line-height: 1.12;
	margin-bottom: var(--m5);
}

.clbk-box-col-l p {
	font-size: var(--text-bigger2);
	color: #A6A6A6;
	max-width: 300px;
}

.clbk-box-col-l p:last-child {
	margin-bottom: 0;
}



.fi {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	width: 160px;


	color: white;
	font-weight: 600;
	font-size: var(--main-font-size);
	text-align: center;
	letter-spacing: -0.01em;
	background-color: #E14E52;
	border-radius: 6px;
	min-height: var(--input-min-height);
	padding: 5px calc(var(--input-offset) - 2px);
	-webkit-transition: background-color 300ms;
	transition: background-color 300ms;
}

.fi input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -1;
	cursor: pointer !important;
}

.fi i {
	color: #b4b4b4;
	font-size: 30px;
	margin-right: 14px;
	margin-bottom: 4px;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

.fi:hover {
	background-color: #ff787b;
}

.selected-file {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 100%;

}

.clbk-policy {
	margin-top: 16px;
	letter-spacing: -0.01em;
	color: #6A5A65;
	line-height: 1.05;
}


.faq-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.faq-col-l {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	padding-right: 20px;
}

.faq-col-r {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 56.85%;
}

.faq-box h2 {
	line-height: 1.1;
}

.faq-col-l p {
	font-size: var(--text-bigger2);
	max-width: 430px;
}


ul.toggle-list > li {
	margin-bottom: 10px;
}

.tg-box {
	--tg-padding-vertical: 20px;
	--tg-padding-horizontal: 30px;
	background-color: #F9F9F9;
	border-radius: 9px;
}

.tg-box hr {
	margin: 0;
	border: none;
	height: 1px;
	background-color: #E8E8E8;
}

.tg-box hr + .tg-body-inner {
	padding-top: var(--tg-padding-horizontal);
}

.tg-head {
	text-decoration: none;
	font-style: normal;
	font-weight: 500;
	font-size: var(--text-bigger2);
	letter-spacing: -0.01em;
	color: #060713;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: var(--tg-padding-vertical) var(--tg-padding-horizontal);
}

.tg-title {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

.tg-ico {
	--tg-ico-offset: 11px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 15px;
	width: 40px;
	height: 40px;
	background-color: #EFEFEF;
	border-radius: 50%;
	position: relative;
}

.tg-ico:before {
	content: ' ';
	height: 2px;
	background-color: var(--theme-main-color);
	left: var(--tg-ico-offset);
	right: var(--tg-ico-offset);
	position: absolute;
	top: 50%;
	margin-top: -1px;
	-webkit-transition: -webkit-transform 300ms;
	transition: -webkit-transform 300ms;
	transition: transform 300ms;
	transition: transform 300ms, -webkit-transform 300ms;
}

.tg-ico:after {
	content: ' ';
	width: 2px;
	background-color: var(--theme-main-color);
	top: var(--tg-ico-offset);
	bottom: var(--tg-ico-offset);
	position: absolute;
	left: 50%;
	margin-left: -1px;
	-webkit-transition: -webkit-transform 300ms;
	transition: -webkit-transform 300ms;
	transition: transform 300ms;
	transition: transform 300ms, -webkit-transform 300ms;
}

.tg-head .tg-ico {
	margin-right: calc(-1 * (var(--tg-padding-horizontal) / 2));
}

.tg-head:hover {
	color: var(--theme-main-color);
}

.tg-head:hover .tg-ico:before {
	-webkit-transform: scale(1.2, 1);
	transform: scale(1.2, 1);
}

.tg-head:hover .tg-ico:after {
	-webkit-transform: scale(1, 1.2);
	transform: scale(1, 1.2);
}

.tg-box.open .tg-ico:after {
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
}


.tg-body {
	display: none;
}

.tg-body-inner {
	padding-left: var(--tg-padding-horizontal);
	padding-right: var(--tg-padding-horizontal);
	padding-bottom: calc(var(--tg-padding-vertical) * 1.7);
	padding-right: 55px;
}

.tg-body-inner > *:last-child {
	margin-bottom: 0;
}

ol {
	margin: 0;
	padding: 0;
	counter-reset: count;
	list-style: none;
}

ol > li {
	padding-left: 0;
	position: relative;
	padding-left: 1.4em;
}

ol > li:before {
	content: counter(count)'.';
	counter-increment: count 1;
	position: absolute;
	left: 0.35em;
	top: 0;
}

.footer {
	padding-left: var(--site-padding);
	padding-right: var(--site-padding);
	padding-bottom: var(--site-padding);
	margin-top: var(--m-def);
}

.footer-wrp {
	background-color: #0A0614;
	border-radius: 9px;
	color: white;
	padding: 60px;
	position: relative;
	overflow: hidden;

}

.footer-wrp:before {
	content: ' ';
	position: absolute;
	width: 603px;
	height: 588px;
	border-radius: 50%;
	background: linear-gradient(222.09deg, rgba(14, 6, 20, 0.3) 18.88%, rgba(227, 30, 36, 0.3) 82.27%);
	-webkit-filter: blur(150px);
	filter: blur(150px);
	bottom: 0;
	right: 0;
	-webkit-transform: translate(62%, 56.4%);
	transform: translate(62%, 56.4%);
}



.footer-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ft-col-l {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	min-width: 210px;
}


.ft-col-c {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	padding-left: 15px;
	padding-right: 15px;
}

.ft-col-r {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	min-width: 200px;
}

.ft-btn-wrp {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ft-btn-wrp > * {
	margin-bottom: 12px;
}

.ft-btn-wrp .btn {
	min-height: calc(var(--input-height) / 1.2);
}

.ft-btn-wrp .btn.btn-border {
	color: #F3F3F3;
}

.ft-btn-wrp .btn:not(.btn-border):hover {
	background-color: #F3F3F3;
	color: var(--main-color);
}


.ft-logo {
	width: 180px;
	display: block;
	text-decoration: none;
}

.ft-logo > img {
	display: block;
	width: 100%;
}

.ft-main-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1073px;
	margin-left: auto;
	margin-right: auto;
}


.ft-title {
	font-weight: 500;
	font-size: 15px;
	letter-spacing: -0.01em;
	color: #F4F4F4;
	line-height: 1;
	margin-bottom: 28px;
}

ul.ft-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

ul.ft-list > li {
	margin-bottom: 6px;
}

ul.ft-list a {
	text-decoration: none;
	display: block;
	color: #BABABA;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

ul.ft-list a:hover {
	color: var(--theme-main-color);
}

ul.ft-list.ft-list-column {
	display: block;
	-webkit-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 15px;
	column-gap: 15px;
	max-width: 318px;
}


.ft-ct-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ft-ct-box {
	width: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 26px;
	padding-right: 10px;
}

.ft-ct-title {
	color: #BABABA;
	display: block;
	margin-bottom: 6px;
}

.ft-ct-content {
	text-decoration: none;
	font-weight: 500;
	color: #F3F3F3;
}


.ft-main-box:nth-child(1),
.ft-main-box:nth-child(3) {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.ft-main-box:nth-child(2) {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
}

.ft-main-box:nth-child(1) {
	width: 26.2%;
}

.ft-main-box:nth-child(3) {
	width: 33.5%;
}


.ft-main-box:not(:last-child) {
	padding-right: 15px;
}

.footer-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-bottom .dev,
.footer-bottom .copy {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
}

.dev {
	text-align: right;
}

.footer-bottom .user-agreement {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.copy {
	color: #F4F4F4;
}

.user-agreement-link,
.dev-link {
	text-decoration: none;
	color: #51525F;
	display: inline-block;

}

.user-agreement-link:hover,
.dev-link:hover {
	text-decoration: underline;
}

.footer-main,
.footer-bottom {
	position: relative;
	z-index: 2;
}

.footer-bottom {
	border-top: 1px solid #1E1727;
	padding-top: 40px;
	margin-top: 42px;
}


.modal {
	--modal-padding-vertical: 27px;
	--modal-padding-horizontal: 30px;
	width: 400px;
	height: auto;
	background: white;
	border-radius: 9px;
	visibility: visible;
	padding: var(--modal-padding-vertical) var(--modal-padding-horizontal);
	text-align: left;
	position: relative;
}

.modal hr {
	border: none;
	height: 1px;
	display: block;
	margin-left: calc(-1 * var(--modal-padding-horizontal));
	margin-right: calc(-1 * var(--modal-padding-horizontal));
	background-color: #F3F3F3;
	margin-top: 20px;
	margin-bottom: 27px;
}

.modal > *:last-child {
	margin-bottom: 0;
}

.fancybox-slide--html .fancybox-close-small,
.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #A2A2AB;
	cursor: pointer;
	opacity: 1;
	padding: 0;
	position: absolute;
	right: 17px;
	top: 20px;
	width: 40px;
	height: 40px;
}

.fancybox-slide--html .fancybox-close-small:hover,
.fancybox-close-small:hover {
	color: var(--theme-main-color);
}

.m-caption {
	font-weight: 500;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: -0.01em;
	color: #080714;
	line-height: 1.4;
	margin-bottom: 29px;
	padding-right: 40px;
}

#callback .m-caption {
	font-size: 20px;
}

.m-policy {
	margin-top: 10px;
	color: #9A9A9A;
}

.m-policy.min {
	font-size: 0.9em;
}

.m-policy a {
	font-weight: 500;
	color: var(--theme-main-color);
}

.compensate-for-scrollbar {
	margin-right: 0;
}

body.compensate-for-scrollbar {
	overflow-y: auto;
}

.recovery-pass {
	text-decoration: none;
	color: #51525F;
	font-weight: 500;
}

.recovery-pass:hover {
	color: var(--theme-main-color);
}

html .email-reg {
	color: #9B9CA0;
	font-weight: 400;
	text-decoration: none;

}

html .email-reg:hover {
	text-decoration: underline;
}


.modal .btn:hover {
	background-color: var(--main-color);
	color: white;
}

.m-text {
	margin-bottom: 18px;
	display: block;
}


.not-found {
	padding: 80px;
	border-radius: 9px;
	text-align: center;
}

.nf-inner {
	max-width: 440px;
	margin-left: auto;
	margin-right: auto;
	letter-spacing: 0em;
}

ul.logo-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

ul.logo-list > li {
	width: 25%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.logo-box {
	text-decoration: none;
	display: block;
	height: 100%;
	min-height: 140px;
	background-color: white;
	border-radius: 9px;
	position: relative;
}

.logo-box > img {
	position: absolute;
	top: 20px;
	left: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	-o-object-fit: cover;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	font-family: 'object-fit: scale-down; object-position: center;';
	-webkit-transition: -webkit-transform 300ms;
	transition: -webkit-transform 300ms;
	transition: transform 300ms;
	transition: transform 300ms, -webkit-transform 300ms;
	-webkit-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
}

.logo-box:hover > img {
	-webkit-transform: scale(1.05) translateZ(0);
	transform: scale(1.05) translateZ(0);
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
}

.pg-pages {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
}

.pg-more {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 20px;
}

.pagination .btn {
	min-width: 200px;
	border-radius: 9px;
}

ul.pg-list {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px #DCDCDC;
	box-shadow: inset 0 0 0 1px #DCDCDC;
}

ul.pg-list > li:not(:first-child) {
	border-left: 1px solid #DCDCDC;
}

ul.pg-list a {
	height: calc(var(--input-min-height) + 1px);
	width: calc(var(--input-min-height) + 1px);
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #060713;
	z-index: 2;
	position: relative;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

ul.pg-list > li {
	position: relative;
}

ul.pg-list > li:before {
	content: ' ';
	position: absolute;
	background-color: var(--theme-main-color);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 3px;
	opacity: 0;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

ul.pg-list > li.active:before {
	opacity: 1;
}

ul.pg-list > li.active a {
	color: white;
}

ul.pg-list > li:not(.active):hover a {
	color: var(--theme-main-color);
}

ul.pg-list > li a i {
	font-size: 0.75em;
}

.m-pr-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 11px;
	font-weight: 500;
}

.m-pr-name {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	padding-right: 15px;
}

.m-pr-count {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 21%;
	padding-right: 15px;
}

.m-pr-price {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 21%;
	text-align: right;
}

.m-pr-prop {
	display: block;
	margin-bottom: 4px;
}

.m-pr-prop span {
	color: #7D7D7D;
	display: inline-block;
}

.m-pr-prop b {
	font-weight: 500;
	display: inline-block;
}

.m-total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: var(--text-bigger2);
}

.m-total > b:nth-child(1) {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	flex-grow: 1;
	width: 1%;
	font-weight: 500;
	padding-right: 15px;
}

.m-total > b:nth-child(2) {
	font-weight: 600;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.modal hr + .m-pr-info {
	margin-top: -10px;
}

.modal hr + .m-total {
	margin-top: -10px;
}

.caption-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cf-main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	padding-right: 20px;

}

.cm-ot {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.cm-ot .btn {
	min-height: calc(var(--input-height) - 10px);
	min-width: 0;
}

.btn i.icon-cross {
	font-size: 0.69em;
	margin-top: 0.35em;
}

.cf-main h1 {
	margin-bottom: 0;
}


.cart-item:not(.prb-head) .prb-store .prb-td {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cart-item:not(.prb-head) .prb-store .prb-item {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	margin-right: 10px;
}

.cart-item:not(.prb-head) .prb-store .qt {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.prb-remove {
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
	font-size: 14px;
	background-color: #F3F3F3;
	border-radius: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 0.68em;
	line-height: 1;
	-webkit-transition: background-color 300ms, color 300ms;
	transition: background-color 300ms, color 300ms;
	margin-right: 10px;
}

.prb-remove:hover {
	background-color: var(--theme-main-color);
	color: white;
}

.cart-item:not(.prb-head) .prb-order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cart-item:not(.prb-head) .prb-order .prb-total {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
}

@media screen and (min-width: 1200px) {
	.cart-item .pr-col-r {
		width: 48.2%;
	}

	.cart-item .prb-order {
		width: 192px;
	}

	.cart-item .prb-partnumber,
	.cart-item .prb-manufacturer {
		width: 167px;
	}

	.cart-item .prb-article {
		width: 130px;
	}
}

.remove-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.8);
	-webkit-backdrop-filter: blur(1px);
	backdrop-filter: blur(1px);
	border-radius: 9px;
	visibility: hidden;
	opacity: 0;
}

body.ready .remove-overlay {
	-webkit-transition: opacity 300ms, visibility 300ms;
	transition: opacity 300ms, visibility 300ms;
}

.pr-box.removed .remove-overlay {
	visibility: visible;
	opacity: 1;
}

.cart-item-total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: white;
	border-radius: 9px;
	padding-top: calc(var(--prb-vertical-padding) * 1.5);
	padding-bottom: calc(var(--prb-vertical-padding) * 1.5);
	margin-top: 20px;
	padding-left: calc(var(--prb-vertical-padding) * 1.4);
	padding-right: calc(var(--prb-vertical-padding) * 1.4);
}

.c-total-main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	-ms-flex-item-align: center;
	align-self: center;
	font-weight: 500;
	font-size: var(--text-bigger2);
	letter-spacing: -0.01em;
	padding-right: 20px;
}

.c-total-btn {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.c-total-btn .btn {
	min-width: 300px;
}


.top-banner {}

.content .top-banner:first-child {
	margin-top: calc(-1 * var(--content-padding-top));
}

.tb-wrapper {
	min-height: 540px;
	border-radius: 9px;
	background-color: #0A0614;
	background-image: url('../img/decor-bg.jpg');
	background-position: center;
	background-size: cover;
	color: white;
	padding: 72px calc(var(--site-padding) * 2) 60px calc(var(--site-padding) * 2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tb-box {
	width: 1240px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.tb-box .tb-caption {
	text-align: center;
	font-weight: 700;
	font-size: 5.8rem;
	margin-bottom: 4.4rem;
	line-height: 1.14;
}

.tb-box p {
	font-size: 1.62em;
	margin-bottom: 3.95rem;
}

.search-form-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.search-form-wrp .search-form {
	--items-hight: var(--input-height);
	--sf-bg: #F3F3F3;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	border-radius: 9px;
}

.search-form-wrp .sf-dropdown {
	color: var(--main-color);
}


.search-form-wrp > .btn {
	min-width: 140px;
	margin-left: 20px;
}

.search-form-wrp > .btn:hover {
	background-color: #F3F3F3;
	color: var(--main-color);
}

.search-example {
	color: #BEBEBE;
	margin-top: 14px;
}

.tb-ed-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: calc(var(--site-padding) * 2);
	padding-right: calc(var(--site-padding) * 2);
}

.tb-ed-inner {
	background-color: white;
	margin-top: -45px;
	border-radius: 9px;
	padding: 32px 31px;
	width: 1160px;
	max-width: 100%;
}

ul.tb-ed-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: -24px;
}

ul.tb-ed-list > li {
	padding-left: 24px;
	width: 25%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.tb-ed-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: var(--text-bigger2);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}

.tb-ed-box > i {
	width: 28px;
	height: 28px;
	background-color: #0C9E0C;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.5em;
	border-radius: 50%;
	line-height: 1;
	margin-right: 1.5em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-top: 1px;
}

.tb-ed-box > span {
	-ms-flex-item-align: center;
	align-self: center;
	font-size: 0.905em;
}

.more-pg {
	text-align: center;
	margin-top: var(--m2);
}

.link {
	color: var(--theme-main-color);
	font-weight: 600;
	display: inline-block;
	text-decoration: none;
	max-width: 159px;
}

.link:after {
	content: '\e901';
	font-family: icomoon;
	font-size: 0.75em;
	position: relative;
	margin-left: 0.9em;
}

.link span {
	text-decoration: underline;
}

.link:hover span {
	text-decoration: none;
}


.search-form-wrp .search-clear {
	background-color: #E7E7E7;
	margin-right: var(--input-offset);
}


.m-form .cr-policy {
	margin-top: 15px;
}

.m-form > *:last-child {
	margin-bottom: 0;
}

#reg-ok.modal .m-caption {
	line-height: 1;
	margin-bottom: var(--m5);
}

.ok-text {
	max-width: 330px;
	line-height: 1;
	padding-top: 2px;
	margin-bottom: 36px;
}

#reg-ok.modal .btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 14px;
}

.ok-sub-info {
	max-width: 250px;
	line-height: 1.05;
	margin-bottom: 0;
}

.ok-sub-info a {
	color: var(--theme-main-color);
}

.prd-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.prd-main-col {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
}

.prd-ot-col {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 20px;
	width: 480px;
}

.prd-main {
	position: relative;
	border-radius: 9px;
	padding: var(--box-offset-vertical) var(--box-offset-horizontal);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 20px;
}

.prd-main-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: auto;
	height: 200px;
	max-width: none;
	position: relative;
	border: 1px solid #E8E8E8;
	border-radius: 6px;
	overflow: hidden;
	-webkit-transition: border-color 300ms;
	transition: border-color 300ms;
}

.prd-main-img:hover {
	border-color: var(--theme-main-color);
}

.prd-main-img:before {
	display: none;
}

.prd-main-img > img {
	position: static;
	width: auto;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;';
}

.prd-main-info {
	margin-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.prd-main-top {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.prd-article {
	line-height: 1;
	color: #7D7D7D;
	display: block;
	margin-bottom: 18px;
}

.prd-main-bottom {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.prd-article b {
	color: var(--main-color);
}

.prd-caption {
	font-weight: 600;
	font-size: 2.5rem;
	margin-bottom: 18px;
}

.prd-main-price {
	position: absolute;
	right: var(--box-offset-horizontal);
	bottom: var(--box-offset-vertical);
	margin-bottom: 0;
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 1.1;
	color: var(--main-color);
	text-align: right;
}

@media screen and (max-width: 991px) {
	.prd-main-price {
		position: static;
		text-align: left;
		font-size: 2.5rem;
		margin-top: 10px;
		margin-bottom: 15px;
	}
}

.prd-main-price strong {
	font-weight: 700;
}

ul.prd-prop > li:not(:last-child) {
	margin-bottom: 6px;
}

ul.prd-prop span {
	color: #7D7D7D;
}

ul.prd-prop b {
	font-weight: 400;
}

ul.prb-store-list {
	margin-bottom: 20px;
}

ul.prb-store-list > li {
	margin-bottom: 10px;
}

.ord-radio,
.prb-store-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	border-radius: 9px;
	cursor: pointer;
}

.ord-radio input,
.prb-store-radio input {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	z-index: -1;
}

.ord-inner,
.prb-store-inner {
	padding-left: var(--box-offset-horizontal);
	padding-right: var(--box-offset-horizontal);
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
	line-height: 1;
}

.ord-ico,
.prb-store-ico {
	width: 20px;
	height: 20px;
	-webkit-box-shadow: inset 0 0 0 1px currentColor;
	box-shadow: inset 0 0 0 1px currentColor;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-style: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	margin-right: 20px;
	-webkit-transition: -webkit-box-shadow 300ms;
	transition: -webkit-box-shadow 300ms;
	transition: box-shadow 300ms;
	transition: box-shadow 300ms, -webkit-box-shadow 300ms;
}

.ord-ico:before,
.prb-store-ico:before {
	content: ' ';
	width: 10px;
	height: 10px;
	display: block;
	background-color: var(--theme-main-color);
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

.ord-radio input:checked + .ord-inner .ord-ico,
.prb-store-radio input:checked + .prb-store-inner .prb-store-ico {
	-webkit-box-shadow: inset 0 0 0 1px var(--theme-main-color);
	box-shadow: inset 0 0 0 1px var(--theme-main-color);
}

.ord-radio input:checked + .ord-inner .ord-ico:before,
.prb-store-radio input:checked + .prb-store-inner .prb-store-ico:before {
	opacity: 1;
}


.prb-store-prop-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	-ms-flex-item-align: center;
	align-self: center;
}

.prb-store-date,
.prb-store-qt,
.prb-store-availability,
.prb-store-lbl {
	overflow: hidden;
	white-space: nowrap;
	margin-right: 5px;
}

.prb-store-date,
.prb-store-qt,
.prb-store-availability {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.prb-store-lbl {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	white-space: normal;
}

.prb-store-qt {
	width: 55px;
}

.prb-store-date {
	margin-right: -10px;
	width: 76px;
}

.prb-store-availability {
	width: 95px;
	color: #63BE67;
}

.prb-store-availability:before {
	content: ' ';
	display: inline-block;
	width: 6px;
	height: 6px;
	background-color: currentColor;
	vertical-align: middle;
	border-radius: 50%;
	margin-bottom: 0.1em;
}

.prb-store-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.prb-store-bottom .qt {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 120px;
	margin-right: 10px;
	height: var(--input-height);

}

.prb-store-bottom .qt input {
	font-size: var(--text-bigger2);
}

.prb-store-bottom .btn {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
}

.pr-tg-head {
	background-color: white;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 9px;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: var(--box-offset-horizontal);
	padding-right: var(--box-offset-horizontal);
}

.pr-tg-title {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	font-weight: 600;
	-ms-flex-item-align: center;
	align-self: center;
	font-size: var(--text-bigger2);

}

.pr-tg-head .btn {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 15px;
	min-height: var(--input-min-height);
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.pr-tg-body-inner {
	padding-top: 20px;
}

ul.pr-tg-list > li {
	margin-bottom: 20px;
}

.pr-tg-box.open .pr-tg-head .btn .btn-text:nth-child(2),
.pr-tg-head .btn .btn-text:nth-child(1) {
	display: block;
}

.pr-tg-box.open .pr-tg-head .btn .btn-text:nth-child(1),
.pr-tg-head .btn .btn-text:nth-child(2) {
	display: none;
}

.pr-tg-box.open .pr-tg-head .btn {
	background-color: #A8A8A8;
}

.pr-tg-body {
	display: none;
}

.border-bg {
	border-radius: 9px;
}

.box-padding {
	padding: var(--box-offset-vertical) var(--box-offset-horizontal);
}

.box-padding hr {
	margin-left: calc(-1 * var(--box-offset-vertical));
	margin-right: calc(-1 * var(--box-offset-vertical));
	margin-top: 0;
	margin-bottom: 0;
	margin-bottom: var(--box-offset-vertical);
	border: none;
	height: 1px;
	background-color: #F3F3F3;
}

.or-caption {
	margin: 0;
	font-weight: 600;
	font-size: var(--text-bigger2);
	letter-spacing: -0.01em;
	color: #060713;
	margin-bottom: var(--box-offset-vertical);

}

.ordering-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ordering-main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
}

.ordering-ot {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 360px;
	margin-left: 20px;
}






ul.or-recipient-tab-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-bottom: calc(var(--box-offset-vertical) - 10px);
}

ul.or-recipient-tab-head > li {
	margin-left: 10px;
	margin-bottom: 10px;
}

.tabs-content.animate {
	-webkit-transition: height 200ms;
	transition: height 200ms;
	overflow: hidden;
}

.tab-box {
	opacity: 0;
	-webkit-transition: opacity 200ms;
	transition: opacity 200ms;
	padding: 1px 0;
}

ul.or-recipient-tab-head > li:not(.active) a {
	background-color: white;
	color: var(--main-color);
}

.light-bg ul.or-recipient-tab-head > li:not(.active) a {
	background-color: #F3F3F3;
}

ul.or-recipient-tab-head > li:not(.active) a:hover {
	background-color: #060713;
	color: white;
}

ul.or-recipient-tab-head > li.active a:hover {
	background-color: var(--theme-main-color);
}


ul.or-recipient-tab-head > li a {
	min-width: 160px;
}

.in-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: -10px;
}

.in-form > *:not(.full) {
	width: calc(50% - 5px);
}

.in-form > *.full {
	width: 100%;
}

.ordering-recipient-box {
	margin-bottom: 20px;
}

.ord-radio {}

.ord-inner {
	-webkit-box-shadow: inset 0 0 0 1px #070614;
	box-shadow: inset 0 0 0 1px #070614;
	border-radius: 9px;
	padding-left: var(--input-offset);
	padding-right: var(--input-offset);
	-webkit-transition: color 300ms, -webkit-box-shadow 300ms;
	transition: color 300ms, -webkit-box-shadow 300ms;
	transition: box-shadow 300ms, color 300ms;
	transition: box-shadow 300ms, color 300ms, -webkit-box-shadow 300ms;
}

.ord-radio input:checked + .ord-inner {
	-webkit-box-shadow: inset 0 0 0 1px var(--theme-main-color);
	box-shadow: inset 0 0 0 1px var(--theme-main-color);
	color: var(--theme-main-color);
}


.ord-ico {
	width: 18px;
	height: 18px;
	margin-right: 12px;
	margin-top: 1px;
	margin-bottom: 1px;
	-ms-flex-item-align: center;
	align-self: center;
}

.ord-prop-main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	-ms-flex-item-align: center;
	align-self: center;
}

.ord-inner {
	font-weight: 400;
}

.ord-prop-main span {
	color: #9B9CA0;
}

.ord-adderss-input > input {
	border-radius: 9px;
}

.f-in .ord-radio {
	height: 100%;
}

.ordering-main > .ordering-recipient-box:last-child {
	margin-bottom: 0
}

.total-box hr {
	margin-bottom: calc(var(--box-offset-vertical) / 1.7);
}

ul.ord-total-prop {
	margin-bottom: calc(var(--box-offset-vertical) / 1.4);
}

ul.ord-total-prop + hr {
	margin-bottom: calc(var(--box-offset-vertical) / 1.1);
}

ul.ord-total-prop > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 7px;
	color: var(--main-color);
}

ul.ord-total-prop > li:last-child {
	margin-bottom: 0;
}

ul.ord-total-prop > li span:nth-child(1) {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 50%;

}

.ord-total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: var(--text-bigger2);
	line-height: 1;
}

.ord-total > *:first-child {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 50%;
}

.ord-total strong {
	font-weight: 500;
}


.ordering-ot > .btn {
	width: 100%;
}

ul.or-apply-prop {
	margin-bottom: 27px;
	margin-bottom: calc(var(--box-offset-vertical) / 1.1);
}

ul.or-apply-prop > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 11px;
}

ul.or-apply-prop > li:last-child {
	margin-bottom: 0;
}

ul.or-apply-prop > li > span:nth-child(1) {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 224px;
	padding-right: 15px;
	color: #9B9CA0;
}

ul.or-apply-prop > li > span:nth-child(2) {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
}

.edit {
	font-weight: 500;
	text-decoration: none;
	color: var(--theme-main-color);
}

.edit:hover span {
	text-decoration: underline;
}

.edit .icon-pen {
	font-size: 0.85em;
	margin-left: 0.2em;
	top: 0.06em;
	position: relative;
}

.ordering-complete {
	width: 660px;
	max-width: 100%;
}

.ordering-complete > p:last-child {
	margin-bottom: 0;
}

.ordering-complete > p {
	max-width: 410px;
}

.ordering-complete > p a {
	color: var(--theme-main-color);
}

.orders-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.orders-box .prb-item > a,
.orders-box .prb-item > span {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	display: block;
	text-decoration: none;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

.orders-box .prb-item > a:hover {
	color: var(--theme-main-color);
}

.orders-box .prb-status,
.orders-box .prb-comment,
.orders-box .prb-price,
.orders-box .prb-qt,
.orders-box .prb-article,
.orders-box .prb-name-product,
.orders-box .prb-partnumber {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.orders-box .prb-name-product {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
}

.orders-box .prb-item {
	width: 100%;
}

.orders-box .prb-status {
	width: 229px;
}

.orders-box .prb-comment {
	width: 220px;
}

.orders-box .prb-price {
	width: 120px;
}

.orders-box .prb-qt {
	width: 120px;
}

.orders-box .prb-article {
	width: 110px;
}

.orders-box .prb-partnumber {
	width: 126px;
}


.status {
	font-weight: 500;
	padding-left: 0.74em;
	position: relative;
}

.status:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 6px;
	height: 6px;
	background-color: currentColor;
	border-radius: 50%;
}

.prb-status-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.prb-status-wrp > * {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}


.repeat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	font-weight: 500;
	color: var(--theme-main-color);
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

.repeat:hover {
	color: var(--main-color);
}

.repeat i {
	font-size: 1.2em;
	margin-left: 0.3em;
}

.orders-box .edit {
	border-bottom: 1px solid transparent;
	display: inline-block;
}

.orders-box .edit span:hover {
	text-decoration: none;
}

.orders-box .edit:hover {
	border-bottom-color: currentColor;
}

.orders-box .prb-comment .prb-item > span {
	white-space: normal;

}

.orders-box .prb-status {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

ul.personal-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-bottom: 30px;
}

ul.personal-tab > li {
	margin-left: 10px;
	margin-bottom: 10px;
}

ul.personal-tab a {
	min-width: 160px;
}

ul.personal-tab > li:not(.active) a {
	background-color: #FFFFFF;
	color: var(--main-color);
}

ul.personal-tab > li.active a:hover {
	background-color: var(--theme-main-color);
}

ul.personal-tab > li:not(.active) a:hover {
	background-color: var(--main-color);
	color: white;
}

.orders-box.bills-box .bill-link {
	color: var(--theme-main-color);
	border-bottom: 1px solid currentColor;
	display: inline-block;
	width: auto;
	line-height: 1;
}

.orders-box.bills-box .bill-link:hover {
	border-bottom-color: transparent;
}

.prb-bills {
	width: 220px;
}

.orders-box.bills-box .prb-partnumber {
	width: 186px;
}

.box-caption-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.bc-main {
	padding-right: 15px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
}

.bc-ot {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.personal-data-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 899px;
}

.personal-data-flex > * {
	width: calc(50% - 20px);
}

.pd-title {
	font-size: var(--text-bigger2);
	min-height: calc(2em * 1.26);
	margin: 0;
}

.f-in-text {
	min-height: var(--input-height);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgba(6, 7, 19, 0.76);
}

.personal-data-box {
	margin-bottom: 20px;
}


.ab-flex {
	--ab-items-offset: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: calc(-1 * var(--ab-items-offset));
	margin-right: calc(-1 * var(--ab-items-offset));
	margin-bottom: calc(-1 * (var(--ab-items-offset) * 2));
}

.ab-item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 25%;
	padding-left: var(--ab-items-offset);
	padding-right: var(--ab-items-offset);
	margin-bottom: calc(var(--ab-items-offset) * 2);
}

.ab-item.ab-text {
	width: 50%;
}

.ab-box {
	font-size: var(--text-bigger2);
	font-weight: 400;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ab-box > *:last-child {
	margin-bottom: 0;
}

.ab-box > * {
	-ms-flex-item-align: center;
	align-self: center;
	width: 100%;
}

.ab-box p {
	margin-bottom: calc(var(--m1) * 2.4);
}

.ab-doc {
	display: block;
	position: relative;
	text-decoration: none;
	border-radius: 9px;
	overflow: hidden;
	height: 100%;
	max-height: 380px;
}

.ab-doc:before {
	content: ' ';
	padding: 73.08% 0;
	display: block;
}

.ab-doc img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	font-family: 'object-fit: contain; object-position: center;';
	-webkit-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
	-webkit-transition: -webkit-transform 300ms;
	transition: -webkit-transform 300ms;
	transition: transform 300ms;
	transition: transform 300ms, -webkit-transform 300ms;
}

.ab-doc:hover img {
	-webkit-transform: scale(1.05) translateZ(0);
	transform: scale(1.05) translateZ(0);
}


.hidden {
	overflow: hidden;
}

.delivery-box.logo-box {
	min-height: 120px;
}

.delivery-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.delivery-item {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50%;
}

.delivery-box {
	height: 100%;
}


.delivery-caption {
	line-height: 1.15;
	font-weight: 500;
	font-size: var(--text-bigger2);
	min-height: calc(4em * 1.15);
	margin-bottom: 0.8em;
}

.delivery-box > * {
	max-width: 430px;
}


ul.contacts-tab-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-bottom: 30px;
}

ul.contacts-tab-head > li {
	margin-left: 10px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	min-width: 180px;
	margin-bottom: 10px;
}

ul.contacts-tab-head > li .btn {
	width: 100%;
	line-height: 1;

}

ul.contacts-tab-head > li:not(.active) .btn {
	background-color: white;
	color: var(--main-color);
}

ul.contacts-tab-head > li.active .btn {
	background-color: var(--theme-main-color);
}

ul.contacts-tab-head > li:not(.active) .btn:hover {
	color: white;
	background-color: var(--main-color);
}



.cts-top-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}

.cts-item {
	padding-left: var(--box-offset-horizontal);
	padding-right: var(--box-offset-horizontal);
	padding-top: var(--box-offset-vertical);
	padding-bottom: var(--box-offset-vertical);
	border-right: 1px solid #F3F3F3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.cts-item:last-child {
	border-right: none;
}

.cts-title {
	letter-spacing: -0.01em;
	color: #9B9CA0;
	margin-bottom: 6px;
}

.cts-main {
	font-weight: 500;
	font-size: var(--text-bigger2);
	letter-spacing: -0.01em;
	color: #060713;
	text-decoration: none;
	line-height: 1;
}

a.cts-main {
	white-space: nowrap;
}

.cts-map-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.cts-map-box {
	padding-left: 5px;
	padding-right: 5px;
	width: 50%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;

}

.map {
	background-color: white;
	min-height: 260px;
	border-radius: 9px;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 9px;
}

.cts-map-title {
	line-height: 1;

}

.cts-ot-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cts-ot-col {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: calc(50% - 20px);
}

.cts-ot-col > * {
	height: 100%;
}

ul.city-list {
	-webkit-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 15px;
	column-gap: 15px;
}

.cts-ot-col > * ul > li {
	margin-bottom: 0.28em;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}

.cts-ot-col > * p {
	margin-bottom: 0.3em;
}

.cts-ot-col > * p:last-child {
	margin-bottom: 0;
}

.pass-cover {
	position: relative;
}

.show-pass {
	text-decoration: none;
	width: 20px;
	height: 20px;
	position: absolute;
	right: var(--input-offset);
	top: 50%;
	margin-top: -10px;
	font-size: 18px;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.show-pass:before {
	content: '\e909';
	font-family: icomoon;
	font-size: 0.5em;
	margin-top: 0.3em;
}

.show-pass:after {
	content: '\e900';
	font-family: icomoon;
	font-size: 1em;
	opacity: 0;
}

.show-pass:before,
.show-pass:after {
	position: absolute;
}


input[type="text"] + .show-pass:before {
	opacity: 0;
}

input[type="text"] + .show-pass:after {
	opacity: 1;
}

.pass-cover input {
	padding-right: calc((var(--input-offset) * 2) + 20px);
}

.personal-data-btns-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -10px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.personal-data-btns-wrp > * {
	margin-left: 10px;
}

.personal-data-btns-wrp .btn-border {
	min-width: 160px;
}

.personal-data-btns-wrp .btn:not(.btn-border) {
	min-width: 360px;
}

.h-search {
	width: 845px;
	margin-right: 0;
	position: relative;
	z-index: 10;
}

.h-search .search-form {
	height: var(--input-min-height);
}

.h-search .search-btn {
	font-size: 13px;
	padding-right: 15px;
}

.h-search .search-form input {
	padding-left: 15px;
	font-size: 13px;
}

.h-search .search-clear {
	width: 23px;
	height: 23px;
	margin-right: 0;
}

.h-search .ico-clear {
	font-size: 23px;
}

.hm-icons-wr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.hm-icons-wr > .btn {
	position: relative;
}

.header .hm-icons-wr > .btn {
	min-width: 0;
	padding: 5px;
	width: var(--input-min-height);
	margin-right: 6px;
	font-size: 14px;
	color: var(--theme-main-color);
	min-width: 0;
}

.header .hm-icons-wr > .btn:hover {
	color: white;
}

.product-in-cart {
	position: absolute;
	top: -10px;
	right: -10px;
	background-color: var(--theme-main-color);
	color: white;
	width: 25px;
	height: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	border-radius: 50%;
	z-index: 2;
	border: 2px solid #F3F3F3;
	font-weight: 900;
	font-size: 10px;
	line-height: 1;
}

.hm-icons-wr > .btn .icon-user2 {
	font-size: 1.4em;
}

.hm-icons-wr > .btn .icon-chart2 {
	font-size: 1.5em;
}

.hm-contacts {
	margin-right: var(--h-offset);
	padding-left: 9px;
	text-align: right;
	margin-left: 10px;
}


.hm-tel {
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	color: #060713;
	text-decoration: none;
}

.call-interval {
	font-weight: 400;
	font-size: 13px;
	line-height: 1.38;
	color: #0c9e0c;
	margin-top: 2px;
}

ul.tm-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -32px;
}

ul.tm-list > li {
	width: 25%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 32px;
}

.tm-box {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.tm-box > * {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.tm-img {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}

.tm-img:after {
	content: ' ';
	padding: 60.1% 0;
	width: 1px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.tm-img > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.tm-name {
	margin-bottom: 9px;
}

.tm-tel {
	font-size: 0.9em;
	text-decoration: none;
}

.tm-email {
	font-size: 0.9em;
	text-decoration: none;
	opacity: 0.5;
}

.ed-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -15px;
}

.ed-item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 15px;
}

.box-ed,
.box-logo {
	background-color: white;
	border-radius: 10px;
	height: 100%;
}

.box-logo {
	padding: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.box-logo img {
	width: 100%;
}

.box-ed {
	padding: 64px 40px 30px;
}


.box-ed h2 {
	font-weight: 900;
	font-size: 28px;
}

ul.ed-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -8px;
}

ul.ed-list > li {
	width: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 38px;
}

.ed-count {
	font-weight: 500;
	font-size: 50px;
	line-height: 1;
	color: var(--theme-main-color);
}

.ed-title {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.3;
	color: rgba(6, 7, 19, 0.5);
	margin-top: 11px;
}

.f-in-other {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;


}

.f-in-other > a {
	padding-left: 5px;
	padding-right: 5px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-decoration: none;
	margin-top: 12px;
}

.f-in-reg,
.f-in-other > a,
.lwc-title {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.43;
	text-align: center;
	color: #51525f;
	opacity: 0.8;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

.f-in-other > a:hover {
	color: var(--theme-main-color);
}

ul.lwc-social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

ul.lwc-social-list > li {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
}

.lwc-social-icon {
	width: 45px;
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: lightgray;
	border-radius: 5px;
	padding: 10px;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

.lwc-social-icon.lwc-vk {
	background: #4c75a3;
}

.lwc-social-icon.lwc-ya {
	background: #fc3f1d;
}

.lwc-social-icon.lwc-gm {
	background: white;
	border: 1px solid #e0e0e0;
}

.lwc-social-icon:hover {
	opacity: 0.7;
}

.f-in-reg {
	text-align: center;
	color: #bcbcbc;
	opacity: 1;
	font-weight: 500;
}

.f-in-reg a {
	color: var(--theme-main-color);
}

.small-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.43;
	color: #51525f;
	opacity: 0.8;
	margin-bottom: 21px;
}



.f-in .code-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -11px;
	width: calc(100% + 11px);
}

.f-in .code-input > * {
	margin-left: 11px;
	width: auto;
	width: calc(20% - 11px);
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: var(--input-height);
	border-radius: 5px;
	background: #f3f3f3;
	padding: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

#callback.modal .f-in textarea {
	min-height: 266px;
}

.f-in.fp-step-2 {
	display: none;
	padding-top: 10px;
}

.subcaption {
	font-size: 2.6rem;
	font-weight: 600;
}

.img-map {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.35em;
}

.img-map:after {
	content: ' ';
	padding: 29.1% 0;
	width: 1px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.img-map > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}

.subcaption + .img-map {
	margin-top: -5.8em;
}

ul.dlv-ed-list > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

ul.dlv-ed-list > li:last-child {
	margin-bottom: 0;
}

.dlv-ed-img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 49.4%;
	margin-right: 6.3%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	background-color: lightgray;
}

.dlv-ed-img:after {
	content: ' ';
	padding: 26.2% 0;
	width: 1px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.dlv-ed-img > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}


.dlv-ed-main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 1%;
	font-size: 1.085em;
	line-height: 1.6;
	-ms-flex-item-align: center;
	align-self: center;
}

.dlv-ed-main h2,
.dlv-ed-main h3 {
	font-size: 1.53em;
	margin-bottom: 0.7em;
}


.dlv-ed-main > *:last-child {
	margin-bottom: 0;
}

.text-more-wrp {
	--text-more-max-height: calc(3em * 1.3);
	position: relative;
}

.text-more-spacer,
.text-more {
	max-height: var(--text-more-max-height);
	overflow: hidden;
	position: relative;
}

.text-more {
	-webkit-transition: max-height 600ms;
	transition: max-height 600ms;
}

.text-more-spacer {
	height: var(--text-more-max-height);
}

.text-more-spacer {
	position: absolute;
	top: 0;
	left: 0;
	width: 1%;
	visibility: hidden;
	z-index: -1;
}

.text-more-inner > *:last-child {
	margin-bottom: 0;
}

.text-more::after {
	content: ' ';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(2em * 1.3);
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#F3F3F3));
	background-image: linear-gradient(to bottom, transparent 0%, #F3F3F3 100%);
	pointer-events: none;
	-webkit-transition: -webkit-transform 600ms;
	transition: -webkit-transform 600ms;
	transition: transform 600ms;
	transition: transform 600ms, -webkit-transform 600ms;
}

.text-more-wrp > .btn {
	margin-top: 15px;
}

.text-more-wrp.text-more-fits .text-more::after,
.text-more-wrp.text-more-fits > .btn {
	display: none;
}

.text-more-wrp.open > .btn span:nth-child(2),
.text-more-wrp > .btn span:nth-child(1) {
	display: block;
}

.text-more-wrp.open > .btn span:nth-child(1),
.text-more-wrp > .btn span:nth-child(2) {
	display: none;
}

.text-more-wrp.open .text-more {
	max-height: none;
}

.text-more-wrp.open .text-more::after {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}










@media screen and (max-width: 1749px) {
	ul.h-nav-btns .btn {
		min-width: 130px;
	}

	.h-search {
		width: 795px;
	}
}



@media screen and (max-width: 1649px) {
	:root {
		--m-def: 80px;
		--m-less: 65px;

	}

	.footer-bottom {
		padding-top: 30px;
		margin-top: 32px;
	}

	.footer-wrp {
		padding: 40px;
	}

	ul.h-nav-btns .btn {
		min-width: 100px;
	}

	.header .btn {
		min-width: 158px;
	}

	.ft-col-l {
		min-width: 150px;
	}

	.ft-logo {
		width: 180px;
	}

	.ft-btn-wrp .btn {
		min-width: 160px;
	}

	.ft-col-r {
		min-width: 180px;
	}

	.ft-main-box:nth-child(1) {
		width: 21%;
	}

	.ft-main-box:nth-child(3) {
		width: 37%;
	}

	.ft-col-c {
		padding-left: 25px;
	}

	.header .btn {
		min-width: 0;
	}

	.h-search {
		width: 330px;
	}

	ul.h-nav-btns .btn {
		padding: 10px;
	}

	.header {
		--h-offset: 6px;
	}

	.hm-contacts {
		padding-left: 0;
	}

	.header .catalog-btn {
		padding-left: calc(var(--h-offset) * 2);
		padding-right: calc(var(--h-offset) * 2);
	}

	.sf-dropdown {
		--input-offset: 15px;
	}

	.h-search {
		width: 635px;
	}
}

@media screen and (max-width: 1399px) {
	:root {
		--input-offset: 15px;
		--main-font-size: 14px;
		--content-padding-top: 20px;
		--m1: 6px;
		--input-height: 50px;
		--input-min-height: 40px;

		--box-offset-vertical: 20px;
		--box-offset-horizontal: 20px;
	}

	.header .btn {
		min-width: 0;
	}

	.header .catalog-btn {
		min-width: 0;
	}

	.header {
		--h-offset: 5px;
	}

	html {
		font-size: 8px;
	}

	.clbk-box {
		padding: 50px;
	}

	.tg-box {
		--tg-padding-vertical: 12px;
		--tg-padding-horizontal: 20px;
	}

	.footer-wrp {
		padding: 30px 20px;
	}

	.ft-col-r {
		min-width: 160px;
	}

	.ft-col-c {
		padding-right: 0;
	}

	.footer-bottom {
		padding-top: 22px;
		margin-top: 12px;
	}

	.pr-box {
		--prb-vertical-padding: 10px;
		--prb-padding-left: 10px;
		--prb-padding-right: 10px;
	}

	.prb-img,
	.prb-td {
		min-height: 70px;
	}

	.btn-min {
		min-width: 100px;
	}

	.prb-order {
		width: 205px;
	}

	.search-clear {
		width: 25px;
		height: 25px;

	}

	.not-found {
		padding: 50px;
	}

	.pagination .btn {
		min-width: 150px;
	}

	.c-total-btn .btn {
		min-width: 250px;
	}

	.tb-wrapper {
		min-height: 480px;
		padding-top: 40px;
	}

	.tb-ed-inner {
		margin-top: -34px;
		padding: 20px 20px;
	}

	.prd-ot-col {
		width: 450px;
	}

	.ord-inner {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	ul.or-recipient-tab-head > li a {
		min-width: 130px;
	}

	.ordering-complete {
		width: 600px;
	}

	ul.personal-tab {
		margin-bottom: 20px;
	}

	.orders-box.bills-box .prb-partnumber {
		width: 160px;
	}

	.delivery-caption {
		min-height: calc(3em * 1.15);
		margin-bottom: 0.4em;
	}

	.personal-data-flex {
		max-width: 770px;
	}

	.personal-data-btns-wrp .btn:not(.btn-border) {
		min-width: 300px;
	}

	.personal-data-btns-wrp .btn-border {
		min-width: 140px;
	}

	ul.h-nav-btns .btn {
		min-width: 0;
	}

	.hm-tel {
		font-size: 16px;
	}

	.call-interval {
		font-size: 12px;
	}

	.catalog-btn {
		width: var(--input-min-height);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.catalog-btn .full {
		display: none;
	}

	.btn .full + i {
		margin-left: 0;
		margin: 0;
	}

	.catalog-btn .icon-burger:after {
		left: 0;
		right: 0;
	}

	.header .catalog-btn {
		margin-right: var(--h-offset);
	}

	.h-search {
		margin-right: var(--h-offset);
		width: 300px;
	}

	.header .hm-icons-wr > .btn {
		margin-right: 3px;
	}

	.h-search {
		width: 515px;
	}
}

@media screen and (min-width: 1200px) {
	.hb-col-r .h-catalog-wrp {
		display: none;
	}

}

@media screen and (max-width: 1199px) {
	:root {
		--input-offset: 10px;
		--site-padding: 10px;
		--m-def: 60px;
		--m-less: 45px;
		--m1: 5px;
		--input-height: 45px;
		--input-min-height: 38px;

		--box-offset-vertical: 15px;
		--box-offset-horizontal: 15px;
	}

	ul.h-nav-btns .btn {
		min-width: 0;
	}

	.hm-logo {
		width: 140px;
	}

	.header .catalog-btn {
		height: 100%;
	}

	.h-catalog-subnav {
		left: auto;
		right: calc(var(--h-offset) * 2);
	}

	.header {
		--h-vertical-offset: 10px;
	}

	ul.breadcrumb {
		margin: 0 0 calc(var(--m1) * 2) 0;
	}

	html {
		font-size: 7px;
	}

	.pr-col-r {
		width: 55%;
	}

	.prb-partnumber,
	.prb-manufacturer {
		width: 123px;
	}

	.prb-price {
		width: 110px;
	}

	.prb-time {
		width: 75px;
	}

	.prb-order .btn-min {
		min-width: 80px;
	}

	.prb-order {
		width: 182px;
	}

	.clbk-box {
		padding: 40px 30px;
	}

	.btn {
		min-width: 160px;
	}

	.tg-box {
		--tg-padding-vertical: 8px;
		--tg-padding-horizontal: 15px;
	}

	.tg-ico {
		width: 36px;
		height: 36px;
	}

	.footer-flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.ft-col-l {
		width: 100%;
		margin-bottom: 20px;
	}

	.ft-col-c {
		padding-left: 0;
	}

	.ft-title {
		margin-bottom: 14px;
	}

	.custom-select {
		min-width: 190px;
	}

	.prb-img {
		width: 60px;
	}

	.prb-img,
	.prb-td {
		min-height: 60px;
	}

	.search-clear {
		margin-right: 0;
	}

	.prb-img + .prb-name {
		margin-left: 5px;
	}

	.c-select-list a {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.header .catalog-btn {
		margin-right: var(--h-offset);
	}

	.not-found {
		padding: 40px 30px;
	}

	.c-total-btn .btn {
		min-width: 200px;
	}

	.search-form-wrp > .btn {
		margin-left: 10px;
	}

	.prd-ot-col {
		width: 430px;
	}

	.prd-main-info {
		margin-left: 15px;
	}

	.ord-inner {
		padding-top: 13px;
		padding-bottom: 13px;
	}

	.ord-ico {
		margin-right: 6px;
	}

	.ordering-ot {
		width: 320px;
	}

	.ordering-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.ordering-main {
		width: 100%;
		margin-bottom: 20px;
	}

	.ordering-ot {
		width: 100%;
		margin-left: 0;
	}

	ul.or-recipient-tab-head > li a {
		min-width: 110px;
	}

	.ordering-complete {
		width: 570px;
	}

	.orders-box .prb-status {
		width: 190px;
	}

	.orders-box .prb-comment {
		width: 191px;
	}

	.orders-box .prb-price {
		width: 92px;
	}

	.orders-box .prb-qt {
		width: 100px;
	}

	.orders-box .prb-article {
		width: 100px;
	}

	.orders-box .prb-partnumber {
		width: 115px;
	}

	ul.personal-tab {
		margin-bottom: 10px;
	}

	.orders-box.bills-box .prb-partnumber {
		width: 130px;
	}

	.prb-bills {
		width: 190px;
	}

	.ab-flex {
		--ab-items-offset: 10px;
	}

	.personal-data-flex {
		max-width: 680px;
	}

	.personal-data-btns-wrp .btn:not(.btn-border) {
		min-width: 270px;
	}

	.personal-data-btns-wrp .btn-border {
		min-width: 120px;
	}

	ul.tb-ed-list {
		margin-left: -14px;
	}

	ul.tb-ed-list > li {
		padding-left: 14px;
	}

	.tb-ed-box > span {
		font-size: 0.76em;
	}

	ul.tm-list {
		margin-left: -10px;
		margin-right: -10px;
		margin-top: -22px;
	}

	ul.tm-list > li {
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 22px;
	}

	.tm-img {
		margin-bottom: 14px;
	}

	.ed-wrp {
		margin-left: -10px;
		margin-right: -10px;
		margin-top: -10px;
	}

	.ed-item {
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 10px;
	}

	.ed-count {
		font-size: 40px;
	}

	.hm-col-c {
		-ms-flex-negative: 1;
		flex-shrink: 1;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: 1%;
		padding-right: 5px;
	}

	.hm-col-l,
	.hm-col-r {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		width: auto;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.h-search {
		width: 100%;
		margin-right: 0;
	}

	.header .search-form .search-btn {
		min-width: 38px;
	}
}

@media screen and (max-width: 991px) {
	:root {
		--box-offset-vertical: 20px;
		--box-offset-horizontal: 20px;
	}

	.pr-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
	}

	ul.pr-list > li.pr-list-head {
		display: none;
	}

	.pr-col-l {
		width: 100%;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.prb-main {
		width: 100%;
		padding-right: 0;
	}

	.prb-partnumber,
	.prb-manufacturer,
	.prb-article {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.prb-td {
		min-height: 0;
	}

	.prb-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.prb-item:before {
		content: attr(data-adaptive-title);
		color: #B4B4B4;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		letter-spacing: normal;
		font-weight: 400;
		padding-right: 10px;
	}

	.prb-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.prb-item span {
		text-align: right;
		font-weight: 500;
	}

	.prb-item:not(:before) {
		font-weight: 500;
		font-size: 16px;
		font-family: 'Roboto';
		text-align: left;
		width: 50%;
	}


	.pr-col-r {
		width: 100%;
	}

	.prb-store-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.prb-order,
	.prb-time,
	.prb-price,
	.prb-store {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	ul.pr-list {
		margin-left: -10px;
		margin-right: -10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	ul.pr-list > li {
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 20px;
		width: 50%;
	}

	.prb-store-item:first-child .prb-td {
		padding-top: 0;
		padding-bottom: 0;
	}

	.pr-box {
		--prb-vertical-padding: 20px;
		--prb-padding-left: 20px;
		--prb-padding-right: 20px;
	}

	.prb-name {}

	.prb-td {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: left;
	}


	.prb-name .prb-item:before {
		display: none;
	}

	.prb-img + .prb-name {
		margin-left: 10px;
	}

	.prb-order,
	.prb-time,
	.prb-price,
	.prb-store,
	.prb-partnumber,
	.prb-manufacturer,
	.prb-article {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 12px;
	}

	.prb-item {
		font-size: 15px;
		line-height: 1;
	}

	.prb-order {
		margin-top: 9px;
	}

	.prb-order .qt + .btn,
	.prb-order .btn-min {
		margin-left: 10px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.prb-order .qt,
	.prb-order .btn {
		height: 43px;
	}

	.prb-store-item:not(:first-child) .prb-td {
		min-height: 0;
		height: auto;
	}

	.prb-store-item:not(:first-child):last-child .prb-td {
		margin-bottom: 0;
	}

	.prb-store-item:first-child + .prb-store-item .prb-store,
	.prb-store-item:first-child + .prb-store-item .prb-price,
	.prb-store-item:first-child + .prb-store-item .prb-time,
	.prb-store-item:first-child + .prb-store-item .prb-order {
		margin-top: 0;
	}

	.prb-store-item:not(:last-child) {
		margin-bottom: 29px;
	}

	.footer-flex {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.ft-col-r {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: 1%;
		-ms-flex-item-align: center;
		align-self: center;
	}

	.ft-col-l {
		-webkit-box-ordinal-group: -1;
		-ms-flex-order: -2;
		order: -2;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: auto;
		margin-right: 20px;
	}

	.ft-col-c {
		width: 100%;
	}

	.ft-btn-wrp {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.ft-btn-wrp > * {
		margin-left: 10px;
	}

	.ft-ct-title {
		font-size: 13px;
	}

	.footer-wrp {
		padding: 20px 15px;
	}

	.footer-bottom {
		padding-top: 12px;
		margin-top: 5px;
	}

	.ft-btn-wrp .btn {
		min-width: 0;
	}

	.hm-col-l .h-nav-btns {
		display: none;
	}

	ul.logo-list > li {
		width: 33.3333%;
	}

	.pr-col-l {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}

	.cart-item:not(.prb-head) .prb-store .prb-td {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.cart-item:not(.prb-head) .prb-store .prb-item .prb-td {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.cart-item:not(.prb-head) .prb-store .prb-item {
		width: 100%;
	}

	.cart-item:not(.prb-head) .prb-store .qt {
		margin-left: auto;
		margin-top: 10px;
	}

	.prb-remove {
		margin-right: 0;
	}

	.pr-list.cart-item-list > li {
		width: 100%;
	}

	.pr-box.cart-item {
		position: relative;
	}

	.prb-remove {
		position: absolute;
		top: 35px;
		right: var(--prb-padding-right);
	}

	.cart-item:not(.prb-head) .prb-order .prb-total:before {
		content: attr(data-adaptive-title);
	}

	.cart-item:not(.prb-head) .prb-order .prb-total {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-weight: 500;
		font-size: 15px;
	}

	.pr-box.cart-item-total {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		height: auto;
	}

	.tb-ed-inner {
		margin-top: -30px;
		padding: 16px 12px;
	}

	.tb-ed-box {
		font-size: var(--text-bigger);
	}

	.prb-name .prb-item span {
		text-align: left;
	}

	.prd-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.prd-main-col {
		width: 100%;
		margin-bottom: 10px;
	}

	.prd-ot-col {
		width: 100%;
		margin-left: 0;
	}

	.prb-comment,
	.prb-time,
	.prb-price,
	.prb-qt,
	.prb-store,
	.prb-partnumber,
	.prb-manufacturer,
	.prb-name-product,
	.prb-article,
	.prb-main {
		border-color: transparent;
	}

	.prb-bills,
	.orders-box.bills-box .prb-partnumber,
	.orders-box .prb-status,
	.orders-box .prb-comment,
	.orders-box .prb-price,
	.orders-box .prb-qt,
	.orders-box .prb-article,
	.orders-box .prb-name-product,
	.orders-box .prb-partnumber {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.orders-box.bills-box .prb-item:before,
	.orders-box .prb-item:before {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		width: 35%;
		/*		min-width: 32%;*/
	}

	.status:before {
		top: 0.31em;
	}

	.orders-box .prb-item > a,
	.orders-box .prb-item > span {
		width: auto;
	}

	.orders-box .prb-name-product {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}


	.orders-box.bills-box .prb-bills,
	.orders-box .prb-comment,
	.orders-box .prb-time,
	.orders-box .prb-price,
	.orders-box .prb-qt,
	.orders-box .prb-store,
	.orders-box .prb-partnumber,
	.orders-box .prb-manufacturer,
	.orders-box .prb-name-product,
	.orders-box .prb-article,
	.orders-box .prb-main,
	.orders-box .prb-status,
	.orders-box .prb-order {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 12px;
	}

	.pr-box.orders-box {
		padding-top: var(--prb-vertical-padding);
		padding-bottom: var(--prb-vertical-padding);
	}

	.orders-box.bills-box .prb-bills,
	.orders-box .prb-status {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin-bottom: 0;
	}

	.orders-box .repeat {
		margin-left: 10px;
	}

	.ab-item.ab-text {
		width: 100%;
	}

	.ab-item {
		width: 33.3333%;
	}

	.cts-ot-col {
		width: calc(50% - 5px);
	}

	ul.city-list {
		-webkit-column-count: 2;
		column-count: 2
	}

	.cts-main {
		font-size: var(--text-bigger);
	}

	.personal-data-flex {
		max-width: 590px;
	}

	.personal-data-btns-wrp .btn:not(.btn-border) {
		min-width: 230px;
	}

	.personal-data-btns-wrp .btn-border {
		min-width: 100px;
	}

	.h-search {
		width: 1%;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.h-search .search-form input {
		padding-right: 0;
		padding-left: 10px;
	}

	.sf-dropdown {
		--input-offset: 10px;
	}

	.sf-dr-item .btn {
		font-size: 12px;
	}

	ul.tb-ed-list {
		margin-left: -10px;
	}

	ul.tb-ed-list > li {
		padding-left: 10px;
	}

	.tb-ed-box > span {
		font-size: 0.9em;
	}

	.tb-box p {
		font-size: 1.52em;
	}

	.tm-box {
		font-size: 14px;
	}

	.tm-email,
	.tm-tel {
		font-size: 1em;
	}

	.box-ed {
		padding: 64px 20px 30px;
	}

	.box-logo {
		padding: 30px;
	}

	.ed-count {
		font-size: 34px;
	}

	.ed-title {
		font-size: 12px;
	}

	.dlv-ed-img {
		width: 45%;
		margin-right: 4%;
	}
}

@media screen and (max-width: 859px) {
	.hm-col-r .hm-contacts {
		display: none;
	}

	.call-interval {
		margin-top: 0;
	}
}





@media screen and (max-width: 768px) {}
@media screen and (min-width: 1200px) {
	body {
		zoom: 0.8;
	}
}