

/* Start:/local/templates/stroyka_reborn/css/bootstrap.css?156872771522054*/
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	text-decoration-skip-ink: none;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #0056b3;
	text-decoration: underline;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	-webkit-border-radius: 0;
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

.container {
	width: 100%;
	padding-right: 16px;
	padding-left: 16px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.container {
		max-width: 732px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1240px) {
	.container {
		max-width: 1200px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 16px;
	padding-left: 16px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -16px;
	margin-left: -16px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
  .no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto {
	position: relative;
	width: 100%;
	padding-right: 16px;
	padding-left: 16px;
}

.col {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.33333%;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.33333%;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.66667%;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-webkit-order: 13;
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.33333%;
}

.offset-2 {
	margin-left: 16.66667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333%;
}

.offset-5 {
	margin-left: 41.66667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333%;
}

.offset-8 {
	margin-left: 66.66667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333%;
}

.offset-11 {
	margin-left: 91.66667%;
}

@media (min-width: 768px) {
	.col-sm {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-sm-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-sm-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-sm-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-sm-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-sm-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-sm-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-sm-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-sm-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.33333%;
	}

	.offset-sm-2 {
		margin-left: 16.66667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.33333%;
	}

	.offset-sm-5 {
		margin-left: 41.66667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.33333%;
	}

	.offset-sm-8 {
		margin-left: 66.66667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.33333%;
	}

	.offset-sm-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 992px) {
	.col-md {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-md-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-md-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-md-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-md-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-md-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-md-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.33333%;
	}

	.offset-md-2 {
		margin-left: 16.66667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.33333%;
	}

	.offset-md-5 {
		margin-left: 41.66667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.33333%;
	}

	.offset-md-8 {
		margin-left: 66.66667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.33333%;
	}

	.offset-md-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 1240px) {
	.col-lg {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-lg-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-lg-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.col-lg-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.col-lg-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.col-lg-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-lg-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.col-lg-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}

	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13;
	}

	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}

	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}

	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}

	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}

	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7;
	}

	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8;
	}

	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9;
	}

	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10;
	}

	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11;
	}

	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.33333%;
	}

	.offset-lg-2 {
		margin-left: 16.66667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.33333%;
	}

	.offset-lg-5 {
		margin-left: 41.66667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.33333%;
	}

	.offset-lg-8 {
		margin-left: 66.66667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.33333%;
	}

	.offset-lg-11 {
		margin-left: 91.66667%;
	}
}

/* End */


/* Start:/local/templates/stroyka_reborn/css/new-bootstrap.css?156872771550602*/
@charset "UTF-8";
/* Цвета сайта */
/* Миксины для сайта */
/* Настройки Bootstrap */
/* Customization Bootstrap vars from "bootstrap/_variables.scss" */
/*!
 * Bootstrap Reboot v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
	width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

dfn {
	font-style: italic;
}

b,
strong {
	font-weight: 700er;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:hover {
	color: #0056b3;
	text-decoration: underline;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

button {
	-webkit-border-radius: 0;
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
	width: device-width;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

.new-container {
	width: 100%;
	padding-right: 12px;
	padding-left: 12px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.new-container {
		max-width: 744px;
	}
}

@media (min-width: 992px) {
	.new-container {
		max-width: 960px;
	}
}

@media (min-width: 1260px) {
	.new-container {
		max-width: 1248px;
	}
}

.new-container-fluid {
	width: 100%;
	padding-right: 12px;
	padding-left: 12px;
	margin-right: auto;
	margin-left: auto;
}

.new-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -12px;
	margin-left: -12px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .new-col,
  .no-gutters > [class*="new-col-"] {
	padding-right: 0;
	padding-left: 0;
}

.new-col-1, .new-col-2, .new-col-3, .new-col-4, .new-col-5, .new-col-6, .new-col-7, .new-col-8, .new-col-9, .new-col-10, .new-col-11, .new-col-12, .new-col,
.new-col-auto, .new-col-sm-1, .new-col-sm-2, .new-col-sm-3, .new-col-sm-4, .new-col-sm-5, .new-col-sm-6, .new-col-sm-7, .new-col-sm-8, .new-col-sm-9, .new-col-sm-10, .new-col-sm-11, .new-col-sm-12, .new-col-sm,
.new-col-sm-auto, .new-col-md-1, .new-col-md-2, .new-col-md-3, .new-col-md-4, .new-col-md-5, .new-col-md-6, .new-col-md-7, .new-col-md-8, .new-col-md-9, .new-col-md-10, .new-col-md-11, .new-col-md-12, .new-col-md,
.new-col-md-auto, .new-col-lg-1, .new-col-lg-2, .new-col-lg-3, .new-col-lg-4, .new-col-lg-5, .new-col-lg-6, .new-col-lg-7, .new-col-lg-8, .new-col-lg-9, .new-col-lg-10, .new-col-lg-11, .new-col-lg-12, .new-col-lg,
.new-col-lg-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 12px;
	padding-left: 12px;
}

.new-col {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.new-col-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.new-col-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.new-col-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.new-col-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.new-col-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.new-col-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.new-col-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.new-col-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.33333%;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.new-col-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.new-col-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.new-col-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.33333%;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.new-col-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.66667%;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.new-col-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.new-order-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
}

.new-order-last {
	-webkit-box-ordinal-group: 14;
	-webkit-order: 13;
	-ms-flex-order: 13;
	order: 13;
}

.new-order-0 {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
}

.new-order-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.new-order-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.new-order-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.new-order-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4;
}

.new-order-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5;
}

.new-order-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6;
}

.new-order-7 {
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	-ms-flex-order: 7;
	order: 7;
}

.new-order-8 {
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	-ms-flex-order: 8;
	order: 8;
}

.new-order-9 {
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	-ms-flex-order: 9;
	order: 9;
}

.new-order-10 {
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-ms-flex-order: 10;
	order: 10;
}

.new-order-11 {
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	-ms-flex-order: 11;
	order: 11;
}

.new-order-12 {
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	-ms-flex-order: 12;
	order: 12;
}

.new-offset-1 {
	margin-left: 8.33333%;
}

.new-offset-2 {
	margin-left: 16.66667%;
}

.new-offset-3 {
	margin-left: 25%;
}

.new-offset-4 {
	margin-left: 33.33333%;
}

.new-offset-5 {
	margin-left: 41.66667%;
}

.new-offset-6 {
	margin-left: 50%;
}

.new-offset-7 {
	margin-left: 58.33333%;
}

.new-offset-8 {
	margin-left: 66.66667%;
}

.new-offset-9 {
	margin-left: 75%;
}

.new-offset-10 {
	margin-left: 83.33333%;
}

.new-offset-11 {
	margin-left: 91.66667%;
}

@media (min-width: 768px) {
	.new-col-sm {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.new-col-sm-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.new-col-sm-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.new-col-sm-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.new-col-sm-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.new-col-sm-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.new-col-sm-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.new-col-sm-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.new-col-sm-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.new-col-sm-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.new-col-sm-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.new-col-sm-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.new-col-sm-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.new-col-sm-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.new-order-sm-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}

	.new-order-sm-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13;
	}

	.new-order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}

	.new-order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.new-order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.new-order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	.new-order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}

	.new-order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}

	.new-order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}

	.new-order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7;
	}

	.new-order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8;
	}

	.new-order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9;
	}

	.new-order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10;
	}

	.new-order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11;
	}

	.new-order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12;
	}

	.new-offset-sm-0 {
		margin-left: 0;
	}

	.new-offset-sm-1 {
		margin-left: 8.33333%;
	}

	.new-offset-sm-2 {
		margin-left: 16.66667%;
	}

	.new-offset-sm-3 {
		margin-left: 25%;
	}

	.new-offset-sm-4 {
		margin-left: 33.33333%;
	}

	.new-offset-sm-5 {
		margin-left: 41.66667%;
	}

	.new-offset-sm-6 {
		margin-left: 50%;
	}

	.new-offset-sm-7 {
		margin-left: 58.33333%;
	}

	.new-offset-sm-8 {
		margin-left: 66.66667%;
	}

	.new-offset-sm-9 {
		margin-left: 75%;
	}

	.new-offset-sm-10 {
		margin-left: 83.33333%;
	}

	.new-offset-sm-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 992px) {
	.new-col-md {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.new-col-md-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.new-col-md-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.new-col-md-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.new-col-md-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.new-col-md-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.new-col-md-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.new-col-md-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.new-col-md-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.new-col-md-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.new-col-md-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.new-col-md-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.new-col-md-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.new-col-md-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.new-order-md-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}

	.new-order-md-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13;
	}

	.new-order-md-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}

	.new-order-md-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.new-order-md-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.new-order-md-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	.new-order-md-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}

	.new-order-md-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}

	.new-order-md-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}

	.new-order-md-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7;
	}

	.new-order-md-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8;
	}

	.new-order-md-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9;
	}

	.new-order-md-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10;
	}

	.new-order-md-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11;
	}

	.new-order-md-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12;
	}

	.new-offset-md-0 {
		margin-left: 0;
	}

	.new-offset-md-1 {
		margin-left: 8.33333%;
	}

	.new-offset-md-2 {
		margin-left: 16.66667%;
	}

	.new-offset-md-3 {
		margin-left: 25%;
	}

	.new-offset-md-4 {
		margin-left: 33.33333%;
	}

	.new-offset-md-5 {
		margin-left: 41.66667%;
	}

	.new-offset-md-6 {
		margin-left: 50%;
	}

	.new-offset-md-7 {
		margin-left: 58.33333%;
	}

	.new-offset-md-8 {
		margin-left: 66.66667%;
	}

	.new-offset-md-9 {
		margin-left: 75%;
	}

	.new-offset-md-10 {
		margin-left: 83.33333%;
	}

	.new-offset-md-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 1260px) {
	.new-col-lg {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.new-col-lg-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.new-col-lg-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.new-col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.new-col-lg-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.new-col-lg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.new-col-lg-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.new-col-lg-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.new-col-lg-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.new-col-lg-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.new-col-lg-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.new-col-lg-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.new-col-lg-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.new-col-lg-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.new-order-lg-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}

	.new-order-lg-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13;
	}

	.new-order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}

	.new-order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.new-order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.new-order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	.new-order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4;
	}

	.new-order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5;
	}

	.new-order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6;
	}

	.new-order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7;
	}

	.new-order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8;
	}

	.new-order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9;
	}

	.new-order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10;
	}

	.new-order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11;
	}

	.new-order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12;
	}

	.new-offset-lg-0 {
		margin-left: 0;
	}

	.new-offset-lg-1 {
		margin-left: 8.33333%;
	}

	.new-offset-lg-2 {
		margin-left: 16.66667%;
	}

	.new-offset-lg-3 {
		margin-left: 25%;
	}

	.new-offset-lg-4 {
		margin-left: 33.33333%;
	}

	.new-offset-lg-5 {
		margin-left: 41.66667%;
	}

	.new-offset-lg-6 {
		margin-left: 50%;
	}

	.new-offset-lg-7 {
		margin-left: 58.33333%;
	}

	.new-offset-lg-8 {
		margin-left: 66.66667%;
	}

	.new-offset-lg-9 {
		margin-left: 75%;
	}

	.new-offset-lg-10 {
		margin-left: 83.33333%;
	}

	.new-offset-lg-11 {
		margin-left: 91.66667%;
	}
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

@media (min-width: 768px) {
	.d-sm-none {
		display: none !important;
	}

	.d-sm-inline {
		display: inline !important;
	}

	.d-sm-inline-block {
		display: inline-block !important;
	}

	.d-sm-block {
		display: block !important;
	}

	.d-sm-table {
		display: table !important;
	}

	.d-sm-table-row {
		display: table-row !important;
	}

	.d-sm-table-cell {
		display: table-cell !important;
	}

	.d-sm-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-md-none {
		display: none !important;
	}

	.d-md-inline {
		display: inline !important;
	}

	.d-md-inline-block {
		display: inline-block !important;
	}

	.d-md-block {
		display: block !important;
	}

	.d-md-table {
		display: table !important;
	}

	.d-md-table-row {
		display: table-row !important;
	}

	.d-md-table-cell {
		display: table-cell !important;
	}

	.d-md-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 1260px) {
	.d-lg-none {
		display: none !important;
	}

	.d-lg-inline {
		display: inline !important;
	}

	.d-lg-inline-block {
		display: inline-block !important;
	}

	.d-lg-block {
		display: block !important;
	}

	.d-lg-table {
		display: table !important;
	}

	.d-lg-table-row {
		display: table-row !important;
	}

	.d-lg-table-cell {
		display: table-cell !important;
	}

	.d-lg-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}

	.d-print-inline {
		display: inline !important;
	}

	.d-print-inline-block {
		display: inline-block !important;
	}

	.d-print-block {
		display: block !important;
	}

	.d-print-table {
		display: table !important;
	}

	.d-print-table-row {
		display: table-row !important;
	}

	.d-print-table-cell {
		display: table-cell !important;
	}

	.d-print-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: row !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: row-reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: column-reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-webkit-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-webkit-flex-wrap: nowrap !important;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse !important;
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	-webkit-box-flex: 1 !important;
	-webkit-flex: 1 1 auto !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-webkit-flex-grow: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-webkit-flex-grow: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	-webkit-flex-shrink: 0 !important;
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-webkit-flex-shrink: 1 !important;
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-webkit-justify-content: flex-start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-webkit-justify-content: flex-end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-webkit-justify-content: space-between !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-webkit-justify-content: space-around !important;
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-webkit-box-align: start !important;
	-webkit-align-items: flex-start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-webkit-box-align: end !important;
	-webkit-align-items: flex-end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-webkit-align-items: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-webkit-align-items: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-webkit-align-content: flex-start !important;
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-webkit-align-content: flex-end !important;
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-webkit-align-content: center !important;
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-webkit-align-content: space-between !important;
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-webkit-align-content: space-around !important;
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-webkit-align-content: stretch !important;
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-webkit-align-self: auto !important;
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-webkit-align-self: flex-start !important;
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-webkit-align-self: flex-end !important;
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-webkit-align-self: center !important;
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-webkit-align-self: baseline !important;
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-webkit-align-self: stretch !important;
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

@media (min-width: 768px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-sm-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-sm-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-sm-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-sm-fill {
		-webkit-box-flex: 1 !important;
		-webkit-flex: 1 1 auto !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		-webkit-flex-grow: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		-webkit-flex-grow: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-sm-shrink-0 {
		-webkit-flex-shrink: 0 !important;
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-sm-shrink-1 {
		-webkit-flex-shrink: 1 !important;
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-sm-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-sm-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-sm-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-sm-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-sm-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-sm-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-sm-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-sm-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-sm-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-sm-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-sm-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-sm-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-sm-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-sm-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-sm-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-sm-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-md-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-md-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-md-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-md-fill {
		-webkit-box-flex: 1 !important;
		-webkit-flex: 1 1 auto !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		-webkit-flex-grow: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		-webkit-flex-grow: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-md-shrink-0 {
		-webkit-flex-shrink: 0 !important;
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-md-shrink-1 {
		-webkit-flex-shrink: 1 !important;
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-md-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-md-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-md-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-md-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-md-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-md-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-md-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-md-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-md-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-md-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-md-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-md-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-md-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-md-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-md-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-md-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 1260px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}

	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}

	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}

	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}

	.flex-lg-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}

	.flex-lg-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}

	.flex-lg-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}

	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		-webkit-flex: 1 1 auto !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}

	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-webkit-flex-grow: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}

	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-webkit-flex-grow: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}

	.flex-lg-shrink-0 {
		-webkit-flex-shrink: 0 !important;
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}

	.flex-lg-shrink-1 {
		-webkit-flex-shrink: 1 !important;
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}

	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}

	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}

	.justify-content-lg-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}

	.align-items-lg-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}

	.align-items-lg-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}

	.align-items-lg-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}

	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}

	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}

	.align-content-lg-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}

	.align-content-lg-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}

	.align-content-lg-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}

	.align-content-lg-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}

	.align-content-lg-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}

	.align-content-lg-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}

	.align-self-lg-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}

	.align-self-lg-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}

	.align-self-lg-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}

	.align-self-lg-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}

	.align-self-lg-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}

	.align-self-lg-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

/* End */


/* Start:/local/templates/stroyka_reborn/css/slick.css?15687230121729*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/stroyka_reborn/css/slick-theme.css?15687230123145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/stroyka_reborn/css/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/stroyka_reborn/css/./fonts/slick.eot');
    src: url('/local/templates/stroyka_reborn/css/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/stroyka_reborn/css/./fonts/slick.woff') format('woff'), url('/local/templates/stroyka_reborn/css/./fonts/slick.ttf') format('truetype'), url('/local/templates/stroyka_reborn/css/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/stroyka_reborn/css/new-main.css?1583399272260970*/
@charset "UTF-8";
/* Цвета сайта */
/* Миксины для сайта */
/* Настройки Bootstrap */
/* Customization Bootstrap vars from "bootstrap/_variables.scss" */
@font-face {
	font-family: "ProximaNova";
  src: url("/local/templates/stroyka_reborn/css/../fonts/ProximaNova-Bold/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/stroyka_reborn/css/../fonts/ProximaNova-Bold/ProximaNova-Bold.woff") format("woff"), url("/local/templates/stroyka_reborn/css/../fonts/ProximaNova-Bold/ProximaNova-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
	font-family: "ProximaNova";
  src: url("/local/templates/stroyka_reborn/css/../fonts/ProximaNova-Semibold/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("/local/templates/stroyka_reborn/css/../fonts/ProximaNova-Semibold/ProximaNova-Semibold.woff") format("woff"), url("/local/templates/stroyka_reborn/css/../fonts/ProximaNova-Semibold/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
	font-family: "ProximaNova";
  src: url("/local/templates/stroyka_reborn/css/../fonts/ProximaNova-Regular/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/stroyka_reborn/css/../fonts/ProximaNova-Regular/ProximaNova-Regular.woff") format("woff"), url("/local/templates/stroyka_reborn/css/../fonts/ProximaNova-Regular/ProximaNova-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
	font-family: "ProximaNova";
  src: url("/local/templates/stroyka_reborn/css/../fonts/ProximaNova-RegularIt/ProximaNova-RegularIt.eot?#iefix") format("embedded-opentype"), url("/local/templates/stroyka_reborn/css/../fonts/ProximaNova-RegularIt/ProximaNova-RegularIt.woff") format("woff"), url("/local/templates/stroyka_reborn/css/../fonts/ProximaNova-RegularIt/ProximaNova-RegularIt.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
	font-family: "Rouble";
  src: url("/local/templates/stroyka_reborn/css/../fonts/Rouble/rouble.eot?#iefix") format("embedded-opentype"), url("/local/templates/stroyka_reborn/css/../fonts/Rouble/rouble.woff") format("woff"), url("/local/templates/stroyka_reborn/css/../fonts/Rouble/rouble.ttf") format("truetype");
  font-weight: 400;
}

html,
body {
	overflow: hidden;
}

body {
	min-width: 320px;
	position: relative;
	font-family: "ProximaNova", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	color: #373737;
}

.root {
	width: 100%;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

section {
	position: relative;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

@media (max-width: 991.98px) {
	body {
		font-size: 13px;
	}
}

strong, b {
	font-weight: 700;
}

em, i {
	font-style: italic;
}

a, .link {
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	letter-spacing: normal;
	color: #373737;
	outline: none !important;
	cursor: pointer;
}

a:hover, a:focus, a:active, .link:hover, .link:focus, .link:active {
	text-decoration: underline;
	color: #373737;
}

.arrow-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.arrow-link_sm > img, .arrow-link_sm > svg {
	width: 4px;
	height: auto;
}

.arrow-link_right {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.arrow-link_right > span {
	margin-right: 6px;
}

.h1-new, .h2-new, .h3-new, .h4-new, .h5-new {
	display: block;
	letter-spacing: normal;
}

.h1-new, .h2-new, .h3-new, .h4-new {
	font-weight: 700;
}

.h1-new {
	font-size: 32px;
	line-height: 1;
}

@media (max-width: 767.98px) {
	.h1-new {
		font-size: 24px;
	}
}

.h2-new {
	font-size: 24px;
	line-height: 32px;
}

@media (max-width: 767.98px) {
	.h2-new {
		font-size: 20px;
	}
}

.h3-new {
	font-size: 20px;
	line-height: 1.2;
}

@media (max-width: 767.98px) {
	.h3-new {
		font-size: 18px;
		line-height: 1.33;
	}
}

.h4-new {
	font-size: 18px;
	line-height: 1.33;
}

@media (max-width: 767.98px) {
	.h4-new {
		font-size: 16px;
		line-height: 1.25;
	}
}

.h5-new {
	font-size: 16px;
	line-height: 1.25;
	font-weight: 600;
}

.col-no-padding {
	padding: 0 !important;
}

/* Кнопки */
.btn {
	display: inline-block;
	min-width: 120px;
	height: 40px;
	border: none;
	outline: none !important;
	font-size: 13px;
	line-height: 40px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	text-decoration: none !important;
	background-color: transparent;
	white-space: nowrap;
	padding: 0 16px;
}

.btn_new {
	min-width: 106px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.btn_color_transparent {
	color: #808080;
}

.btn_color_transparent:hover, .btn_color_transparent:focus {
	background-color: #f5f5f5;
}

.btn_color_gradient {
	color: #fff;
	background: -webkit-gradient(linear, left top, right top, from(#de0f29), to(#ff5c25));
	background: -webkit-linear-gradient(left, #de0f29, #ff5c25);
	background: -o-linear-gradient(left, #de0f29, #ff5c25);
	background: linear-gradient(to right, #de0f29, #ff5c25);
}

.btn_color_gradient:hover, .btn_color_gradient:active, .btn_color_gradient:focus {
	color: #fff;
	text-decoration: none;
}

.btn_color_ac {
	background-color: #e01b1b;
	color: #fff;
}

.btn_color_ac:hover, .btn_color_ac:active, .btn_color_ac:focus {
	color: #fff;
}

.btn_color_white {
	background-color: #fff;
	color: #e01b1b;
}

.btn_color_white:hover, .btn_color_white:active, .btn_color_white:focus {
	color: #e01b1b;
}

.btn_color_grey {
	color: #373737;
}

.btn_color_grey:hover, .btn_color_grey:active, .btn_color_grey:focus {
	color: #373737;
}

.btn_color_grey.btn_arrow_left > svg path, .btn_color_grey.btn_arrow_right > svg path {
	fill: #808080 !important;
}

.btn_color_grey-2 {
	background-color: #d6d6d6;
	color: #373737;
}

.btn_color_grey-2:hover, .btn_color_grey-2:active, .btn_color_grey-2:focus {
	color: #373737;
}

.btn_arrow_left > img, .btn_arrow_left > svg, .btn_arrow_right > img, .btn_arrow_right > svg {
	display: inline-block;
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.btn_arrow_left > span, .btn_arrow_right > span {
	display: inline-block;
	line-height: 30px;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.btn_left {
	padding: 0;
	text-align: left;
}

.btn_right {
	padding: 0;
	text-align: right;
}

.btn_arrow-reverse.btn_arrow_left > img, .btn_arrow-reverse.btn_arrow_left > svg, .btn_arrow-reverse.btn_arrow_right > img, .btn_arrow-reverse.btn_arrow_right > svg {
	-webkit-transform: translateY(5px) rotate(-180deg);
	-ms-transform: translateY(5px) rotate(-180deg);
	transform: translateY(5px) rotate(-180deg);
}

.btn.active svg path {
	fill: #e01b1b !important;
}

/* Кнопка на верх страницы */
.btn-to-top {
	position: fixed;
	z-index: 10;
	bottom: 100px;
	left: 50%;
	-webkit-transform: translateX(533px);
	-ms-transform: translateX(533px);
	transform: translateX(533px);
	width: 68px;
	height: 68px;
	background-color: #808080;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: none;
	outline: none !important;
	padding: 0;
	cursor: pointer;
	display: none;
	opacity: 0;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.btn-to-top:hover {
	background-color: #4d4d4d;
}

.btn-to-top img, .btn-to-top svg {
	position: absolute;
	top: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.btn-to-top svg polygon {
	fill: #fff;
}

.btn-to-top span {
	position: absolute;
	top: 34px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
}

.btn-to-top.display {
	display: block;
}

.btn-to-top.visible {
	opacity: 1;
}

.btn-to-top.back img, .btn-to-top.back svg {
	-webkit-transform: translateX(-50%) rotate(-180deg);
	-ms-transform: translateX(-50%) rotate(-180deg);
	transform: translateX(-50%) rotate(-180deg);
}

a.btn:hover span, a.btn:active span, a.btn:focus span {
	text-decoration: underline;
}

@media (max-width: 1259.98px) {
	.btn-to-top {
		-webkit-transform: translateX(396px);
		-ms-transform: translateX(396px);
		transform: translateX(396px);
	}
}

@media (max-width: 991.98px) {
	.btn-to-top {
		-webkit-transform: translateX(288px);
		-ms-transform: translateX(288px);
		transform: translateX(288px);
	}
}

@media (max-width: 767.98px) {
	.btn-to-top {
		display: none;
	}
}

/* Элементы форм */
.form-field {
	position: relative;
}

.form-field__input, .form-field__textarea {
	width: 100%;
	border: 1px solid #d6d6d6;
	padding: 0 20px;
	outline: none !important;
}

.form-field__input::-webkit-input-placeholder, .form-field__textarea::-webkit-input-placeholder {
	font-size: 14px;
	color: #808080;
}

.form-field__input::-moz-placeholder, .form-field__textarea::-moz-placeholder {
	font-size: 14px;
	color: #808080;
}

.form-field__input:-ms-input-placeholder, .form-field__textarea:-ms-input-placeholder {
	font-size: 14px;
	color: #808080;
}

.form-field__input::-ms-input-placeholder, .form-field__textarea::-ms-input-placeholder {
	font-size: 14px;
	color: #808080;
}

.form-field__input::placeholder, .form-field__textarea::placeholder {
	font-size: 14px;
	color: #808080;
}

.form-field__input {
	height: 40px;
}

.form-field__textarea {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 140px;
}

/* Чекбокс */
.form-checkbox__input {
	display: none;
}

.form-checkbox__input:checked + .form-checkbox__label::after {
	opacity: 1;
}

.form-checkbox__label {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 30px;
	cursor: pointer;
	margin: 0;
}

.form-checkbox__label::before, .form-checkbox__label::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.form-checkbox__label::before {
	left: 0;
	width: 10px;
	height: 10px;
	border: 1px solid #e01b1b;
}

.form-checkbox__label::after {
	left: 2px;
	width: 6px;
	height: 6px;
	background-color: #e01b1b;
	opacity: 0;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

/* Select */
.formselect-radio {
	position: relative;
	z-index: 1;
}

.formselect-radio.open {
	z-index: 15;
}

.formselect-radio.open .formselect-radio__list {
	display: block;
}

.formselect-radio__value {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	cursor: pointer;
}

.formselect-radio__value_with-arrow_up::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.formselect-radio__value_with-arrow::after {
	content: "";
	position: absolute;
	right: 30px;
	top: 10px;
	display: block;
	height: 20px;
	width: 20px;
	background: url("/local/templates/stroyka_reborn/css/../img/ui-icon/dropdown-near.svg") 50% 50%;
}

.formselect-radio__list {
	position: absolute;
	z-index: 1;
	top: -webkit-calc(100% + 4px);
	top: calc(100% + 4px);
	left: 0;
	display: none;
	width: 100%;
	max-height: 25vh;
	overflow: auto;
	margin: 0;
	padding: 0;
	background-color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.17);
	box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.17);
}

.formselect-radio__list ul {
	margin: 0;
	padding: 0;
}

.formselect-radio__list a {
	padding: 0 16px;
}

.formselect-radio__search {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
}

.formselect-radio__item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	list-style-type: none;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	cursor: pointer;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.formselect-radio__item input[type="radio"] {
	display: none;
}

.formselect-radio__item label {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 16px;
	margin-bottom: 0;
	cursor: pointer;
}

.formselect-radio__item:hover, .formselect-radio__item:focus {
	background: #f5f5f5;
	text-decoration: none;
}

.formselect-radio__item.active {
	background: #f5f5f5;
}

.formselect-radio__item_with-arrow_up::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.formselect-radio__item_with-arrow.active::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	height: 20px;
	width: 20px;
	background: url("/local/templates/stroyka_reborn/css/../img/ui-icon/dropdown-near.svg") 50% 50%;
}

.formselect-search__img {
	position: absolute;
	right: 0;
	top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: transparent;
}

.formselect-search__img svg {
	display: block;
	width: 24px;
	height: 24px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.formselect-search__img svg:hover g > g {
	fill: #bfbfbf;
}

.formselect-search__search-field {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 40px 0 16px;
	font-size: 14px;
	line-height: 17px;
	border: 2px solid transparent;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline: none !important;
	background-color: #fff;
	color: #373737;
	-webkit-transition: border-color .2s ease;
	-o-transition: border-color .2s ease;
	transition: border-color .2s ease;
}

.formselect-search__search-field:focus, .formselect-search__search-field:hover {
	border-color: #bfbfbf;
}

.formselect-search__nothing-found {
	display: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0 16px;
	font-size: 14px;
	line-height: 16px;
	background-color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.17);
	box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.17);
}

.form-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	padding: 0 16px;
	outline: none !important;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: solid 2px #d6d6d6;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 17px;
	color: #373737;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.form-wraper:hover .form-box, .form-wraper.open .form-box {
	border-color: #bfbfbf;
}

.form-wraper:hover svg, .form-wraper.open svg {
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.form-wraper:hover svg path, .form-wraper.open svg path {
	stroke: #bfbfbf;
}

.form-wraper__box {
	height: 40px;
}

.form-wraper span {
	display: block;
	font-size: 14px;
	line-height: 17px;
}

.form-wraper__button {
	position: absolute;
	right: 0;
	top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 32px;
	height: 40px;
	padding: 0;
	border: none;
	background-color: transparent;
	outline: none !important;
	cursor: pointer;
}

.catalog-sort {
	min-height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.catalog-sort_right {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	min-width: 182px;
}

.catalog-sort__title {
	margin: 0;
	margin-right: 20px;
}

.catalog-sort__select {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 182px;
}

.catalog-sort__select_short {
	max-width: 78px;
	margin-right: 0;
}

@media (max-width: 991.98px) {
	.catalog-sort_column {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.catalog-sort_column .catalog-sort__title {
		margin-bottom: 8px;
		margin-right: 0;
	}
}

@media (max-width: 767.98px) {
	.catalog-sort_right {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.catalog-sort__title {
		margin-right: 0;
		margin-bottom: 8px;
	}
}

.catalog-counter {
	min-height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 991.98px) {
	.catalog-counter {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

/* Для Firefox стрелки инпута */
input[type="number"] {
	-moz-appearance: textfield;
	padding: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

/* Для Chrome стрелки инпута */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

.btn-add-product {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 117px;
	height: 40px;
	outline: none !important;
	overflow: hidden;
	border: 2px solid;
	border-image-source: radial-gradient(circle at 0 0, #1d2b6e, #7b245f 23%, #d62626 40%, #d62626 58%, #ff871c 79%, #f3c02c);
	border-image-slice: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 6px;
	color: #582765;
	background-color: transparent;
	cursor: pointer;
	font-size: 14px;
	line-height: 17px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.btn-add-product::before {
	content: "";
	position: absolute;
	top: 0;
	left: -1px;
	z-index: 0;
	display: block;
	width: 117px;
	height: 105%;
	opacity: 0;
	border-image-slice: 1;
	border-image-source: radial-gradient(circle at 0 0, #1d2b6e, #7b245f 23%, #d62626 40%, #d62626 58%, #ff871c 89%, #f3c02c);
	background-image: -webkit-radial-gradient(0 0, circle, #1d2b6e, #7b245f 23%, #d62626 40%, #d62626 58%, #ff871c 89%, #f3c02c);
	background-image: -o-radial-gradient(0 0, circle, #1d2b6e, #7b245f 23%, #d62626 40%, #d62626 58%, #ff871c 89%, #f3c02c);
	background-image: radial-gradient(circle at 0 0, #1d2b6e, #7b245f 23%, #d62626 40%, #d62626 58%, #ff871c 89%, #f3c02c);
}

.btn-add-product path:nth-child(2) {
	fill: #582765;
	-webkit-transition: fill .5s ease;
	-o-transition: fill .5s ease;
	transition: fill .5s ease;
}

.btn-add-product:hover, .btn-add-product:focus {
	text-decoration: none;
	color: #fff;
}

.btn-add-product:hover span,
    .btn-add-product:hover svg, .btn-add-product:focus span,
    .btn-add-product:focus svg {
	z-index: 1;
}

.btn-add-product:hover path:nth-child(2), .btn-add-product:focus path:nth-child(2) {
	fill: #fff;
}

.btn-add-product:hover::before, .btn-add-product:focus::before {
	-webkit-animation: opacity-width .8s ease-in-out forwards;
	animation: opacity-width .8s ease-in-out forwards;
}

@media (min-width: 992px) and (max-width: 1259.98px) {
	.btn-add-product_md {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0;
		width: 40px;
	}

	.btn-add-product_md span {
		display: none;
	}
}

@-webkit-keyframes opacity-width {
	0% {
		width: 200%;
		opacity: 0;
	}

	50% {
		width: 200%;
		opacity: 1;
	}

	100% {
		width: 105%;
		opacity: 1;
	}
}

@keyframes opacity-width {
	0% {
		width: 200%;
		opacity: 0;
	}

	50% {
		width: 200%;
		opacity: 1;
	}

	100% {
		width: 105%;
		opacity: 1;
	}
}

.gradient-btn {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 40px;
	padding: 0 20px;
	border: none;
	outline: none !important;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, right top, from(#de0f29), to(#ff5c25));
	background-image: -webkit-linear-gradient(left, #de0f29, #ff5c25);
	background-image: -o-linear-gradient(left, #de0f29, #ff5c25);
	background-image: linear-gradient(to right, #de0f29, #ff5c25);
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.gradient-btn span {
	z-index: 2;
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}

.gradient-btn::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#ff2020), to(#ff8c00));
	background-image: -webkit-linear-gradient(left, #ff2020, #ff8c00);
	background-image: -o-linear-gradient(left, #ff2020, #ff8c00);
	background-image: linear-gradient(to right, #ff2020, #ff8c00);
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.gradient-btn:hover, .gradient-btn:focus {
	color: #fff;
	text-decoration: none;
}

.gradient-btn:hover::before, .gradient-btn:focus::before {
	opacity: 1;
}

.gradient-btn_disabled {
	opacity: .5;
	cursor: not-allowed;
}

.gradient-btn_disabled:hover::before, .gradient-btn_disabled:focus::before {
	opacity: 0;
}

.error-text {
	font-size: 14px;
	line-height: 16px;
	color: #e01b1b;
}

.formfield {
	position: relative;
	padding-bottom: 24px;
}

.formfield__label {
	display: block;
	margin-bottom: 4px;
}

.formfield__input {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 16px;
	background-color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #4a4a4a;
	border: 2px solid #d6d6d6;
	outline: none !important;
	-webkit-transition: border-color .3 ease;
	-o-transition: border-color .3 ease;
	transition: border-color .3 ease;
}

.formfield__input:hover, .formfield__input:focus {
	border-color: #bfbfbf;
}

.formfield__input:-webkit-autofill, .formfield__input:-webkit-autofill:hover, .formfield__input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 40px inset #fff !important;
	box-shadow: 0 0 0 40px inset #fff !important;
	-webkit-text-fill-color: #373737 !important;
	color: #373737 !important;
}

.formfield__error {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	line-height: 16px;
	color: #e01b1b;
}

.formfield-password {
	width: 100%;
}

.formfield-password__wrap {
	position: relative;
}

.formfield-password__input {
	width: 100%;
}

.formfield-password__input:-webkit-autofill, .formfield-password__input:-webkit-autofill:hover, .formfield-password__input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 40px inset #fff !important;
	box-shadow: 0 0 0 40px inset #fff !important;
	-webkit-text-fill-color: #373737 !important;
	color: #373737 !important;
}

.formfield-password__button {
	position: absolute;
	right: 4px;
	top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: none;
	outline: none !important;
	background-color: transparent;
	cursor: pointer;
}

.formfield-password__button-img {
	position: absolute;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.formfield-password__button-img.visible {
	opacity: 1;
}

input[type="text"]::-ms-clear,
input[type="text"]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

.formfield-privacy-policy__checkbox {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.formfield-privacy-policy__checkbox:checked + .formfield-privacy-policy__label::after {
	opacity: 1;
}

.formfield-privacy-policy__label {
	margin-bottom: 0;
}

.privacy-policy {
	position: relative;
	display: block;
	padding-left: 25px;
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
}

.privacy-policy::before, .privacy-policy::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	display: block;
	width: 16px;
	height: 16px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.privacy-policy::before {
	background-color: #fff;
	border: 2px solid #d6d6d6;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.privacy-policy::after {
	opacity: 0;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
	background: url("/local/templates/stroyka_reborn/css/../img/ui-icon/checked.svg") 50% 50% no-repeat;
}

.privacy-policy input[type="checkbox"] {
	display: none;
}

.privacy-policy.bx-active::after {
	opacity: 1;
}

.privacy-policy a {
	-webkit-text-decoration: underline #e01b1b;
	text-decoration: underline #e01b1b;
	color: #e01b1b;
}

.privacy-policy a, .privacy-policy span {
	font-size: 16px;
	line-height: 16px;
}

/* Блок с ценой */
.b-price span:nth-of-type(1) {
	font-size: 18px;
	font-weight: 700;
}

.b-price sup {
	font-size: 10px;
	margin-left: 2px;
}

.b-price__number {
	position: relative;
}

.b-price__rub::before {
	content: "a";
	font-family: "Rouble", sans-serif;
	font-weight: 400;
	font-size: 18px;
}

.b-price_ac {
	color: #e01b1b;
}

.b-price_strike .b-price__number::before {
	content: "";
	display: block;
	position: absolute;
	width: -webkit-calc(100% + 6px);
	width: calc(100% + 6px);
	height: 2px;
	top: 50%;
	margin-top: -1px;
	left: -3px;
	background-color: #d62626;
}

.b-price_lg span:nth-of-type(1) {
	font-size: 22px;
}

.b-price_lg sup {
	font-size: 14px;
}

/* Блок с количеством товаров */
.b-amount {
	text-align: center;
}

.b-amount span {
	font-size: 18px;
	font-weight: 700;
}

/* Блок с таймером */
.b-timer {
	font-weight: 700;
	text-transform: uppercase;
}

/* Блок с датой */
.b-date {
	font-size: 12px;
	color: #808080;
}

/* Блок с контентом */
.b-content *:last-child {
	margin-bottom: 0;
}

.b-content blockquote {
	position: relative;
	padding-left: 32px;
}

.b-content blockquote::before {
	content: "";
	display: block;
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1d2b6e), color-stop(23%, #7b245f), color-stop(40%, #d62626), color-stop(58%, #d62626), color-stop(79%, #ff871c), to(#f3c02c));
	background-image: -webkit-linear-gradient(top, #1d2b6e, #7b245f 23%, #d62626 40%, #d62626 58%, #ff871c 79%, #f3c02c);
	background-image: -o-linear-gradient(top, #1d2b6e, #7b245f 23%, #d62626 40%, #d62626 58%, #ff871c 79%, #f3c02c);
	background-image: linear-gradient(to bottom, #1d2b6e, #7b245f 23%, #d62626 40%, #d62626 58%, #ff871c 79%, #f3c02c);
}

.b-content img {
	max-width: 100%;
	margin-bottom: 20px;
}

.b-content ul {
	padding: 0;
	list-style: none;
}

.b-content ul li {
	padding-left: 20px;
	position: relative;
}

.b-content ul li::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background-color: #373737;
	position: absolute;
	left: 2px;
	top: 7px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.b-content p {
	display: block;
	margin-bottom: 16px;
	font-size: 15px;
	line-height: 24px;
}

.b-content h1, .b-content h2, .b-content h3, .b-content h4, .b-content h5 {
	display: block;
	margin-bottom: 16px;
}

/* Карточка с мелким заголовком 12px */
.card-sm-title p:first-child {
	font-size: 13px;
	margin: 0;
}

.card-sm-title .b-price,
.card-sm-title .b-amount,
.card-sm-title .b-timer {
	margin: 0;
}

.card-sm-title .b-price_strike {
	margin-right: 10px;
}

.card-sm-title_center-text p:first-child {
	text-align: center;
}

/* Карточка с таймером акции (красная) */
.card-actions-timer {
	padding: 4px 0;
	background-color: #e01b1b;
	text-align: center;
	color: #fff;
}

/* Карточка с таймером акции (новая) */
.card-new-actions-timer_product .card-new-actions-timer__title, .card-new-actions-timer_product .card-new-actions-timer__number, .card-new-actions-timer_product .card-new-actions-timer__desc {
	padding: 0 10px;
}

.card-new-actions-timer_product .card-new-actions-timer__desc {
	margin-top: -10px;
	height: 30px;
	background-color: #d6d6d6;
}

.card-new-actions-timer_product .card-new-actions-timer__days-desc, .card-new-actions-timer_product .card-new-actions-timer__hours-desc, .card-new-actions-timer_product .card-new-actions-timer__minutes-desc {
	line-height: 30px;
}

.card-new-actions-timer__title {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #373737;
	margin-bottom: 5px;
}

.card-new-actions-timer__number, .card-new-actions-timer__desc {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.card-new-actions-timer__desc {
	margin-top: -4px;
}

.card-new-actions-timer__days-number, .card-new-actions-timer__days-desc, .card-new-actions-timer__hours-number, .card-new-actions-timer__hours-desc, .card-new-actions-timer__minutes-number, .card-new-actions-timer__minutes-desc {
	float: left;
	display: block;
}

.card-new-actions-timer__days-number, .card-new-actions-timer__days-desc {
	width: 61px;
	margin-right: 43px;
}

.card-new-actions-timer__hours-number, .card-new-actions-timer__hours-desc {
	margin-right: 47px;
}

.card-new-actions-timer__hours-number, .card-new-actions-timer__hours-desc, .card-new-actions-timer__minutes-number, .card-new-actions-timer__minutes-desc {
	width: 41px;
}

.card-new-actions-timer__days-number, .card-new-actions-timer__hours-number, .card-new-actions-timer__minutes-number {
	font-size: 34px;
	line-height: 41px;
	font-weight: 600;
	color: #e01b1b;
}

.card-new-actions-timer__hours-number {
	position: relative;
}

.card-new-actions-timer__hours-number::after {
	content: ":";
	position: absolute;
	right: -23px;
	top: 3px;
	font-size: 24px;
	font-weight: 700;
	line-height: 29px;
	color: #808080;
}

.card-new-actions-timer__days-desc, .card-new-actions-timer__hours-desc, .card-new-actions-timer__minutes-desc {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: #808080;
}

/* Карточка поделить в соц. сетях */
.card-share {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.card-share__icons {
	margin-left: 10px;
}

/* Надпись о несоответствии */
.mismatch-desc {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-height: 40px;
	padding: 9px 25px 9px 37px;
	font-size: 11px;
	line-height: 13px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.mismatch-desc:hover {
	color: #fff;
}

.mismatch-desc::before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 11px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 16px;
	height: 16px;
	background-image: url("/img/error-triangle.svg");
}

/* начало */
/* Карточка продукта */
.count-btn {
	width: 100%;
	background-color: #fff;
}

.count-btn__plus-minus {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	padding: 0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none !important;
}

.count-btn__plus-minus svg {
	width: 25px;
	height: 25px;
}

.count-btn__plus-minus polygon,
    .count-btn__plus-minus path {
	fill: #b5b5b5;
	-webkit-transition: fill .2s ease;
	-o-transition: fill .2s ease;
	transition: fill .2s ease;
}

.count-btn__plus-minus:hover polygon,
    .count-btn__plus-minus:hover path {
	fill: #ff9a9a;
}

.count-btn__plus-minus:active polygon,
    .count-btn__plus-minus:active path {
	fill: #e01b1b;
}

.card-wraper {
	position: relative;
	height: 360px;
}

@media (max-width: 991.98px) {
	.card-wraper {
		height: 418px;
	}
}

@media (max-width: 767.98px) {
	.card-wraper {
		height: 376px;
	}

	.card-wraper_none {
		height: 324px;
	}
}

.card-product {
	position: absolute;
	z-index: 1;
	top: 0;
	display: block;
	width: 100%;
	height: 360px;
	padding: 12px 12px 16px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
}

.card-product_none .block-cnt {
	display: none !important;
}

.card-product__top {
	position: relative;
	display: block;
	margin-top: 8px;
	margin-bottom: 20px;
}

.card-product__badges {
	position: absolute;
	top: -8px;
	left: 0;
	z-index: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.card-product__badge {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 20px;
	min-width: 70px;
	margin-bottom: 8px;
	padding: 0 7px;
	font-size: 14px;
	line-height: 16px;
	text-transform: lowercase;
	font-weight: 700;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #ffffff;
}

.card-product__badge_markdown {
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
}

.card-product__badge_markdown::before {
	content: "?";
	position: absolute;
	z-index: 1;
	right: -20px;
	top: 0;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	color: #fff;
	background-color: #a670de;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	font-size: 14px;
	font-weight: 700;
}

.card-product__badge_discount {
	min-width: 56px;
}

.card-product__badge_black-friday {
	min-width: 78px;
	height: 35px;
	padding: 0;
}

.card-product__badge_black-friday img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.card-product__badge_color_gray {
	background-color: #afafaf;
}

.card-product__badge_color_red {
	background-color: #e01b1b;
}

.card-product__badge_color_violet {
	background-color: #7c54a6;
}

.card-product__badge_color_orange {
	background-color: #ff6e24;
}

.card-product__badge_color_green {
	background-color: #00bc3a;
}

.card-product__markdown-wrap {
	position: absolute;
	z-index: 2;
	left: -10px;
	top: 18px;
	display: none;
	opacity: 0;
	padding-top: 8px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.card-product__markdown-wrap.display {
	display: block;
}

.card-product__markdown-wrap.visible {
	opacity: 1;
}

.card-product__markdown {
	display: block;
	width: 206px;
	padding: 7px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	text-transform: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	background-color: #7c54a6;
}

.card-product__markdown::before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 90px;
	top: 7px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top: none;
	border-bottom: 12px solid #7c54a6;
}

.card-product__add-favorites {
	position: absolute;
	z-index: 3;
	right: -3px;
	top: -15px;
	display: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	padding: 0;
	border: none;
	outline: none !important;
	text-decoration: none;
	background: none;
	cursor: pointer;
}

.card-product__add-favorites:hover, .card-product__add-favorites:focus {
	text-decoration: none;
}

.card-product__add-favorites svg, .card-product__add-favorites img {
	display: inline-block;
	width: 28px;
	height: 23px;
}

.card-product__add-favorites svg:last-child, .card-product__add-favorites img:last-child {
	display: none;
}

.card-product__add-favorites svg:first-child, .card-product__add-favorites img:first-child {
	display: inline-block;
}

.card-product__add-favorites.active {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.card-product__add-favorites.active svg:first-child, .card-product__add-favorites.active img:first-child {
	display: none;
}

.card-product__add-favorites.active svg:last-child, .card-product__add-favorites.active img:last-child {
	display: block;
}

.card-product__preview {
	position: relative;
	display: block;
	width: 100%;
	height: 184px;
}

.card-product__preview a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.card-product__img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.card-product__middle {
	display: block;
	margin-bottom: 18px;
}

.card-product__price {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 12px;
}

.card-product__current-price, .card-product__discount {
	display: inline-block;
	line-height: 20px;
}

.card-product__current-price {
	margin-right: 12px;
	font-size: 18px;
	font-weight: 700;
}

.card-product__discount {
	position: relative;
	font-size: 13px;
	padding: 0 2px;
}

.card-product__discount::before {
	content: "";
	position: absolute;
	left: 1px;
	bottom: 50%;
	-webkit-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	transform: rotate(-8deg);
	width: 100%;
	height: 2px;
	background-color: #e01b1b;
}

.card-product__info {
	display: block;
	margin-bottom: 8px;
	height: 60px;
	overflow: hidden;
	font-size: 15px;
	line-height: 20px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.card-product__code span:first-child {
	font-size: 14px;
	line-height: 16px;
	margin-right: 6px;
}

.card-product__code span:last-child {
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
}

.card-product__bottom {
	position: relative;
	display: none;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	background-color: #fff;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.card-product__bottom:hover {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.card-product__block-cnt {
	position: relative;
	z-index: 1;
}

.card-product__bell {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-left: -4px;
	width: 100%;
	height: 40px;
	padding: 0;
	border: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: transparent;
	outline: none !important;
	cursor: pointer;
	overflow: hidden;
	text-decoration: none;
}

.card-product__bell:hover, .card-product__bell:focus {
	text-decoration: none;
}

.card-product__bell img, .card-product__bell svg {
	display: block;
	width: 100%;
	max-width: 40px;
	height: 100%;
}

.card-product__bell span {
	display: inline-block;
	max-width: 94px;
	margin-left: 4px;
	text-align: left;
	font-size: 13px;
	line-height: 16px;
}

.card-product__bell.added svg #bell-color {
	fill: #00d152;
}

.card-product__basket {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 68px;
	height: 40px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-image: -webkit-gradient(linear, left top, right top, from(#de0f29), to(#ff5c25));
	background-image: -webkit-linear-gradient(left, #de0f29, #ff5c25);
	background-image: -o-linear-gradient(left, #de0f29, #ff5c25);
	background-image: linear-gradient(to right, #de0f29, #ff5c25);
	border: none;
	outline: none !important;
	cursor: pointer;
	overflow: hidden;
}

.card-product__basket:hover, .card-product__basket:focus {
	text-decoration: none;
}

.card-product__basket:hover span, .card-product__basket:focus span {
	color: #fff;
}

.card-product__basket img {
	display: none;
}

.card-product__basket svg path:first-child {
	fill: transparent;
}

.card-product__basket svg path:last-child {
	fill: #fff;
}

.card-product__basket span {
	display: none;
	margin-bottom: 0;
	color: #fff;
}

.card-product__basket.added {
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	padding-left: 18px;
	padding-right: 18px;
}

.card-product__basket.added svg {
	display: none;
}

.card-product__basket.added img {
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 6px;
}

.card-product__basket.added span {
	display: block;
}

.card-product__basket.added .card-product__block-cnt {
	opacity: 0;
}

@media (min-width: 992px) {
	.card-product:hover {
		z-index: 2;
		height: 416px;
		-webkit-box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.17);
		box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.17);
	}

	.card-product:hover .card-product__bottom {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.card-product:hover .card-product__add-favorites {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}

	.card-product__bell:hover svg #bell-color {
		-webkit-transition: fill .2s ease;
		-o-transition: fill .2s ease;
		transition: fill .2s ease;
		fill: #00d152;
	}
}

@media (max-width: 991.98px) {
	.card-product {
		height: 418px;
	}

	.card-product__badges {
		top: 0;
	}

	.card-product__add-favorites {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}

	.card-product__top, .card-product__middle {
		margin-bottom: 24px;
	}

	.card-product__top {
		margin-top: 0;
	}

	.card-product__bottom {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width: 767.98px) {
	.card-product {
		height: 376px;
		padding: 12px;
	}

	.card-product_none {
		height: 324px;
	}

	.card-product__top {
		margin-bottom: 4px;
	}

	.card-product__badge_black-friday {
		min-width: 67px;
		height: 30px;
	}

	.card-product__middle {
		margin-bottom: 8px;
	}

	.card-product__preview {
		height: 144px;
	}

	.card-product__price {
		margin-bottom: 8px;
		font-size: 16px;
		line-height: 20px;
	}

	.card-product__discount {
		display: none;
	}

	.card-product__info {
		height: 48px;
		margin-bottom: 12px;
		font-size: 13px;
		line-height: 16px;
	}

	.card-product__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.card-product__block-cnt {
		margin-bottom: 12px;
	}

	.card-product__basket {
		padding-left: 18px;
		padding-right: 26px;
		width: 100%;
	}

	.card-product__basket.added {
		position: relative;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 12px;
	}

	.card-product__basket.added svg {
		display: none;
	}

	.card-product__basket svg {
		margin-right: 11px;
	}

	.card-product__basket span {
		display: block;
		font-size: 16px;
		line-height: 20px;
	}
}

.block-cnt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 102px;
	height: 40px;
	padding: 0 4px;
	border: solid 1px #d6d6d6;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.block-cnt__plus, .block-cnt__minus {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 24px;
	height: 32px;
	padding: 0;
	border: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	outline: none !important;
	background-color: #f5f5f5;
	cursor: pointer;
}

.block-cnt__plus::after, .block-cnt__minus::after {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	font-size: 15px;
	font-weight: 500;
}

.block-cnt__plus::after {
	content: "+";
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.block-cnt__minus::after {
	content: "-";
	-webkit-transform: translate(-50%, -60%);
	-ms-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
}

.block-cnt__field {
	display: block;
	width: 24px;
	height: 18px;
	font-size: 15px;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	color: #373737;
	outline: none !important;
	border: none;
}

.popular-category-card {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 208px;
	height: 208px;
	padding: 12px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #fff;
	background-color: #f5f5f5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.popular-category-card__img {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.popular-category-card__title {
	z-index: 2;
	margin-bottom: 0;
}

@media (max-width: 991.98px) {
	.popular-category-card__title {
		font-size: 16px;
	}
}

@media (max-width: 767.98px) {
	.popular-category-card {
		width: 160px;
		height: 144px;
	}

	.popular-category-card__title {
		width: 50%;
		font-size: 11px;
	}
}

.categories-card {
	position: relative;
	display: block;
	width: 100%;
	height: 184px;
	padding: 28px 24px;
	background: 50% 50% no-repeat / cover;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
}

.categories-card:hover, .categories-card:focus {
	color: #fff;
	text-decoration: none !important;
}

.categories-card__content {
	display: block;
	width: 160px;
}

.categories-card__title {
	margin-bottom: 16px;
	height: 32px;
	overflow: hidden;
}

.categories-card__desc {
	margin-bottom: 0;
	height: 80px;
	overflow: hidden;
	font-size: 15px;
	line-height: 20px;
}

.categories-card__img {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

@media (max-width: 1259.98px) {
	.categories-card {
		height: 344px;
		padding-bottom: 188px;
	}

	.categories-card__img {
		top: auto;
		bottom: 0;
		right: 50%;
		-webkit-transform: translateX(50%);
		-ms-transform: translateX(50%);
		transform: translateX(50%);
		width: auto;
		height: 184px;
	}
}

@media (max-width: 767.98px) {
	.categories-card {
		height: 184px;
		padding: 16px 0 46px 16px;
	}

	.categories-card__title {
		margin-bottom: 8px;
		font-size: 24px;
		left: 24px;
	}

	.categories-card__desc {
		font-size: 13px;
	}

	.categories-card__img {
		right: 0;
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0);
		width: 116px;
		height: 96px;
	}
}

.news-card {
	display: block;
	padding-bottom: 24px;
	width: 100%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.news-card:hover {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
	text-decoration: none;
}

.news-card:hover .news-card__title {
	color: #e01b1b;
}

.news-card__img {
	display: block;
	width: 100%;
	height: 160px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.news-card__desc {
	display: block;
	height: 80px;
	overflow: hidden;
	font-size: 15px;
	line-height: 20px;
}

.news-card__img, .news-card__title, .news-card__desc {
	margin-bottom: 8px;
}

.news-card__date {
	color: #808080;
}

.card-parner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.card-parner img {
	display: block;
	width: 100%;
}

/* Карточка продукта лежащего */
.card-product-2 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.card-product-2__img, .card-product-2__name, .card-product-2__price-1, .card-product-2__price-2, .card-product-2__price-3 {
	height: 90px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.card-product-2__img {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 15%;
	-ms-flex: 0 0 15%;
	flex: 0 0 15%;
	max-width: 15%;
}

.card-product-2__img img {
	width: 82px;
	height: 82px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.card-product-2__name {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 36%;
	-ms-flex: 0 0 36%;
	flex: 0 0 36%;
	max-width: 36%;
}

.card-product-2__price-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 15%;
	-ms-flex: 0 0 15%;
	flex: 0 0 15%;
	max-width: 15%;
}

.card-product-2__price-2 {
	margin-left: 15%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 19%;
	-ms-flex: 0 0 19%;
	flex: 0 0 19%;
	max-width: 19%;
}

.card-product-2__price-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 15%;
	-ms-flex: 0 0 15%;
	flex: 0 0 15%;
	max-width: 15%;
}

.card-product-2__link {
	font-size: 14px;
	font-weight: 700;
}

@media (max-width: 1259.98px) {
	.card-product-2__name {
		height: 60px;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 8px 0;
	}

	.card-product-2__price-1, .card-product-2__price-2, .card-product-2__price-3 {
		height: auto;
	}

	.card-product-2__img {
		position: absolute;
		top: 0;
		left: 0;
		width: 25%;
		max-width: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
	}

	.card-product-2__name {
		margin-left: 25%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.card-product-2__price-1 {
		margin-left: 25%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.card-product-2__price-2 {
		margin-left: 25%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33%;
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 33%;
	}

	.card-product-2__price-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 17%;
		-ms-flex: 0 0 17%;
		flex: 0 0 17%;
		max-width: 17%;
	}
}

@media (max-width: 767.98px) {
	.card-product-2 {
		padding: 0 20px;
	}

	.card-product-2__img {
		position: static;
		width: 150px;
		height: 150px;
		margin: 0 auto 20px;
	}

	.card-product-2__name {
		height: 81px;
		margin-left: 0;
		margin: 0 auto;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.card-product-2__price-1, .card-product-2__price-2, .card-product-2__price-3 {
		height: 44px;
	}

	.card-product-2__price-1 {
		margin-left: 0;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.card-product-2__price-2 {
		margin-left: 0;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 63%;
		-ms-flex: 0 0 63%;
		flex: 0 0 63%;
		max-width: 63%;
	}

	.card-product-2__price-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 37%;
		-ms-flex: 0 0 37%;
		flex: 0 0 37%;
		max-width: 37%;
	}
}

/* Блок новости */
.card-new {
	background-color: #f5f5f5;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.card-new__middle {
	padding: 20px 20px 0;
}

.card-new__bottom {
	padding: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.card-new__img {
	position: relative;
	width: 100%;
}

.card-new__img::before {
	content: '';
	float: left;
	padding-bottom: 56.25%;
}

.card-new__img::after {
	content: '';
	display: table;
	clear: both;
}

.card-new__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.card-new__title {
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 5px;
}

.card-new__title * {
	margin: 0;
}

.card-new__desc {
	height: 68px;
	overflow: hidden;
}

.card-new:hover {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
}

@media (max-width: 991.98px) {
	.card-new__desc {
		height: 64px;
	}
}

@media (max-width: 767.98px) {
	.card-new__top {
		display: none;
	}

	.card-new__middle {
		padding: 10px 10px 0;
	}

	.card-new__bottom {
		padding: 10px;
	}

	.card-new__title {
		margin: 0 0 10px;
	}
}

/* Блок партнера */
.card-partner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.card-partner img {
	width: 100%;
	max-width: 150px;
	height: auto;
}

/* --- Новые карточки страниц оформления заказа и личного кабинета --- */
.card-head-grey__head {
	position: relative;
	min-height: 30px;
	background-color: #f5f5f5;
	padding: 0 32px;
}

.card-head-grey__head_info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.card-head-grey__head_info .card-head-grey__title {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 70%;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
}

.card-head-grey__head_info .card-head-grey__info {
	text-align: right;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 30%;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}

.card-head-grey__body {
	padding: 15px 32px;
}

.card-head-grey__title {
	line-height: 30px;
	margin: 0;
}

.card-head-grey__edit {
	position: absolute;
	top: 50%;
	right: 32px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.card-head-grey__content > strong {
	display: inline-block;
	margin: 20px 32px 0;
}

.card-head-grey__coupon {
	margin-top: 20px;
}

.card-head-grey__item {
	border: 1px solid #d6d6d6;
}

.card-head-grey__item:not(:first-child) {
	margin-top: -1px;
}

.card-head-grey__bottom {
	margin-top: 20px;
}

@media (max-width: 1259.98px) {
	.card-head-grey__head {
		padding: 0 20px;
	}

	.card-head-grey__body {
		padding: 15px 20px;
	}

	.card-head-grey__item {
		padding: 20px 0;
	}
}

@media (max-width: 767.98px) {
	.card-head-grey__head {
		padding: 0 10px;
	}

	.card-head-grey__body {
		padding: 5px 10px;
	}
}

/* Поле для ввода купона */
.card-coupon-order {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.card-coupon-order__input {
	width: 300px;
	margin-right: 20px;
}

/* Радиокнопки выбора способа оплаты и доставки */
.card-order-radio__input {
	display: none;
}

.card-order-radio__input:checked + .card-order-radio__label::after {
	opacity: 1;
}

.card-order-radio__label {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 52px;
	cursor: pointer;
	margin: 0;
}

.card-order-radio__label::before, .card-order-radio__label::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.card-order-radio__label::before {
	left: 32px;
	width: 10px;
	height: 10px;
	border: 1px solid #e01b1b;
}

.card-order-radio__label::after {
	left: 34px;
	width: 6px;
	height: 6px;
	background-color: #e01b1b;
	opacity: 0;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.card-order-radio__img, .card-order-radio__name, .card-order-radio__desc, .card-order-radio__price {
	height: 90px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.card-order-radio__img {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.card-order-radio__name {
	font-weight: 700;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.card-order-radio__desc {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.card-order-radio__price {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.card-order-radio__price p {
	margin: 0;
}

.card-order-radio_checked .card-order-radio__label::after {
	opacity: 1;
}

@media (max-width: 1259.98px) {
	.card-order-radio__label {
		padding-left: 25%;
		padding-right: 25%;
	}

	.card-order-radio__img, .card-order-radio__name, .card-order-radio__desc, .card-order-radio__price {
		height: auto;
	}

	.card-order-radio__img {
		position: absolute;
		top: 50%;
		left: 50px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		max-width: none;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
	}

	.card-order-radio__name {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		min-height: 40px;
	}

	.card-order-radio__desc {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.card-order-radio__price {
		position: absolute;
		height: 100%;
		top: 0;
		right: 20px;
		width: 25%;
		max-width: none;
		float: none;
	}
}

@media (max-width: 767.98px) {
	.card-order-radio__img {
		position: static;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.card-order-radio__img, .card-order-radio__name, .card-order-radio__desc, .card-order-radio__price {
		height: auto;
		min-height: auto;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.card-order-radio__label {
		padding: 30px 20px 0;
	}

	.card-order-radio__label::before {
		top: 0;
		left: 20px;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.card-order-radio__label::after {
		top: 2px;
		left: 22px;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.card-order-radio__img, .card-order-radio__name {
		margin-bottom: 20px;
	}

	.card-order-radio__desc:not(:last-child) {
		margin-bottom: 47px;
	}

	.card-order-radio__price {
		position: static;
	}
}

/* Карточка услуги со страницы всех услуг */
.card-services {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f5f5f5;
	padding: 20px;
	height: 100%;
	text-decoration: none !important;
}

.card-services__img {
	margin-bottom: 15px;
}

.card-services__title {
	margin-bottom: 10px;
}

.card-services__desc {
	text-align: center;
	margin: 0;
}

/* Карточка акции со страницы всех акций */
.card-actions {
	background-color: #f5f5f5;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.card-actions__img {
	position: relative;
	display: block;
	width: 100%;
}

.card-actions__img::before {
	content: '';
	float: left;
	padding-bottom: 56.25%;
}

.card-actions__img::after {
	content: '';
	display: table;
	clear: both;
}

.card-actions__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.card-actions__body {
	position: relative;
	height: 100%;
	padding: 20px;
}

.card-actions__title {
	display: inline-block;
	margin: 0 0 20px;
}

.card-actions__desc {
	max-height: 102px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}

.card-actions__bottom {
	position: static;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.card-actions__bottom_timer .card-actions__date {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
}

.card-actions__bottom_timer .card-actions__more {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.card-actions__bottom_timer .card-actions__timer {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.card-actions__bottom_timer .card-actions__date, .card-actions__bottom_timer .card-actions__more {
	height: 30px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.card-actions__bottom_timer .card-actions__timer {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.card-actions__date, .card-actions__more {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.card-actions_news .card-actions__body {
	padding: 20px 20px 65px 0;
}

.card-actions_news .card-actions__bottom {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 20px;
}

.card-actions:hover {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
}

@media (max-width: 1259.98px) {
	.card-actions_news .card-actions__body {
		padding: 20px;
	}

	.card-actions_news .card-actions__bottom {
		position: static;
	}
}

@media (max-width: 991.98px) {
	.card-actions__desc {
		max-height: 96px;
	}
}

/* Карточка новостей (после правок) */
.card-news {
	position: relative;
	background-color: #f5f5f5;
	padding: 0 20px 65px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.card-news__img {
	position: relative;
	left: -20px;
	display: block;
	width: -webkit-calc(100% + 40px);
	width: calc(100% + 40px);
	margin-bottom: 20px;
}

.card-news__img::before {
	content: '';
	float: left;
	padding-bottom: 56.25%;
}

.card-news__img::after {
	content: '';
	display: table;
	clear: both;
}

.card-news__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.card-news__title {
	display: inline-block;
	margin: 0 0 20px;
}

.card-news__desc {
	max-height: 102px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-bottom: 20px;
}

.card-news__bottom {
	position: static;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.card-news__date, .card-news__more {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.card-news__bottom {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
}

.card-news:hover {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	transform: translateY(-8px);
}

@media (max-width: 991.98px) {
	.card-news__desc {
		max-height: 96px;
	}
}

.card-actions-2 {
	background-color: #f5f5f5;
}

.card-actions-2__img {
	position: relative;
	display: block;
	width: 100%;
}

.card-actions-2__img::before {
	content: '';
	float: left;
	padding-bottom: 56.25%;
}

.card-actions-2__img::after {
	content: '';
	display: table;
	clear: both;
}

.card-actions-2__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.card-actions-2__body {
	position: relative;
	padding: 20px;
}

.card-actions-2__title {
	display: inline-block;
	margin: 0 0 20px;
}

.card-actions-2__desc {
	max-height: 102px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin: 0 0 20px;
}

.card-actions-2__bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.card-actions-2__date, .card-actions-2__more {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

/* Карточка баннера акции со страницы всех акций */
.card-actions-banner {
	position: relative;
	width: 100%;
	padding: 20px;
}

.card-actions-banner::before {
	content: '';
	float: left;
	padding-bottom: 56.25%;
}

.card-actions-banner::after {
	content: '';
	display: table;
	clear: both;
}

.card-actions-banner__img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.card-actions-banner__title {
	position: relative;
	z-index: 1;
}

.card-actions-banner__more {
	position: absolute;
	z-index: 1;
	bottom: 20px;
	right: 20px;
}

.card-actions-banner_light {
	background-color: #f5f5f5;
}

.card-actions-banner_light .card-actions-banner__title {
	color: #373737;
}

.card-actions-banner_dark {
	background-color: #e01b1b;
}

.card-actions-banner_dark .card-actions-banner__title {
	color: #fff;
}

/* Карточка обьявления на странице всех объявлений */
.card-announc {
	padding: 20px;
	background-color: #f5f5f5;
}

.card-announc__tag {
	display: inline-block;
	color: #808080;
	margin-bottom: 10px;
}

.card-announc__title {
	margin-bottom: 10px;
}

.card-announc__author {
	margin-bottom: 10px;
}

.card-announc__desc {
	margin-bottom: 10px;
}

.card-announc__bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.card-announc__date {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.card-announc__contacts {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.66667%;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

@media (max-width: 767.98px) {
	.card-announc__date {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.card-announc__contacts {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		margin-bottom: 10px;
	}
}

/* Блок контактов (стр. контакты) */
.card-contact__title {
	margin-bottom: 10px;
}

.card-contact__desc {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Блок с возрастом компании (стр. о компании) */
.card-company-year {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 20px;
	background-color: #e01b1b;
	color: #fff;
}

.card-company-year__left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.card-company-year__left span:first-child {
	font-size: 72px;
	line-height: 64px;
	font-weight: 700;
}

.card-company-year__left span:last-child {
	font-size: 24px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.card-company-year__right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 20px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.card-company-year__right span {
	font-size: 16px;
}

/* Блок с вакансией (стр. вакансии) */
.card-careers {
	position: relative;
	background-color: #f5f5f5;
	padding: 20px;
}

.card-careers::after {
	content: '';
	display: block;
	clear: both;
}

.card-careers__top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 32px;
}

.card-careers__title {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 90%;
	-ms-flex: 0 0 90%;
	flex: 0 0 90%;
	max-width: 90%;
}

.card-careers__price {
	text-align: right;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 10%;
	-ms-flex: 0 0 10%;
	flex: 0 0 10%;
	max-width: 10%;
}

.card-careers__price span {
	color: #808080;
}

.card-careers__desc {
	margin-bottom: 40px;
}

.card-careers__more {
	float: right;
}

@media (max-width: 991.98px) {
	.card-careers__title {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 80%;
		-ms-flex: 0 0 80%;
		flex: 0 0 80%;
		max-width: 80%;
	}

	.card-careers__price {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (max-width: 767.98px) {
	.card-careers__title {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.card-careers__price {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

/* Блок товара под заказ */
.good-on-order {
	position: relative;
	display: block;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	text-decoration: none !important;
}

.good-on-order::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.good-on-order__left {
	position: relative;
	z-index: 2;
	width: 80%;
	padding: 20px 0 20px 20px;
}

.good-on-order__title, .good-on-order__desc {
	color: #ffffff;
	margin-bottom: 20px;
}

.good-on-order__desc {
	width: 70%;
	height: 48px;
	overflow: hidden;
}

.good-on-order__img {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: auto;
	height: 100%;
}

.good-on-order_okna::before {
	background-color: rgba(75, 86, 143, 0.8);
}

.good-on-order_potolki::before {
	background-color: rgba(144, 93, 152, 0.8);
}

.good-on-order_mebel::before {
	background-color: rgba(189, 83, 83, 0.8);
}

.good-on-order_jaluzi::before {
	background-color: rgba(217, 182, 94, 0.8);
}

@media (max-width: 767.98px) {
	.good-on-order__left {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 20px;
	}

	.good-on-order__desc, .good-on-order__link {
		display: none;
	}

	.good-on-order__img {
		position: relative;
		width: 100%;
		height: auto;
	}
}

.header {
	position: relative;
	z-index: 100;
}

.header__top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	background-color: #f5f5f5;
}

.header__link {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__link a {
	display: inline-block;
	margin-right: 32px;
}

.header__link a:last-child {
	margin-right: 0;
}

.header__contacts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: 45px;
}

.header__phone {
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	white-space: nowrap;
}

.header__login {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 32px;
}

.header__middle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 112px;
}

.header__logo {
	display: block;
	width: 200px;
	margin-left: -20px;
	margin-top: 18px;
}

.header__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.header__btn-catalog {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 36px;
}

.header__burger {
	width: 136px;
	background-image: -webkit-gradient(linear, left top, right top, from(#552d7d), color-stop(44%, #aa2255), to(#ff5c25));
	background-image: -webkit-linear-gradient(left, #552d7d, #aa2255 44%, #ff5c25);
	background-image: -o-linear-gradient(left, #552d7d, #aa2255 44%, #ff5c25);
	background-image: linear-gradient(to right, #552d7d, #aa2255 44%, #ff5c25);
}

.header__search {
	display: block;
	margin-top: 36px;
}

.header__btns {
	margin-top: 36px;
	padding-left: 42px;
	padding-right: 30px;
}

@media (max-width: 1259.98px) {
	.header__logo.search-active {
		opacity: 0;
	}

	.header__burger.search-active {
		opacity: 0;
	}

	.header__search.focus {
		position: absolute;
		z-index: 1;
		left: 44px;
		width: -webkit-calc(100% - 88px);
		width: calc(100% - 88px);
	}

	.header__contacts {
		margin-left: 0;
	}

	.header__btns {
		padding-right: 8px;
	}

	.header__btns.search-active {
		opacity: 0;
	}
}

@media (max-width: 991.98px) {
	.header__link a {
		margin-right: 24px;
	}

	.header__middle {
		height: 124px;
	}

	.header__logo {
		width: 174px;
		margin-top: 20px;
		margin-left: -15px;
	}

	.header__btn-catalog, .header__search, .header__btns {
		margin-top: 32px;
	}

	.header__search.focus {
		position: absolute;
		z-index: 1;
		left: 24px;
		width: -webkit-calc(100% - 38px);
		width: calc(100% - 38px);
	}

	.header__btns {
		padding: 0;
	}
}

@media (max-width: 767.98px) {
	.header__link {
		display: none;
	}

	.header__phone {
		font-size: 14px;
	}

	.header__middle {
		height: 136px;
	}

	.header__middle_xs:nth-child(1) {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	.header__middle_xs:nth-child(2) {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.header__middle_xs:nth-child(3) {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.header__logo {
		width: 142px;
		height: auto;
		margin-left: -8px;
		margin-top: 15px;
	}

	.header__logo.search-active {
		opacity: 1;
	}

	.header__burger {
		width: 100%;
	}

	.header__btns {
		margin-top: 17px;
	}

	.header__btns.search-active {
		opacity: 1;
	}

	.header__btn-catalog {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.header__search {
		width: 100%;
	}

	.header__search.focus {
		position: absolute;
		z-index: 1;
		left: 12px;
		width: -webkit-calc(100% - 24px);
		width: calc(100% - 24px);
	}

	.header__btn-catalog, .header__search {
		margin-top: 24px;
	}
}

.header-login__login {
	position: relative;
	padding-right: 6px;
}

.header-login__login::after {
	content: "/";
	position: absolute;
	right: -2px;
	top: 0;
}

.header-login__registration {
	padding-left: 6px;
}

.header-login__img-login {
	position: absolute;
	right: 0;
	top: -2px;
	display: block;
	width: 24px;
	height: 24px;
}

.header-login__sm {
	position: absolute;
	right: 0;
	top: -2px;
	display: none;
	width: 24px;
	height: 24px;
}

.header-login__sm img {
	width: 100%;
	height: 100%;
}

@media (max-width: 991.98px) {
	.header-login__login, .header-login__registration, .header-login__img-login {
		display: none;
	}

	.header-login__sm {
		display: block;
		width: 24px;
		height: 24px;
		padding: 0;
		border: none;
		outline: none !important;
		background-color: transparent;
	}
}

@media (max-width: 767.98px) {
	.header-login__sm {
		right: 16px;
	}
}

.search-form__field {
	position: relative;
	width: 100%;
	height: 40px;
}

.search-form__field:hover .search-form__input {
	border-color: #bfbfbf;
}

.search-form__input {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 0 40px 0 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: solid 2px #d6d6d6;
	background-color: #fff;
	outline: none !important;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.search-form__input:focus {
	border-color: #bfbfbf;
}

.search-form__btn {
	position: absolute;
	right: 0;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: none;
	outline: none !important;
	background: transparent;
}

.search-form__btn svg {
	width: 24px;
	height: 24px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.search-form__btn:hover svg g > g {
	fill: #bfbfbf;
}

@media (max-width: 991.98px) {
	.search-form__input {
		width: -webkit-calc(100% - 10px);
		width: calc(100% - 10px);
	}

	.search-form__btn {
		right: 10px;
	}
}

@media (max-width: 767.98px) {
	.search-form__input {
		width: 100%;
	}

	.search-form__btn {
		right: 0;
	}
}

.header-btns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.header-btns__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 88px;
	height: 40px;
}

.header-btns__wrap:first-child {
	margin-right: 40px;
}

.header-btns__link {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-btns__link:first-child::after {
	content: attr(data-count);
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	color: #e01b1b;
	text-align: center;
}

.header-btns__link:hover, .header-btns__link:focus {
	text-decoration: none;
}

.header-btns__link[data-count] .header-btns__icon:nth-child(1) {
	display: none;
}

.header-btns__link[data-count] .header-btns__icon:nth-child(2) {
	display: block;
}

.header-btns__icon {
	display: inline-block;
	width: 28px;
	height: 23px;
}

.header-btns__icon:nth-child(2) {
	display: none;
	margin-right: 4px;
}

.header-btns__icon_left {
	margin-right: 2px;
}

@media (max-width: 991.98px) {
	.header-btns__wrap:first-child {
		margin-right: 0px;
	}

	.header-btns__wrap a {
		font-size: 12px;
	}
}

@media (max-width: 767.98px) {
	.header-btns {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header-btns__wrap {
		width: 54px;
	}

	.header-btns__wrap a {
		margin-top: 2px;
		font-size: 10px;
	}
}

.title-search-result {
	width: -webkit-calc(520px - 24px);
	width: calc(520px - 24px);
}

.title-search-result__item {
	margin-bottom: 8px;
}

.title-search-result__list {
	display: block;
	width: 100%;
	margin: 0;
	padding: 16px 0 8px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.29);
	box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.29);
	list-style-type: none;
}

@media (max-width: 1259.98px) {
	.title-search-result {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.title-search-result {
		width: -webkit-calc(100% - 10px);
		width: calc(100% - 10px);
	}
}

.search-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 40px;
	padding: 0 12px;
	font-size: 15px;
	line-height: 20px;
	cursor: pointer;
	-webkit-transition: .3s ease background-color;
	-o-transition: .3s ease background-color;
	transition: .3s ease background-color;
}

.search-item:hover {
	background-color: #f5f5f5;
	text-decoration: none;
}

.search-item__prew {
	display: block;
	width: 32px;
	height: 32px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.search-item__name {
	display: block;
	width: 100%;
	margin: 0 8px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.search-item__price {
	display: block;
	min-width: 90px;
	font-weight: 700;
}

.btn-burger {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 14px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.btn-burger__icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 24px;
	height: 24px;
	cursor: pointer;
	border: none;
	outline: none !important;
}

.btn-burger__icon span {
	display: block;
	width: 16px;
	height: 2px;
	background-color: #fff;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	position: relative;
}

.btn-burger__icon span::before, .btn-burger__icon span::after {
	content: "";
	display: block;
	position: absolute;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	width: inherit;
	height: inherit;
	background-color: #fff;
}

.btn-burger__icon span::before {
	top: -3px;
}

.btn-burger__icon span::after {
	bottom: -3px;
}

.btn-burger__desc {
	margin-left: 8px;
	font-size: 15px;
	font-weight: 700;
	line-height: normal;
	color: #fff;
	text-transform: uppercase;
}

.btn-burger.open .btn-burger__icon span {
	-webkit-animation: o-burger-s .5s ease-in-out forwards;
	animation: o-burger-s .5s ease-in-out forwards;
}

.btn-burger.open .btn-burger__icon span::before {
	-webkit-animation: o-burger-b .5s ease-in-out forwards;
	animation: o-burger-b .5s ease-in-out forwards;
}

.btn-burger.open .btn-burger__icon span::after {
	-webkit-animation: o-burger-a .5s ease-in-out forwards;
	animation: o-burger-a .5s ease-in-out forwards;
}

.btn-burger.close .btn-burger__icon {
	opacity: 1;
}

.btn-burger.close .btn-burger__icon span {
	-webkit-animation: c-burger-s .5s ease-in-out forwards;
	animation: c-burger-s .5s ease-in-out forwards;
}

.btn-burger.close .btn-burger__icon span::before {
	-webkit-animation: c-burger-b .5s ease-in-out forwards;
	animation: c-burger-b .5s ease-in-out forwards;
}

.btn-burger.close .btn-burger__icon span::after {
	-webkit-animation: c-burger-a .5s ease-in-out forwards;
	animation: c-burger-a .5s ease-in-out forwards;
}

@-webkit-keyframes o-burger-b {
	0% {
		top: -5px;
	}

	50% {
		top: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		top: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

@keyframes o-burger-b {
	0% {
		top: -5px;
	}

	50% {
		top: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		top: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

@-webkit-keyframes o-burger-a {
	0% {
		bottom: -5px;
	}

	50% {
		bottom: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		top: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

@keyframes o-burger-a {
	0% {
		bottom: -5px;
	}

	50% {
		bottom: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		top: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

@-webkit-keyframes o-burger-s {
	50% {
		background-color: white;
	}

	51%,
  100% {
		background-color: rgba(255, 255, 255, 0);
	}
}

@keyframes o-burger-s {
	50% {
		background-color: white;
	}

	51%,
  100% {
		background-color: rgba(255, 255, 255, 0);
	}
}

@-webkit-keyframes c-burger-b {
	0% {
		top: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	50% {
		top: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		top: -5px;
	}
}

@keyframes c-burger-b {
	0% {
		top: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	50% {
		top: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		top: -5px;
	}
}

@-webkit-keyframes c-burger-a {
	0% {
		bottom: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	50% {
		bottom: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		bottom: -5px;
	}
}

@keyframes c-burger-a {
	0% {
		bottom: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	50% {
		bottom: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		bottom: -5px;
	}
}

@-webkit-keyframes c-burger-s {
	0%, 50% {
		background-color: rgba(255, 255, 255, 0);
	}

	100% {
		background-color: #fff;
	}
}

@keyframes c-burger-s {
	0%, 50% {
		background-color: rgba(255, 255, 255, 0);
	}

	100% {
		background-color: #fff;
	}
}

.header-auth-menu {
	position: absolute;
	z-index: 2;
	top: 20px;
	right: 0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	display: none;
	opacity: 0;
	width: 184px;
	padding-top: 10px;
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.header-auth-menu ul {
	margin: 0;
	padding: 12px 0;
	background-color: #fff;
	-webkit-box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.29);
	box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.29);
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.header-auth-menu li {
	height: 40px;
	list-style-type: none;
}

.header-auth-menu li a {
	display: inline-block;
	width: 100%;
	color: #373737;
	font-size: 15px;
	line-height: 40px;
	padding: 0 24px;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
	background-color: #fff;
	outline: none !important;
	border-left: 2px solid transparent;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.header-auth-menu li a:hover, .header-auth-menu li a:active, .header-auth-menu li a:focus {
	color: #e01b1b;
	background-color: #f5f5f5;
	text-decoration: none;
}

.header-auth-menu li a.active {
	border-color: #e01b1b;
	color: #e01b1b;
}

.header-auth-menu.display {
	display: block;
}

.header-auth-menu.visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.footer {
	background-color: #f6f6f6;
	color: #4a4a4a;
}

.footer__info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer__info a {
	display: inline-block;
	margin-bottom: 16px;
}

.footer__info a:last-child {
	margin-bottom: 0;
}

@media (max-width: 767.98px) {
	.footer__info_sm-center {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 16px;
	}

	.footer__info_sm-center a {
		margin-bottom: 8px;
	}
}

.footer-top {
	padding-top: 44px;
	padding-bottom: 32px;
	border-bottom: 1px solid #e4e4e4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-top__pay {
	display: block;
	margin-top: 64px;
}

.footer-top__pay a {
	display: inline-block;
	margin-right: 20px;
}

.footer-top__pay a:last-child {
	margin-right: 0;
}

.footer-top__pay a:hover {
	text-decoration: none;
}

@media (max-width: 1259.98px) {
	.footer-top__wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 32px;
		padding-top: 24px;
		border-top: 1px solid #e4e4e4;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.footer-top__pay {
		margin-top: 0;
	}

	.footer-top__pay a {
		margin-right: 12px;
	}
}

@media (max-width: 991.98px) {
	.footer-top {
		padding-bottom: 24px;
	}

	.footer-top__wrap {
		padding-right: 20px;
	}
}

@media (max-width: 767.98px) {
	.footer-top {
		padding-top: 32px;
	}

	.footer-top__contacts {
		margin-bottom: 32px;
	}

	.footer-top__wrap {
		margin-top: 24px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding-right: 0;
	}
}

.footer-pay__img {
	width: 60px;
	height: 18px;
}

.footer-pay__img_master-card {
	width: 52px;
	height: 42px;
}

.footer-contacts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.footer-contacts__phone {
	display: block;
	margin-bottom: 16px;
}

.footer-contacts__phone a {
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}

.footer-contacts__email {
	display: inline-block;
	margin-bottom: 16px;
}

.footer-contacts__shops {
	display: inline-block;
	margin-bottom: 38px;
}

.footer-contacts__soc a {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-right: 16px;
}

.footer-contacts__soc a:last-child {
	margin-right: 0;
}

.footer-contacts__soc a img {
	width: 100%;
	height: 100%;
}

@media (max-width: 767.98px) {
	.footer-contacts {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer-contacts__phone {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer-contacts__shops {
		margin-bottom: 22px;
	}
}

.footer-middle {
	padding: 32px 0;
	border-bottom: 1px solid #e4e4e4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-middle__title {
	margin-bottom: 8px;
}

.footer-middle__search {
	position: relative;
	width: 100%;
	height: 48px;
}

.footer-middle__politconf {
	display: block;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 16px;
	color: #9b9b9b;
}

.footer-middle__politconf:hover {
	color: #9b9b9b;
}

@media (max-width: 1259.98px) {
	.footer-middle__link {
		display: inline-block;
		margin-bottom: 16px;
	}
}

@media (max-width: 991.98px) {
	.footer-middle {
		padding-top: 24px;
		padding-bottom: 16px;
	}

	.footer-middle__link {
		display: inline-block;
		margin-bottom: 16px;
	}

	.footer-middle__search {
		margin-top: 8px;
	}
}

@media (max-width: 767.98px) {
	.footer-middle {
		padding-top: 16px;
	}

	.footer-middle__title {
		margin-bottom: 0;
	}

	.footer-middle__search {
		margin-top: 0;
		margin-bottom: 24px;
	}
}

.footer-search:hover .footer-search__input {
	border: solid 2px #bfbfbf;
}

.footer-search__input {
	width: 100%;
	height: 100%;
	padding: 0 16px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	border: solid 2px transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.footer-search__input:focus {
	border: solid 2px #bfbfbf;
}

.footer-search__arrow {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	outline: none !important;
	border: none;
	background: transparent;
}

.footer-search__arrow svg {
	width: 100%;
	height: 100%;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.footer-search__arrow:hover svg > path {
	fill: #bfbfbf;
}

.footer-bottom {
	padding: 14px 0;
}

.footer-bottom__rights {
	display: inline-block;
	margin-bottom: 0;
}

.footer-bottom__rights, .footer-bottom__grch {
	line-height: 20px;
	color: #9b9b9b;
}

.footer-bottom__grch {
	line-height: 20px;
	text-align: right;
}

.footer-bottom__grch span {
	display: inline-block;
	margin-right: 10px;
}

.footer-bottom__grch a {
	color: #9b9b9b;
}

@media (max-width: 991.98px) {
	.footer-bottom {
		width: 100%;
	}
}

@media (max-width: 767.98px) {
	.footer-bottom {
		padding-bottom: 12px;
	}

	.footer-bottom__rights {
		margin-bottom: 24px;
		padding: 0 36px;
		text-align: center;
	}

	.footer-bottom__grch {
		text-align: center;
	}
}

.new-menu {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 152px;
	-webkit-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
	display: none;
	opacity: 0;
	width: 100%;
	-webkit-box-shadow: 0 37px 40px 0 rgba(0, 0, 0, 0.23);
	box-shadow: 0 37px 40px 0 rgba(0, 0, 0, 0.23);
	background-color: #fff;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.new-menu.display {
	display: block;
}

.new-menu.visible {
	opacity: 1;
}

.new-menu::before {
	content: "";
	position: absolute;
	right: 50%;
	top: 0;
	-webkit-transform: translateX(-222px);
	-ms-transform: translateX(-222px);
	transform: translateX(-222px);
	display: block;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
}

.new-menu a,
  .new-menu button {
	text-decoration: none;
	cursor: pointer;
	outline: none !important;
	border: none;
	color: #373737;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.new-menu a:hover, .new-menu a.active,
    .new-menu button:hover,
    .new-menu button.active {
	text-decoration: none;
	color: #e01b1b;
}

.new-menu__middle-title {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px;
	margin-bottom: 24px;
	padding-right: 40px;
}

.new-menu__middle-title span {
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #ededed;
	background-color: #fff;
	outline: none !important;
	cursor: pointer;
}

.new-menu__middle-title span > svg polygon {
	fill: #e01b1b;
}

.new-menu__subtitle {
	display: inline-block;
	margin-bottom: 4px;
}

.new-menu__subtitle:hover {
	text-decoration: underline !important;
}

.new-menu__left {
	z-index: 100;
	display: block;
	padding: 0;
	margin: 28px 0 34px 54px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.new-menu__middle {
	position: absolute;
	z-index: 100;
	top: 32px;
	left: -webkit-calc(312px + 12px);
	left: calc(312px + 12px);
	display: none;
	opacity: 0;
	width: 728px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.new-menu__middle.display {
	display: block;
}

.new-menu__middle.visible {
	opacity: 1;
}

.new-menu__blocks {
	width: 100%;
	display: grid;
	grid-gap: 10px 104px;
	grid-template-columns: repeat(auto-fill, minmax(312px, 1fr));
	grid-auto-rows: 10px;
	grid-auto-flow: dense;
}

.new-menu__block {
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 312px;
	-ms-flex: 0 0 312px;
	flex: 0 0 312px;
	max-width: 312px;
}

.new-menu__block div {
	margin-bottom: 17px;
}

@media (max-width: 1259.98px) {
	.new-menu::before {
		right: 50%;
		-webkit-transform: translateX(-14px);
		-ms-transform: translateX(-14px);
		transform: translateX(-14px);
	}

	.new-menu__middle {
		width: 480px;
	}

	.new-menu__blocks {
		grid-gap: 10px 80px;
		grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	}

	.new-menu__block {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 480px;
		-ms-flex: 0 0 480px;
		flex: 0 0 480px;
		max-width: 480px;
	}
}

@media (max-width: 991.98px) {
	.new-menu a:hover,
  .new-menu button:hover {
		color: #373737;
	}

	.new-menu a.active,
  .new-menu button.active {
		color: #e01b1b;
	}

	.new-menu__middle {
		width: 100%;
	}

	.new-menu__blocks, .new-menu__block {
		display: block;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.new-menu__left {
		margin-left: -12px;
	}
}

@media (max-width: 767.98px) {
	.new-menu {
		top: 155px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.new-menu::before {
		display: none;
	}

	.new-menu__middle {
		position: relative;
		top: 0;
		left: 0;
		padding-left: 24px;
		background-color: #fff;
	}

	.new-menu__left {
		margin-left: -12px;
		margin-right: -12px;
		background-color: #f5f5f5;
	}

	.new-menu__middle-title {
		width: 100%;
		margin-bottom: 8px;
		padding-right: 0;
		font-size: 13px;
		line-height: 16px;
		font-weight: 400;
		color: #e01b1b !important;
	}

	.new-menu__middle-title span {
		display: none;
	}

	.new-menu__subtitle {
		font-size: 16px;
		line-height: 20px;
	}
}

.left-menu__item {
	display: block;
	width: 100%;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.left-menu__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	height: 40px;
	padding: 0 12px;
	font-size: 15px;
	line-height: 16px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: left;
	background-color: transparent;
}

.left-menu__link.active {
	background-color: #fff;
}

@media (max-width: 767.98px) {
	.left-menu {
		padding: 16px 0;
	}

	.left-menu__item {
		padding-top: 8px;
	}

	.left-menu__link {
		padding: 0 24px;
	}

	.left-menu__link::before {
		content: "";
		position: absolute;
		right: 24px;
		display: block;
		width: 24px;
		height: 24px;
		background: url("/local/templates/stroyka_reborn/css/../img/ui-icon/dropdown.svg") 50% 50% no-repeat;
	}

	.left-menu__link.active {
		height: 56px;
		padding-top: 16px;
		padding-bottom: 8px;
		font-size: 18px;
		line-height: 24px;
		font-weight: 700;
		color: #373737 !important;
		-webkit-border-radius: 0;
		border-radius: 0;
	}

	.left-menu__link.active::before {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

.middle-menu {
	padding: 0;
}

.middle-menu__item {
	display: block;
}

.middle-menu__item a,
    .middle-menu__item button {
	font-size: 15px;
	line-height: 24px;
}

main.main {
	position: relative;
	padding-bottom: 98px;
	min-height: -webkit-calc(100vh - 152px - 394px);
	min-height: calc(100vh - 152px - 394px);
}

@media (max-width: 991.98px) {
	main.main {
		padding-bottom: 24px;
	}
}

@media (max-width: 767.98px) {
	main.main {
		min-height: -webkit-calc(100vh - 176px - 32px);
		min-height: calc(100vh - 176px - 32px);
	}
}

.main__paginations-sect {
	margin-bottom: 64px;
}

.page-all-sect {
	padding: 24px 0 0;
}

.page-all-sect__top-title, .page-all-sect__top-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 30px;
	margin-bottom: 32px;
}

.page-all-sect__top-title *, .page-all-sect__top-link * {
	margin: 0;
}

.page-all-sect__top-link {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.page-all-sect__top-share {
	height: 30px;
	margin-bottom: 32px;
}

.page-all-sect__card {
	margin-bottom: 32px;
}

.page-all-sect_pt_none {
	padding-top: 0;
}

.page-all-sect_pb_none {
	padding-bottom: 0;
}

.page-all-sect__side-menu {
	position: relative;
	height: 100%;
}

@media (max-width: 991.98px) {
	.page-all-sect__side-menu {
		height: auto;
		margin: 80px 0;
	}
}

@media (max-width: 767.98px) {
	.page-all-sect__top-title, .page-all-sect__top-link, .page-all-sect__top-share {
		min-height: 20px;
		margin-bottom: 16px;
	}

	.page-all-sect__card {
		margin-bottom: 20px;
	}

	.page-all-sect__side-menu {
		margin: 24px 0 80px;
	}
}

.side-menu {
	width: 288px;
	position: -webkit-sticky;
	position: sticky;
	top: 24px;
	z-index: 1;
}

.side-menu ul {
	display: block;
	margin: 0;
	padding: 32px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #f5f5f5;
}

.side-menu ul li {
	display: block;
	height: 16px;
	margin-bottom: 32px;
	list-style-type: none;
}

.side-menu ul li:last-child {
	margin-bottom: 0;
}

.side-menu ul li a {
	display: inline-block;
	font-size: 15px;
	line-height: 16px;
	text-decoration: none;
	color: #373737;
	-webkit-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

.side-menu ul li a:hover, .side-menu ul li a:active, .side-menu ul li a:focus {
	color: #e01b1b;
	text-decoration: none;
}

@media (max-width: 1259.98px) {
	.side-menu {
		width: 238px;
	}
}

@media (max-width: 991.98px) {
	.side-menu {
		position: relative;
		top: 0;
		width: 100%;
	}
}

/* Левое меню */
.categories-left-menu {
	padding: 20px;
	background-color: #f5f5f5;
}

.categories-left-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.categories-left-menu li {
	padding: 10px 0;
}

.categories-left-menu a {
	text-decoration: none !important;
}

.categories-left-menu a:hover, .categories-left-menu a:active, .categories-left-menu a:focus {
	color: #e01b1b;
}

/* Левое меню аккордион */
.left-menu-accordion__title {
	display: inline-block;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	color: #373737;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.left-menu-accordion__title:hover {
	color: #e01b1b;
}

.left-menu-accordion__first, .left-menu-accordion__last {
	margin: 0;
	padding: 0;
}

.left-menu-accordion__first li, .left-menu-accordion__last li {
	display: block;
	margin-bottom: 8px;
	list-style: none;
}

.left-menu-accordion__first li a, .left-menu-accordion__last li a {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	color: #373737;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.left-menu-accordion__first li a:hover, .left-menu-accordion__last li a:hover {
	color: #e01b1b;
}

.left-menu-accordion__last {
	display: none;
}

.left-menu-accordion__more-btn {
	display: block;
	width: 100%;
	height: 30px;
	padding: 0;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	border: none;
	outline: none !important;
	color: #e01b1b;
	background-color: transparent;
	cursor: pointer;
}

/* Хлебные крошки */
.bread-crumbs-sect {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 32px;
	background-color: #f5f5f5;
}

.bread-crumbs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.bread-crumbs a, .bread-crumbs span {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	color: #808080;
	margin-top: 4px;
	margin-bottom: 4px;
}

.bread-crumbs a {
	position: relative;
	display: inline-block;
	padding-right: 12px;
	margin-right: 8px;
}

.bread-crumbs a:hover {
	color: #e01b1b;
}

.bread-crumbs a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	display: block;
	width: 7px;
	height: 7px;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
}

.page-home__slider {
	z-index: 2;
	background-color: transparent;
}

.page-home__slider:hover {
	z-index: 3;
}

.page-home__slider_popular {
	margin-bottom: 32px;
}

.page-home__block-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 24px;
}

.page-home__slider-title {
	margin-bottom: 0;
}

.page-home__slider-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 12px;
}

.page-home__slider-link span:first-child {
	font-size: 14px;
	line-height: 24px;
}

.page-home__slider-link span:last-child {
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
}

.page-home__slider-link span:last-child::after {
	content: "";
	position: absolute;
	right: 0%;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	display: block;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #e01b1b;
	border-right: 1px solid #e01b1b;
}

.page-home__news-slider {
	margin-bottom: 32px;
}

.page-home__categories {
	position: relative;
	margin-bottom: 32px;
}

.page-home__partners {
	position: relative;
	margin-bottom: 64px;
}

@media (max-width: 991.98px) {
	.page-home__slider_popular {
		margin-bottom: 48px;
	}
}

@media (max-width: 767.98px) {
	.page-home__sale-slider {
		margin-left: 0;
		padding: 0;
	}

	.page-home__block-title {
		margin-bottom: 12px;
	}

	.page-home__slider-link {
		padding-right: 0;
	}

	.page-home__slider-link span:first-child {
		display: none;
	}

	.page-home__slider-link span:last-child {
		width: 24px;
		height: 24px;
	}

	.page-home__slider-link span:last-child::after {
		right: 40%;
	}

	.page-home__news-slider {
		margin-bottom: 24px;
	}

	.page-home__principles {
		margin: 20px 0;
	}
}

.slider-arrow-next,
.slider-arrow-prev {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #ededed;
	background-color: #fff;
	outline: none !important;
	cursor: pointer;
}

.slider-arrow-next > svg polygon,
  .slider-arrow-prev > svg polygon {
	fill: #e01b1b;
}

/* Слайдер новостей */
.news-slider {
	position: relative;
	width: 100%;
	height: 288px;
	overflow: hidden;
}

.news-slider__prev, .news-slider__next {
	position: absolute;
	z-index: 2;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.news-slider__prev {
	left: -4px;
}

.news-slider__next {
	right: -4px;
}

.news-slider__dots {
	position: absolute;
	z-index: 2;
	bottom: 16px;
	right: 180px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.news-slider__dots button {
	position: relative;
	width: 20px;
	height: 20px;
	padding: 0;
	border: none;
	outline: none !important;
	background-color: transparent;
	color: transparent;
	cursor: pointer;
	margin-left: 6px;
}

.news-slider__dots button::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 6px;
	height: 6px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #d6d6d6;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.news-slider__dots button.active::before {
	width: 7px;
	height: 7px;
	background-color: #fff;
}

.news-slider__slick {
	position: relative;
	z-index: 1;
	height: 100%;
	opacity: 0;
}

.news-slider__slick .slick-list,
    .news-slider__slick .slick-track {
	height: 100%;
}

.news-slider__item {
	height: 288px;
}

.news-slider__link {
	display: block;
	position: relative;
	height: 100%;
}

.news-slider__img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

@media (max-width: 991.98px) {
	.news-slider__dots {
		right: 80px;
	}
}

@media (max-width: 767.98px) {
	.news-slider {
		height: 100%;
		max-height: 170px;
	}

	.news-slider__slick {
		padding-bottom: 28px;
	}

	.news-slider__prev, .news-slider__next {
		display: none;
	}

	.news-slider__dots {
		bottom: 0;
		right: 50%;
		-webkit-transform: translate(50%);
		-ms-transform: translate(50%);
		transform: translate(50%);
	}

	.news-slider__dots button.active::before {
		background-color: #e01b1b;
	}

	.news-slider__item {
		max-height: 140px;
		height: 100%;
	}

	.news-slider__item::before {
		content: '';
		float: left;
		padding-bottom: 25%;
	}

	.news-slider__item::after {
		content: '';
		display: table;
		clear: both;
	}
}

.sale-slider {
	position: relative;
}

.sale-slider__new, .sale-slider__discount, .sale-slider__discount-all {
	position: relative;
}

.sale-slider__slick {
	position: relative;
	margin-bottom: -48px;
	opacity: 0;
}

.sale-slider__slick_popular {
	margin-bottom: 0;
}

.sale-slider__item {
	position: relative;
	height: 436px;
	margin: 10px 0;
	opacity: 1;
}

.sale-slider__item:not(.slick-active) .card-product {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sale-slider__dots {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
}

.sale-slider__prev, .sale-slider__next {
	position: absolute;
	z-index: 5;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sale-slider__prev {
	left: -4px;
}

.sale-slider__next {
	right: -4px;
}

/* Класс точек слайдеров */
.sliders-dots button {
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	border: none;
	outline: none !important;
	background-color: transparent;
	color: transparent;
	cursor: pointer;
	margin-left: 4px;
}

.sliders-dots button::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #e4e4e4;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.sliders-dots button.active::before {
	background-color: #e01b1b;
}

@media (min-width: 992px) {
	.sale-slider__slick .slick-list {
		padding: 0 12px;
		margin: 0 -12px;
	}

	.sale-slider__slick_popular .slick-list {
		margin: 0;
		padding: 0;
	}
}

@media (max-width: 991.98px) {
	.sale-slider__slick {
		margin-bottom: 36px;
		padding-bottom: 24px;
	}

	.sale-slider__slick_popular {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.sale-slider__item {
		height: 416px;
		padding: 0;
	}

	.sale-slider__dots {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.sale-slider__next, .sale-slider__prev {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.sale-slider {
		width: 100%;
	}

	.sale-slider__slick {
		margin-bottom: 36px;
		padding-bottom: 18px;
	}

	.sale-slider__slick_popular {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.sale-slider__item {
		height: 376px;
	}

	.sale-slider__item_none {
		height: 324px;
	}
}

.categories-sliders {
	position: relative;
}

.categories-sliders__dots {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
}

.categories-sliders__item {
	margin: 0 12px;
}

.categories-sliders__prev, .categories-sliders__next {
	position: absolute;
	z-index: 5;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}

.categories-sliders__prev {
	left: -4px;
}

.categories-sliders__next {
	right: -4px;
}

@media (max-width: 767.98px) {
	.categories-sliders__slider {
		padding-bottom: 16px;
	}

	.categories-sliders__dots {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.all-news-sliders {
	z-index: 1;
}

.all-news-sliders__dots {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
}

.all-news-sliders__item {
	margin: 8px 12px 0;
}

@media (max-width: 991.98px) {
	.all-news-sliders__slick {
		padding-bottom: 16px;
	}

	.all-news-sliders__dots {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.partners-slider {
	position: relative;
}

.partners-slider__item {
	padding: 0 18px;
}

.partners-slider__slick {
	margin: 0 -18px;
}

.partners-slider__prev, .partners-slider__next {
	position: absolute;
	z-index: 2;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.partners-slider__prev {
	left: -14px;
}

.partners-slider__next {
	right: -14px;
}

.partners-slider .slick-slide div:first-child:not(:last-child) .partners-slider__item {
	margin-bottom: 20px;
}

@media (max-width: 767.98px) {
	.partners-slider__slick {
		margin: 0;
	}

	.partners-slider__prev {
		left: -9px;
	}

	.partners-slider__next {
		right: -9px;
	}
}

.filter__title {
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 20px;
}

.filter__title * {
	margin: 0;
}

.filter__item {
	position: relative;
	margin-bottom: 36px;
}

.filter__item_last {
	margin-bottom: 0;
}

.filter__item_small {
	margin-bottom: 16px;
}

.filter__item_small:last-child {
	margin-bottom: 24px;
}

.filter__lists {
	margin-bottom: 16px;
}

.filter__modef {
	display: block;
	position: -webkit-sticky;
	position: sticky;
	z-index: 10;
	top: 100px;
	left: 0;
	width: 100%;
	height: 1px;
}

.filter__set-btn {
	margin-right: 16px;
}

.filter__btn-more {
	display: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 196px;
	width: 100%;
	height: 40px;
	padding: 0 14px;
	border: 2px solid #d62626;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	outline: none !important;
	cursor: pointer;
}

.filter__btn-more:hover, .filter__btn-more:focus {
	text-decoration: none;
}

.filter__btn-more:hover span, .filter__btn-more:focus span {
	color: #d62626;
}

.filter__btn-more span {
	display: block;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	white-space: nowrap;
	color: #d62626;
}

.filter__btn-more svg {
	width: 18px;
	height: 18px;
	margin-right: 7px;
}

.filter__btn-more svg path {
	stroke: #d62626;
}

.filter__categories {
	display: block;
	margin: 0;
	padding: 0;
}

.filter__categories li {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

.filter__categories li a {
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	color: #4a4a4a;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.filter__categories li a:hover {
	color: #d62626;
}

@media (max-width: 767.98px) {
	.filter__hidden {
		display: none;
		margin-top: 24px;
	}

	.filter__btn-more {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.filter__item_xs {
		margin-bottom: 16px;
	}

	.js-filter-categories-hidden {
		display: none;
		margin-top: 24px;
	}
}

.bx-filter-popup-result {
	position: absolute;
	top: 0;
	left: 90%;
	min-width: 150px;
	height: 40px;
	background: transparent;
	padding: 0 16px 0 24px;
	overflow: hidden;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.bx-filter-popup-result a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
}

.bx-filter-popup-result a:hover, .bx-filter-popup-result a:focus {
	text-decoration: none;
	color: #ffffff;
}

.bx-filter-popup-result span:nth-child(1) {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 50%;
	display: block;
	width: 82%;
	-webkit-transform: translate(20%, -50%) rotate(45deg);
	-ms-transform: translate(20%, -50%) rotate(45deg);
	transform: translate(20%, -50%) rotate(45deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-image: -webkit-linear-gradient(45deg, #de0f29, #ff5c25);
	background-image: -o-linear-gradient(45deg, #de0f29, #ff5c25);
	background-image: linear-gradient(45deg, #de0f29, #ff5c25);
}

.bx-filter-popup-result span:nth-child(1)::before {
	content: '';
	float: left;
	padding-bottom: 100%;
}

.bx-filter-popup-result span:nth-child(1)::after {
	content: '';
	display: table;
	clear: both;
}

.bx-filter-popup-result span:nth-child(2) {
	position: relative;
	z-index: 2;
	margin-right: 4px;
}

.bx-filter-popup-result span:nth-child(3) {
	position: relative;
	z-index: 2;
	font-size: 16px;
	line-height: 40px;
}

@media (max-width: 1259.98px) {
	.bx-filter-popup-result {
		left: auto;
		right: 0;
	}
}

@media (max-width: 767.98px) {
	.bx-filter-popup-result {
		min-width: 120px;
	}

	.bx-filter-popup-result span:nth-child(2),
    .bx-filter-popup-result span:nth-child(3) {
		font-size: 13px;
	}
}

.filter-hidden__title {
	margin-bottom: 20px;
	padding-right: 0;
}

.filter-box__title {
	margin-bottom: 20px;
}

.filter-box__sub-title {
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 20px;
}

.filter-slider::after {
	content: '';
	display: block;
	clear: both;
}

.filter-slider__field_left, .filter-slider__field_right {
	float: left;
	width: 50%;
}

.filter-slider__field_left {
	padding-right: 4px;
}

.filter-slider__field_right {
	padding-left: 4px;
}

.filter-slider__slider-track {
	float: left;
	width: 100%;
}

@media (max-width: 1259.98px) {
	.filter-slider__field_left, .filter-slider__field_right {
		width: 50%;
	}

	.filter-slider__field_left {
		padding-right: 16px;
	}

	.filter-slider__field_right {
		padding-left: 16px;
	}

	.filter-slider__slider-track {
		width: 100%;
	}
}

.filter-field {
	position: relative;
	width: 100%;
}

.filter-field__ph {
	position: absolute;
	top: 50%;
	left: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
	color: #9b9b9b;
	font-style: normal;
	padding: 0;
}

.filter-field__input {
	width: 100%;
	height: 40px;
	padding-left: 30px;
	padding-right: 10px;
	text-align: right;
	outline: none !important;
	background-color: #fff;
	border: solid 2px #e4e4e4;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.filter-field__input:focus {
	border-color: #bfbfbf;
}

.filter-track {
	padding-top: 25px;
}

.filter-track__container {
	position: relative;
	height: 8px;
}

.filter-track__part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: transparent;
}

.filter-track__part.p1 {
	left: -1px;
}

.filter-track__part.p2 {
	left: 25%;
}

.filter-track__part.p3 {
	left: 50%;
}

.filter-track__part.p4 {
	left: 75%;
}

.filter-track__part.p5 {
	right: -1px;
}

.filter-track__part.p1 span, .filter-track__part.p2 span, .filter-track__part.p3 span, .filter-track__part.p4 span, .filter-track__part.p5 span {
	display: none;
}

.filter-track__part.p1 span {
	text-align: left;
	margin-left: 0;
}

.filter-track__part.p5 span {
	text-align: right;
	margin-left: -100px;
}

.filter-track__part span {
	font-size: 16px;
	line-height: 14px;
	font-weight: 400;
	color: #e4e4e4;
	position: absolute;
	top: -27px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
}

.filter-track__btn {
	position: absolute;
	top: -4px;
	width: 16px;
	height: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #d62626;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
}

.filter-track__btn.left {
	left: 0;
	margin-left: -10px;
}

.filter-track__btn.right {
	right: 0;
	margin-right: -10px;
}

.filter-track__btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #d62626;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.filter-track__range, .filter-track__line, .filter-track__line-vd, .filter-track__line-vn, .filter-track__line-v {
	position: absolute;
	top: 0;
	bottom: 0;
}

.filter-track__line-vd {
	background: #9f9f9f;
	z-index: 60;
}

.filter-track__line-vn {
	background: #e4e4e4;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	z-index: 70;
}

.filter-track__line-v {
	background: -webkit-gradient(linear, left top, right top, from(#de0f29), to(#ff5c25));
	background: -webkit-linear-gradient(left, #de0f29, #ff5c25);
	background: -o-linear-gradient(left, #de0f29, #ff5c25);
	background: linear-gradient(to right, #de0f29, #ff5c25);
	z-index: 80;
}

.filter-track__range {
	z-index: 90;
}

/* Слайдер */
.dd .bx-ui-slider-track-container {
	padding-top: 35px;
	padding-bottom: 35px;
}

.dd .bx-ui-slider-track {
	background-color: #4a4a4a;
	position: relative;
	height: 8px;
}

.dd .bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: transparent;
}

.dd .bx-ui-slider-part.p1 {
	left: -1px;
}

.dd .bx-ui-slider-part.p2 {
	left: 25%;
}

.dd .bx-ui-slider-part.p3 {
	left: 50%;
}

.dd .bx-ui-slider-part.p4 {
	left: 75%;
}

.dd .bx-ui-slider-part.p5 {
	right: -1px;
}

.dd .bx-ui-slider-part.p2 span, .dd .bx-ui-slider-part.p3 span, .dd .bx-ui-slider-part.p4 span {
	display: none;
}

.dd .bx-ui-slider-part.p1 span {
	text-align: left;
	margin-left: 0;
}

.dd .bx-ui-slider-part.p5 span {
	text-align: right;
	margin-left: -100px;
}

.dd .bx-ui-slider-part span {
	font-size: 16px;
	line-height: 14px;
	font-weight: 400;
	color: #e4e4e4;
	position: absolute;
	top: -27px;
	left: 50%;
	display: block;
	width: 100px;
	margin-left: -50px;
	text-align: center;
}

.dd .bx-ui-slider-range,
.dd .bx-ui-slider-pricebar,
.dd .bx-ui-slider-pricebar-vd,
.dd .bx-ui-slider-pricebar-vn,
.dd .bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}

.dd .bx-ui-slider-pricebar-vd {
	background: #9f9f9f;
	z-index: 60;
}

.dd .bx-ui-slider-pricebar-vn {
	background: #4a4a4a;
	z-index: 70;
}

.dd .bx-ui-slider-pricebar-v {
	background: #d62626;
	z-index: 80;
}

.dd .bx-ui-slider-range {
	z-index: 90;
}

.dd .bx-ui-slider-handle {
	position: absolute;
	top: -6px;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.19);
	-webkit-transition: .2s box-shadow ease;
	-o-transition: .2s box-shadow ease;
	transition: .2s box-shadow ease;
}

.dd .bx-ui-slider-handle.left, .dd .bx-ui-slider-handle.right {
	background-color: #d62626;
}

.dd .bx-ui-slider-handle.left {
	left: 0;
	margin-left: -10px;
}

.dd .bx-ui-slider-handle.right {
	right: 0;
	margin-right: -10px;
}

.dd .bx-ui-slider-handle::before, .dd .bx-ui-slider-handle::after {
	content: "";
	display: block;
	width: 1px;
	height: 6px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.dd .bx-ui-slider-handle::before {
	-webkit-transform: translate(-2px, -50%);
	-ms-transform: translate(-2px, -50%);
	transform: translate(-2px, -50%);
}

.dd .bx-ui-slider-handle::after {
	-webkit-transform: translate(1px, -50%);
	-ms-transform: translate(1px, -50%);
	transform: translate(1px, -50%);
}

.dd .bx-ui-slider-handle:hover {
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.18);
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.18);
}

.dd .bx-ui-slider-handle:hover::before, .dd .bx-ui-slider-handle:hover::after {
	opacity: 1;
}

.dd .bx-filter-parameters-box-container-block {
	position: relative;
	font-size: 11px;
	color: #3f3f3f;
}

.dd .bx-filter-parameters-box-container-block.bx-left, .dd .bx-filter-parameters-box-container-block.bx-right {
	float: left;
	width: 49%;
}

.dd .bx-filter-parameters-box-container-block.bx-left {
	margin-right: 2%;
}

.dd .bx-filter-block i.bx-ft-sub {
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
	color: #9b9b9b;
	font-style: normal;
	padding: 0;
}

.dd .bx-filter-input-container input {
	width: 100%;
	height: 40px;
	padding-left: 40px;
	padding-right: 20px;
	text-align: right;
	border: 1px solid #4a4a4a;
	outline: none;
	font-size: 16px;
	font-weight: 400;
	color: #e4e4e4;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.dd .bx-filter-input-container input:hover {
	border-color: #9b9b9b;
}

.dd .bx-filter-input-container input:active, .dd .bx-filter-input-container input:focus {
	border-color: #d62626;
}

/* Чекбокс с обычным с лейблом */
.filter-checkbox__item {
	margin-bottom: 16px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.filter-checkbox__item:last-child {
	margin: 0;
}

.filter-checkbox__label {
	display: block;
	margin: 0;
}

.filter-checkbox__label.bx-active .filter-checkbox__checkbox::after {
	opacity: 1;
}

.filter-checkbox__input {
	display: none;
}

.filter-checkbox__checkbox {
	position: relative;
	display: block;
	padding-left: 27px;
	cursor: pointer;
}

.filter-checkbox__checkbox::before, .filter-checkbox__checkbox::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 16px;
	height: 16px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.filter-checkbox__checkbox::before {
	background-color: #fff;
	border: 2px solid #e4e4e4;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.filter-checkbox__checkbox::after {
	opacity: 0;
	background: url("/local/templates/stroyka_reborn/css/../img/ui-icon/checked.svg") 50% 50% no-repeat;
}

.filter-checkbox__text {
	font-size: 16px;
	line-height: 1;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.filter-checkbox__text:hover {
	color: #d62626;
}

.filter-checkbox__input:checked + .filter-checkbox__checkbox::after {
	opacity: 1;
}

/* Чекбокс с лейблом и картинкой */
.filter-checkbox-img .bx-filter-param-btn-block {
	width: -webkit-calc(100% / 6 - 20px);
	width: calc(100% / 6 - 20px);
	margin-right: 20px;
	float: left;
}

.filter-checkbox-img .bx-filter-param-btn-block input {
	display: none;
}

.filter-checkbox-img .bx-filter-param-btn-block input:checked + .bx-filter-param-label .bx-filter-param-btn::before {
	background-color: rgba(214, 38, 38, 0.5);
}

.filter-checkbox-img .bx-filter-param-btn-block input:checked + .bx-filter-param-label .bx-filter-param-btn::after {
	opacity: 1;
}

.filter-checkbox-img .bx-filter-param-label {
	width: 100%;
	height: auto;
	cursor: pointer;
}

.filter-checkbox-img .bx-filter-param-label:hover .bx-filter-param-btn::before {
	background-color: rgba(214, 38, 38, 0.5);
}

.filter-checkbox-img .bx-filter-param-btn {
	position: relative;
	display: block;
	width: 100%;
	height: 100px;
}

.filter-checkbox-img .bx-filter-param-btn::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.filter-checkbox-img .bx-filter-param-btn::after {
	content: url("/local/templates/stroyka_reborn/css/../img/checked.svg");
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.filter-checkbox-img .bx-filter-btn-color-icon {
	display: block;
	width: 100%;
	height: 100px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
}

.filter-checkbox-img .bx-filter-param-text {
	font-size: 14px;
	line-height: 30px;
	color: #9b9b9b;
	background-color: transparent;
}

.page-catalog__submenu {
	margin-bottom: 40px;
}

.page-catalog__hr {
	border: none;
	border-bottom: 2px solid #d62626;
	margin: 0;
}

.page-catalog__top-navs {
	margin-bottom: 16px;
}

.page-catalog__future-thingth {
	display: block;
	width: 100%;
	margin-top: 64px;
	padding-top: 32px;
	border-top: 1px solid #d6d6d6;
}

.page-catalog__bottom-navs {
	margin-top: 48px;
}

.page-catalog__card {
	margin-bottom: 32px;
}

.page-catalog__left-menu {
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
}

@media (max-width: 991.98px) {
	.page-catalog__filter {
		margin-top: 0;
		margin-bottom: 40px;
	}
}

@media (max-width: 767.98px) {
	.page-catalog__left-menu {
		margin-bottom: 40px;
	}

	.page-catalog__top-navs {
		margin-top: 16px;
	}

	.page-catalog__top-navs .new-col-sm-7,
    .page-catalog__top-navs .new-col-sm-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.page-catalog__bottom-navs {
		margin-top: 24px;
	}

	.page-catalog__filter {
		margin-bottom: 0;
	}
}

.future-thingth__title {
	margin-bottom: 8px;
}

.future-thingth__desc {
	display: block;
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 16px;
}

.top-navs__sort {
	margin-bottom: 16px;
}

.top-navs__counter {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

@media (max-width: 767.98px) {
	.top-navs__sort, .top-navs__counter {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 10px;
	}

	.top-navs__sort {
		margin-top: 32px;
	}

	.top-navs__sort_no-mt-mb-24 {
		margin-top: 0;
		margin-bottom: 24px;
	}
}

@media (max-width: 420px) {
	.page-catalog__top-navs .new-col-sm-7,
  .page-catalog__top-navs .new-col-sm-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.page-catalog__top-navs .new-col-sm-7:first-child,
    .page-catalog__top-navs .new-col-sm-5:first-child {
		margin-bottom: 16px;
	}

	.top-navs__counter {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.paginations {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
}

.paginations a, .paginations span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	margin-right: 8px;
	border: 2px solid #e4e4e4;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.paginations a svg g, .paginations span svg g {
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.paginations a svg g > g, .paginations span svg g > g {
	fill: #e4e4e4;
}

.paginations a:last-child, .paginations span:last-child {
	margin: 0;
}

.paginations a:hover, .paginations a:focus, .paginations a.active, .paginations span:hover, .paginations span:focus, .paginations span.active {
	text-decoration: none;
	color: #d62626;
}

.paginations a:hover svg g > g, .paginations a:focus svg g > g, .paginations a.active svg g > g, .paginations span:hover svg g > g, .paginations span:focus svg g > g, .paginations span.active svg g > g {
	fill: #d62626;
}

.paginations a:hover, .paginations a:focus, .paginations span:hover, .paginations span:focus {
	border-color: #8b8b8b;
}

.paginations a.active, .paginations span.active {
	border-color: #d62626;
}

.page-catalog-product__slider {
	margin-top: 32px;
	margin-bottom: 32px;
}

.page-catalog-product__props {
	margin-top: 32px;
	margin-bottom: 32px;
}

.pc-product-slider-big {
	position: relative;
}

.pc-product-slider-big::before {
	content: '';
	float: left;
	padding-bottom: 66.66667%;
}

.pc-product-slider-big::after {
	content: '';
	display: table;
	clear: both;
}

.pc-product-slider-big__prev, .pc-product-slider-big__next {
	position: absolute;
	z-index: 11;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.pc-product-slider-big__mismatch-desc {
	display: none;
	opacity: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 374px;
}

.pc-product-slider-big__prev {
	left: 0;
}

.pc-product-slider-big__next {
	right: 0;
}

.pc-product-slider-big__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.pc-product-slider-big__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.pc-product-slider-big__item.active {
	z-index: 10;
	opacity: 1;
}

@media (max-width: 767.98px) {
	.pc-product-slider-big__mismatch-desc {
		max-width: 100%;
	}
}

.pc-product-slider-small {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 20px 0;
}

.pc-product-slider-small__item {
	width: 100%;
	max-width: 168px;
	height: 100%;
	margin: 0 10px;
	cursor: pointer;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.pc-product-slider-small__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.pc-product-slider-small__item.active {
	border: 1px solid #d62626;
}

.pc-product-props {
	position: relative;
	background-color: #f0f0f0;
	padding: 20px;
}

.pc-product-props__amount, .pc-product-props__price, .pc-product-props__price-full {
	margin-bottom: 20px;
}

.pc-product-props__amount p, .pc-product-props__price p, .pc-product-props__price-full p {
	margin: 0;
}

.pc-product-props__old-price, .pc-product-props__new-price {
	margin-bottom: 10px !important;
	margin-right: 0 !important;
}

.pc-product-props__in-stock {
	margin-bottom: 26px;
}

.pc-product-props__delivery {
	margin-bottom: 18px;
}

.pc-product-props__timer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.pc-product-props_action {
	padding-bottom: 60px;
}

@media (max-width: 767.98px) {
	.pc-product-props {
		padding: 10px;
	}
}

.product-amount {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.product-amount_center-text p {
	text-align: center;
}

.product-amount__minus, .product-amount__plus {
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 44px;
	height: 40px;
	cursor: pointer;
}

.product-amount__minus svg polygon,
    .product-amount__minus svg path, .product-amount__plus svg polygon,
    .product-amount__plus svg path {
	-webkit-transition: fill .2s ease;
	-o-transition: fill .2s ease;
	transition: fill .2s ease;
	fill: #b5b5b5;
}

.product-amount__minus svg:hover polygon,
    .product-amount__minus svg:hover path, .product-amount__plus svg:hover polygon,
    .product-amount__plus svg:hover path {
	fill: #ff9a9a;
}

.product-amount__minus svg:active polygon,
    .product-amount__minus svg:active path, .product-amount__plus svg:active polygon,
    .product-amount__plus svg:active path {
	fill: #d62626;
}

.product-amount__minus.disabled, .product-amount__plus.disabled {
	cursor: not-allowed;
}

.product-amount__field {
	background-color: #fff;
	border: none;
	padding: 0;
	outline: none !important;
	width: -webkit-calc(100% - 88px);
	width: calc(100% - 88px);
	height: 40px;
	max-width: 60px;
	font-size: 14px;
	font-weight: 700;
	color: #4a4a4a;
	text-align: center;
}

.pc-product-tabs__head {
	margin-bottom: 32px;
}

.pc-product-tabs-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #d62626;
}

.pc-product-tabs-head__item {
	margin-right: 20px;
	border-bottom: 5px solid transparent;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.pc-product-tabs-head__item.active {
	border-color: #d62626;
}

.pc-product-tabs-head__link {
	display: inline-block;
	padding: 15px 0 11px;
	width: 100%;
	text-align: center;
	text-decoration: none !important;
}

@media (max-width: 991.98px) {
	.pc-product-tabs-head__item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

.product-properties__title {
	margin-bottom: 32px;
}

.product-properties__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-properties__list dt, .product-properties__list dl {
	margin-bottom: 32px;
}

.product-properties__list dt {
	width: 16.66667%;
}

.product-properties__list dl {
	width: 83.33333%;
}

@media (max-width: 991.98px) {
	.product-properties__list dt {
		width: 33.33333%;
	}

	.product-properties__list dl {
		width: 66.66667%;
	}
}

.product-comments__add-btn {
	margin-bottom: 32px;
}

.product-comments__container {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-comments__item {
	margin-left: 16.66667%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.product-comments__item:not(:last-child) {
	margin-bottom: 32px;
}

.product-comments__item .product-comments__container {
	margin-top: 32px;
	margin-left: 100px;
}

.product-comments__item .product-comments__container .product-comments__item {
	margin-left: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (max-width: 1259.98px) {
	.product-comments__item {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0;
	}

	.product-comments__item .product-comments__container {
		margin-left: 50px;
	}
}

@media (max-width: 767.98px) {
	.product-comments__item .product-comments__container {
		margin-left: 20px;
	}
}

.b-comment__container {
	padding: 10px 32px;
	background-color: #f7f7f7;
}

.b-comment__info {
	margin-bottom: 20px;
}

.b-comment__author, .b-comment__date, .b-comment__time {
	font-size: 13px;
	font-weight: 600;
	color: #4a4a4a;
}

.b-comment__author, .b-comment__date {
	margin-right: 20px;
}

.b-comment__content {
	margin-bottom: 20px;
}

.b-comment__meta {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.b-comment__answer, .b-comment__edit, .b-comment__show, .b-comment__delete, .b-comment__span {
	font-size: 13px;
}

.b-comment__answer, .b-comment__edit, .b-comment__show, .b-comment__delete {
	margin-right: 20px;
}

@media (max-width: 767.98px) {
	.b-comment__container {
		padding: 10px;
	}
}

.page-catalog-basket__title {
	margin-bottom: 8px;
}

.page-catalog-basket__quantity {
	display: block;
	width: 100%;
	margin-bottom: 16px;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
}

.page-catalog-basket__basket {
	margin-bottom: 36px;
}

.page-catalog-basket__clear-block {
	display: block;
	width: -webkit-calc(208px - 3px);
	width: calc(208px - 3px);
	margin-left: -webkit-calc(728px + 3px);
	margin-left: calc(728px + 3px);
}

.page-catalog-basket__clear {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 0;
	border: none;
	background: transparent;
	outline: none !important;
	cursor: pointer;
}

.page-catalog-basket__clear:hover {
	text-decoration: none;
}

.page-catalog-basket__clear:hover span {
	color: #d62626;
}

.page-catalog-basket__clear:hover svg path {
	fill: #d62626;
}

.page-catalog-basket__clear span {
	display: block;
	margin-right: 8px;
	font-size: 15px;
	line-height: 24px;
	color: #d62626;
}

.page-catalog-basket__clear svg {
	display: block;
	width: 24px;
	height: 24px;
}

.page-catalog-basket__clear svg path {
	-webkit-transition: fill .2s ease;
	-o-transition: fill .2s ease;
	transition: fill .2s ease;
}

@media (max-width: 1259.98px) {
	.page-catalog-basket__clear-block {
		width: -webkit-calc(240px - 34px);
		width: calc(240px - 34px);
		margin-left: -webkit-calc(400px + 34px);
		margin-left: calc(400px + 34px);
	}
}

@media (max-width: 991.98px) {
	.page-catalog-basket__title {
		margin-bottom: 16px;
	}

	.page-catalog-basket__quantity_right {
		padding-right: 16px;
		text-align: right;
	}

	.page-catalog-basket__clear-block {
		width: -webkit-calc(186px - 7px);
		width: calc(186px - 7px);
		margin-left: -webkit-calc(558px + 7px);
		margin-left: calc(558px + 7px);
	}
}

@media (max-width: 767.98px) {
	.page-catalog-basket__clear-block {
		width: auto;
		margin-left: auto;
		text-align: right;
	}
}

.pc-basket__body {
	width: 100%;
}

.pc-basket__row {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	min-height: 96px;
	padding: 8px 0;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}

.pc-basket__row:not(:first-child) {
	border-top: none;
}

.pc-basket__prop-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-calc(416px - 24px);
	width: calc(416px - 24px);
}

.pc-basket__img-col, .pc-basket__name-col, .pc-basket__price-col, .pc-basket__amount-col, .pc-basket__price-full-col, .pc-basket__del-col, .pc-basket__block-cnt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.pc-basket__img-col, .pc-basket__name-col, .pc-basket__del-col, .pc-basket__amount-col, .pc-basket__block-cnt, .pc-basket__price-col {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.pc-basket__price-col, .pc-basket__amount-col, .pc-basket__price-full-col, .pc-basket__img-col, .pc-basket__del-col {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pc-basket__img-col {
	width: -webkit-calc(104px - 24px);
	width: calc(104px - 24px);
	margin-right: 24px;
}

.pc-basket__name-col {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: -webkit-calc(312px - 24px);
	width: calc(312px - 24px);
}

.pc-basket__name {
	display: block;
}

.pc-basket__name_del span {
	opacity: .3;
}

.pc-basket__name span {
	display: block;
	width: 100%;
	line-height: 24px;
	font-size: 15px;
}

.pc-basket__amount-col {
	position: relative;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: -webkit-calc(208px - 24px);
	width: calc(208px - 24px);
}

.pc-basket__block-cnt {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 102px;
	height: 40px;
}

.pc-basket__price-one-item {
	position: absolute;
	bottom: -20px;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

.pc-basket__price-col {
	width: -webkit-calc(208px - 24px);
	width: calc(208px - 24px);
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.pc-basket__price-col span {
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
}

.pc-basket__price-col span:first-child:not(:last-child) {
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 16px;
}

.pc-basket__price-col span:first-child:not(:last-child)::before {
	content: "";
	position: absolute;
	top: 6px;
	left: -4px;
	display: block;
	width: -webkit-calc(100% + 8px);
	width: calc(100% + 8px);
	height: 2px;
	background-color: #d62626;
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

.pc-basket__del-col {
	width: -webkit-calc(104px - 24px);
	width: calc(104px - 24px);
}

.pc-basket__del-col_more-one {
	margin-bottom: 20px;
}

.pc-basket__restore-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pc-basket__img {
	display: block;
	width: 80px;
	height: 80px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.pc-basket__img_del {
	opacity: .3;
}

.pc-basket__del {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
	padding: 0;
	border: none;
	outline: none !important;
	background-color: transparent;
	cursor: pointer;
}

.pc-basket__del:hover svg path {
	fill: #d62626;
}

.pc-basket__del svg {
	display: block;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.pc-basket__del svg path {
	-webkit-transition: fill .2s ease;
	-o-transition: fill .2s ease;
	transition: fill .2s ease;
}

.pc-basket__notice {
	display: block;
	width: -webkit-calc(312px - 28px);
	width: calc(312px - 28px);
	font-size: 15px;
	line-height: 24px;
}

.pc-basket__removed {
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #d62626;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.pc-basket__removed:hover {
	color: #d62626;
}

.pc-basket__removed-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 96px;
	padding-right: 8px;
	overflow: hidden;
}

.pc-basket__right-block {
	position: -webkit-sticky;
	position: sticky;
	top: 60px;
	display: block;
}

@media (max-width: 1259.98px) {
	.pc-basket__prop-col {
		width: -webkit-calc(240px - 24px);
		width: calc(240px - 24px);
	}

	.pc-basket__img-col {
		width: -webkit-calc(80px - 24px);
		width: calc(80px - 24px);
	}

	.pc-basket__amount-col {
		width: -webkit-calc(160px - 48px);
		width: calc(160px - 48px);
	}

	.pc-basket__name-col {
		width: 240px;
	}

	.pc-basket__price-col {
		width: -webkit-calc(160px - 48px);
		width: calc(160px - 48px);
	}

	.pc-basket__notice {
		width: -webkit-calc(240px - 20px);
		width: calc(240px - 20px);
	}

	.pc-basket__del-col {
		width: 80px;
	}
}

@media (max-width: 991.98px) {
	.pc-basket__prop-col {
		width: -webkit-calc(372px - 24px);
		width: calc(372px - 24px);
		margin-right: 24px;
	}

	.pc-basket__img-col {
		width: -webkit-calc(124px - 44px);
		width: calc(124px - 44px);
	}

	.pc-basket__amount-col {
		width: -webkit-calc(124px - 24px);
		width: calc(124px - 24px);
	}

	.pc-basket__name-col {
		width: 248px;
	}

	.pc-basket__price-col {
		width: 186px;
	}

	.pc-basket__notice {
		width: 248px;
	}

	.pc-basket__del-col {
		width: 62px;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.pc-basket__right-block {
		position: relative;
		top: auto;
		margin: 40px auto 48px;
	}
}

@media (max-width: 767.98px) {
	.pc-basket__row {
		height: auto;
		padding-bottom: 24px;
		padding-top: 8px;
	}

	.pc-basket__removed-container {
		position: relative;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: 136px;
		padding-right: 0;
	}

	.pc-basket__prop-col {
		width: 100%;
		margin-right: 0;
		margin-bottom: 8px;
	}

	.pc-basket__img-col {
		width: -webkit-calc(25% - 18px);
		width: calc(25% - 18px);
	}

	.pc-basket__name-col {
		width: -webkit-calc(75% - 24px);
		width: calc(75% - 24px);
	}

	.pc-basket__img {
		width: 56px;
		height: 56px;
	}

	.pc-basket__amount-col {
		width: -webkit-calc(33.33333% + 4px);
		width: calc(33.33333% + 4px);
	}

	.pc-basket__price-col {
		width: -webkit-calc(50% - 12px);
		width: calc(50% - 12px);
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.pc-basket__price-col span {
		font-size: 18px;
	}

	.pc-basket__notice {
		width: 33.33333%;
	}

	.pc-basket__del-col {
		width: -webkit-calc(16.66667% - 12px);
		width: calc(16.66667% - 12px);
	}
}

.basket-right-block {
	width: 100%;
	padding: 27px 32px 32px;
	background-color: #f6f6f6;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.basket-right-block span {
	display: block;
	font-size: 15px;
	line-height: 20px;
}

.basket-right-block__on-head, .basket-right-block__weight, .basket-right-block__delivery, .basket-right-block__discount, .basket-right-block__price-full, .basket-right-block__head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.basket-right-block__on-head {
	margin-bottom: 24px;
}

.basket-right-block__title {
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}

.basket-right-block__change {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #d62626;
	cursor: pointer;
	outline: none !important;
	border: none;
}

.basket-right-block__change:hover, .basket-right-block__change:focus, .basket-right-block__change:active {
	color: #d62626;
	text-decoration: none;
}

.basket-right-block__weight {
	margin-bottom: 8px;
}

.basket-right-block__delivery {
	margin-bottom: 16px;
}

.basket-right-block__delivery span:last-child {
	max-width: 115px;
	text-align: right;
}

.basket-right-block__weight, .basket-right-block__delivery {
	padding-bottom: 12px;
	border-bottom: solid 1px #e4e4e4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.basket-right-block__body {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 24px;
	border-bottom: solid 1px #e4e4e4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.basket-right-block__display-block {
	display: none;
	margin-bottom: 24px;
}

.basket-right-block__display-block_mb-16 {
	margin-bottom: 16px;
}

.basket-right-block__display-block.display {
	display: block;
}

.basket-right-block__if {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 16px;
}

.basket-right-block__input-block {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
}

.basket-right-block__input-block_mb-16 {
	margin-bottom: 16px;
}

.basket-right-block__input-block:hover .basket-right-block__input {
	border: solid 2px #bfbfbf;
}

.basket-right-block__input {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 36px 0 18px;
	font-size: 15px;
	line-height: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 2px #e4e4e4;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline: none !important;
	background-color: #fff;
	color: #4a4a4a;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.basket-right-block__input:focus {
	border: solid 2px #bfbfbf;
}

.basket-right-block__send-promo {
	position: absolute;
	right: 2px;
	top: 2px;
	display: block;
	width: 36px;
	height: 36px;
	padding: 0;
	outline: none !important;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.basket-right-block__send-promo img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.basket-right-block__success {
	display: block;
	margin-top: 8px;
	font-size: 14px;
	line-height: 16px;
}

.basket-right-block__one-more {
	display: block;
	margin: 0;
	font-size: 14px;
	line-height: 16px;
	color: #d62626;
	text-decoration: underline;
}

.basket-right-block__one-more:hover, .basket-right-block__one-more:focus, .basket-right-block__one-more:active {
	color: #d62626;
}

.basket-right-block__discount span {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}

.basket-right-block__discount_ac span:last-child {
	color: #d62626;
}

.basket-right-block__price-full span {
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}

.basket-right-block__send-btn {
	margin-top: 24px;
	width: 100%;
}

@media (max-width: 991.98px) {
	.basket-right-block {
		max-width: -webkit-calc(496px - 24px);
		max-width: calc(496px - 24px);
		padding: 32px 32px 24px;
	}
}

@media (max-width: 767.98px) {
	.basket-right-block {
		display: block;
		width: 100%;
		padding: 27px 32px 32px;
	}

	.basket-right-block__body {
		margin-bottom: 16px;
		border-bottom: solid 1px #e4e4e4;
	}
}

.page-profile__left-menu {
	margin-bottom: 40px;
}

.page-profile__subtitle {
	margin: 0 0 32px;
}

.page-profile__card {
	margin: 0 0 32px;
}

.page-profile__info-price {
	margin: 0 0 32px;
}

.page-profile__favorites {
	text-align: center;
}

/* Нижняя часть карточек заказов */
.pp-current-order-card-btm {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pp-current-order-card-btm__btn-repeat {
	margin-left: auto;
	margin-right: 32px;
}

.pp-current-order-card-btm__btn-repeat:last-child {
	margin-right: 0;
}

@media (max-width: 767.98px) {
	.pp-current-order-card-btm {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.pp-current-order-card-btm__btn-more {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}

	.pp-current-order-card-btm__btn-repeat {
		margin-right: 0;
		margin-left: 0;
	}

	.pp-current-order-card-btm__btn-repeat:last-child {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
}

/* Текущие заказы - Подробная информация */
/* Информация о заказе */
.pp-current-order-info-card-body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pp-current-order-info-card-body__name, .pp-current-order-info-card-body__status, .pp-current-order-info-card-body__price {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
}

.pp-current-order-info-card-body__name p, .pp-current-order-info-card-body__status p, .pp-current-order-info-card-body__price p {
	margin: 0;
}

.pp-current-order-info-card-body__name {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 30%;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}

.pp-current-order-info-card-body__status {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 29%;
	-ms-flex: 0 0 29%;
	flex: 0 0 29%;
	max-width: 29%;
}

.pp-current-order-info-card-body__price {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

@media (max-width: 1259.98px) {
	.pp-current-order-info-card-body__name {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 38%;
		-ms-flex: 0 0 38%;
		flex: 0 0 38%;
		max-width: 38%;
	}

	.pp-current-order-info-card-body__status {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 43%;
		-ms-flex: 0 0 43%;
		flex: 0 0 43%;
		max-width: 43%;
	}

	.pp-current-order-info-card-body__price {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 19%;
		-ms-flex: 0 0 19%;
		flex: 0 0 19%;
		max-width: 19%;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media (max-width: 767.98px) {
	.pp-current-order-info-card-body__name {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.pp-current-order-info-card-body__name, .pp-current-order-info-card-body__status {
		height: auto;
	}

	.pp-current-order-info-card-body__name, .pp-current-order-info-card-body__status, .pp-current-order-info-card-body__price {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/* Параметры оплаты */
.pp-current-order-params-card-body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pp-current-order-params-card-body__status, .pp-current-order-params-card-body__reckoning, .pp-current-order-params-card-body__payment, .pp-current-order-params-card-body__pay {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
}

.pp-current-order-params-card-body__status p, .pp-current-order-params-card-body__reckoning p, .pp-current-order-params-card-body__payment p, .pp-current-order-params-card-body__pay p {
	margin: 0;
}

.pp-current-order-params-card-body__status {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 30%;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}

.pp-current-order-params-card-body__reckoning {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 29%;
	-ms-flex: 0 0 29%;
	flex: 0 0 29%;
	max-width: 29%;
}

.pp-current-order-params-card-body__payment {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.pp-current-order-params-card-body__pay {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16%;
	-ms-flex: 0 0 16%;
	flex: 0 0 16%;
	max-width: 16%;
}

@media (max-width: 1259.98px) {
	.pp-current-order-params-card-body__status {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 38%;
		-ms-flex: 0 0 38%;
		flex: 0 0 38%;
		max-width: 38%;
	}

	.pp-current-order-params-card-body__reckoning {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 62%;
		-ms-flex: 0 0 62%;
		flex: 0 0 62%;
		max-width: 62%;
	}

	.pp-current-order-params-card-body__payment {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.pp-current-order-params-card-body__pay {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media (max-width: 767.98px) {
	.pp-current-order-params-card-body__status, .pp-current-order-params-card-body__reckoning, .pp-current-order-params-card-body__payment, .pp-current-order-params-card-body__pay {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.pp-current-order-params-radio__item {
	margin-bottom: 20px;
}

/* Параметры отгрузки */
.pp-current-order-params-2-card-body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pp-current-order-params-2-card-body__status, .pp-current-order-params-2-card-body__delivery, .pp-current-order-params-2-card-body__price {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
}

.pp-current-order-params-2-card-body__status p, .pp-current-order-params-2-card-body__delivery p, .pp-current-order-params-2-card-body__price p {
	margin: 0;
}

.pp-current-order-params-2-card-body__status {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 30%;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}

.pp-current-order-params-2-card-body__delivery {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 29%;
	-ms-flex: 0 0 29%;
	flex: 0 0 29%;
	max-width: 29%;
}

.pp-current-order-params-2-card-body__price {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

@media (max-width: 1259.98px) {
	.pp-current-order-params-2-card-body__status {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 38%;
		-ms-flex: 0 0 38%;
		flex: 0 0 38%;
		max-width: 38%;
	}

	.pp-current-order-params-2-card-body__delivery {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 43%;
		-ms-flex: 0 0 43%;
		flex: 0 0 43%;
		max-width: 43%;
	}

	.pp-current-order-params-2-card-body__price {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 19%;
		-ms-flex: 0 0 19%;
		flex: 0 0 19%;
		max-width: 19%;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media (max-width: 767.98px) {
	.pp-current-order-params-2-card-body__status {
		margin-top: 20px;
	}

	.pp-current-order-params-2-card-body__status, .pp-current-order-params-2-card-body__delivery, .pp-current-order-params-2-card-body__price {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: auto;
		margin-bottom: 20px;
	}
}

/* Информация стоимости снизу */
.order-info-price__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.order-info-price__name p, .order-info-price__value p {
	text-align: right;
	margin: 0;
}

.order-info-price__name {
	width: 110px;
}

.order-info-price__name p {
	font-size: 12px;
}

.order-info-price__value {
	width: 100px;
}

.order-info-price__col {
	width: 110px;
}

/* Личные данные */
.pe-form__info p {
	display: block;
}

.pe-form__info p:not(:last-child) {
	margin-bottom: 10px;
}

.pe-form__input {
	margin-bottom: 10px;
}

.pe-form__input_password-first {
	margin-top: 32px;
}

.pe-form__bottom {
	margin-top: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

/* Избранное */
.pp-favorites-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.pp-favorites-icon > img, .pp-favorites-icon > svg {
	width: 46px;
	height: 40px;
	margin-bottom: 40px;
}

/* Главная профиля */
.pp-menu-block {
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid #e4e4e4;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.pp-menu-block::before {
	content: '';
	float: left;
	padding-bottom: 100%;
}

.pp-menu-block::after {
	content: '';
	display: table;
	clear: both;
}

.pp-menu-block:hover {
	border: 1px solid #d62626;
}

.pp-menu-block__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.pp-menu-block__icon {
	width: 93px;
	height: 93px;
	margin-bottom: 11px;
}

.pp-menu-block__icon > img, .pp-menu-block__icon > svg {
	width: 100%;
	height: auto;
}

.pp-menu-block__title {
	font-size: 14px;
	font-weight: 400;
	color: #4a4a4a;
}

.ordering-form__flex {
	margin-bottom: 16px;
}

.ordering-form__title {
	margin-bottom: 16px;
}

.ordering-form__personal-data {
	margin-bottom: 24px;
}

.ordering-form__label {
	display: block;
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}

.ordering-form__error-text {
	display: none;
	margin-top: 4px;
	margin-bottom: 0;
}

.ordering-form__info {
	display: block;
	margin-bottom: 48px;
	font-size: 14px;
	line-height: 16px;
}

.ordering-form__chouse-point {
	margin-bottom: 48px;
}

.ordering-form__select,
.ordering-form .bx-ui-slst-pool {
	width: -webkit-calc(416px - 24px);
	width: calc(416px - 24px);
}

.ordering-form__point-block {
	display: block;
	margin-bottom: 48px;
}

.ordering-form__text-point {
	width: -webkit-calc(416px - 24px);
	width: calc(416px - 24px);
	height: 160px;
}

.ordering-form__input-block {
	display: block;
	width: -webkit-calc(416px - 24px);
	width: calc(416px - 24px);
	margin-bottom: 24px;
}

.ordering-form__point-block.error .ordering-form__error-text, .ordering-form__text-point.error .ordering-form__error-text, .ordering-form__input-block.error .ordering-form__error-text, .ordering-form__wrap_error.error .ordering-form__error-text {
	display: block;
}

.ordering-form__point-block.error .ordering-form-field,
.ordering-form__point-block.error .ordering-form-textarea, .ordering-form__text-point.error .ordering-form-field,
.ordering-form__text-point.error .ordering-form-textarea, .ordering-form__input-block.error .ordering-form-field,
.ordering-form__input-block.error .ordering-form-textarea, .ordering-form__wrap_error.error .ordering-form-field,
.ordering-form__wrap_error.error .ordering-form-textarea {
	border-image-source: linear-gradient(to right, #de0f29, #ff5c25);
	border-image-slice: 1;
}

.ordering-form__wrap {
	display: block;
	width: -webkit-calc(624px - 24px);
	width: calc(624px - 24px);
}

.ordering-form__wrap_hidden {
	display: none;
}

.ordering-form__wraper {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	display: block;
	width: -webkit-calc(312px - 24px);
	width: calc(312px - 24px);
	height: 100%;
}

.ordering-form__right-block {
	position: -webkit-sticky;
	position: sticky;
	top: 60px;
	display: block;
}

.ordering-form__privacy-policy {
	width: -webkit-calc(624px - 24px);
	width: calc(624px - 24px);
	margin-bottom: 32px;
}

.ordering-form__send {
	width: -webkit-calc(208px - 24px);
	width: calc(208px - 24px);
	margin-top: 16px;
}

@media (max-width: 1259.98px) {
	.ordering-form__wrap, .ordering-form__privacy-policy {
		width: -webkit-calc(560px - 24px);
		width: calc(560px - 24px);
	}
}

@media (max-width: 991.98px) {
	.ordering-form__flex {
		margin-bottom: 8px;
	}

	.ordering-form__text-point, .ordering-form__select, .ordering-form__wraper, .ordering-form__input-block,
  .ordering-form .bx-ui-slst-pool {
		width: -webkit-calc(496px - 24px);
		width: calc(496px - 24px);
	}

	.ordering-form__wrap, .ordering-form__privacy-policy {
		width: 100%;
	}

	.ordering-form__wraper {
		position: relative;
		top: auto;
		right: auto;
	}
}

@media (max-width: 767.98px) {
	.ordering-form__text-point, .ordering-form__select, .ordering-form__wraper, .ordering-form__input-block,
  .ordering-form .bx-ui-slst-pool {
		width: 100%;
	}

	.ordering-form__info {
		margin-bottom: 40px;
	}
}

.ordering-form-textarea {
	display: block;
	padding: 13px 16px;
	font-size: 14px;
	line-height: 16px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: solid 2px #e4e4e4;
	color: #4a4a4a;
	background-color: #ffffff;
	resize: none;
	outline: none !important;
	-webkit-transition: border-color .3s ease;
	-o-transition: border-color .3s ease;
	transition: border-color .3s ease;
}

.ordering-form-textarea:hover, .ordering-form-textarea:focus, .ordering-form-textarea:active {
	border-color: #bfbfbf;
}

.ordering-form-textarea::-webkit-input-placeholder {
	font-size: 15px;
	line-height: 20px;
	color: #9b9b9b;
}

.ordering-form-textarea::-moz-placeholder {
	font-size: 15px;
	line-height: 20px;
	color: #9b9b9b;
}

.ordering-form-textarea:-ms-input-placeholder {
	font-size: 15px;
	line-height: 20px;
	color: #9b9b9b;
}

.ordering-form-textarea::-ms-input-placeholder {
	font-size: 15px;
	line-height: 20px;
	color: #9b9b9b;
}

.ordering-form-textarea::placeholder {
	font-size: 15px;
	line-height: 20px;
	color: #9b9b9b;
}

.ordering-form-field {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 16px;
	font-size: 15px;
	line-height: 20px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: solid 2px #e4e4e4;
	color: #4a4a4a;
	background-color: #ffffff;
	outline: none !important;
	-webkit-transition: border-color .3s ease;
	-o-transition: border-color .3s ease;
	transition: border-color .3s ease;
}

.ordering-form-field:hover, .ordering-form-field:focus, .ordering-form-field:active {
	border-color: #bfbfbf;
}

.ordering-form-field::-webkit-input-placeholder {
	font-size: 15px;
	line-height: 20px;
	color: #9b9b9b;
}

.ordering-form-field::-moz-placeholder {
	font-size: 15px;
	line-height: 20px;
	color: #9b9b9b;
}

.ordering-form-field:-ms-input-placeholder {
	font-size: 15px;
	line-height: 20px;
	color: #9b9b9b;
}

.ordering-form-field::-ms-input-placeholder {
	font-size: 15px;
	line-height: 20px;
	color: #9b9b9b;
}

.ordering-form-field::placeholder {
	font-size: 15px;
	line-height: 20px;
	color: #9b9b9b;
}

.form-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.form-flex__btn-wrap {
	display: block;
	width: -webkit-calc(50% - 12px);
	width: calc(50% - 12px);
}

.form-flex__btn {
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}

.form-flex__btn_sm {
	width: -webkit-calc(208px - 24px);
	width: calc(208px - 24px);
}

.form-flex__radio {
	display: none;
}

.form-flex__radio:checked + .form-flex__btn {
	border-image-source: linear-gradient(to right, #de0f29, #ff5c25);
	border-image-slice: 1;
}

.form-flex__radio:checked + .form-flex__btn_sm span {
	color: #d62626;
}

.form-flex__radio:checked + .form-flex__btn_sm svg path {
	fill: #d62626;
}

@media (max-width: 1259.98px) {
	.form-flex__btn_sm {
		width: -webkit-calc(160px + 4px);
		width: calc(160px + 4px);
	}
}

@media (max-width: 991.98px) {
	.form-flex__btn_sm {
		width: -webkit-calc(248px - 24px);
		width: calc(248px - 24px);
	}
}

@media (max-width: 767.98px) {
	.form-flex {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.form-flex__btn, .form-flex__btn-wrap {
		width: 100%;
		margin-bottom: 8px;
	}
}

.form-flex-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 27px 24px 24px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: solid 2px #e4e4e4;
	background-color: #ffffff;
	outline: none !important;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.form-flex-btn:hover {
	text-decoration: none;
}

.form-flex-btn_sm {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 24px;
	height: 72px;
}

.form-flex-btn_sm span {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}

.form-flex-btn_sm svg {
	display: block;
	width: 24px;
	height: 24px;
}

.form-flex-btn_sm svg path {
	-webkit-transition: fill .3s ease;
	-o-transition: fill .3s ease;
	transition: fill .3s ease;
}

.form-flex-btn__title {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}

.form-flex-btn__desc {
	display: block;
	margin-top: 8px;
	margin-bottom: 0;
	text-align: left;
	font-size: 14px;
	line-height: 16px;
}

@media (min-width: 992px) {
	.form-flex-btn:hover, .form-flex-btn:focus, .form-flex-btn:active {
		border-color: #bfbfbf;
		text-decoration: none;
	}

	.form-flex-btn_sm:hover, .form-flex-btn_sm:focus, .form-flex-btn_sm:active {
		text-decoration: none;
	}

	.form-flex-btn_sm:hover span, .form-flex-btn_sm:focus span, .form-flex-btn_sm:active span {
		color: #d62626;
	}

	.form-flex-btn_sm:hover svg path, .form-flex-btn_sm:focus svg path, .form-flex-btn_sm:active svg path {
		fill: #d62626;
	}
}

@media (max-width: 1259.98px) {
	.form-flex-btn {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (max-width: 991.98px) {
	.form-flex-btn {
		padding: 27px 32px 24px 24px;
	}
}

@media (max-width: 767.98px) {
	.form-flex-btn {
		padding-top: 18px;
		padding-bottom: 16px;
	}

	.form-flex-btn_sm {
		padding: 24px;
	}
}

.page-ordering__form {
	margin-bottom: 40px;
}

.page-ordering__line {
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 0;
	margin-bottom: 32px;
	border: none;
	background-color: #e4e4e4;
}

.page-ordering__right-block {
	position: -webkit-sticky;
	position: sticky;
	top: 60px;
	display: block;
	padding: 32px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #f6f6f6;
}

@media (max-width: 991.98px) {
	.page-ordering__right-block {
		position: static;
	}
}

@media (max-width: 767.98px) {
	.page-ordering__right-block {
		margin-bottom: 24px;
	}

	.page-ordering__line {
		margin-bottom: 16px;
	}
}

.page-ordering-ready__btn-profile {
	width: -webkit-calc(208px - 24px);
	width: calc(208px - 24px);
	margin-top: 40px;
}

.bx-soa-section.bx-selected,
.bx-soa-section {
	border: none !important;
}

.bx-soa-section {
	margin-bottom: 0 !important;
}

.bx-soa-section.bx-selected .bx-soa-section-title-container {
	display: block !important;
	margin-bottom: 16px !important;
	padding: 0 !important;
}

.bx-soa-section.bx-selected .bx-soa-section-title {
	display: inline-block !important;
	margin: 0 !important;
	padding: 0 !important;
	font-weight: 700 !important;
	font-size: 20px !important;
	line-height: 1.2 !important;
	color: #4a4a4a !important;
}

.bx-soa-section.bx-selected .bx-soa-editstep {
	display: none !important;
}

.form-group.bx-soa-location-input-container {
	position: relative !important;
}

.bx-ui-slst-pool {
	margin-bottom: 48px;
}

.bx-soa-section-content {
	padding: 0 !important;
}

.bx-sls.form-control.dropdown-block,
.bx-slst .form-control.dropdown-block {
	position: relative !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	width: 100% !important;
	height: 40px !important;
	padding: 0 32px 0 16px !important;
	outline: none !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	border: solid 2px #e4e4e4 !important;
	background-color: #ffffff !important;
	font-size: 14px !important;
	line-height: 17px !important;
	color: #4a4a4a !important;
	white-space: nowrap !important;
	-o-text-overflow: ellipsis !important;
	text-overflow: ellipsis !important;
	cursor: pointer !important;
	-webkit-transition: all .2s ease !important;
	-o-transition: all .2s ease !important;
	transition: all .2s ease !important;
}

@media (min-width: 992px) {
	.bx-sls.form-control.dropdown-block:hover,
  .bx-slst .form-control.dropdown-block:hover {
		border-color: #bfbfbf !important;
	}

	.bx-sls.form-control.dropdown-block:hover .bx-ui-combobox-toggle svg,
    .bx-slst .form-control.dropdown-block:hover .bx-ui-combobox-toggle svg {
		-webkit-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
	}

	.bx-sls.form-control.dropdown-block:hover .bx-ui-combobox-toggle svg path,
      .bx-slst .form-control.dropdown-block:hover .bx-ui-combobox-toggle svg path {
		stroke: #bfbfbf;
	}
}

.bx-slst.dropdown-block {
	position: relative;
	z-index: 99;
	border: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.bx-ui-slst-other-item,
.bx-ui-combobox-deselect-item {
	border: none !important;
}

.dropdown-icon {
	display: none !important;
}

.bx-ui-combobox-fake.bx-combobox-fake-as-input {
	padding: 0 !important;
}

.bx-ui-combobox-toggle {
	position: absolute !important;
	right: 0 !important;
	top: -1px !important;
	display: block !important;
	width: 32px !important;
	height: 38px !important;
	padding: 0 !important;
	border: none !important;
	outline: none !important;
	cursor: pointer !important;
	background: url("/local/templates/stroyka_reborn/css/../img/ui-icon/dropdown.svg") 50% 50% no-repeat transparent !important;
}

.dropdown-block.bx-ui-slst-input-block.disabled-keyboard {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	height: 40px !important;
	border: solid 2px #e4e4e4 !important;
}

.bx-ui-combobox-dropdown {
	position: absolute !important;
	z-index: 99 !important;
	top: 44px !important;
	left: 0 !important;
	width: 100% !important;
	max-height: 25vh !important;
	overflow: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background-color: #fff !important;
	border: none !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	-webkit-box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.17) !important;
	box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.17) !important;
}

.bx-ui-pager-page-wrapper > .bx-ui-combobox-variant,
.bx-ui-pager-page-wrapper > .bx-ui-combobox-variant-active {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	width: 100% !important;
	height: 40px !important;
	margin: 0 !important;
	padding: 0 16px !important;
	cursor: pointer !important;
	line-height: 20px !important;
	font-size: 16px !important;
	-webkit-transition: all .2s ease !important;
	-o-transition: all .2s ease !important;
	transition: all .2s ease !important;
}

.bx-ui-combobox-variant:hover,
.bx-ui-combobox-variant-active {
	background: #f6f6f6 !important;
}

.bx-slst .bx-ui-combobox-fake,
.bx-slst .bx-ui-combobox-route {
	display: block !important;
	width: 100% !important;
	line-height: 40px !important;
	height: 40px !important;
}

.form-control.bx-soa-customer-input.bx-ios-fix,
.bx-soa-reference {
	display: none !important;
}

.bx-soa-custom-label {
	display: none !important;
}

.page-services__card {
	margin-bottom: 32px;
}

.page-services__current-service {
	margin-bottom: 32px;
}

.page-services__left-menu {
	margin-bottom: 40px;
}

.page-actions__card {
	margin-bottom: 32px;
}

.page-news__card {
	margin-bottom: 32px;
	height: -webkit-calc(100% - 32px);
	height: calc(100% - 32px);
}

.page-news__timer {
	margin-bottom: 32px;
}

@media (max-width: 767.98px) {
	.page-news__timer {
		margin-bottom: 20px;
	}
}

.page-announc__card {
	margin-bottom: 32px;
}

.page-careers__content {
	margin: 0 0 40px;
}

.page-careers__img {
	margin: 0 0 40px;
	padding: 0 30px;
}

.page-careers__img img {
	width: 100%;
	height: auto;
}

.page-careers__card {
	margin-bottom: 32px;
}

@media (max-width: 991.98px) {
	.page-careers__img {
		padding: 0;
	}
}

@media (max-width: 767.98px) {
	.page-careers__callback {
		padding-bottom: 40px;
	}
}

.careers-callback-form {
	background-color: #f7f7f7;
	padding: 32px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.careers-callback-form__input {
	margin: 0;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 -webkit-calc((100% - 120px) / 3 - 92px);
	-ms-flex: 0 0 calc((100% - 120px) / 3 - 92px);
	flex: 0 0 calc((100% - 120px) / 3 - 92px);
	max-width: -webkit-calc((100% - 120px) / 3 - 92px);
	max-width: calc((100% - 120px) / 3 - 92px);
}

@media (max-width: 991.98px) {
	.careers-callback-form__input {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 -webkit-calc((100% - 120px) / 3 - 32px);
		-ms-flex: 0 0 calc((100% - 120px) / 3 - 32px);
		flex: 0 0 calc((100% - 120px) / 3 - 32px);
		max-width: -webkit-calc((100% - 120px) / 3 - 32px);
		max-width: calc((100% - 120px) / 3 - 32px);
	}
}

@media (max-width: 991.98px) {
	.careers-callback-form__input {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 32px;
	}

	.careers-callback-form__button {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
}

.page-zaglushka__logo {
	margin-top: 153px;
}

.page-zaglushka__logo img, .page-zaglushka__logo svg {
	width: 100%;
	height: auto;
}

.page-zaglushka__bg {
	margin-top: 64px;
	background-image: url("/local/templates/stroyka_reborn/css/../img/zaglushka/bg.png");
	background-position: 10% 0;
	-webkit-background-size: cover;
	background-size: cover;
}

.page-zaglushka__content {
	padding-top: 130px;
	padding-bottom: 130px;
}

.page-zaglushka__title {
	font-size: 54px;
	line-height: 54px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 21px;
}

.page-zaglushka__title span {
	font-size: 43px;
	line-height: 53px;
	font-weight: 400;
}

.page-zaglushka__contacts {
	margin-bottom: 23px;
}

.page-zaglushka__contacts span {
	display: block;
	color: #ffffff;
}

.page-zaglushka__contacts a {
	display: block;
	font-size: 19px;
	line-height: 23px;
	font-weight: 700;
	color: #ffffff !important;
}

.page-zaglushka__social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 1259.98px) {
	.page-zaglushka__bg {
		background-position: 70% 0;
	}
}

@media (max-width: 991.98px) {
	.page-zaglushka__bg {
		background-position: 50% 0;
	}
}

@media (max-width: 767.98px) {
	.page-zaglushka__logo {
		margin-top: 53px;
	}

	.page-zaglushka__bg {
		margin-top: 20px;
	}

	.page-zaglushka__content {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.page-zaglushka__title {
		font-size: 30px;
		line-height: 30px;
		font-weight: 700;
		color: #ffffff;
		margin-bottom: 21px;
	}

	.page-zaglushka__title span {
		font-size: 25px;
		line-height: 25px;
		font-weight: 400;
	}

	.page-zaglushka__bg {
		background-position: 10% 0;
	}

	.page-zaglushka__social {
		margin-top: 30px;
	}
}

.login-form__input {
	margin-bottom: 32px;
}

.login-form__remember-me, .login-form__button, .login-form__psw, .login-form__passwd-msg {
	margin-bottom: 40px;
}

.login-form__psw a,
.login-form__register a {
	display: block;
	color: #d62626;
}

.register-form__input {
	margin-bottom: 32px;
}

.register-form__captcha, .register-form__button, .register-form__desc {
	margin-bottom: 40px;
}

.register-form__auth a {
	display: block;
	color: #d62626;
}

.password-form__desc {
	margin-bottom: 32px;
}

.password-form__input, .password-form__button {
	margin-bottom: 40px;
}

.password-form__auth a {
	display: block;
	color: #d62626;
}

.sect-404 {
	padding-top: 95px;
	padding-bottom: 120px;
}

.sect-404__title {
	margin-top: 100px;
	margin-bottom: 42px;
}

.sect-404__img img, .sect-404__img svg {
	width: 100%;
	height: auto;
}

@media (max-width: 767.98px) {
	.sect-404 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.sect-404__title {
		margin-top: 0;
	}

	.sect-404__link {
		margin-bottom: 40px;
	}
}

.page-cnt-shops__card {
	margin-bottom: 32px;
}

@media (max-width: 767.98px) {
	.page-cnt-shops__card {
		margin-bottom: 20px;
	}
}

.pcs-map {
	width: 100%;
	height: 450px;
}

.page-cnt-contacts__department-title {
	margin-bottom: 32px;
}

.page-cnt-contacts__card {
	margin-bottom: 32px;
}

.pcc-map {
	width: 100%;
	height: 450px;
}

.page-cnt-callback__content {
	margin-bottom: 32px;
}

.pc-callback-form__input {
	margin-bottom: 32px;
}

.pc-callback-form__hr {
	height: 2px;
	background-color: #d62626;
	margin: 0 0 10px;
	border: none;
}

.pc-callback-form__textarea {
	margin-bottom: 32px;
}

.pc-callback-form__politconf {
	font-size: 11px;
	color: #9b9b9b;
}

.pc-callback-form__politconf p {
	margin: 0;
}

.pc-callback-form__submit {
	text-align: right;
}

.page-company__content {
	margin-bottom: 32px;
}

.hm-search__spisok {
	position: absolute;
	z-index: 2;
	left: 0;
}

.title-search-result {
	z-index: 9999;
}

.search-spisok {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 100%;
	padding: 45px 10px 0 5px;
	display: block;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	border-top: none;
	-webkit-box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.search-spisok li {
	list-style-type: none !important;
}

.search-spisok__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	opacity: 1;
	padding: 0;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 17px;
	color: #4a4a4a;
}

.search-spisok__item:hover {
	text-decoration: none;
}

.search-spisok__variant {
	display: block;
	width: 70%;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.search-spisok__name {
	padding-left: 15px;
}

.search-spisok__name:hover {
	text-decoration: underline;
}

.search-spisok__img {
	background-color: #fff;
}

.search-spisok__img img {
	width: 30px;
	height: 30px;
}

.search-spisok__price {
	display: block;
	width: 30%;
	text-align: right;
	font-weight: 600;
}

@media (max-width: 1200px) {
	.search-spisok__variant {
		width: 65%;
	}

	.search-spisok__price {
		width: 45%;
	}
}

.new-left-menu {
	padding: 0;
}

.new-left-menu__item {
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.new-left-menu a {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.new-left-menu a:active, .new-left-menu a:focus {
	color: #e01b1b;
}

.new-left-menu__item_active a {
	color: #e01b1b;
}

.new-catalog__card-full {
	display: block;
	min-height: 320px;
	margin-bottom: 24px;
}

.new-catalog__card {
	position: relative;
	display: block;
	width: 100%;
	padding: 120px 16px 16px 12px;
	background-color: #f5f5f5;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.new-catalog__card.hover {
	color: #e01b1b;
}

.new-catalog__card img {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.new-catalog__title {
	z-index: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	min-height: 48px;
	margin: 0;
}

.new-catalog__submenu, .new-catalog__submenu-hidden {
	display: block;
	list-style-type: none;
	padding: 0;
	padding-left: 12px;
	padding-right: 12px;
}

.new-catalog__submenu li, .new-catalog__submenu-hidden li {
	display: block;
	margin-bottom: 8px;
}

.new-catalog__submenu li a, .new-catalog__submenu-hidden li a {
	font-size: 14px;
	line-height: 16px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.new-catalog__submenu li a:hover, .new-catalog__submenu-hidden li a:hover {
	color: #e01b1b;
}

.new-catalog__submenu-hidden.display {
	display: none;
}

.new-catalog__show-submenu {
	display: block;
	width: 100%;
	padding: 8px 12px;
	font-size: 15px;
	line-height: 20px;
	color: #e01b1b;
	background-color: #f5f5f5;
	border: none;
	text-align: left;
	outline: none !important;
	cursor: pointer;
}

@media (max-width: 767.98px) {
	.new-catalog__card-full {
		margin-bottom: 12px;
	}

	.new-catalog__card img {
		-o-object-position: 0 50%;
		object-position: 0 50%;
	}
}

.full-submenu {
	display: block;
	min-height: 48px;
	background-color: #f5f5f5;
}

main.catalog-actions {
	padding-bottom: 24px;
}

@media (max-width: 767.98px) {
	main.catalog-actions {
		padding-bottom: 0;
	}
}

.catalog-item {
	padding-top: 40px;
	padding-bottom: 24px;
	background-color: #fff;
}

.catalog-item__title {
	margin-bottom: 56px;
}

.catalog-item__preview {
	position: relative;
	display: block;
	width: 100%;
	margin-top: -88px;
	padding: 28px;
}

.catalog-item__product-img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.catalog-item__warning-img {
	position: absolute;
	z-index: 2;
	right: 28px;
	bottom: 28px;
	outline: none !important;
	cursor: pointer;
}

.catalog-item__warning-img img {
	display: block;
	width: 15px;
	height: 13px;
}

.catalog-item__badges {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (max-width: 1259.98px) {
	.catalog-item__title {
		margin-bottom: 32px;
	}

	.catalog-item__goods {
		margin-bottom: 44px;
	}

	.catalog-item__preview {
		margin-top: 0;
		padding: 20px;
	}

	.catalog-item__warning-img {
		bottom: 19px;
		right: 19px;
	}
}

@media (max-width: 767.98px) {
	.catalog-item {
		padding-top: 24px;
		padding-bottom: 0;
	}

	.catalog-item__title {
		margin-bottom: 24px;
	}

	.catalog-item__goods {
		margin-bottom: 52px;
	}

	.catalog-item__preview {
		margin-bottom: 16px;
		padding: 16px;
	}

	.catalog-item__warning-img {
		bottom: 0;
		right: 0;
	}
}

.gallery-slider-big {
	position: relative;
	background-color: #ffffff;
}

.gallery-slider-big__item {
	position: relative;
	outline: none !important;
}

.gallery-slider-big__item::before {
	content: '';
	float: left;
	padding-bottom: 100%;
}

.gallery-slider-big__item::after {
	content: '';
	display: table;
	clear: both;
}

.gallery-slider-big__item img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.gallery-slider-big__prev, .gallery-slider-big__next {
	position: absolute;
	z-index: 2;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
	outline: none !important;
}

.gallery-slider-big__prev svg, .gallery-slider-big__next svg {
	width: 20px;
	height: 20px;
}

.gallery-slider-big__prev svg > g > g, .gallery-slider-big__next svg > g > g {
	fill: #d6d6d6;
	-webkit-transition: fill .2s ease;
	-o-transition: fill .2s ease;
	transition: fill .2s ease;
}

.gallery-slider-big__prev:hover svg > g > g, .gallery-slider-big__prev:focus svg > g > g, .gallery-slider-big__next:hover svg > g > g, .gallery-slider-big__next:focus svg > g > g {
	fill: #e01b1b;
}

.gallery-slider-big__prev {
	left: 0;
}

.gallery-slider-big__next {
	right: 0;
}

.gallery-slider-small {
	background-color: transparent;
}

.gallery-slider-small__item {
	position: relative;
	min-width: 56px;
	height: 56px;
	margin-right: 8px;
	cursor: pointer;
	outline: none !important;
	border: 1px solid transparent;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.gallery-slider-small__item img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.gallery-slider-small__item:hover, .gallery-slider-small__item.slick-current {
	border-color: #d6d6d6;
}

.gallery-slider-small__item:last-child {
	margin: 0;
}

@media (max-width: 767.98px) {
	.gallery-slider-small__item {
		min-width: 40px;
		height: 40px;
	}
}

.price-list {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 392px;
	-ms-flex: 0 0 392px;
	flex: 0 0 392px;
	max-width: 392px;
}

.price-list__top {
	margin-bottom: 24px;
}

.price-list__middle {
	margin-bottom: 16px;
}

@media (max-width: 991.98px) {
	.price-list {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width: 767.98px) {
	.price-list {
		margin-bottom: 20px;
	}
}

.price-list-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 8px;
	border-bottom: 1px solid #d6d6d6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.price-list-top__exists {
	position: relative;
	display: block;
	padding-left: 20px;
}

.price-list-top__exists span {
	font-size: 14px;
	line-height: 16px;
}

.price-list-top__exists span:first-child {
	display: none;
}

.price-list-top__exists span:nth-child(2) {
	display: block;
}

.price-list-top__exists img {
	position: absolute;
	left: 0;
	top: 3px;
	display: none;
	width: 10px;
	height: 10px;
}

.price-list-top__exists_true img {
	display: block;
}

.price-list-top__exists_true span:first-child {
	display: block;
}

.price-list-top__exists_true span:nth-child(2) {
	display: none;
}

.price-list-top__code span {
	display: inline-block;
	font-size: 14px;
	line-height: 17px;
}

.price-list-top__code span:first-child {
	margin-right: 8px;
}

.price-list-top__code span:last-child {
	font-weight: 700;
}

.price-list-middle {
	padding-bottom: 32px;
	border-bottom: 1px solid #d6d6d6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.price-list-middle__price {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 16px;
}

.price-list-middle__total {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 32px;
	padding-bottom: 32px;
	border-bottom: 1px solid #d6d6d6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.price-list-middle__current-price, .price-list-middle__old-price {
	display: inline-block;
	margin-bottom: 0;
}

.price-list-middle__current-price {
	margin-right: 24px;
	color: #e01b1b;
}

.price-list-middle__old-price {
	color: #808080;
	position: relative;
}

.price-list-middle__old-price::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #808080;
}

.price-list-middle__block-cnt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 40px;
	width: 102px;
	margin-right: 24px;
}

.price-list-middle__total-price span {
	display: inline-block;
}

.price-list-middle__total-price span:first-child {
	font-size: 14px;
	line-height: 16px;
	margin-right: 8px;
}

.price-list-middle__total-price span:last-child {
	font-weight: 700;
}

.price-list-middle__bye {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.price-list-middle__exist {
	height: 48px;
	padding: 0 16px;
}

.price-list-middle__exist.added {
	background: #1fc253;
}

.price-list-middle__exist.added::before {
	display: none;
}

.price-list-middle__exist.added:hover, .price-list-middle__exist.added:focus, .price-list-middle__exist.added:active {
	background: #1fc253;
}

.price-list-middle__basket {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 160px;
	height: 48px;
	padding-right: 26px;
	padding-left: 18px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-image: -webkit-gradient(linear, left top, right top, from(#de0f29), to(#ff5c25));
	background-image: -webkit-linear-gradient(left, #de0f29, #ff5c25);
	background-image: -o-linear-gradient(left, #de0f29, #ff5c25);
	background-image: linear-gradient(to right, #de0f29, #ff5c25);
	border: none;
	outline: none !important;
	cursor: pointer;
	overflow: hidden;
}

.price-list-middle__basket::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#ff2020), to(#ff8c00));
	background-image: -webkit-linear-gradient(left, #ff2020, #ff8c00);
	background-image: -o-linear-gradient(left, #ff2020, #ff8c00);
	background-image: linear-gradient(to right, #ff2020, #ff8c00);
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.price-list-middle__basket:hover, .price-list-middle__basket:focus {
	text-decoration: none;
}

.price-list-middle__basket:hover::before, .price-list-middle__basket:focus::before {
	opacity: 1;
}

.price-list-middle__basket:hover span, .price-list-middle__basket:focus span {
	color: #fff;
}

.price-list-middle__basket img {
	z-index: 2;
	display: none;
	width: 24px;
	height: 24px;
	margin-right: 6px;
}

.price-list-middle__basket.added {
	padding: 0 20px;
}

.price-list-middle__basket.added svg {
	display: none;
}

.price-list-middle__basket.added img {
	display: block;
}

.price-list-middle__basket:hover {
	text-decoration: none;
}

.price-list-middle__basket svg {
	z-index: 2;
	display: block;
	margin-right: 18px;
}

.price-list-middle__basket svg path:first-child {
	fill: transparent;
}

.price-list-middle__basket svg path:last-child {
	fill: #fff;
}

.price-list-middle__basket span {
	z-index: 2;
	margin-bottom: 0;
	color: #fff;
}

.price-list-middle__favorite {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	cursor: pointer;
	outline: none !important;
	border: none;
	background-color: transparent;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.price-list-middle__favorite.active img:nth-child(2) {
	display: none;
}

.price-list-middle__favorite.active img:nth-child(3) {
	display: block;
}

.price-list-middle__favorite:hover {
	text-decoration: none;
}

.price-list-middle__favorite span {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	margin-right: 7px;
}

.price-list-middle__favorite img {
	display: none;
	width: 28px;
	height: 23px;
}

.price-list-middle__favorite img:nth-child(2) {
	display: block;
}

@media (max-width: 767.98px) {
	.price-list-middle__price {
		margin-bottom: 18px;
	}

	.price-list-middle__total {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.price-list-middle__current-price {
		margin-right: 16px;
	}

	.price-list-middle__basket {
		width: 150px;
		padding-right: 18px;
	}

	.price-list-middle__basket svg {
		margin-right: 8px;
	}

	.price-list-middle__basket span {
		font-size: 17px;
		line-height: 22px;
	}
}

.price-list-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.price-list-bottom__wraper {
	position: relative;
	padding-bottom: 32px;
}

.price-list-bottom__method {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 16px;
	border: none;
	border-bottom: 1px dashed #373737;
	background: transparent;
	color: #373737;
	cursor: pointer;
	outline: none !important;
}

.price-list-bottom__popup {
	position: absolute;
	z-index: 3;
	top: 32px;
	left: 0;
}

@media (max-width: 1259.98px) {
	.price-list-bottom__wraper {
		padding-bottom: 0;
	}

	.price-list-bottom__popup_sm-right {
		left: auto;
		right: 0;
	}
}

@media (max-width: 767.98px) {
	.price-list-bottom__popup {
		left: -12px;
	}

	.price-list-bottom__popup_sm-right {
		left: auto;
		right: -12px;
	}
}

.price-popup {
	display: none;
	opacity: 0;
	width: 328px;
	padding: 16px 12px 16px 16px;
	background-color: #fff;
	-webkit-box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.29);
	box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.29);
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.price-popup.display {
	display: block;
}

.price-popup.visible {
	opacity: 1;
}

.price-popup::before {
	content: "";
	position: absolute;
	left: 40px;
	top: -10px;
	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 20px solid #fff;
}

.price-popup__title-sm {
	font-size: 15px;
	line-height: 24px;
	font-weight: 700;
}

.price-popup__list {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 16px;
	padding: 0;
}

.price-popup__list:last-child {
	margin-bottom: 10px;
}

.price-popup__item {
	position: relative;
	display: block;
	padding-left: 12px;
	font-size: 14px;
	line-height: 16px;
	list-style-type: none;
}

.price-popup__item::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 6px;
	width: 4px;
	height: 4px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #373737;
}

.price-popup__block-img {
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 25px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.price-popup__block-img img {
	display: block;
}

.price-popup__block-img img:first-child {
	width: 40px;
	height: 20px;
}

.price-popup__block-img img:nth-child(2) {
	width: 35px;
	height: 25px;
	margin-left: 4px;
	margin-right: 4px;
}

.price-popup__block-img img:last-child {
	width: 48px;
	height: 20px;
}

.price-popup__info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 122px;
	height: 40px;
	padding: 0 19px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #d6d6d6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	color: #373737;
	outline: none !important;
	cursor: pointer;
}

.price-popup__info:hover {
	text-decoration: none;
}

@media (max-width: 991.98px) {
	.price-popup_sm-right::before {
		left: auto;
		right: 40px;
	}
}

@media (max-width: 767.98px) {
	.price-popup {
		width: 320px;
	}
}

.catalog-item-pluses {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.catalog-item-pluses__item {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 16px;
}

.catalog-item-pluses__item:last-child {
	margin-bottom: 0;
}

.catalog-item-pluses__item img {
	z-index: 2;
	display: block;
	width: 48px;
	height: 48px;
	margin-right: 8px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.catalog-item-pluses__item::before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	width: 48px;
	height: 48px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #f6f6f6;
}

.catalog-item-pluses__item span {
	font-size: 14px;
	line-height: 16px;
}

@media (max-width: 1259.98px) {
	.catalog-item-pluses {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.catalog-item-pluses__item {
		margin-bottom: 0;
	}
}

@media (max-width: 767.98px) {
	.catalog-item-pluses {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.catalog-item-pluses__item {
		margin-bottom: 16px;
	}
}

.section-content {
	padding: 32px 0;
	background-color: #ffffff;
}

.section-content__title {
	margin-bottom: 16px;
}

.section-content__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 8px;
}

.section-content__item:last-child {
	margin-bottom: 0;
}

.section-content__item span {
	font-size: 15px;
	line-height: 24px;
}

.section-content__btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 152px;
	height: 40px;
	padding: 0 16px;
	margin-top: 8px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #d6d6d6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	color: #373737;
	outline: none !important;
	cursor: pointer;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.section-content__btn:hover, .section-content__btn:focus {
	text-decoration: none;
	border-color: #bfbfbf;
}

@media (max-width: 991.98px) {
	.section-content {
		padding-top: 24px;
		padding-bottom: 32px;
	}

	.section-content_description {
		padding: 16px 0;
	}

	.section-content_characteristic {
		padding: 24px 0;
	}
}

@media (max-width: 767.98px) {
	.section-content_description {
		padding: 24px 0;
	}
}

.product-comments__container {
	display: none;
	margin-top: 24px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.section-line {
	display: block;
	border: none;
	width: 100%;
	height: 1px;
	background-color: #d6d6d6;
}

.p-search-result__sect {
	margin-bottom: 32px;
}

@media (max-width: 991.98px) {
	.p-search-result__sect {
		margin-bottom: 24px;
	}
}

@media (max-width: 767.98px) {
	.p-search-result__card-wraper {
		margin-bottom: 24px;
	}
}

.search-result {
	padding-top: 32px;
}

.search-result__title {
	margin-bottom: 24px;
}

.search-result__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.search-result__form {
	margin-bottom: 16px;
}

.search-result__cnt {
	display: block;
	margin-bottom: 32px;
}

@media (max-width: 991.98px) {
	.search-result__cnt {
		margin-bottom: 24px;
	}
}

@media (max-width: 991.98px) {
	.search-result__title {
		margin-top: 24px;
	}

	.search-result__cnt {
		margin-bottom: 16px;
	}
}

.form-result {
	position: relative;
	width: 100%;
	height: 40px;
}

.form-result:hover .form-result__input {
	border-color: #bfbfbf;
}

.form-result__input {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	padding: 0 40px 0 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: solid 2px #d6d6d6;
	background-color: #fff;
	outline: none !important;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.form-result__input:focus {
	border-color: #bfbfbf;
}

.form-result__btn {
	position: absolute;
	right: 0;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: none;
	outline: none !important;
	background: transparent;
}

.form-result__btn svg {
	width: 20px;
	height: 20px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.form-result__btn:hover svg g > g {
	fill: #bfbfbf;
}

.favorite {
	padding-top: 32px;
}

.favorite__title {
	margin-bottom: 24px;
}

.subscription-card-popup {
	display: block;
	width: 320px;
	padding: 50px 32px 56px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #ffffff;
	text-align: center;
}

.subscription-card-popup__title {
	margin-bottom: 18px;
}

.subscription-card-popup__desc {
	display: block;
	height: 72px;
	margin-bottom: 26px;
	font-size: 16px;
	line-height: 24px;
	color: #616160;
	overflow: hidden;
}

.subscription-card-popup__img {
	display: block;
	margin: 0 auto;
	width: 216px;
	height: 128px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.subscription-card-popup__img_request {
	width: 160px;
	height: 160px;
	margin-bottom: 24px;
}

.subscription-card-popup__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	width: 172px;
	height: 40px;
	color: #fff;
	outline: none !important;
	border: none;
	cursor: pointer;
	background-image: -webkit-gradient(linear, left top, right top, from(#de0f29), to(#ff5c25));
	background-image: -webkit-linear-gradient(left, #de0f29, #ff5c25);
	background-image: -o-linear-gradient(left, #de0f29, #ff5c25);
	background-image: linear-gradient(to right, #de0f29, #ff5c25);
}

.subscription-card-popup__link:hover, .subscription-card-popup__link:focus {
	text-decoration: none;
	color: #fff;
}

.popup {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.popup__bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.popup__wraper, .popup__wrap {
	position: relative;
	z-index: 2;
}

.popup__wrap {
	width: 100%;
	max-width: 368px;
	padding: 60px 30px;
	background-color: #f6f6f6;
	max-height: 100vh;
	overflow: auto;
}

.popup__wrap_subscription {
	max-width: 320px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0;
	background-color: #ffffff;
	-webkit-box-shadow: 0 29px 48px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 29px 48px 0 rgba(0, 0, 0, 0.2);
}

.popup__close {
	position: absolute;
	z-index: 2;
	top: 5px;
	right: 5px;
	background-color: transparent;
	border: none;
	outline: none !important;
	padding: 0;
	cursor: pointer;
	width: 30px;
	height: 30px;
}

.popup__close_subscription {
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
}

.popup.display {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.popup.visible {
	opacity: 1;
}

.popup-callback__title {
	text-align: center;
	margin-bottom: 30px;
}

.popup-callback__desc {
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 22px;
	color: #9b9b9b;
}

.popup-callback__input {
	margin-bottom: 20px;
}

.popup-callback__politconf {
	margin-bottom: 30px;
	font-size: 11px;
	font-weight: 400;
	line-height: 13px;
	color: #4a4a4a;
}

.popup-callback__button {
	text-align: center;
}

.popup-callback__img-success {
	display: block;
	margin: 0 auto;
}

/* БИТРИКСОВЫЙ ПОПАП */
.popup-window {
	width: 320px !important;
	text-align: center !important;
	padding: 40px 32px 56px !important;
	background-color: #fff !important;
}

.popup-window-titlebar {
	height: auto !important;
	text-align: center !important;
}

.popup-window-titlebar-text {
	display: block !important;
	margin-bottom: 32px !important;
	letter-spacing: normal !important;
	overflow: none !important;
	white-space: normal !important;
	font-size: 24px !important;
	line-height: 32px !important;
	font-weight: 700 !important;
	color: #4a4a4a !important;
	padding: 0 !important;
}

.popup-window-titlebar-close-icon {
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	cursor: pointer;
	opacity: .5;
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.popup-window-titlebar-close-icon:hover {
	opacity: 1;
}

.popup-window-titlebar-close-icon:after {
	content: "";
	position: absolute;
	width: 100% !important;
	height: 100% !important;
	background: url("/local/templates/stroyka_reborn/css/../img/ui-icon/close.png") no-repeat 50% 50%/cover;
}

.popup-window-content {
	background-color: transparent !important;
}

.popup-window-content img {
	display: block;
	margin: 0 auto 24px;
	width: 160px;
	height: 160px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.popup-window-content p {
	display: block;
	max-height: 72px;
	height: auto;
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 24px;
	color: #616160;
	overflow: hidden;
}

.popup-window-buttons .btn {
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	min-width: 120px !important;
	height: 40px !important;
	border: none !important;
	outline: none !important;
	font-size: 16px !important;
	line-height: 40px !important;
	font-weight: 600 !important;
	text-align: center !important;
	cursor: pointer !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	padding: 0 16px !important;
	background-image: -webkit-gradient(linear, left top, right top, from(#de0f29), to(#ff5c25));
	background-image: -webkit-linear-gradient(left, #de0f29, #ff5c25);
	background-image: -o-linear-gradient(left, #de0f29, #ff5c25);
	background-image: linear-gradient(to right, #de0f29, #ff5c25);
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	color: #fff !important;
}

.popup-window-buttons .btn:hover, .popup-window-buttons .btn:active, .popup-window-buttons .btn:focus {
	text-decoration: none !important;
	color: #fff !important;
}

/* Попап "В разработке" */
.popup-testing__wrap {
	position: relative;
	padding: 30px 40px;
	width: 100%;
	max-width: 768px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.1);
}

.popup-testing__content {
	position: relative;
	z-index: 2;
	width: 60%;
}

.popup-testing__title {
	margin-bottom: 20px;
}

.popup-testing__desc {
	margin-bottom: 30px;
}

.popup-testing__link {
	margin-bottom: 20px;
}

.popup-testing__bq {
	margin-bottom: 20px;
}

.popup-testing__note {
	display: inline-block;
}

.popup-testing__img-hd {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 100%;
	z-index: 1;
}

.popup-testing__img-mob {
	display: none;
	width: 100%;
	height: auto;
}

@media (max-width: 991.98px) {
	.popup-testing__wrap {
		padding: 20px;
		max-width: 744px;
	}
}

@media (max-width: 767.98px) {
	.popup-testing__wrap {
		max-width: 100%;
		padding-bottom: 0;
	}

	.popup-testing__content {
		width: 100%;
	}

	.popup-testing__img-hd {
		display: none;
	}

	.popup-testing__note {
		margin-bottom: 20px;
	}

	.popup-testing__img-mob {
		display: block;
	}
}

/* Попап с формой авторизации */
.form-auth {
	position: relative;
	display: block;
	width: 288px;
	padding: 32px 16px 24px;
	background-color: #fff;
	-webkit-box-shadow: 0 29px 48px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 29px 48px 0 rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.form-auth__title {
	margin-bottom: 24px;
	text-align: center;
}

.form-auth__formfield-pass {
	margin-bottom: 16px;
}

.form-auth__submit {
	width: 100%;
	margin-bottom: 32px;
}

.form-auth__footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.form-auth__footer a {
	display: inline-block;
	font-size: 14px;
	line-height: 16px;
	text-decoration: underline;
	color: #4a4a4a;
}

/* Попап с формой авторизации */
.form-existence {
	position: relative;
	display: block;
	width: 288px;
	padding: 32px 16px;
	background-color: #fff;
	-webkit-box-shadow: 0 29px 48px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 29px 48px 0 rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.form-existence__title {
	margin-bottom: 16px;
	text-align: center;
}

.form-existence__desc {
	margin-bottom: 16px;
}

.form-existence__formfield-name {
	display: block;
	margin-bottom: 24px;
}

.form-existence__formfield-email {
	display: block;
	margin-bottom: 32px;
}

.form-existence__submit {
	width: 100%;
}

.form-existence-thx {
	display: block;
	width: 288px;
	padding: 32px 16px;
	background-color: #fff;
	-webkit-box-shadow: 0 29px 48px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 29px 48px 0 rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.form-existence-thx__title {
	margin-bottom: 16px;
	text-align: center;
}

.form-existence-thx__desc {
	margin-bottom: 24px;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
}

.form-existence-thx__btn {
	width: 110px;
	margin: 0 auto;
}

.subscription {
	display: block;
}

.subscription__block {
	display: block;
	margin: 170px auto 0;
	width: 240px;
	text-align: center;
}

.subscription__title {
	margin-bottom: 18px;
}

.subscription__desc {
	display: block;
	min-height: 72px;
	margin-bottom: 2px;
	font-size: 16px;
	line-height: 24px;
}

.subscription img {
	display: block;
	width: 216px;
	height: 128px;
	margin: 0 auto;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

@media (max-width: 767.98px) {
	.subscription__block {
		margin-top: 70px;
	}
}

.js-bx-comment-block {
	display: none;
}

.new-bx-text {
	font-family: "ProximaNova", sans-serif !important;
	font-size: 15px !important;
	line-height: 24px !important;
}

.new-bx-input {
	padding: 0 16px !important;
	height: 30px !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	border: 2px solid #e4e4e4 !important;
	background-color: #fff !important;
	outline: none !important;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.new-bx-input:hover, .new-bx-input:focus {
	border-color: #bfbfbf !important;
}

.new-bx-btn {
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	-webkit-flex-wrap: nowrap !important;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
	min-width: 152px !important;
	height: 40px !important;
	padding: 0 16px !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	border: 1px solid #e4e4e4 !important;
	outline: none !important;
	color: #4a4a4a !important;
	background-color: #fff !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1 !important;
	white-space: normal !important;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.new-bx-btn:hover, .new-bx-btn:focus {
	border-color: #bfbfbf !important;
	text-decoration: none !important;
}

.lk-card {
	display: block;
	width: 100%;
	margin-top: 12px;
	padding: 48px 16px 24px;
	cursor: pointer;
	outline: none !important;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #d6d6d6;
	background-color: #fff;
	text-decoration: none;
	-webkit-transition: border-color .2 ease;
	-o-transition: border-color .2 ease;
	transition: border-color .2 ease;
}

.lk-card img {
	display: block;
	width: 92px;
	height: 92px;
	margin: 0 auto 26px;
}

.lk-card:hover {
	border-color: #e01b1b;
	text-decoration: none;
}

@media (max-width: 767.98px) {
	.lk-card {
		padding: 24px 12px;
	}

	.lk-card img {
		margin-bottom: 0;
	}
}

.personal-data__description {
	display: block;
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 18px;
}

.personal-data__block-form {
	display: block;
	background-color: #ffffff;
}

.personal-data__forgot-pass {
	margin-top: 40px;
	margin-bottom: 24px;
}

@media (max-width: 767.98px) {
	.personal-data__block-form {
		padding-top: 24px;
	}
}

.personal-data-link {
	color: #373737;
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	text-decoration: underline;
	color: #e01b1b;
}

.personal-data-link:hover, .personal-data-link:focus {
	text-decoration: underline;
	color: #e01b1b;
}

.form-personal-data__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.form-personal-data__formfield, .form-personal-data__desc {
	width: -webkit-calc(312px - 24px);
	width: calc(312px - 24px);
}

.form-personal-data__formfield {
	display: block;
}

.form-personal-data__desc {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 32px;
	margin-bottom: 28px;
	margin-left: 24px;
}

.form-personal-data__change-pass {
	margin: 24px 0;
}

.form-personal-data__change-pass-title {
	margin-bottom: 16px;
}

.form-personal-data__check {
	margin: 32px 0;
}

.form-personal-data__send {
	width: -webkit-calc(208px - 24px);
	width: calc(208px - 24px);
}

@media (max-width: 767.98px) {
	.form-personal-data__wrap {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.form-personal-data__formfield, .form-personal-data__desc {
		width: 100%;
	}

	.form-personal-data__desc {
		margin-left: 0;
		margin-bottom: 24px;
		min-height: auto;
	}

	.form-personal-data__change-pass {
		margin-top: 8px;
	}

	.form-personal-data__send {
		margin: 0 auto;
	}

	.form-personal-data__check {
		margin-top: 0;
	}
}

.sect-current-orders__block {
	margin-bottom: 16px;
}

.sect-current-orders__block:last-child {
	margin-bottom: 0;
}

.current-orders {
	display: block;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid transparent;
	-webkit-transition: border-color .2s ease;
	-o-transition: border-color .2s ease;
	transition: border-color .2s ease;
}

.current-orders_open {
	border-color: #d6d6d6;
}

.current-orders_open .current-orders__slide-toggle {
	display: block;
}

.current-orders__head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 24px;
	min-height: 80px;
	background-color: #f5f5f5;
}

.current-orders__toggle-btn {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-width: -webkit-calc(104px - 24px);
	min-width: calc(104px - 24px);
	width: -webkit-calc(104px - 24px);
	width: calc(104px - 24px);
	height: 80px;
	padding: 0;
	background-color: transparent;
	cursor: pointer;
	border: none;
	outline: none !important;
}

.current-orders__toggle-btn span {
	position: absolute;
	top: 24px;
	left: 24px;
	display: inline-block;
	width: 24px;
	height: 24px;
}

.current-orders__toggle-btn span::before, .current-orders__toggle-btn span::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #d6d6d6;
	-webkit-transition: background-color .2s ease, opacity .2s ease;
	-o-transition: background-color .2s ease, opacity .2s ease;
	transition: background-color .2s ease, opacity .2s ease;
}

.current-orders__toggle-btn span::before {
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.current-orders__toggle-btn span::after {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
	opacity: 1;
}

.current-orders__toggle-btn:hover span::before, .current-orders__toggle-btn:hover span::after {
	background-color: #e01b1b;
}

.current-orders__toggle-btn_open span::after {
	opacity: 0;
}

.current-orders__middle-col {
	display: block;
	padding-left: 16px;
	margin-right: 24px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 416px;
	-ms-flex: 0 0 416px;
	flex: 0 0 416px;
	max-width: 416px;
}

.current-orders__middle-col_head {
	padding: 16px 0 16px 8px;
}

.current-orders__number {
	margin-bottom: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	outline: none !important;
	cursor: pointer;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

.current-orders__number:hover {
	color: #d62626;
}

.current-orders__status {
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #373737;
}

.current-orders__toltip {
	position: relative;
	display: block;
	margin-left: 24px;
}

.current-orders__toltip:hover p {
	display: block;
}

.current-orders__toltip span {
	display: inline-block;
	width: 24px;
	height: 24px;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	text-align: center;
	color: #373737;
	background-color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #d6d6d6;
}

.current-orders__toltip p {
	position: absolute;
	z-index: 1;
	top: -68px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
	width: 212px;
	margin-bottom: 0;
	padding: 8px;
	font-size: 14px;
	line-height: 1.14;
	color: #373737;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16);
}

.current-orders__toltip p::after {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: -8px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #f5f5f5;
}

.current-orders__total-price-head {
	display: inline-block;
	margin-left: auto;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
}

.current-orders__date {
	display: inline-block;
	width: -webkit-calc(104px - 32px);
	width: calc(104px - 32px);
	font-size: 15px;
	line-height: 24px;
	color: #373737;
}

.current-orders__pay {
	margin-left: auto;
	width: 106px;
	min-width: 106px;
}

.current-orders__pay.inactive-button {
	opacity: .5;
	cursor: not-allowed;
}

.current-orders__pay.inactive-button:hover::before, .current-orders__pay.inactive-button:focus::before {
	opacity: 0;
}

.current-orders__slide-toggle {
	display: none;
}

.current-orders__body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 24px 24px 0;
	background-color: #fff;
}

.current-orders__rows {
	display: block;
	margin-bottom: 16px;
}

.current-orders__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 48px;
	margin-bottom: 16px;
}

.current-orders__row:last-child {
	margin-bottom: 0;
}

.current-orders__img {
	display: block;
	min-width: 48px;
	width: 48px;
	height: 48px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.current-orders__quantity, .current-orders__price, .current-orders__name, .current-orders__total-price-in-row {
	display: block;
	font-size: 15px;
	line-height: 24px;
}

.current-orders__name {
	margin-bottom: 0;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

.current-orders__name:hover, .current-orders__name:focus {
	text-decoration: none;
	color: #d62626;
}

.current-orders__info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.current-orders__quantity {
	min-width: 70px;
}

.current-orders__price {
	min-width: 100px;
}

.current-orders__quantity, .current-orders__price {
	color: #808080;
}

.current-orders__total-price-in-row {
	font-weight: 600;
	min-width: 86px;
	text-align: right;
}

.current-orders__contacts-info {
	width: -webkit-calc(312px - 48px);
	width: calc(312px - 48px);
}

.current-orders__footer {
	display: block;
	padding-left: 24px;
	max-width: -webkit-calc(520px - 32px);
	max-width: calc(520px - 32px);
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 -webkit-calc(520px - 32px);
	-ms-flex: 0 0 calc(520px - 32px);
	flex: 0 0 calc(520px - 32px);
}

.current-orders__total-price {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.current-orders__note {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 16px 0;
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	font-size: 15px;
	line-height: 24px;
}

.current-orders__total-price {
	padding: 24px 0;
}

.current-orders__total-price h2 {
	margin: 0;
}

@media (max-width: 1259.98px) {
	.current-orders__middle-col {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 240px;
		-ms-flex: 0 0 240px;
		flex: 0 0 240px;
		max-width: 240px;
	}

	.current-orders__middle-col_head {
		max-width: -webkit-calc(240px - 10px);
		max-width: calc(240px - 10px);
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 -webkit-calc(240px - 10px);
		-ms-flex: 0 0 calc(240px - 10px);
		flex: 0 0 calc(240px - 10px);
	}

	.current-orders__name {
		min-height: 48px;
	}

	.current-orders__info {
		margin-left: -48px;
	}

	.current-orders__quantity, .current-orders__price {
		margin-right: 0;
	}

	.current-orders__footer {
		max-width: -webkit-calc(320px - 8px);
		max-width: calc(320px - 8px);
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 -webkit-calc(320px - 8px);
		-ms-flex: 0 0 calc(320px - 8px);
		flex: 0 0 calc(320px - 8px);
	}
}

@media (max-width: 991.98px) {
	.current-orders__middle-col {
		max-width: -webkit-calc(372px - 14px);
		max-width: calc(372px - 14px);
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 -webkit-calc(372px - 14px);
		-ms-flex: 0 0 calc(372px - 14px);
		flex: 0 0 calc(372px - 14px);
		padding-left: 16px;
	}

	.current-orders__middle-col_head {
		max-width: -webkit-calc(372px - 24px);
		max-width: calc(372px - 24px);
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 -webkit-calc(372px - 24px);
		-ms-flex: 0 0 calc(372px - 24px);
		flex: 0 0 calc(372px - 24px);
		padding: 24px 0 24px 8px;
	}

	.current-orders__name {
		min-height: 24px;
	}

	.current-orders__info {
		margin-left: 0;
	}

	.current-orders__number {
		margin-bottom: 8px;
	}

	.current-orders__contacts-info {
		width: -webkit-calc(248px - 6px);
		width: calc(248px - 6px);
	}

	.current-orders__footer {
		max-width: -webkit-calc(496px - 66px);
		max-width: calc(496px - 66px);
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 -webkit-calc(496px - 66px);
		-ms-flex: 0 0 calc(496px - 66px);
		flex: 0 0 calc(496px - 66px);
	}
}

@media (max-width: 767.98px) {
	.current-orders__head {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 16px 16px 16px 12px;
	}

	.current-orders__toggle-btn {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
		min-width: 24px;
		width: 24px;
		height: 40px;
	}

	.current-orders__toggle-btn span {
		top: 0;
		left: 0;
	}

	.current-orders__toltip, .current-orders__pay {
		margin-left: 0;
	}

	.current-orders__body {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 16px;
		padding-right: 16px;
	}

	.current-orders__middle-col, .current-orders__middle-col_head {
		width: -webkit-calc(100% - 36px);
		width: calc(100% - 36px);
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 -webkit-calc(100% - 36px);
		-ms-flex: 0 0 calc(100% - 36px);
		flex: 0 0 calc(100% - 36px);
		margin-right: 0;
	}

	.current-orders__middle-col_head {
		padding: 0 0 8px 12px;
	}

	.current-orders__number {
		font-size: 20px;
		line-height: 24px;
	}

	.current-orders__status {
		font-size: 14px;
		line-height: 16px;
	}

	.current-orders__date {
		margin-left: 36px;
	}

	.current-orders__name {
		min-height: 48px;
	}

	.current-orders__info {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-left: -64px;
	}

	.current-orders__price, .current-orders__quantity {
		margin: 0;
	}

	.current-orders__footer {
		max-width: 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding: 0 16px;
	}

	.current-orders__note {
		width: 100%;
		padding: 8px 0;
	}

	.current-orders__note span:last-child {
		width: 116px;
	}

	.current-orders__total-price h2:last-child {
		min-width: auto;
	}
}

.contacts-info span, .contacts-info p {
	display: block;
	font-size: 15px;
	line-height: 24px;
	margin: 0;
}

.contacts-info h5 {
	margin: 0;
}

.contacts-info__block {
	display: block;
	margin-bottom: 24px;
}

.contacts-info__block:last-child {
	margin-bottom: 0;
}

@media (max-width: 767.98px) {
	.contacts-info__block:last-child {
		margin-bottom: 24px;
	}
}

.page-restore-password__desc {
	display: block;
	margin-bottom: 32px;
	max-width: 416px;
	width: 100%;
}

.page-restore-password__desc p {
	display: block;
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	color: #616160;
}

.form-restore-pass {
	display: block;
	max-width: 416px;
	width: 100%;
}

.form-restore-pass__formfield {
	margin-bottom: 12px;
}

.page-empty-basket__figure {
	width: -webkit-calc(208px - 24px);
	width: calc(208px - 24px);
	margin: 0 auto;
}

.page-empty-basket__figure img {
	display: block;
	width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.page-empty-basket__figure figcaption {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 8px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}

.sect-requisites__title {
	margin-bottom: 16px;
}

.sect-requisites__content {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #d6d6d6;
}

.sect-requisites__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 8px;
}

.sect-requisites__item:last-child {
	margin-bottom: 0;
}

.sect-requisites__item span, .sect-requisites__item a {
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
}

.sect-requisites__item span:first-child {
	color: #808080;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 208px;
	-ms-flex: 0 0 208px;
	flex: 0 0 208px;
	max-width: 208px;
}

.sect-requisites__item span:last-child {
	color: #373737;
}

.sect-requisites__item a {
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

.sect-requisites__item a:hover {
	text-decoration: none;
	color: #d62626;
}

.sect-requisites__pdf-links {
	display: block;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 416px;
	-ms-flex: 0 0 416px;
	flex: 0 0 416px;
	max-width: 416px;
}

.sect-requisites__pdf-link {
	margin-bottom: 24px;
}

.sect-requisites__pdf-link:last-child {
	margin-bottom: 0;
}

@media (max-width: 767.98px) {
	.sect-requisites__item {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 24px;
	}

	.sect-requisites__item span:first-child {
		max-width: 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.sect-requisites__pdf-links {
		max-width: 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

.pdf-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #373737;
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

.pdf-link:hover, .pdf-link:focus, .pdf-link:active {
	color: #d62626;
	text-decoration: none;
}

.pdf-link img {
	display: block;
	margin-right: 16px;
	width: 36px;
	height: 48px;
}

.pdf-link p {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 2px;
	font-size: 16px;
	line-height: 20px;
}
/* End */


/* Start:/local/templates/stroyka_reborn/components/h2o/favorites.add/.default/style.css?15687230122265*/
#favorites_popup_wrap{
    /*width: 600px!important;*/
    min-height: 100%;
    padding: 0px;
    position: relative;
    display: inline-block;
    color: #4d4c4c;
}
#favorites_popup_wrap .modal-header {
    min-height: 16.42857143px;
    padding: 0px 0px;
    border: none;
    font-size: 30px;
}
#favorites_popup_wrap .modal-body{
	position: relative;
    padding: 30px;
    font-size: 18px;
}
#favorites_popup_wrap .modal-body p{
	
}
#favorites_popup_wrap .form-row{
	max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin: 10px 0;
}
#favorites_popup_wrap .form-row:after {
    content: "";
    display: table;
    clear: both;
}
#favorites_popup_wrap .form-row:first-child {
    margin-top: 0; 
}
#favorites_popup_wrap .form-cell-3 {
    float: left;
    display: block;
    margin-right: 2%;
    width: 30%;
}
#favorites_popup_wrap .form-cell-3:last-child {
    margin-right: 0; 
}
#favorites_popup_wrap .form-cell-9 {
    float: left;
    display: block;
    margin-right: 2%;
    width: 68%;
}
#favorites_popup_wrap .form-cell-9:last-child {
    margin-right: 0; 
}
#favorites_popup_wrap label{
	font-weight: normal;
	font-size: 18px;
 	
}
#favorites_popup_wrap input[type=text]{
	height: 32px;
}
#favorites_popup_wrap input[type=text].error{
	box-shadow: 0 0 0 1px red;
}
#favorites_popup_wrap textarea{
	height: 112px;
}
#favorites_popup_wrap input[type=text], #favorites_popup_wrap textarea{
	width: 100%;
	border: 1px #b7b7b7 solid;
  	padding: 0px 5px;
  	transition: all .25s;
 	-webkit-transition: all .25s;
    -o-transition: all .25s;
}
#favorites_popup_wrap .button_wrap{
	text-align: right;
}
#favorites_popup_wrap button{
	font-size: 18px;
	border: none;
	background-color: rgb(221, 221, 221);
	transition: all .25s;
 	-webkit-transition: all .25s;
    -o-transition: all .25s;
}
#favorites_popup_wrap button:hover {
    box-shadow: 0 0 0 3px rgba(204,204,204,1);
}
#favorites_popup_wrap small.error{
	color: red;
}
@media screen and (min-width: 600px){
	#favorites_popup_wrap{
		width: 600px;
	}
}
@media screen and (max-width: 600px){
	#favorites_popup_wrap .form-cell-3{
		float: none;
	}
	#favorites_popup_wrap .form-cell-9{
		float: none;
		width: 100%;
	}
	#favorites_popup_wrap .modal-header{
		font-size: 25px;
	}
}
/* End */


/* Start:/local/templates/stroyka_reborn/styles.css?156872301214*/
blockquote {
}
/* End */


/* Start:/local/templates/stroyka_reborn/template_styles.css?15687230121018*/
.our-principles__title {margin-bottom: 50px!important;}
div.center {margin-left: auto; margin-right: auto;}
input[type=checkbox].bx-soa-pp-company-checkbox {display:none;}
table.dostavka {max-width: 470px!important;}
table.dostavka tr td:last-child {text-align: right;}
.bx-soa-pickup-preview-img {height: 70px!important; width:120px!important;}
.page-cnt-contacts__department-title {margin-bottom:5px!important;}
.footer__cards svg:nth-child(2n) {padding: 0 10px 0 10px;}

.steps{
    border: 1px solid #e4e4e4;
    padding: 20px;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
}

.advantage, .trade-marks{
    padding: 5px;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.trade-marks img{
    height: 30px;
    width: auto;
    margin: 10px 0 0 0;
    padding: 0 10px 0 10px;
    max-width: 120px;
    max-height: 30px;
}

.trade-marks{
    justify-content: space-between;
}

.advantage img{
    margin: 0;
}
.napravleniya div{
    text-align: center;
    margin-top: 20px;
}
/* End */
/* /local/templates/stroyka_reborn/css/bootstrap.css?156872771522054 */
/* /local/templates/stroyka_reborn/css/new-bootstrap.css?156872771550602 */
/* /local/templates/stroyka_reborn/css/slick.css?15687230121729 */
/* /local/templates/stroyka_reborn/css/slick-theme.css?15687230123145 */
/* /local/templates/stroyka_reborn/css/new-main.css?1583399272260970 */
/* /local/templates/stroyka_reborn/components/h2o/favorites.add/.default/style.css?15687230122265 */
/* /local/templates/stroyka_reborn/styles.css?156872301214 */
/* /local/templates/stroyka_reborn/template_styles.css?15687230121018 */
